#mainImg {
  position: relative;
  display: flex;
  overflow: hidden;
}

#mainImg img {
  display: flex;
}

#mainImg .ttl-mainImg {
  position: absolute;
  top: 51%;
  color: #fff;
  left: 10%;
}

#mainImg .ttl-mainImg .ttl-mainImg-ruby {
  font-size: 1.1vw;
  line-height: 0.5em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2.5rem;
}

#mainImg .ttl-mainImg .ttl-mainImg-main {
  font-size: 2.4vw;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

#mainImg .ttl-mainImg .ttl-mainImg-sub {
  font-size: 1.12vw;
  letter-spacing: 0.4em;
}

section h2 {
  position: relative;
  width: 60%;
  margin: 0 auto 60px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.6em;
}

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

/* area-concept
------------------------------------------------------------*/
#area-concept {
  padding: 80px 0;
  background: #f4f4f4;
}

#area-concept ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#area-concept ul li.tmb-concept {
  max-width: 380px;
  margin-left: 24px;
}

#area-concept p {
  margin-bottom: 16px;
  font-size: 15px;
}

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

#area-concept .area-lgg {
  margin: 24px 0 80px 0;
}

#area-concept .area-lgg dl {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 24px;
}

#area-concept .area-lgg dl dt {
  max-width: 30%;
}

#area-concept .area-lgg dl dt img {
  width: 100%;
}

#area-concept .area-lgg dl dd h4 {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 16px 0;
  color: #f1b28f;
}

#area-concept .area-lgg dl dd p {
  margin: 0;
  font-size: 11px;
  color: #999;
}

#area-concept .area-lgg dl dd p span {
  display: block;
  margin: 12px 0 0 0;
  font-size: 11px;
  color: #999;
}

#area-product .area-lgg-logo {
  margin: 40px auto 8px;
}

#area-product .area-lgg-logo img {
  max-width: 40%;
}

#area-concept .area-lgg .tx-lgg-subcatch {
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
}

/* area-product
------------------------------------------------------------*/
#area-product {
  padding: 80px 0;
}

.article {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.article img.pack {
  float: left;
  width: 34%;
  margin: 0 48px 48px 0;
}

.article img.interview {
  float: left;
  width: 40%;
  max-width: 360px;
  margin: 0px 24px 24px 0;
}

.article p {
  text-align: left;
  font-size: 15px;
}

.article p span {
  display: block;
  margin-top: 32px;
  font-size: 22px;
  text-align: right;
}

#area-product h3 {
  display: block;
  font-size: 1.1vw;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.6rem;
}

#area-product .ttl-onaka {
  font-size: 2.2vw;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.3em;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1em;
}

#area-product h4 {
  font-size: 1vw;
  font-weight: normal;
  line-height: 1em;
  margin: 14px 0 40px;
  letter-spacing: 0.3em;
  color: #acdaf1;
}

#area-product .supplement {
  display: block;
  margin: 24px 0 32px 0;
  font-size: 11px;
  color: #999;
  text-align: left;
}

#area-product .product-details {
  text-align: center;
}

/* Amazonのボタン
------------------------------------------------------------*/

#area-product a.logo-amazon {
  display: block;
}

#area-product a:link.logo-amazon {
  font-size: 20px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

#area-product dl {
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  border: 2px #f9dbb6 solid;
  border-radius: 2px;
  padding: 0 40px;
  transition: all 0.2s 0s ease;
}

#area-product dl:hover {
  position: relative;
  top: 2px;
  background: #fff1e0;
}

#area-product dt {
  text-align: left;
  margin: 10px 0 0;
}

#area-product dt img {
  width: 110px;
}

#area-product dd {
  text-align: left;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

#area-product dd:hover {
  text-decoration: none;
}

/* area-instagram
------------------------------------------------------------*/
#area-instagram {
  padding: 80px 0;
}

#instagram {
  overflow: hidden;
}

#instagram li {
  float: left;
  width: calc(100% / 6);
  line-height: 0;
}

#instagram li.full {
  width: 100%;
}

#instagram img {
  display: block;
  width: 100%;
  height: auto;
}

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

.bt-follow a:link {
  display: inline-block;
  padding: 6px 36px;
  border: 1px solid #f1b28f;
  border-radius: 4px;
  color: #f1b28f;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-style: italic;
  transition: all 0.2s 0s ease;
}

.bt-follow a:hover {
  background: #f1b28f;
  color: #fff;
  text-decoration: none;
}

/* area-help
------------------------------------------------------------*/
#area-help {
  padding: 0 0 80px;
  text-align: center;
}

#area-help h2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#area-help h2::before {
  background: none;
}

.bt-help {
  margin-top: 24px;
  text-align: center;
}

.bt-help a:link,
.bt-help a:visited {
  display: inline-block;
  padding: 14px 0;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  width: 52%;
  color: #fff;
  background: #c0c0c0;
  font-size: 20px;
  transition: all 0.2s 0s ease;
}

.bt-help a:hover {
  background: #fff;
  color: #999;
  border: 1px solid #c0c0c0;
  text-decoration: none;
}

/* area-interview
------------------------------------------------------------*/
#area-interview {
  padding: 80px 0;
  background: #f3fafe;
}

/* area-discount
------------------------------------------------------------*/
#area-discount {
  padding: 0 0 80px;
  text-align: center;
}

.area-discount {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  background: #fdf8f6;
}

.area-discount figure {
  display: flex;
  margin: 0;
}

.area-discount figure>img {
  width: 100%;
  max-width: none;
}

