/* products */
/* index */
.pro_box01 {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_box01:last-child {
  gap: 25px;
  margin-top: 0;
}

.pro_logo {
  margin: 80px 0 -50px;
}

.pro_logo img {
  width: 200px;
}

.pro_logo2 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.pro_logo2 img {
  width: 120px;
  margin-right: 20px;
}

.pro_logo2 picture:nth-child(2) img {
  width: 80px;
}

.pro_note {
  font-size: 1.5rem;
  margin-top: 10px;
}

.pro_fb {
  margin-bottom: 50px;
  width: calc((100% - 50px) / 2);
  text-align: center;
  border: 2px solid #13397d;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}

a.pro_fb:hover {
  background: #ecf2ff;
  border-color: #0a1e41;
}

.pro_fb h3 {
  font-size: 3rem;
  line-height: .7;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #13397d;
}

.pro_fb h3 span {
  font-size: 1.5rem;
}

.pro_fb img {
  margin-top: 20px;
}

.pro_fb p {
  margin: 20px 0;
}

.pro_fb b {
  display: block;
  background: #13397d;
  padding: 20px 0;
  font-size: 2rem;
  color: white !important;
  transition: all .3s ease;
}

.pro_fb2 {
  border-color: #980000;
  margin-bottom: 100px;
}

a.pro_fb2:hover {
  background: #fff4f4;
  border-color: #690000;
}

.pro_fb2 b {
  background: #980000;
}

.pro_fb2 h3 {
  color: #980000;
}

a.pro_fb:hover b {
  background: #0a1e41;
}

a.pro_fb2:hover b {
  background: #690000;
}


@media (width < 770px) {
  .pro_fb {
    display: block;
    width: 100%;
    text-align: center;
  }

  .pro_fb2:first-child {
    margin-bottom: 25px;
  }
}

/* 製品共通 */
h4 {
  margin-bottom: 10px;
}

.pro_top {
  width: 100%;
  margin: 60px 0 100px 0;
  background: #2f5291;
  color: white;
}

.pro_top div {
  max-width: 100%;
  width: 1100px;
  min-height: 300px;
  margin: 0 auto;
  background: url(../products/img/pro_bg.png) no-repeat center right;
  display: flex;
  align-items: center;
}

.pro_top h2 {
  font-size: 8rem;
  color: #fff;
}

.pro_top h2 span {
  display: block;
  font-size: 2rem;
  padding-bottom: 20px;
}

.bri_features li {
  position: relative;
  padding: .9em 1em .5em 3.5em;
  border-bottom: 1px solid #b80000;
  font-size: 1.8rem;
  margin-top: 20px;
  list-style: none;
}

.bri_features li::before {
  position: absolute;
  left: .1em;
  top: 6px;
  font-size: 3rem;
  font-weight: bold;
  color: #a92020;
}

.bri_features li:first-child::before {
  content: '01.';
}

.bri_features li:nth-child(2)::before {
  content: '02.';
}

.bri_features li:nth-child(3)::before {
  content: '03.';
}

.bri_features li:nth-child(4):before {
  content: '04.';
}

.last_section {
  padding-bottom: 100px;
}

@media (width < 770px) {
  .pro_top {
    margin: 65px 0 100px 0;
  }

  .pro_top h2 {
    font-size: 7rem;
  }

  .pro_top h2 span {
    font-size: 1.8rem;
  }

  .pro_top div {
    background: url(../products/img/pro_bg_res.png) no-repeat center right;
    background-size: contain;
    text-align: center;
    padding: 0 20px;
    justify-content: center;
  }

  .pro_logo,
  .pro_logo2 {
    padding: 0;
  }

  .bri_features li {
    padding: 3em 0 1em .5em;
  }
}

/* weberi */
.note_tri {
  font-size: 2.5rem;
  text-align: center;
  margin: 40px 0;
}

.we_txt_outer {
  margin-top: 40px;
  text-align: center;
}

.we_txt {
  border: 1px solid #333;
  padding: 10px 20px;
  display: inline-block;
}

.pro_table01 {
  border-collapse: collapse;
  margin: 0 auto 30px auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.pro_table01 tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
  font-size: 1.6rem;
}

.pro_table01 thead tr {
  background-color: #13397d;
  color: #fff;
}

.pro_table01 th,
.pro_table01 td {
  padding: 1em;
  border-right: 1px solid #bbb;
  text-align: center;
}

.vr_img {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  gap: 0 2%;
}

.vr_img img {
  width: 50%;
  min-width: 0;
}

.vr_img2 {
  margin-top: 30px;
}

.vr_img2 img {
  width: 100%;
}

@media (width < 770px) {
  .vr_img {
    display: block;
  }

  .vr_img img {
    width: 100%;
  }

  .vr_img img:not(:last-child) {
    margin-bottom: 50px;
  }

  .pro_table01 {
    border: 0;
    width: 100%
  }

  .pro_table01 th {
    background-color: #13397d;
    color: #fff;
    display: block;
    border-right: none
  }

  .pro_table01 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .pro_table01 tr {
    display: block;
    margin-bottom: 20px
  }

  .pro_table01 td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none
  }

  .pro_table01 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px
  }

  .pro_table01 td:last-child {
    border-bottom: 0
  }
}

