@charset "UTF-8";

#tw-function {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  margin-top: 75px;
  @media (min-width: 992px) {
    margin-top: 100px;
  }
}

#tw-function h4.pre-title {
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 8px;
}

#tw-function h4.title {
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: IBM Plex Sans JP;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

  @media (min-width: 992px) {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

#tw-function .content {
  margin: 30px 0px 30px 0px;
  color: var(--0A0A0A, #0a0a0a);
  font-family: 'IBM Plex Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#tw-function .content-function {
  text-align: center;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}
#tw-function .modal-title {
  margin: 0px 0px 40px 0px;
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: 'IBM Plex Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

/*------------------------------------*/
#tw-function .function-list {
  display: flex;
  width: 980px;
  height: 640px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

#tw-function .function-list .item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#tw-function .function-list .item-row > img {
  width: 320px;
  padding: 10px;
}

#tw-function .tw-section-footer {
  padding-bottom: 100px;
}

.MONOTONE2P_OC_1 {
  content: url(../../images/telebooth-wire/MONOTONE2P_OC_1.jpg);
}
.MONOTONE2P_OC_2 {
  content: url(../../images/telebooth-wire/MONOTONE2P_OC_2.jpg);
}
.MONOTONE2P_OC_3 {
  content: url(../../images/telebooth-wire/MONOTONE2P_OC_3.jpg);
}
.MONOTONE2P_OC_4 {
  content: url(../../images/telebooth-wire/MONOTONE2P_OC_4.jpg);
}
.MONOTONE2P_OC_5 {
  content: url(../../images/telebooth-wire/MONOTONE2P_OC_5.jpg);
}
.MONOTONE2P_OC_6 {
  content: url(../../images/telebooth-wire/MONOTONE2P_OC_6.jpg);
}

/*------------------------------*/

#tw-function .bg {
  /* height: 631px;
    width: 100%; */
  content: url(../../images/telebooth-wire/solution.png);
  margin-top: 50px;
}

#tw-function .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
  height: 622px;
}

#tw-function .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 33%;
  padding: 0px 0px 20px 0px;
  cursor: pointer;
  justify-content: space-between;
}

#tw-function .list .item.last {
  flex-basis: 100%;
}

#tw-function .list .item .content {
  display: flex;
  text-align: center;
  flex-direction: column;
}

#tw-function .list .item .content > p {
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#tw-function .list .item > img.big {
  width: 225px;
  height: 317px;
  margin: 40.5px 0px 60px 0px;
}

#tw-function .function-monotone-icon {
  content: url(../../images/telebooth-wire/monotone-icon.svg);
}

#tw-function .function-wood-icon {
  content: url(../../images/telebooth-wire/wood-icon.svg);
}

#tw-function .function-color-icon {
  content: url(../../images/telebooth-wire/color-icon.svg);
}

#tw-function .function-detail-icon {
  display: none;
  content: url(../../images/telebooth-wire/function-detail-icon.png);
}
#tw-function .empty-flex-item {
  display: none;
}

#tw-function .monotone {
  background: url(../../images/telebooth-wire/20231115_TELEBOOTH-BLACK_TEST.svg)
    #353836;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(25vh) auto;
}

#tw-function .wood {
  background: url(../../images/telebooth-wire/20231115_TELEBOOTH-LIGHTWOOD_TEST.svg)
    #aea190;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(25vh) auto;
}

#tw-function .color {
  background: url(../../images/telebooth-wire/20231115_TELEBOOTH-BLUE_TEST.svg)
    #71a4c8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(25vh) auto;
}

#tw-function .monotone title-en {
  color: var(--FFFFFF, #fff);

  text-align: center;
  font-family: Barlow Condensed;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}

#tw-function .wood title-en {
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: Barlow Condensed;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}

#tw-function .color title-en {
  color: var(--FFFFFF, #fff);

  text-align: center;
  font-family: Barlow Condensed;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}

#tw-function .monotone title-katakana {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#tw-function .wood title-katakana {
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: IBM Plex Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#tw-function .color title-katakana {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: IBM Plex Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#tw-function .tw-see-more {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-family: Barlow-regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  border: none;
}

#tw-function .close-x-icon {
  cursor: pointer;
  position: absolute;
  top: 36px;
  content: url(../../images/telebooth-wire/close-x.svg);
  right: 80px;
}