.area-discount .area-discount-tx {
  margin: 4% 6%;
}

.area-discount .area-discount-tx .area-discount-tx-title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.2vw;
}

.area-discount .area-discount-tx .area-discount-tx-main {
  text-align: left;
  font-size: 15px;
  line-height: 1.6em;
}

.area-discount .area-discount-tx ul li {
  width: 80%;
  margin: 24px 0 0;
  text-align: center;
}

.area-discount .area-discount-tx ul li a:link,
.area-discount .area-discount-tx ul li a:visited {
  display: block;
  background: #ecbaa8;
  padding: 14px 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border: 1px #ecbaa8 solid;
  box-sizing: border-box;
}

.area-discount .area-discount-tx ul li a:hover {
  background: #fff;
  color: #ecbaa8;
  transition: all 0.4s 0s ease;
}

/* point
	-----------------*/
.ttl-point {
  text-align: center;
  padding: 80px 0 40px;
}

.ttl-main {
  font-size: 28px;
  margin-bottom: 32px;
  line-height: 1.4em;
}

.ttl-main span {
  color: #f1b28f;
}

.ttl-sub {
  font-size: 15px;
}

.col4 {
  text-align: center;
}

.col4 li {
  display: inline-block;
  width: 26%;
  margin-bottom: 32px;
  padding: 0 3%;
  vertical-align: top;
  text-align: left;
}

.col4 li p {
  font-size: 13px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top;
  }

  .col2 li:first-child {
    width: 35%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  #gallery li {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  #mainImg .ttl-mainImg .ttl-mainImg-ruby {
    font-size: 1.3vw;
    letter-spacing: 1.4rem;
    line-height: 1.1em;
  }

  #area-product h3 {
    letter-spacing: 1rem;
  }
}

@media only screen and (max-width: 799px) {
  .tx-point {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #ecbaa8;
    font-weight: bold;
  }

  .tx-point:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #ecbaa8;
    border-right: solid 2px #ecbaa8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #area-concept {
    padding: 6vw 0;
  }

  #area-concept ul {
    display: block;
    text-align: center;
  }

  #area-concept p {
    margin-bottom: 6vw;
    font-size: 3.2vw;
  }

  #area-concept ul li.tmb-concept {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 6vw 0 0 0;
  }

  .article {
    display: block;
  }

  .article img.pack {
    float: none;
    display: block;
    margin: 0 auto 8vw;
    width: 60%;
  }

  #area-product {
    padding: 6vw 0;
  }

  #area-product h3 {
    font-size: 3.2vw;
    line-height: 2em;
  }

  #area-product .ttl-onaka {
    font-size: 7vw;
  }

  #area-product h4 {
    font-size: 2.8vw;
    margin: 2vw 0 6vw;
  }

  #area-product .supplement {
    font-size: 2.4vw;
    margin: 2vw 0 4vw 0;
  }

  .ttl-point {
    text-align: center;
    padding: 14vw 0 8vw;
  }

  .ttl-main {
    font-size: 5vw;
    margin-bottom: 32px;
    line-height: 1.4em;
  }

  .ttl-sub {
    font-size: 3.2vw;
  }

  .article img.interview {
    width: 100%;
    margin: 0px auto 8vw;
  }

  .bt-follow a:link {
    font-size: 3.2vw;
  }

  .bt-help a:link,
  .bt-help a:visited {
    width: 100%;
    font-size: 4vw;
  }

  #area-interview {
    padding: 12vw 0;
  }

  .area-discount {
    margin: 0;
    padding: 0 0 6vw 0;
    display: block;
  }

  .area-discount figure {
    display: block;
  }

  .area-discount .area-discount-tx {
    margin: 6vw 6vw 8vw;
    text-align: center;
  }

  .area-discount .area-discount-tx .area-discount-tx-main {
    text-align: center;
    font-size: 3.2vw;
  }

  .area-discount .area-discount-tx ul li {
    width: 100%;
    margin: 6vw 0 0;
  }

  .area-discount .area-discount-tx .area-discount-tx-title {
    font-size: 5vw;
  }

  .area-discount .area-discount-tx ul li a:link,
  .area-discount .area-discount-tx ul li a:visited {
    padding: 4vw 6vw;
    font-size: 4vw;
  }

  #instagram li {
    width: calc(100% / 3);
  }

  #area-instagram {
    padding: 0 0 12vw;
  }

  #area-product dl {
    padding: 0 20px;
  }

  .col4 li {
    margin: 0 auto 8vw;
    width: 42%;
    text-align: center;
  }

  .col4 li p {
    font-size: 3.2vw;
    text-align: left;
  }

  #mainImg img {
    display: flex;
    justify-content: center;
  }

  #mainImg .ttl-mainImg {
    top: 18%;
    color: #333;
  }

  #mainImg .ttl-mainImg .ttl-mainImg-ruby {
    font-size: 3vw;
    letter-spacing: 1.6rem;
  }

  #mainImg .ttl-mainImg .ttl-mainImg-main {
    font-size: 6.4vw;
    border-bottom: 1px solid #333;
  }

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

  section h2 {
    margin: 8vw auto 12vw;
  }

  #area-concept .area-lgg {
    margin: 24px 0 40px 0;
  }

  #area-concept .area-lgg dl {
    display: block;
  }

  #area-concept .area-lgg dl dt {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  #area-concept .area-lgg dl dd h4 {
    line-height: 1.3em;
  }

  #area-product .area-lgg-logo img {
    max-width: 80%;
  }
}