#mainImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  overflow: hidden;
  background: url("../images/product/pic_main.jpg") top left;
  background-size: cover;
}

#mainImg img {
  display: flex;
}

#mainImg .ttl-mainImg .ttl-mainImg-main {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.4em;
  margin-bottom: 18px;
}

.ttl-mainImg {
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
}

.ttl-mainImg-main:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 2px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #fff;
  /*下線の色*/
}

#mainImg .ttl-mainImg .ttl-mainImg-sub {
  font-size: 36px;
  line-height: 1.4em;
}

/* area-product
------------------------------------------------------------*/
.tx-product-main {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4em;
  color: #f1b28f;
}

.tx-product-details {
  font-size: 15px;
  margin-bottom: 28px;
  line-height: 1.4em;
}

#area-product {
  padding: 80px 0;
  background: #fff;
}

#area-product h2 {
  display: block;
  margin-bottom: 64px;
  font-size: 32px;
  text-align: center;
  line-height: 1.4em;
  color: #acdaf1;
  font-weight: normal;
}

.box-product {
  display: flex;
}

#area-product dl dt {
  margin: 0 48px 0 0;
}

#area-product dl dd {
  width: 60%;
  flex-grow: 1;
}

/* area-lgg 20230904
------------------------------------------------------------*/

.area-lgg {
  margin: 8px 0;
  text-align: center;
}

.area-lgg img {
  max-width: 30%;
}

/* area-col
------------------------------------------------------------*/
.tx-col-ttl {
  font-size: 13px;
  margin-bottom: 8px;
  color: #f1b28f;
}

.tx-col-main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.4em;
}

.tx-col-details {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 1.4em;
}

.tx-annotation {
  font-size: 11px;
  color: #999;
  line-height: 1.8em;
}

.area-col-r {
  padding: 80px 0;
  background: #fdf8f6;
}

.box-col-r {
  overflow: hidden;
  /* display: flex; */
  /* align-items: center; */
}

.area-col-r dl dt {
  margin: 0 0 24px 32px;
  float: right;
  max-width: 50%;
  text-align: right;
}

.area-col-l {
  padding: 80px 0;
  background: #fff;
}

.box-col-l {
  overflow: hidden;
  /* display: flex; */
  /* flex-flow: row-reverse; */
  /* align-items: center; */
}

.area-col-l dl dt {
  /* margin-left: 24px; */
  margin: 0 32px 24px 0;
  float: left;
  max-width: 50%;
  text-align: left;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
  .tx-col-ttl {
    font-size: 2.8vw;
    margin-bottom: 1.7vw;
    color: #f1b28f;
  }

  .tx-col-main {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 5vw;
    line-height: 1.4em;
  }

  .tx-col-details {
    font-size: 3.2vw;
    margin-bottom: 2.5vw;
    line-height: 1.4em;
  }

  .area-col-r {
    padding: 8vw 0;
  }

  .box-col-r {
    display: block;
  }

  .area-col-l {
    padding: 8vw 0;
  }

  .box-col-l {
    display: block;
  }

  .area-col-r dl dt {
    margin: 0 auto 6vw;
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .area-col-r dl dt img {
    width: 100%;
  }

  .area-col-r dl dd {
    width: 100%;
  }

  .area-col-l dl dt {
    margin: 0 auto 6vw;
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .area-col-l dl dt img {
    width: 100%;
  }

  .area-col-l dl dd {
    width: 100%;
  }

  #mainImg .ttl-mainImg .ttl-mainImg-main {
    font-size: 2.4vw;
  }

  .ttl-mainImg-main:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 50px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #fff;
    /*下線の色*/
  }

  #mainImg .ttl-mainImg .ttl-mainImg-sub {
    font-size: 5vw;
  }

  .ttl-mainImg {
    position: relative;
    top: 10%;
  }

  .tx-product-main {
    font-size: 4vw;
    margin-bottom: 2vw;
    line-height: 1.4em;
    color: #f1b28f;
  }

  .tx-product-details {
    font-size: 3.2vw;
    margin-bottom: 8vw;
    line-height: 1.4em;
  }

  #area-product {
    padding: 10vw 0;
    background: #fff;
  }

  #area-product h2 {
    margin-bottom: 10vw;
    font-size: 4.2vw;
  }

  .box-product {
    display: block;
    width: 100%;
  }

  #area-product dl dt {
    margin: 0 0 8vw 0;
    text-align: center;
  }

  #area-product dl dt img {
    width: 50%;
  }

  #area-product dl dd {
    width: 100%;
  }

  .area-lgg img {
    max-width: 70%;
  }
}