/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.solid-top-eye-catch {
  position: relative;
  z-index: 1; }

.breadcrumb-area {
  position: relative;
  padding-left: var(--secondGridLeft);
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #434eba;
  height: 139px; }

.breadcrumb-details {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  width: calc(100% - calc(var(--secondGridLeft))); }
  .breadcrumb-details a {
    color: #ffffff; }

.eye-catch-video {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  z-index: -1;
  opacity: 0;
  animation: visibleVideo;
  animation-duration: 0.3s;
  animation-delay: 2.3s;
  animation-fill-mode: forwards; }

.vertical-text {
  position: absolute;
  z-index: 3;
  left: var(--sideGridWidth);
  top: 60px;
  font-family: "Roboto-Medium";
  font-size: var(--font20);
  color: #ffffff;
  font-weight: 500;
  line-height: 32px;
  font-style: normal;
  letter-spacing: 0.02em;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top; }

.eye-catch-details {
  height: 660px;
  position: relative;
  background-size: cover; }

.shadow {
  position: absolute;
  background: #26252e;
  opacity: 0.7;
  height: inherit;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1; }

.eye-catch-body {
  z-index: 2;
  position: relative; }

.details-title-description {
  position: absolute;
  top: 156px;
  left: var(--fourGridLeft); }

.details-title-description-variant2 {
  top: 56px;
  left: var(--secondGridLeft); }

.details-title-description-variant3 {
  top: 205px;
  left: var(--secondGridLeft); }

.details-title {
  position: relative;
  font-family: "Roboto-Bold";
  font-size: var(--font59);
  color: #ffffff;
  font-weight: 700;
  line-height: 69px;
  width: calc(calc(var(--singleGridWidth) * 3) + 50px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 7;
  -moz-line-clamp: 7;
  -ms-line-clamp: 7;
  line-clamp: 7;
  top: auto;
  margin: -4px; }

.details-title-variant {
  width: calc(var(--singleGridWidth) * 5); }

.details-description {
  position: relative;
  font-family: "Roboto-Regular";
  font-size: var(--font20);
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  width: calc(var(--singleGridWidth) * 3);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 10;
  -moz-line-clamp: 10;
  -ms-line-clamp: 10;
  line-clamp: 10;
  margin-top: 48px; }

.details-description-variant2 {
  margin: 30px 0px;
  width: calc(var(--singleGridWidth) * 6); }

.details-description-variant3 {
  margin: 50px 0px; }

.details-button {
  display: none;
  font-family: "Roboto-Medium";
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  width: fit-content;
  padding: 20px 28px;
  background-color: #434eba;
  cursor: pointer; }

.details-button-variant2 {
  display: block; }

.list-area {
  position: relative;
  height: 172px;
  left: var(--secondGridLeft);
  top: 176px;
  font-style: normal;
  width: calc((var(--singleGridWidth) * 2) + 50px); }

.list {
  font-family: "Roboto-Regular";
  font-size: var(--font16);
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  position: relative; }
  .list p a {
    color: #ffffff;
    cursor: pointer; }
  .list .disabled-link {
    cursor: default; }

.area-item-diamond {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -38px; }
  .area-item-diamond img {
    width: 30px;
    height: 30px; }

.drop-down-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 31px);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  background-color: #434eba; }
  .drop-down-bottom svg {
    width: 22px;
    height: 31px; }
    .drop-down-bottom svg path {
      stroke-width: 2px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .solid-top-eye-catch {
    position: relative; }
  .breadcrumb-area {
    position: relative;
    padding-left: var(--secondGridLeft);
    display: flex;
    align-items: center;
    z-index: 2;
    background-color: #434eba;
    height: 139px; }
  .breadcrumb-details {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    width: calc(100% - calc(var(--secondGridLeft))); }
    .breadcrumb-details a {
      color: #ffffff; }
  .vertical-text {
    position: absolute;
    z-index: 3;
    left: var(--sideGridWidth);
    top: 60px;
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.02em;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top; }
  .eye-catch-details {
    height: 660px;
    position: relative;
    background-size: cover; }
  .shadow {
    position: absolute;
    background: #26252e;
    opacity: 0.7;
    height: inherit;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1; }
  .eye-catch-body {
    z-index: 2;
    position: relative; }
  .details-title-description {
    position: absolute;
    left: var(--fourGridLeft);
    top: 156px; }
  .details-title {
    position: relative;
    font-family: "Roboto-Bold";
    font-size: var(--font56);
    color: #ffffff;
    font-weight: 700;
    line-height: 69px;
    width: calc(calc(var(--singleGridWidth) * 4)) !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    line-clamp: 7;
    margin-bottom: 48px;
    top: auto;
    margin-left: -4px; }
  .details-description {
    position: relative;
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    width: calc(var(--singleGridWidth) * 3);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
    -ms-line-clamp: 10;
    line-clamp: 10; }
  .list-area {
    position: relative;
    height: 172px;
    left: var(--secondGridLeft);
    top: 176px;
    font-style: normal;
    width: calc((var(--singleGridWidth) * 2) + 50px); }
  .list {
    font-family: "Roboto-Regular";
    font-size: var(--font16);
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    position: relative; }
    .list p a {
      color: #ffffff;
      cursor: pointer; }
    .list .disabled-link {
      cursor: default; }
  .area-item-diamond {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -38px; }
    .area-item-diamond img {
      width: 30px;
      height: 30px; }
  .drop-down-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 31px);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    background-color: #434eba; }
    .drop-down-bottom svg {
      width: 22px;
      height: 31px; }
      .drop-down-bottom svg path {
        stroke-width: 2px; } }

@media screen and (max-width: 1024px) {
  .solid-top-eye-catch {
    position: relative;
    margin-top: 72px; }
  .breadcrumb-area {
    padding-left: calc(var(--secondGridLeft));
    height: 80px;
    width: 100%;
    z-index: 2; }
  .breadcrumb-details {
    width: calc((var(--singleGridWidth) * 3) - 10px);
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff; }
    .breadcrumb-details a {
      color: #ffffff; }
  .vertical-text {
    line-height: 18px;
    top: 30px; }
  .eye-catch-details {
    height: 300px; }
  .details-title-description {
    left: var(--secondGridLeft);
    top: 52px; }
  .details-title-description-variant2 {
    top: 20px; }
  .details-title {
    position: relative;
    line-height: 35px;
    width: calc(var(--singleGridWidth) * 3.2);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    line-clamp: 7;
    margin-bottom: 7px;
    margin-left: -1px; }
  .details-title-variant {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2; }
  .details-description {
    position: relative;
    letter-spacing: normal;
    line-height: 20px;
    width: calc(var(--singleGridWidth) * 3.1);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
    -ms-line-clamp: 10;
    line-clamp: 10;
    margin-top: 0px; }
  .details-description-variant2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    margin: 15px 0px; }
  .details-button {
    font-size: 14px;
    padding: 6px 12px; }
  .list-area {
    display: none; }
  .area-item-diamond {
    display: none; }
  .drop-down-bottom {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 19px);
    width: 36px;
    height: 36px; }
    .drop-down-bottom svg {
      width: 10px;
      height: 14px; }
      .drop-down-bottom svg path {
        stroke-width: 3px; } }