#tw-function .modal-body .modal-title {
  display: flex;
  flex-direction: column;
  height: 100px;
  position: fixed;
  padding: 20px 20px;
}
#tw-function .modal-body .modal-title title-en {
  color: var(--FFFFFF, #fff);

  /* text-align: center; */
  font-family: Barlow Condensed;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}
#tw-function .modal-body .modal-title title-katakana {
  color: var(--FFFFFF, #fff);
  /* text-align: center; */
  font-family: IBM Plex Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/******* MONOTONE DESIGN ********/

#tw-function .monotone-design {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #353836;
}

#tw-function .monotone-item {
  padding: 80px 0px;
}

#tw-function .monotone-panel {
  background: #353836;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tw-function .monotone-1 {
  width: 90vmin;
  content: url(../../images/telebooth-wire/telebooth-office-decorates-monotone-detail.png);
}

/******* WOOD DESIGN ********/

#tw-function .wood-design {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #000;
}

#tw-function .wood-item {
  padding: 80px 0px;
}

#tw-function .wood-1-panel {
  background: #aea190;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tw-function .wood-2-panel {
  background: #574e40;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tw-function .wood-1 {
  width: 45vw;
  content: url(../../images/telebooth-wire/telebooth-office-decorates-wood-detail-1.png);
}

#tw-function .wood-2 {
  width: 45vw;
  content: url(../../images/telebooth-wire/telebooth-office-decorates-wood-detail-2.png);
}

/****** COLOR DESIGN ******/
#tw-function .color-design {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#tw-function .color-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px;
  padding: 80px 0px;
}

#tw-function .color-1-panel {
  background: #71a4c8;
}

#tw-function .color-2-panel {
  background: #9ab579;
}

#tw-function .color-3-panel {
  background: #d0c7b3;
}

#tw-function .color-1 {
  content: url(../../images/telebooth-wire/telebooth-office-decorates-color-detail-1.png);
}

#tw-function .color-2 {
  content: url(../../images/telebooth-wire/telebooth-office-decorates-color-detail-2.png);
}

#tw-function .color-3 {
  content: url(../../images/telebooth-wire/telebooth-office-decorates-color-detail-3.png);
}

#tw-function .color-img {
  width: 32vw;
}

#tw-function .tw-see-more-function {
  border: 1px solid #000000;
  width: 120px;
  height: 40px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  @media (min-width: 992px) {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
}

#tw-function .tw-see-more-function::after {
  background-color: #f5f5f5;
}

#tw-function .function-vr {
  width: 100%;
  height: 630px;
  background: #fff;
}

#tw-function .function-option {
  width: 100%;
  /* height: 640px; */
  background: #f4f4f4;

  display: flex;
  flex-direction: column;
  align-items: center;
}

#tw-function .function-vr-content {
  background: #fff;
}

#tw-function .vr-bg {
  height: 470px;
  background: url(../../images/telebooth-wire/function-intro-VR.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 342px 324px;
}

/* -----------------------------------992---------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/

/*===============================================================
min-width: 992px
===============================================================*/
@media (min-width: 992px) {
  #tw-function .wood-item {
    /* padding: 80px 110px; */
    padding: 80px 0px 80px 110px;
  }
}
/*===============================================================
min-width: 1100px
===============================================================*/
@media (min-width: 1100px) {
  /* #tw-function .wood-item {
        padding: 125px;
    }    */
}
/*===============================================================
min-width: 1200px
===============================================================*/
@media (min-width: 1200px) {
}

/*===============================================================

===============================================================*/
@media (min-width: 1400px) {
}
/*===============================================================
1920px
===============================================================*/
@media (min-width: 1920px) {
}

/*===============================================================
2133px
===============================================================*/
@media (min-width: 2133px) {
}

/*===============================================================
2400px
===============================================================*/
@media (min-width: 2400px) {
}

/*===============================================================
2560px
===============================================================*/
@media (min-width: 2560px) {
}

/*===============================================================
3440px
===============================================================*/
@media (min-width: 3440px) {
}

/*===============================================================
3840px
===============================================================*/
@media (min-width: 3840px) {
}

/*===============================================================
5120px
===============================================================*/
@media (min-width: 5120px) {
}