/* valloon */
.valloon_h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.val_box {
  display: flex;
  justify-content: space-between;
}

.val_box div {
  position: relative;
  padding: 10px;
  border: 2px solid #13397d;
  border-radius: 10px;
  padding: 12px 9px 12px 18px;
  font-size: 1.6rem;
  margin: 20px 0;
}

.val_box div::after,
.val_box div::before {
  position: absolute;
  left: 50%;
  content: '';
  height: 0;
  width: 0;
  transform: rotate(180deg);
}

.val_box div::before {
  bottom: 100%;
  border: 9px solid;
  border-color: transparent;
  border-top-color: #333;
  margin-left: -9px;
}

.val_box div::after {
  bottom: 97%;
  border: 8px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -8px;
}

.val_txt {
  color: #13397d;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  background: #cfd3eb;
  padding: 10px;
}

.note_p {
  margin-top: 40px;
  font-size: 1.3rem;
  color: #666;
  text-align: right;
}

@media (width < 770px) {
  .val_box {
    display: block;
  }

  .note_p {
    padding-left: 1em;
    text-indent: -1.3em;
    text-align: left;
  }
}

/* bricks */
.bricks_ul li {
  margin-bottom: 10px;
}

.bricks_img {
  width: 100%;
  margin-top: 30px;
}

.bricks_img img {
  width: 100%;
  margin-top: 10px;
}


/* cocktailAI */
.note_txt {
  text-align: right;
  font-size: 1.6rem;
}

.r_txt {
  text-align: left;
}

.r_txt p {
  display: inline-block;
  text-align: left;
}

.cocktail_bnr {
  width: 1000px;
  margin: 30px auto 95px;
  text-align: center;
}

.cocktail_bnr a {
  display: block;
  padding: 25px 0 25px 170px;
  color: #13397d;
  text-align: left;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  border: 2px solid #13397d;
  transition: all .3s ease-in-out;
}

.cocktail_bnr a span {
  font-size: 1.9rem;
  font-weight: normal;
}

.cocktail_bnr a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../products/cocktailai/img/jirei.png), url(../products/cocktailai/img/arrow.png);
  background-position: 2.2% 57%, 933px 51%;
  background-repeat: no-repeat, no-repeat;
  background-size: 104px 82px, 18px 34px;
}

.cocktail_bnr a:hover {
  background-color: #13397d;
  color: #fff;
}

.cocktail_bnr a:hover::before {
  background-image: url(../products/cocktailai/img/jirei_hov.png), url(../products/cocktailai/img/arrow_hov.png);
}

img.cocktail_img {
  width: 100%;
}

.tmp_box {
  position: relative;
}

.tmp_box h4,
.tmp_box2 h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.tmp_box p,
.tmp_box2 p {
  background: #f3f3f3;
  padding: 25px 35px;
}

.tmp_box::before {
  content: '';
  position: absolute;
  background: #13397d;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: calc(tan(60deg) * 40px / 2);
  width: 60px;
  left: 50%;
  top: 130%;
  transform: translateX(-50%);
}

.tmp_box2 {
  margin-top: 100px;
}

.tmp_box2 span {
  background: #cee778;
}

.cocktail_ul {
  padding-left: 1.5em;
  list-style: disc;
}

.cocktail_ul li {
  margin-bottom: 10px;
}

.cocktail_ul li ul {
  padding-left: 1em;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: disc;
}

.pro_movie_yt {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #444f56;
}

@media (width > 770px) {
  .cocktail_img {
    margin-top: 20px;
  }
  
  .r_txt {
    margin-top: -100px;
    margin-right: 90px;
  }

  .r_txt p span {
    padding-left: 1em;
  }

  .val_box div {
    width: 32%;
  }
}


@media (width < 770px) {
  .cocktail_bnr {
    width: 90%;
  }

  .cocktail_bnr a {
    padding: 20px;
  }

  .cocktail_bnr a::before {
    background-image: url(../products/cocktailai/img/arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 18px 34px;
  }

  .cocktail_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .pro_movie_yt {
    width: 100%;
  }

  .tmp_box::before {
    top: 118%;
  }
}