@charset "UTF-8";
/**************
reset.css start
**************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus:not(:focus-visible) {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  /* マージンのリセット */
  margin: 0;
  padding: 0;
  /* ブロック要素として表示 */
  display: block;
  /* ボックスサイズの計算方法を統一 */
  box-sizing: border-box;
}

/* 画像のリセット */
figure img {
  /* 画像のはみ出しを防ぐ */
  max-width: 100%;
  height: auto;
  /* 画像下部の余白を削除 */
  vertical-align: middle;
  /* 余分な間隔を削除 */
  display: block;
}

/* キャプションのリセット */
figure figcaption {
  margin: 0;
  padding: 0;
  /* フォントスタイルのリセット */
  font-style: normal;
  /* 行の高さを適切に */
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/**************
reset.css end
**************/
/*
  z-index
    #loading 2000
    header 900
      h2 1002
      .grill_menu 1001
      .menu 1000
*/
::-moz-selection {
  background: #E60012;
  color: #ffffff;
}
::selection {
  background: #E60012;
  color: #ffffff;
}

::-moz-selection {
  background: #E60012;
  color: #ffffff;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  19.9% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  39.9% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  59.9% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  79.9% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  99.9% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 0.6944444444vw;
  overflow-x: clip;
  height: -webkit-fill-available;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 83.3333333333%;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  html {
    font-size: 1.2515644556vw;
  }
}
@media screen and (max-width: 567px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.lock {
  overflow: clip;
}

body {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #1F1F1F;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  overflow: clip;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
}

.font1 {
  font-family: "Inter", sans-serif;
}

a,
a:visited {
  text-decoration: none;
  color: #1F1F1F;
}

img,
video,
svg {
  vertical-align: bottom;
}

button {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 900;
}
@media only screen and (min-width: 800px) {
  header {
    top: 3.2rem;
    width: calc(100% - 6.4rem);
  }
}
@media only screen and (max-width: 799px) {
  header {
    top: 2.4rem;
    width: calc(100% - 4.1rem);
  }
}
header h2 {
  position: relative;
  z-index: 1002;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/logo.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  cursor: pointer;
  background-color: #E60012;
  transition: background-color 400ms, opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
@media only screen and (min-width: 800px) {
  header h2 {
    width: 22.4rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 799px) {
  header h2 {
    width: 14.4rem;
    height: 2.3rem;
  }
}
header h2.show {
  opacity: 1;
}
header h2.white {
  background-color: #fff;
}
header h2 span {
  display: none;
}
header .global_nav {
  display: flex;
}
@media only screen and (max-width: 799px) {
  header .global_nav {
    display: none;
  }
}
header .global_nav.white .main_list li a, header .global_nav.white .main_list li a:visited {
  color: #fff;
}
header .global_nav.white .social_list li a span {
  background-color: #fff;
}
header .global_nav .main_list {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transform-origin: right;
  transform: scaleX(0.85);
  margin-top: -0.5rem;
  margin-right: 1.5rem;
}
header .global_nav .main_list li {
  margin-left: 3.8rem;
}
header .global_nav .main_list li .item {
  opacity: 0;
}
header .global_nav .main_list li .item.show {
  animation: blink 0.2s forwards;
}
header .global_nav .social_list {
  display: flex;
  margin-top: -0.4rem;
  margin-right: -0.4rem;
}
header .global_nav .social_list li {
  margin-left: 2rem;
}
header .global_nav .social_list li a {
  opacity: 0;
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
}
header .global_nav .social_list li a.show {
  animation: blink 0.2s forwards;
}
header .global_nav .social_list li a span {
  content: "";
  display: block;
  background-color: #E60012;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
header .global_nav .social_list li.social1 a span {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_x.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_x.svg");
}
header .global_nav .social_list li.social2 a span {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_tiktok.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_tiktok.svg");
}
header .global_nav .social_list li.social3 a span {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_instagram.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_instagram.svg");
}
header .global_nav .social_list img {
  width: 2.8rem;
}
header a, header a:visited {
  color: #E60012;
}
@media only screen and (min-width: 800px) {
  header .grill_menu {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  header .grill_menu {
    position: fixed;
    z-index: 1001;
    right: 2.3rem;
    top: 2.6rem;
    cursor: pointer;
  }
  header .grill_menu span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 8px;
    background-color: #E60012;
    transition: transform 400ms, background-color 400ms, width 400ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
header .grill_menu.close span {
  background-color: #fff;
  width: 19px;
}
header .grill_menu.close span:nth-of-type(1) {
  transform: translate3d(-3.5px, 5.5px, 0) rotate(42deg);
}
header .grill_menu.close span:nth-of-type(2) {
  transform: translate3d(-3.5px, -4.5px, 0) rotate(-42deg);
}
@media only screen and (min-width: 800px) {
  header .menu {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  header .menu {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: #E60012;
    width: 100%;
    height: 100lvh;
    opacity: 0;
    transition: opacity 300ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 799px) {
  header .menu.active {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  header .menu.open {
    opacity: 1;
  }
}
header .menu a, header .menu a:visited {
  color: #fff;
}
header .menu .main_list {
  width: 89%;
  margin: 50dvh auto 0;
  transform: translate3d(0px, -50%, 0);
}
header .menu .main_list span {
  display: block;
}
header .menu .main_list li {
  margin-bottom: 3.9rem;
  margin-left: 0.3rem;
}
header .menu .main_list li:nth-of-type(1) img {
  width: 19.2rem;
}
header .menu .main_list li:nth-of-type(1) .sub_tit {
  margin-top: 0.2rem;
}
header .menu .main_list li:nth-of-type(2) img {
  width: 17.9rem;
}
header .menu .main_list li:nth-of-type(2) .sub_tit {
  margin-top: 1.2rem;
}
header .menu .main_list li:nth-of-type(3) img {
  width: 21.1rem;
}
header .menu .main_list li:nth-of-type(3) .sub_tit {
  margin-top: 1rem;
}
header .menu .main_list li:nth-of-type(4) img {
  width: 14.6rem;
}
header .menu .main_list li:nth-of-type(4) .sub_tit {
  margin-top: 0.2rem;
}
header .menu .main_list li:nth-of-type(1) a {
  transition-delay: 0s;
}
header .menu .main_list li:nth-of-type(2) a {
  transition-delay: 0.05s;
}
header .menu .main_list li:nth-of-type(3) a {
  transition-delay: 0.1s;
}
header .menu .main_list li:nth-of-type(4) a {
  transition-delay: 0.15s;
}
header .menu .main_list li a {
  opacity: 0;
  display: block;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 5rem, 0);
}
header .menu .main_list li a.show {
  animation: blink 0.2s forwards;
  transform: translate3d(0, 0, 0);
}
header .menu .main_list .sub_tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
header .menu .social_list {
  display: flex;
  position: absolute;
  bottom: 3.2rem;
  left: 2.4rem;
}
header .menu .social_list li {
  margin-right: 1.2rem;
}
header .menu .social_list li:nth-of-type(1) a {
  transition-delay: 0.3s;
}
header .menu .social_list li:nth-of-type(2) a {
  transition-delay: 0.35s;
}
header .menu .social_list li:nth-of-type(3) a {
  transition-delay: 0.4s;
}
header .menu .social_list li:nth-of-type(4) a {
  transition-delay: 0.45s;
}
header .menu .social_list li a {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: block;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 3rem, 0);
}
header .menu .social_list li a.show {
  animation: blink 0.2s forwards;
  transform: translate3d(0, 0, 0);
}
header .menu .social_list li a:before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 3.2rem;
  height: 3.2rem;
}
header .menu .social_list li:nth-of-type(1) a:before {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_x.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_x.svg");
}
header .menu .social_list li:nth-of-type(2) a:before {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_tiktok.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_tiktok.svg");
}
header .menu .social_list li:nth-of-type(3) a:before {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_instagram.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_instagram.svg");
}

@media only screen and (max-width: 799px) {
  footer {
    padding-bottom: 1.5rem;
  }
}
footer nav {
  width: 95.5%;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  footer nav {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer nav a, footer nav a:visited {
  color: #595959;
}
footer nav .main_list {
  display: flex;
}
@media only screen and (max-width: 799px) {
  footer nav .main_list {
    margin-top: 3.2rem;
    justify-content: center;
  }
}
footer nav .main_list li {
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media only screen and (min-width: 800px) {
  footer nav .main_list li {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 799px) {
  footer nav .main_list li {
    margin: 0 0.8rem;
  }
}
footer nav .shop_list {
  display: flex;
}
@media only screen and (min-width: 800px) {
  footer nav .shop_list {
    align-items: center;
    margin-left: 1.7rem;
  }
}
@media only screen and (max-width: 799px) {
  footer nav .shop_list {
    flex-direction: column;
    margin: 2.4rem auto 0;
    width: 89.5vw;
  }
}
@media only screen and (min-width: 800px) {
  footer nav .shop_list li {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 799px) {
  footer nav .shop_list li {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (min-width: 800px) {
  footer nav .shop_list li.biccamera img {
    width: 16.2rem;
  }
}
@media only screen and (max-width: 799px) {
  footer nav .shop_list li.biccamera img {
    width: 22.7rem;
  }
}
@media only screen and (min-width: 800px) {
  footer nav .shop_list li.sofmap img {
    width: 13.6rem;
  }
}
@media only screen and (max-width: 799px) {
  footer nav .shop_list li.sofmap img {
    width: 19rem;
  }
}
@media only screen and (min-width: 800px) {
  footer nav .shop_list li.kojimanet img {
    width: 8.9rem;
  }
}
@media only screen and (max-width: 799px) {
  footer nav .shop_list li.kojimanet img {
    width: 12rem;
  }
}
footer nav .cp {
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #595959;
}
@media only screen and (max-width: 799px) {
  footer nav .cp {
    width: 89.5vw;
    margin: 0.9rem auto 0;
    font-size: 0.95rem;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#loading.hide {
  opacity: 0;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
#loading video {
  height: auto;
}
@media only screen and (min-width: 800px) {
  #loading video {
    width: 173rem;
  }
}
@media only screen and (max-width: 799px) {
  #loading video {
    width: 87rem;
    margin-top: 1.3rem;
  }
}

.condensed {
  transform-origin: left;
  transform: scaleX(0.85);
}

.c_close_btn {
  background-color: #E60012;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/close.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}

.c_l_prev, .c_l_next {
  background-color: #E60012;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c_l_prev:after, .c_l_next:after {
  content: "";
  display: block;
  background-color: #ffffff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 2rem;
  height: 2.5rem;
}

.c_l_prev {
  margin-right: 3.3rem;
}
.c_l_prev:after {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_l_left.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_l_left.svg");
}

.c_l_next:after {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_l_right.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_l_right.svg");
}

.c_m_prev, .c_m_next {
  background-color: #E60012;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c_m_prev:after, .c_m_next:after {
  content: "";
  display: block;
  background-color: #ffffff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 1rem;
  height: 1.25rem;
}

.c_m_prev {
  margin-right: 1.7rem;
}
.c_m_prev:after {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_left.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_left.svg");
}

.c_m_next:after {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_right.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_right.svg");
}

@media screen and (min-width: 800px) {
  .pc {
    display: block;
  }

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

  .sp {
    display: block;
  }
}
/*
z-index

*/
main.top .feature_panel {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
main.top .feature_panel.active {
  display: block;
}
main.top .feature_panel.open .bg {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
main.top .feature_panel.open .feature_panel_inner {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
@media screen and (min-width: 568px) {
  main.top .feature_panel.open .feature_panel_inner {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel.open .feature_panel_inner {
    transform: translate3d(0, -50%, 0);
  }
}
main.top .feature_panel.open .c_close_btn {
  transition-delay: 0.4s;
  opacity: 1;
}
main.top .feature_panel .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
main.top .feature_panel .feature_panel_inner {
  position: fixed;
  left: 2.4rem;
  bottom: 2.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1.6rem;
  overflow-x: clip;
  transition: transform 500ms, opacity 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel .feature_panel_inner {
    height: 48.7rem;
    padding: 1.2rem 2.5rem;
    width: 139.2rem;
    right: 2.4rem;
    margin: auto;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel .feature_panel_inner {
    height: 27.022rem;
    padding: 0.666rem 1.387rem;
    width: 77.237rem;
    right: 1.332rem;
    margin: auto;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel .feature_panel_inner {
    height: 48.7rem;
    padding: 1.9rem 1.7rem;
    width: 32.6rem;
    top: 44.1%;
  }
}
main.top .feature_panel h2 {
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel h2 {
    font-size: 1.11rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel h2 {
    font-size: 1.8rem;
  }
}
main.top .feature_panel ul {
  display: flex;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel ul {
    margin-top: 1.7rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel ul {
    margin-top: 0.943rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul {
    margin-top: 1rem;
  }
}
main.top .feature_panel ul .item {
  cursor: pointer;
  perspective: 1000px;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel ul .item {
    margin-right: 3.2rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel ul .item {
    margin-right: 1.776rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item {
    margin-right: 2.4rem;
  }
}
main.top .feature_panel ul .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item.is-sp-last {
    margin-right: 0;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item.is-only-pc {
    display: none;
  }
}
main.top .feature_panel ul .item .item_inner {
  transform-style: preserve-3d;
  will-change: transform;
}
main.top .feature_panel ul .item .item_inner * {
  pointer-events: none;
}
main.top .feature_panel ul .item a, main.top .feature_panel ul .item button {
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
}
main.top .feature_panel ul .item::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 140%;
  z-index: -1;
  cursor: pointer;
}
main.top .feature_panel ul .item .item_text {
  position: absolute;
  pointer-events: auto;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel ul .item .item_text {
    margin-top: 1.6rem;
    width: 24.3529411765rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel ul .item .item_text {
    margin-top: 0.888rem;
    width: 13.5129411765rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item .item_text {
    margin-top: 1.4rem;
    width: 28.2352941176rem;
  }
}
main.top .feature_panel ul .item .item_img {
  display: grid;
  place-items: center;
  perspective: 1000px;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel ul .item .item_img {
    width: 20.7rem;
    height: 24.1rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel ul .item .item_img {
    width: 11.486rem;
    height: 13.372rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item .item_img {
    width: 24rem;
    height: 27.9rem;
  }
}
main.top .feature_panel ul .item .item_img img {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-style: preserve-3d;
  will-change: transform;
}
main.top .feature_panel ul .item .item_head {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel ul .item .item_head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel ul .item .item_head {
    font-size: 1.11rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item .item_head {
    font-size: 2rem;
  }
}
main.top .feature_panel ul .item .item_date {
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #595959;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel ul .item .item_date {
    margin-top: 0.8rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel ul .item .item_date {
    margin-top: 0.444rem;
    font-size: 0.721rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel ul .item .item_date {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
main.top .feature_panel .c_close_btn {
  position: absolute;
  right: 2.4rem;
  opacity: 0;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 800px) {
  main.top .feature_panel .c_close_btn {
    top: calc(100% - 49.8rem);
    right: calc(50% - 69.6rem + 2.4rem);
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel .c_close_btn {
    top: calc(100% - 27.632rem);
    right: calc(50% - 38.618rem + 1.332rem);
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel .c_close_btn {
    top: calc(44.1% + 24.35rem + 2.6rem);
    left: 18.7rem;
    right: auto;
    transform: translate3d(-50%, 0, 0);
    will-change: transform;
  }
}
main.top .feature_panel .ui {
  position: absolute;
  display: flex;
}
@media screen and (min-width: 800px) {
  main.top .feature_panel .ui {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 799px) {
  main.top .feature_panel .ui {
    right: 1.332rem;
    bottom: 1.332rem;
  }
}
@media screen and (max-width: 567px) {
  main.top .feature_panel .ui {
    right: 1.6rem;
    bottom: 2.1rem;
  }
}
main.top .feature_panel .arrow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 10rem;
  height: 10rem;
  background-image: url("/bc/c/bicidea/assets/img/common/external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2000;
  margin-top: -5rem;
  margin-left: -5rem;
  mix-blend-mode: exclusion;
}
main.top .feature_panel .arrow.show {
  opacity: 1;
}
main.top .hero .progress_bar, main.top .section4 .progress_bar {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  background-image: url("/bc/c/bicidea/assets/img/top/rainbow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: left;
  transition: transform 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 800px) {
  main.top .hero .progress_bar, main.top .section4 .progress_bar {
    height: 12px;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .progress_bar, main.top .section4 .progress_bar {
    height: 16px;
  }
}
main.top .hero .logo, main.top .section4 .logo {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50svh;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 800px) {
  main.top .hero .logo img, main.top .section4 .logo img {
    width: 45.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .logo img, main.top .section4 .logo img {
    width: 22.7rem;
    margin-top: 1.3rem;
  }
}
main.top .hero .three_d_container, main.top .section4 .three_d_container {
  position: relative;
  width: 100%;
  height: 100lvh;
  perspective: 5000px;
}
main.top .hero .three_d_container.enabled .floating_item .img_wrap .main_img, main.top .section4 .three_d_container.enabled .floating_item .img_wrap .main_img {
  pointer-events: auto;
}
main.top .hero .three_d_container .html_stage, main.top .section4 .three_d_container .html_stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  pointer-events: none;
}
main.top .hero .three_d_container .html_stage.front_stage, main.top .section4 .three_d_container .html_stage.front_stage {
  z-index: 100;
  pointer-events: none;
}
main.top .hero .three_d_container .html_stage.front_stage *, main.top .section4 .three_d_container .html_stage.front_stage * {
  pointer-events: none !important;
}
main.top .hero .three_d_container .html_overlay, main.top .section4 .three_d_container .html_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 799px) {
  main.top .hero .three_d_container .html_overlay, main.top .section4 .three_d_container .html_overlay {
    display: none;
  }
}
main.top .hero .three_d_container .html_overlay.show, main.top .section4 .three_d_container .html_overlay.show {
  opacity: 1;
}
main.top .hero .three_d_container .floating_item, main.top .section4 .three_d_container .floating_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26.5rem;
  height: auto;
  pointer-events: none;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main.top .hero .three_d_container .floating_item.is_hide, main.top .section4 .three_d_container .floating_item.is_hide {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
}
main.top .hero .three_d_container .floating_item.is_hide .main_img, main.top .section4 .three_d_container .floating_item.is_hide .main_img {
  pointer-events: none !important;
}
main.top .hero .three_d_container .floating_item.is_no_transition, main.top .section4 .three_d_container .floating_item.is_no_transition {
  transition: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  main.top .hero .three_d_container .floating_item:hover .img_wrap .main_img, main.top .hero .three_d_container .floating_item.is-hover .img_wrap .main_img, main.top .section4 .three_d_container .floating_item:hover .img_wrap .main_img, main.top .section4 .three_d_container .floating_item.is-hover .img_wrap .main_img {
    transform: scale(1.15);
  }
  main.top .hero .three_d_container .floating_item:hover .img_wrap .hover_img, main.top .hero .three_d_container .floating_item.is-hover .img_wrap .hover_img, main.top .section4 .three_d_container .floating_item:hover .img_wrap .hover_img, main.top .section4 .three_d_container .floating_item.is-hover .img_wrap .hover_img {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  main.top .hero .three_d_container .floating_item:hover .img_wrap .hover_img:before, main.top .hero .three_d_container .floating_item.is-hover .img_wrap .hover_img:before, main.top .section4 .three_d_container .floating_item:hover .img_wrap .hover_img:before, main.top .section4 .three_d_container .floating_item.is-hover .img_wrap .hover_img:before {
    transform: translate3d(0, 0, 0) scale(1);
  }
  main.top .hero .three_d_container .floating_item:hover .hover_content, main.top .hero .three_d_container .floating_item.is-hover .hover_content, main.top .section4 .three_d_container .floating_item:hover .hover_content, main.top .section4 .three_d_container .floating_item.is-hover .hover_content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
main.top .hero .three_d_container .floating_item .img_wrap, main.top .section4 .three_d_container .floating_item .img_wrap {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}
main.top .hero .three_d_container .floating_item .img_wrap > *, main.top .section4 .three_d_container .floating_item .img_wrap > * {
  grid-area: 1/1;
}
main.top .hero .three_d_container .floating_item .img_wrap .main_img, main.top .section4 .three_d_container .floating_item .img_wrap .main_img {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 2;
  transition: transform 300ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 20.5rem;
  height: auto;
}
main.top .hero .three_d_container .floating_item .img_wrap .hover_img, main.top .section4 .three_d_container .floating_item .img_wrap .hover_img {
  position: relative;
  z-index: 1;
  opacity: 0;
  clip-path: inset(50% 50% 50% 50%);
  transition: opacity 400ms, clip-path 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  width: 26.5rem;
  height: 26.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e60012;
}
main.top .hero .three_d_container .floating_item .img_wrap .hover_img.black:before, main.top .section4 .three_d_container .floating_item .img_wrap .hover_img.black:before {
  background-color: #000;
}
main.top .hero .three_d_container .floating_item .img_wrap .hover_img:before, main.top .section4 .three_d_container .floating_item .img_wrap .hover_img:before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/top/products_hover.svg");
          mask-image: url("/bc/c/bicidea/assets/img/top/products_hover.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  width: 24rem;
  height: 24rem;
  transition: transform 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(4);
}
main.top .hero .three_d_container .floating_item .hover_content, main.top .section4 .three_d_container .floating_item .hover_content {
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275), cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 26.5rem;
  margin-top: 0.4rem;
  transform: translate3d(0, 1.5rem, 0);
}
main.top .hero .three_d_container .floating_item .hover_content .copy, main.top .section4 .three_d_container .floating_item .hover_content .copy {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.4;
  width: 117.5%;
}
main.top .hero .three_d_container .floating_item .hover_content .tit, main.top .section4 .three_d_container .floating_item .hover_content .tit {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: 117.5%;
}
main.top .hero {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100lvh + 2500px);
}
main.top .hero .hero_inner {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
}
main.top .hero .feature {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
  transition: transform 700ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature {
    border-radius: 0.8rem;
    left: 2.5rem;
    bottom: 2.4rem;
    width: 19rem;
    height: 32.5rem;
    transform: translate3d(0, 50%, 0);
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature {
    border-radius: 0.8rem;
    left: 50%;
    bottom: 5.1rem;
    width: 33.5rem;
    height: 10rem;
    transform: translate3d(-50%, 50%, 0);
  }
}
main.top .hero .feature.show {
  opacity: 1;
  pointer-events: initial;
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature.show {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature.show {
    transform: translate3d(-50%, 0, 0);
  }
}
main.top .hero .feature.show .item .item_img {
  clip-path: inset(0 0 0 0);
}
main.top .hero .feature.show .item .item_img img {
  transform: scale(1);
}
@keyframes hover_hero_feature_img_outer {
  0% {
    clip-path: inset(20% 20% 20% 20%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes hover_hero_feature_img {
  0% {
    transform: scale(4);
  }
  100% {
    transform: scale(1);
  }
}
@media (hover: hover) and (pointer: fine) {
  main.top .hero .feature:hover .item .item_img {
    animation: hover_hero_feature_img_outer 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  main.top .hero .feature:hover .item .item_img img {
    animation: hover_hero_feature_img 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
main.top .hero .feature .feature_inner {
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature .feature_inner {
    width: 16rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .feature_inner {
    width: 31rem;
  }
}
main.top .hero .feature .item {
  margin-right: 4rem;
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .item {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: start;
  }
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature .item h2 {
    font-size: 1.6rem;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .item h2 {
    font-size: 1.4rem;
    grid-column: 2;
    grid-row: 1;
    margin-top: 1.2rem;
    letter-spacing: 0.03em;
  }
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature .item .item_text {
    margin-top: 0.8rem;
    width: 18.8235294118rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .item .item_text {
    margin-top: 2.8rem;
    width: 35.8823529412rem;
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
main.top .hero .feature .item .item_img {
  background-color: #1F1F1F;
  overflow: hidden;
  clip-path: inset(50% 50% 50% 50%);
  transition: clip-path 700ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  display: grid;
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature .item .item_img {
    width: 16rem;
    height: 18.6rem;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .item .item_img {
    grid-column: 1;
    grid-row: 1/span 2;
    width: 6.5rem;
    height: 7.6rem;
    margin-top: 1.3rem;
  }
}
main.top .hero .feature .item .item_img img {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 700ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(4);
}
main.top .hero .feature .item .item_head {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature .item .item_head {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .item .item_head {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
main.top .hero .feature .item .item_date {
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #595959;
}
@media only screen and (min-width: 800px) {
  main.top .hero .feature .item .item_date {
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .hero .feature .item .item_date {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
}
main.top .hero .concept_visual {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 350ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.top .hero .concept_visual.show {
  opacity: 1;
}
main.top .hero .concept_visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .section {
  position: relative;
  z-index: 2;
  overflow: clip;
}
main.top .section h2 > span {
  display: block;
}
main.top .section h2 .sub_tit {
  color: #E60012;
  line-height: 1;
}
@media only screen and (min-width: 800px) {
  main.top .section h2 .sub_tit {
    font-size: 3.8rem;
    margin-top: 2.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section h2 .sub_tit {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}
main.top .section1 {
  width: 100%;
  background-color: #1F1F1F;
}
@media only screen and (min-width: 800px) {
  main.top .section1 {
    padding-top: 9.4rem;
    padding-bottom: 13.5rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section1 {
    padding-top: 5.7rem;
    padding-bottom: 8.5rem;
  }
}
main.top .section1 .lottie-container {
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  main.top .section1 .lottie-container {
    width: 95.5%;
    padding-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section1 .lottie-container {
    width: 100%;
  }
  main.top .section1 .lottie-container:nth-of-type(1) {
    margin-bottom: 0.7rem;
  }
  main.top .section1 .lottie-container:nth-of-type(2) {
    margin-bottom: -0.8rem;
  }
  main.top .section1 .lottie-container:nth-of-type(3) {
    margin-bottom: -1rem;
  }
  main.top .section1 .lottie-container:nth-of-type(4) {
    margin-bottom: -0.4rem;
  }
  main.top .section1 .lottie-container:nth-of-type(5) {
    margin-bottom: -0.7rem;
  }
  main.top .section1 .lottie-container:nth-of-type(6) {
    margin-bottom: -0.5rem;
  }
  main.top .section1 .lottie-container:nth-of-type(7) {
    margin-bottom: -1.7rem;
  }
  main.top .section1 .lottie-container:nth-of-type(8) {
    margin-bottom: -0.8rem;
  }
  main.top .section1 .lottie-container:nth-of-type(9) {
    margin-bottom: -0.4rem;
  }
  main.top .section1 .lottie-container:nth-of-type(10) {
    margin-bottom: 0rem;
  }
  main.top .section1 .lottie-container:nth-of-type(11) {
    margin-bottom: -1rem;
  }
  main.top .section1 .lottie-container:nth-of-type(12) {
    margin-bottom: -0.5rem;
  }
  main.top .section1 .lottie-container:nth-of-type(13) {
    margin-bottom: -0.7rem;
  }
  main.top .section1 .lottie-container:nth-of-type(14) {
    margin-bottom: 2.3rem;
  }
}
main.top .section1 img {
  width: 95.5%;
  margin: 0 auto;
  display: block;
  padding-bottom: 14.3rem;
}
@media only screen and (min-width: 800px) {
  main.top .section1 img {
    padding-top: 9.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section1 img {
    padding-top: 5.7rem;
  }
}
main.top .section2 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: clip;
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  main.top .section2 {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section2 {
    aspect-ratio: 9/14.4;
    justify-content: center;
    flex-direction: column;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.top .section2:hover h2 {
    background-color: #fff;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section2.is-ios .video iframe {
    margin-top: 0;
  }
}
main.top .section2 .play_btn {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  main.top .section2 .play_btn {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section2 .play_btn {
    margin-bottom: 2rem;
  }
  main.top .section2 .play_btn img {
    width: 7.2rem;
    height: 7.2rem;
  }
}
main.top .section2 h2 {
  position: relative;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/top/h2_brandmovie.svg");
          mask-image: url("/bc/c/bicidea/assets/img/top/h2_brandmovie.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: background-color 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 800px) {
  main.top .section2 h2 {
    width: 25.2rem;
    height: 3rem;
    background-color: #E60012;
    left: 14.5rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section2 h2 {
    width: 14rem;
    height: 1.7rem;
    background-color: #fff;
    margin: 0 auto;
  }
}
main.top .section2 .video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
main.top .section2 .video #player {
  position: relative;
  pointer-events: none;
}
main.top .section2 .video iframe {
  pointer-events: none;
  height: 100%;
}
@media only screen and (min-width: 800px) {
  main.top .section2 .video iframe {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section2 .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 285%;
    aspect-ratio: 16/9;
    margin-left: -142.5%;
    margin-top: -80.15%;
  }
}
main.top .section2 .video .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 800px) {
  main.top .section2 .video .overlay {
    opacity: 0;
    transition: opacity 300ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  main.top .section2 .video .overlay.show {
    opacity: 1;
  }
}
main.top .intersection {
  display: flex;
  justify-content: center;
}
main.top .intersection .icon {
  flex-shrink: 0;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/icon_logo.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/icon_logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (min-width: 800px) {
  main.top .intersection .icon {
    width: 2.018vw;
    height: 1.427vw;
    margin-left: 0.625vw;
    margin-right: 0.556vw;
  }
}
@media only screen and (max-width: 799px) {
  main.top .intersection .icon {
    width: 2rem;
    height: 1.414rem;
    margin-right: 1.19rem;
  }
}
main.top .intersection .icon.color1 {
  background-color: #80C037;
}
main.top .intersection .icon.color2 {
  background-color: #408D4D;
}
main.top .intersection .icon.color3 {
  background-color: #22A0DD;
}
main.top .intersection .icon.color4 {
  background-color: #5853A0;
}
main.top .intersection .icon.color5 {
  background-color: #E60012;
}
main.top .intersection .icon.color6 {
  background-color: #EF5025;
}
main.top .intersection .icon.color7 {
  background-color: #FFF000;
}
@media only screen and (min-width: 800px) {
  main.top .intersection1 {
    padding-top: 9.6rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .intersection1 {
    padding-top: 5.7rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .intersection2 {
    height: 19.9rem;
    padding-top: 8.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .intersection2 {
    height: 9.2rem;
    padding-top: 5.7rem;
    padding-bottom: 7rem;
  }
}
main.top .section3 {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 800px) {
  main.top .section3 {
    width: 95.5%;
    height: 90.7rem;
    padding-top: 9.6rem;
    overflow-x: initial;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 {
    width: 89%;
    padding-top: 5.5rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section3 h2 img {
    width: 36.3rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 h2 img {
    width: 17.9rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content {
    margin-top: 5.1rem;
  }
}
main.top .section3 .content ul {
  display: flex;
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul {
    flex-direction: column;
    width: 27.5rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul.show_all .item {
    max-height: 80rem;
    margin-bottom: 4.7rem;
    pointer-events: auto;
  }
}
main.top .section3 .content ul .item {
  perspective: 1000px;
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content ul .item {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item {
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 800ms cubic-bezier(0.77, 0, 0.175, 1), margin-bottom 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  main.top .section3 .content ul .item:nth-of-type(-n + 5) {
    max-height: 80rem;
    margin-bottom: 4.7rem;
    overflow: visible;
    pointer-events: auto;
  }
}
main.top .section3 .content ul .item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item.is-only-pc {
    display: none;
  }
}
main.top .section3 .content ul .item .item_inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
main.top .section3 .content ul .item .item_inner a {
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content ul .item .item_text {
    width: 111%;
    margin-left: 1.5rem;
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item .item_text {
    width: 118%;
    margin-top: 2rem;
  }
}
main.top .section3 .content ul .item .item_img {
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content ul .item .item_img {
    width: 40.2rem;
    height: 46.8rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item .item_img {
    width: 27.5rem;
    height: 32rem;
  }
}
main.top .section3 .content ul .item .item_img img {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-style: preserve-3d;
  will-change: transform;
}
main.top .section3 .content ul .item .item_head {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content ul .item .item_head {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item .item_head {
    font-size: 1.8rem;
  }
}
main.top .section3 .content ul .item .item_body {
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #595959;
  margin-top: 1.1rem;
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content ul .item .item_body {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item .item_body {
    font-size: 1.4rem;
  }
}
main.top .section3 .content ul .item .item_date {
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #595959;
  margin-top: 1rem;
}
@media only screen and (min-width: 800px) {
  main.top .section3 .content ul .item .item_date {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .content ul .item .item_date {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section3 .ui {
    position: absolute;
    display: flex;
    right: 0rem;
    bottom: 10.7rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .c_l_prev {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .c_l_next {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section3 .btn {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section3 .btn {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }
}
main.top .section3 .btn button {
  display: inline-block;
  background-color: #E60012;
  color: #ffffff;
  width: 24.8rem;
  padding: 0.8rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
}
main.top .section3 .btn button span {
  transform: scaleX(0.87);
  display: inline-block;
}
main.top .section3 .arrow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 10rem;
  height: 10rem;
  background-image: url("/bc/c/bicidea/assets/img/common/external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2000;
  margin-top: -5rem;
  margin-left: -5rem;
  mix-blend-mode: exclusion;
}
main.top .section3 .arrow.show {
  opacity: 1;
}
main.top .section4 {
  width: 100%;
  height: calc(100lvh + 2500px);
  position: relative;
}
@media only screen and (min-width: 800px) {
  main.top .section4 .logo img {
    width: 400px;
  }
}
main.top .section4 .products_inner {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
}
main.top .section4 .products_inner > .copy {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
@media only screen and (min-width: 800px) {
  main.top .section4 .products_inner > .copy {
    bottom: 6.4svh;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section4 .products_inner > .copy {
    bottom: 5.8svh;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section4 .products_inner > .copy img {
    width: 800px;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section4 .products_inner > .copy img {
    width: 31.5rem;
  }
}
main.top .section4 .content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (min-width: 800px) {
  main.top .section4 .content_wrapper {
    width: 95.5%;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section4 .content_wrapper {
    width: 89%;
  }
}
main.top .section4 h2 {
  margin-top: 8.1rem;
}
@media only screen and (min-width: 800px) {
  main.top .section4 h2 img {
    width: 42.9rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section4 h2 img {
    width: 21.1rem;
  }
}
main.top .section5 {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 800px) {
  main.top .section5 {
    padding-top: 12.3rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 {
    padding-top: 9.8rem;
  }
}
main.top .section5 h2 {
  margin: 0 auto;
  color: #E60012;
  transform: scaleX(0.88);
  transform-origin: left;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  main.top .section5 h2 {
    width: 95.5%;
    font-size: 8.2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 h2 {
    width: 88.7%;
    font-size: 4.2rem;
  }
}
main.top .section5 h2 .tit {
  flex-shrink: 0;
}
main.top .section5 h2 .arrows {
  display: flex;
  flex-shrink: 0;
  overflow-x: clip;
}
@media only screen and (min-width: 800px) {
  main.top .section5 h2 .arrows {
    padding-left: 4.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 h2 .arrows {
    padding-left: 1.9rem;
  }
}
main.top .section5 h2 .arrows .arrow {
  flex-shrink: 0;
}
@media only screen and (min-width: 800px) {
  main.top .section5 h2 .arrows .arrow {
    width: 0.764vw;
    height: 1.944vw;
    margin-right: 1.049vw;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 h2 .arrows .arrow {
    width: 1.1rem;
    height: 2.8rem;
    margin-right: 1.51rem;
  }
}
main.top .section5 h2 .arrows .arrow .arrow_inner {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_down.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color1 {
  background-color: #80C037;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color2 {
  background-color: #408D4D;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color3 {
  background-color: #22A0DD;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color4 {
  background-color: #5853A0;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color5 {
  background-color: #E60012;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color6 {
  background-color: #EF5025;
}
main.top .section5 h2 .arrows .arrow .arrow_inner.color7 {
  background-color: #FFF000;
}
main.top .section5 .content1 {
  width: 100%;
  background-color: #E60012;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  main.top .section5 .content1 {
    height: 59.3rem;
    margin-top: 3.9rem;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .content1 {
    flex-direction: column;
    min-height: 98.2svh;
    margin-top: 2.4rem;
  }
}
main.top .section5 .content1 .lead {
  font-weight: 600;
  line-height: 1.75;
}
@media only screen and (min-width: 800px) {
  main.top .section5 .content1 .lead {
    font-size: 3.4rem;
    margin-right: -9rem;
    transform-origin: left;
    transform: scaleX(0.9);
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .content1 .lead {
    padding-top: 6.6rem;
    font-size: 2.4rem;
    text-align: center;
    transform: scaleX(0.9);
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .content1 .figure {
    margin-top: 3.8rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section5 .content1 .figure img, main.top .section5 .content1 .figure .lottie-container {
    width: 56.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .content1 .figure img, main.top .section5 .content1 .figure .lottie-container {
    width: 33.5rem;
  }
}
main.top .section5 .content1 .btn {
  background-color: initial;
  padding-top: 6.6rem;
}
main.top .section5 .content1 .btn a {
  background-color: #fff;
}
main.top .section5 .content1 .btn a, main.top .section5 .content1 .btn a:visited {
  color: #E60012;
}
main.top .section5 .content1 .btn .text {
  margin-top: 1.3rem;
}
main.top .section5 .content2 {
  background-color: #1F1F1F;
  width: 100%;
  overflow: clip;
  display: flex;
  cursor: grab;
}
@media only screen and (min-width: 800px) {
  main.top .section5 .content2 {
    height: 76rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .content2 {
    height: 48.5rem;
  }
}
main.top .section5 .content2 .scroller {
  display: flex;
  will-change: transform;
  height: 100%;
  align-items: center;
}
main.top .section5 .content2 .desire_list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin: 0 1.2rem;
  height: 100%;
}
main.top .section5 .content2 .desire_list li {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  color: #E60012;
  font-size: 2.8rem;
  line-height: 1.35;
  font-weight: 700;
  transform-origin: left;
}
@media only screen and (min-width: 800px) {
  main.top .section5 .content2 .desire_list li {
    width: 16.34vw;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .content2 .desire_list li {
    width: 18rem;
    margin-bottom: 1rem;
  }
}
main.top .section5 .btn {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  main.top .section5 .btn {
    position: absolute;
    bottom: 3.4rem;
    right: 4.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .btn {
    background-color: #1F1F1F;
    padding-bottom: 3rem;
    padding-top: 3.3rem;
  }
}
main.top .section5 .btn a {
  display: inline-block;
  background-color: #E60012;
  padding: 0.3rem;
  border-radius: 4rem;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  main.top .section5 .btn a {
    width: 24.8rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .btn a {
    width: 24.1rem;
    font-size: 1.8rem;
  }
}
main.top .section5 .btn a span {
  transform: scaleX(0.87);
  display: inline-block;
}
main.top .section5 .btn a, main.top .section5 .btn a:visited {
  color: #ffffff;
}
main.top .section5 .btn .text {
  color: #ffffff;
  font-weight: 700;
  transform: scaleX(0.87);
}
@media only screen and (min-width: 800px) {
  main.top .section5 .btn .text {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .btn .text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 800px) {
  main.top .section5 .social_list {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  main.top .section5 .social_list {
    background-color: #1F1F1F;
    padding: 0rem 0px 4.8rem;
    display: flex;
    justify-content: center;
    gap: 1.6rem;
  }
}
main.top .section5 .social_list li img {
  width: 3.2rem;
  height: 3.2rem;
}
main.top .products_modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 2000;
}
main.top .products_modal.active {
  display: block;
}
main.top .products_modal.open .products_modal_bg {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
main.top .products_modal.open .products_modal_inner {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: initial;
}
main.top .products_modal.black .ui_modal .prev span, main.top .products_modal.black .ui_modal .next span, main.top .products_modal.black .ui_modal .close span {
  background-color: #000;
}
main.top .products_modal .products_modal_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
main.top .products_modal .products_modal_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #fff;
  transition: color 200ms, transform 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 100lvh, 0);
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .products_modal_inner {
    width: 120rem;
    height: 86.4svh;
    max-height: 70rem;
    margin: auto;
    display: flex;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .products_modal_inner {
    width: 100%;
    min-height: 100dvh;
    overflow: auto;
    overscroll-behavior: contain;
  }
}
main.top .products_modal .left {
  overflow: clip;
  position: relative;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left {
    width: 60%;
  }
}
main.top .products_modal .left .main {
  position: relative;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .main {
    height: 88%;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .main {
    height: 50dvh;
  }
}
main.top .products_modal .left .main .photo_list_container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top .products_modal .left .main .photo_list_container.no_duration {
  transition-duration: 0s;
}
main.top .products_modal .left .main .photo_list_wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
  flex-shrink: 0;
}
main.top .products_modal .left .main .photo_list {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top .products_modal .left .main .photo_list.no_duration {
  transition-duration: 0s;
}
main.top .products_modal .left .main .photo_list li {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.top .products_modal .left .main .photo_list li img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .main .photo_list li img {
    width: 50rem;
    height: auto;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .main .photo_list li img {
    width: 25.1rem;
    height: auto;
  }
}
main.top .products_modal .left .main .ui_img_slide {
  position: absolute;
  width: 100%;
  top: 50%;
}
main.top .products_modal .left .main .ui_img_slide .c_m_prev, main.top .products_modal .left .main .ui_img_slide .c_m_next {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .main .ui_img_slide .c_m_prev, main.top .products_modal .left .main .ui_img_slide .c_m_next {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .main .ui_img_slide .c_m_prev, main.top .products_modal .left .main .ui_img_slide .c_m_next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .main .ui_img_slide .c_m_prev {
    left: 3.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .main .ui_img_slide .c_m_prev {
    left: 1.1rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .main .ui_img_slide .c_m_next {
    right: 3.1rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .main .ui_img_slide .c_m_next {
    right: 1.1rem;
  }
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .thumbs {
    margin-top: -0.3rem;
    height: 12%;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .thumbs {
    margin-top: -1.7dvh;
    height: 7dvh;
  }
}
main.top .products_modal .left .thumbs .thumb_list_container {
  display: flex;
  width: 100%;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top .products_modal .left .thumbs .thumb_list_container.no_duration {
  transition-duration: 0s;
}
main.top .products_modal .left .thumbs .thumb_list_wrapper {
  width: 100%;
  height: 100%;
  overflow-x: clip;
  min-width: 100%;
}
main.top .products_modal .left .thumbs .thumb_list {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top .products_modal .left .thumbs .thumb_list.no_duration {
  transition-duration: 0s;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .thumbs .thumb_list {
    margin-left: 2.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .thumbs .thumb_list {
    margin-left: 1.6rem;
  }
}
main.top .products_modal .left .thumbs .thumb_list li {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px #fff;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .left .thumbs .thumb_list li {
    width: 5.4rem;
    height: 5.4rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .left .thumbs .thumb_list li {
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  main.top .products_modal .left .thumbs .thumb_list li:hover:after {
    opacity: 1;
    transform: scale(1);
  }
}
main.top .products_modal .left .thumbs .thumb_list li.current:after {
  opacity: 1;
  transform: scale(1);
}
main.top .products_modal .left .thumbs .thumb_list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #E60012;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 250ms, transform 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
main.top .products_modal .left .thumbs .thumb_list li img {
  width: 3.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.top .products_modal .right {
  overflow: clip;
  display: flex;
  flex-direction: column;
  transition: background-color 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right {
    width: 40%;
  }
}
main.top .products_modal .right .contents {
  flex: 1;
  display: flex;
  min-height: 0;
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
main.top .products_modal .right .contents.no_duration {
  transition-duration: 0s;
}
main.top .products_modal .right .contents .item {
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item {
    padding: 6.4rem 2.2rem 2.4rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item {
    padding: 3rem 2.4rem 2.4rem;
  }
}
main.top .products_modal .right .contents .item.black {
  color: #000;
}
main.top .products_modal .right .contents .item.black .report .report_head {
  background-color: rgba(0, 0, 0, 0.4);
}
main.top .products_modal .right .contents .item.black .report .report_body:before {
  background-color: rgba(0, 0, 0, 0.4);
}
main.top .products_modal .right .contents .item.black .report .report_body:after {
  background-color: rgba(0, 0, 0, 0.4);
}
main.top .products_modal .right .contents .item.black .report .report_body .report_section .sec_tit:after {
  background-color: #000;
}
main.top .products_modal .right .contents .item.black .report .report_foot {
  background-color: rgba(0, 0, 0, 0.4);
}
main.top .products_modal .right .contents .item.black .btn a, main.top .products_modal .right .contents .item.black .btn a:visited, main.top .products_modal .right .contents .item.black .btn .no_link {
  background-color: #000;
}
main.top .products_modal .right .contents .item.black .ui_modal .prev span, main.top .products_modal .right .contents .item.black .ui_modal .next span, main.top .products_modal .right .contents .item.black .ui_modal .close span {
  background-color: #000;
}
main.top .products_modal .right .contents .item .copy {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  width: 117%;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .copy {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .copy {
    font-size: 1.4rem;
  }
}
main.top .products_modal .right .contents .item h2.tit {
  margin-top: 1.2rem;
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  width: 117%;
}
main.top .products_modal .right .contents .item .price {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  width: 117%;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .price {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .price {
    font-size: 1.4rem;
    margin-top: 1.1rem;
  }
}
main.top .products_modal .right .contents .item .btn {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.8rem;
}
main.top .products_modal .right .contents .item .btn .no_link {
  display: inline;
}
main.top .products_modal .right .contents .item .btn a, main.top .products_modal .right .contents .item .btn a:visited, main.top .products_modal .right .contents .item .btn .no_link {
  color: #E60012;
  background-color: #fff;
  border-radius: 2rem;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .btn a, main.top .products_modal .right .contents .item .btn a:visited, main.top .products_modal .right .contents .item .btn .no_link {
    padding: 1rem 7.6rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .btn a, main.top .products_modal .right .contents .item .btn a:visited, main.top .products_modal .right .contents .item .btn .no_link {
    padding: 0.8rem 7.6rem;
  }
}
main.top .products_modal .right .contents .item .btn a span, main.top .products_modal .right .contents .item .btn a:visited span, main.top .products_modal .right .contents .item .btn .no_link span {
  display: inline-block;
  transform-origin: center;
}
main.top .products_modal .right .contents .item .report {
  margin-top: 3.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
main.top .products_modal .right .contents .item .report h3.report_tit {
  line-height: 1.1;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report h3.report_tit {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report h3.report_tit {
    font-size: 1.8rem;
  }
}
main.top .products_modal .right .contents .item .report .report_head {
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 0.7rem;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_head {
    width: 94%;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_head {
    width: 100%;
  }
}
main.top .products_modal .right .contents .item .report .report_body {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body {
    overflow: auto;
    flex: 1;
    margin-top: 1.4rem;
    overscroll-behavior: contain;
  }
}
main.top .products_modal .right .contents .item .report .report_body:before {
  content: "";
  display: block;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body:before {
    left: 1px;
    height: calc(100% - 5px);
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_body:before {
    position: absolute;
    height: 100%;
  }
}
main.top .products_modal .right .contents .item .report .report_body:after {
  top: 0;
  content: "";
  display: block;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body:after {
    position: sticky;
    right: 1px;
    height: calc(100% - 5px);
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_body:after {
    position: absolute;
    right: 0;
    height: 100%;
  }
}
main.top .products_modal .right .contents .item .report .report_body .section_wrap {
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body .section_wrap {
    width: 89%;
    padding-top: 0.9rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_body .section_wrap {
    width: 86%;
    padding-top: 2.3rem;
  }
}
main.top .products_modal .right .contents .item .report .report_body .report_section {
  width: 117%;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body .report_section:last-of-type {
    margin-bottom: 0;
  }
}
main.top .products_modal .right .contents .item .report .report_body .report_section .sec_tit {
  display: inline-block;
  line-height: 1.4;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body .report_section .sec_tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_body .report_section .sec_tit {
    font-size: 1.8rem;
  }
}
main.top .products_modal .right .contents .item .report .report_body .report_section .sec_tit:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: background-color 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
main.top .products_modal .right .contents .item .report .report_body .report_section .sec_text {
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_body .report_section .sec_text {
    font-size: 1.6rem;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_body .report_section .sec_text {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
main.top .products_modal .right .contents .item .report .report_foot {
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .right .contents .item .report .report_foot {
    width: 94%;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .right .contents .item .report .report_foot {
    width: 100%;
  }
}
main.top .products_modal .ui_modal {
  right: 1.6rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  main.top .products_modal .ui_modal {
    position: absolute;
    top: 1.5rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .ui_modal {
    position: fixed;
    top: 1.2rem;
  }
}
main.top .products_modal .ui_modal .prev, main.top .products_modal .ui_modal .next, main.top .products_modal .ui_modal .close {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 799px) {
  main.top .products_modal .ui_modal .prev, main.top .products_modal .ui_modal .next, main.top .products_modal .ui_modal .close {
    border-radius: 50%;
    background: #E60012;
  }
}
main.top .products_modal .ui_modal .prev span, main.top .products_modal .ui_modal .next span, main.top .products_modal .ui_modal .close span {
  content: "";
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
main.top .products_modal .ui_modal .prev span {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_left.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_left.svg");
  width: 1.1rem;
  height: 1.35rem;
}
main.top .products_modal .ui_modal .next span {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_right.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/arrow_m_right.svg");
  width: 1.1rem;
  height: 1.35rem;
}
main.top .products_modal .ui_modal .close span {
  -webkit-mask-image: url("/bc/c/bicidea/assets/img/common/close2.svg");
          mask-image: url("/bc/c/bicidea/assets/img/common/close2.svg");
  width: 1.5rem;
  height: 1.38rem;
}
main.top .play_icon {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  z-index: 3;
}
@media only screen and (max-width: 799px) {
  main.top .play_icon {
    display: none;
  }
}
main.top .play_icon.show {
  opacity: 1;
}
main.top .play_icon img {
  width: 29.8rem;
  transform: translate3d(-50%, -50%, 0);
}
@media (hover: none) {
  main.top .play_icon {
    display: none;
  }
}
main.top .brand_movie_modal {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
main.top .brand_movie_modal.active {
  display: block;
}
main.top .brand_movie_modal.open .brand_movie_bg {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
main.top .brand_movie_modal.open .brand_movie_inner {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 50dvh, 0);
}
main.top .brand_movie_modal.open .brand_movie_ui .c_close_btn {
  transition-delay: 0.4s;
  opacity: 1;
}
main.top .brand_movie_modal .brand_movie_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111111;
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
main.top .brand_movie_modal .brand_movie_inner {
  transition: transform 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 150dvh, 0);
}
main.top .brand_movie_modal .brand_movie_inner .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 800px) {
  main.top .brand_movie_modal .brand_movie_inner .video {
    width: 103.4rem;
    height: 58.2rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .brand_movie_modal .brand_movie_inner .video {
    width: 34.3rem;
    height: 19.1rem;
  }
}
main.top .brand_movie_modal .brand_movie_inner .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .brand_movie_modal .brand_movie_ui .c_close_btn {
  position: absolute;
  background-color: #fff;
  opacity: 0;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 800px) {
  main.top .brand_movie_modal .brand_movie_ui .c_close_btn {
    right: 1.6rem;
    top: 1.6rem;
  }
}
@media only screen and (max-width: 799px) {
  main.top .brand_movie_modal .brand_movie_ui .c_close_btn {
    right: 1rem;
    top: 0.5rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

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