/* *********************************
			CSS Template
   ********************************* */

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:visited {
  color: #000;
}

body {
  font-size: 16px;
  letter-spacing: 0.05em;
  /*font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  overflow-x: hidden;
  /*min-width: 1000px;*/
}

main {
  overflow-x: hidden;
  background: #d7f5ff;
  /*min-width: 1000px;*/
}

@media screen and (max-width: 1000px) {
  body {
    overflow-x: scroll;
  }
}

ul,
li {
  list-style: none;
  display: inline-block;
}

li {
  margin: 21px;
  transition: all 0.2s linear;
}

img {
  width: 100%;
  max-width: 980px;
  vertical-align: bottom;
}

.flex {
  display: flex;
}

/* FV */
section.FV {
  position: relative;
  overflow-x: hidden;
}

.fv-c {
  position: relative;
  /*min-width: 1500px;*/
  /* left: 40%;
    transform: translateX(-50%); */
}

img.fv-bg {
  width: 110%;
  max-width: unset;
}

img.fv-catch {
  position: absolute;
  width: 37%;
  top: 14%;
  right: 14%;
}

img.fv-logo {
  position: absolute;
  width: 41%;
  top: 24%;
  right: 14%;
}

.fv-tubu > img {
  position: absolute;
  bottom: 9%;
  width: 10%;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}

.fv-tubu > img:first-child {
  left: 8%;
}

.fv-tubu > img:nth-child(3) {
  left: 51%;
}

.fv-tubu > img:nth-child(2) {
  left: 29%;
}

section.FV,
section.FV2 {
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: -10px;
}

section.FV2 {
  padding-bottom: 0;
  background-image: url(/lp/img/fv02_bg.jpg);
}

h1.fv_title {
  display: block;
  position: absolute;
  top: 70px;
  z-index: 10;
  color: #176ab4;
  font-size: 14px;
  padding: 0 10px;
}

/* fv2 */
.fv2-logo {
  text-align: center;
  margin: 10px 0;
}

.fv2-logo img {
  width: 75%;
  max-width: 430px;
}

.fv2-catch {
  text-align: center;
  margin: 10px 0;
}

.fv2-catch {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}

.fv2-catch > img {
  margin: auto 5px;
}

.fv2-txt {
  text-align: center;
  margin: 30px 0 60px;
}

.fv-label {
  text-align: center;
  margin: 20px 0;
}

img.fea1-bg {
  display: block;
  margin: auto;
}

/*feature*/
section.feature {
  background: #d7f5ff;
  position: relative;
}

div#feature {
  position: absolute;
  top: -3%;
}

.fea1 {
  position: relative;
  padding-top: 3%;
}

.fea1-title {
  position: relative;
  background-image: url(/lp/img/feature_title_bg.png);
  height: 329px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

img.fea1-title-bg {
  width: 100%;
  margin-top: -5%;
}

img.fea1-title-txt {
  position: absolute;
  top: 0;
  bottom: 27%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: auto;
}

img.fea1-btl1 {
  position: absolute;
  top: 9%;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}

img.fea1-btl2 {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin: auto;
}

img.fea1-btl3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

img.fea1-btl4 {
  position: absolute;
  bottom: 3%;
  right: 0;
  left: 0;
  margin: auto;
}

.fea2 {
  position: relative;
  margin: 50px auto;
}

.fea2-zone {
  display: flex;
  position: absolute;
  top: 21%;
  max-width: 940px;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
}

.fea2-box {
  width: 23%;
  margin: 10px;
}

img.fea2-bg {
  margin: auto;
  right: 0;
  left: 0;
  display: block;
}

.fea2-tbl > img {
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.fea2-box-txt > img {
  height: 100%;
  margin: 5px;
}

.fea2-box-txt {
  display: flex;
}

section.fea3 {
  position: relative;
}

img.fea3-bg {
  margin: auto;
  display: block;
}

img.fea3-txt1 {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
}

img.fea3-img {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: auto;
}

img.fea3-txt2 {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
}

section.fea4,
section.fea5 {
  position: relative;
  margin: 50px 0;
}

img.fea4-bg,
img.fea5-bg {
  margin: auto;
  display: block;
}

.fea4-box {
  max-width: 880px;
  display: flex;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: auto;
}

.fea5-box {
  max-width: 880px;
  display: flex;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
}

.fea6-box {
  display: flex;
  justify-content: center;
}

.fea6-box > div {
  position: relative;
  width: 480px;
}

img.fea6-01 {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
}

.fea6-txtbox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

.fea6-box > div:first-child > .fea6-txtbox {
  top: 58%;
}

.fea6-txt {
  display: flex;
  margin: 15px;
}

.fea6-txt > img {
  height: 100%;
  margin: 5px 10px;
}

img.fea6-02 {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: auto;
}

.fea6-box > div {
  margin: 20px 15px;
}

section.fea6 {
  margin-bottom: 32%;
}

section.fea6 > div:first-child {
  text-align: center;
  margin: 30px;
}

img.fea6-title {
  margin: 10px auto;
  display: block;
}

/*simulator*/

.simulator {
  background-image: url(/lp/img/simulator_bg.jpg);
  background-size: cover;
  padding: 8% 20px 27%;
}

section.simulator > div {
  max-width: 1000px;
  margin: auto;
}

img.step {
  margin: auto;
  display: block;
  padding: 20px 0;
  height: 50px;
  width: auto;
}

.sim-title > img {
  display: block;
  margin: auto;
  /*width: auto;*/
}

.back-color {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.details > div {
  width: 330px;
  margin: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.back-c {
  border: 2px solid #fff;
  padding: 20px 80px;
  margin: 30px 5px;
  background-color: #fff17d;
  transition: 0.3s;
}

.color {
  width: 90px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
}

.color.check {
  position: relative;
}

.color.check:after {
  border-left: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  width: 25px;
  height: 15px;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  top: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
  content: "";
  margin: auto;
}

.color.check:first-child:after,
.color.check:nth-child(2):after {
  border-color: #000;
}

.step1 {
  padding: 30px;
}

section.simulator > div.step3 {
  margin-top: 30px;
}

label.logo-input {
  display: block;
  width: 250px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
  cursor: pointer;
}

.label-simu {
  height: 200px;
  background-image: url(/lp/img/btl300.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.label-img {
  position: absolute;
  width: 70px;
  height: 80px;
  top: 40px;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  background: #fff17d;
  overflow: hidden;
  transition: 0.3s;
}

p.label-txt {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 5px;
}

.back-c > img {
  max-height: 80px;
  width: auto;
  margin: 10px auto;
  display: block;
  max-width: 100%;
}

.label-img > img {
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  max-height: 70px;
  width: auto;
  max-width: 80%;
  left: 0;
  right: 0;
}

label.logo-input > img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}

p.label-kome {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

section.contact {
  padding: 80px;
  padding-bottom: 0;
  background-color: #fff;
}

.contact-title > img {
  margin: 0 auto 50px;
  display: block;
  width: auto;
}

table.contact-tbl {
  border-collapse: collapse;
  max-width: 800px;
  margin: auto;
}

table.contact-tbl th {
  background: #186ab4;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #fff;
  width: 30%;
  text-align: left;
  position: relative;
  border-right-color:#00afdd;
}

th.required:after {
  content: "必須";
  position: absolute;
  right: 20px;
  color: #186ab4;
  background: #fff;
  padding: 0 5px;
}

table.contact-tbl td {
  width: 1000px;
  border: 2px solid#00afdd;
  padding: 0 15px;
  box-sizing: border-box;
  height: 50px;
}

table.contact-tbl tr:first-child th {
  border-top: 2px solid#00afdd;
}

table.contact-tbl tr:last-child th {
  border-bottom: 2px solid#00afdd;
  vertical-align: baseline;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 15px 0;
  font-size: 16px;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

.check-zone {
  display: flex;
}

.doui-box {
  text-align: center;
  margin: 50px 0;
}

a.policy {
  /* border-bottom: 1px solid#00afdd; */
}

button.sub-btn {
  display: block;
  width: 400px;
  height: 60px;
  border: none;
  border-radius: 50px;
  background:#00afdd;
  color: #fff;
  font-size: 24px;
  margin: auto;
  position: relative;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}
button.sub-btn:before {
  content: "▼";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 28px;
  height: fit-content;
  transform: rotate(-90deg);
}

button.sub-btn:after {
  content: "▼";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 28px;
  height: fit-content;
  transform: rotate(90deg);
}

.sim-dl {
  margin: 50px auto !important;
  text-align: center;
  position: relative;
}

.sim-dl > div {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 20%;
  margin: auto;
  right: 0;
  left: 0;
}

.sim-dl > div > img {
  margin: 5px 10px;
  width: 50%;
  max-width: 441px;
}

.content1 img,
.content2 img {
  width: 90%;
}

/*otameshi*/
section.otameshi {
  position: relative;
  margin-top: -5%;
  /* height: 1030px; */
  background-image: url(/lp/img/otameshi_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

img.otameshi-bg {
  width: 2100px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  z-index: 1;
}

.otameshi-txt {
  /* position: absolute; */
  z-index: 1;
  right: 0;
  left: 0;
  /* margin: 9% auto; */
  text-align: center;
  padding: 10% 10% 15%;
}

/*toiawase*/

section.toiawase {
  position: relative;
  background: #24b6c9;
  padding-bottom: 100px;
}

img.toiawase-obi {
  width: 150%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 10;
  max-width: unset;
}

img.toiawase-title {
  margin: auto;
  display: block;
  padding: 20px 0;
  width: 100%;
}

.toiawase-box {
  /*width: 850px;*/
  background: #fff;
  margin: auto;
  padding: 50px;
  border-radius: 5px;
  text-align: center;
  width: 90%;
  box-sizing: border-box;
}

.toiawase-box img {
  margin: 20px;
}

div#reason {
  position: absolute;
  top: -1.5%;
}

.toiawase-box {
  width: 90%;
  max-width: 850px;
}

section.reason {
  position: relative;
}

.reason-title {
  position: relative;
}

.reason-01 {
  position: relative;
}

img.reason-title-txt {
  position: absolute;
  top: 7%;
  right: 0;
  left: 0;
  margin: auto;
}

.reason-01 {
  position: relative;
  background: #d4edf7;
  text-align: center;
}

.rea01-box {
  position: absolute;
  top: 15%;
  max-width: 990px;
  margin: auto;
  right: 0;
  left: 0;
}

.rea-txtbox {
  display: flex;
  margin: 35px 50px;
  text-align: left;
}

.rea-oishi > img {
  padding: 10px 0px;
}

.rea-oishi {
  margin: 40px 0;
}

.rea-mineral {
  position: relative;
}

.rea-mineral > img:first-child {
  margin-bottom: -40px;
}

.ganyu > img {
  margin: 10px 0;
}

.reason-02 {
  background: #b6e0f6;
  text-align: center;
}

.rea02-box {
  display: flex;
  justify-content: center;
}

.rea02-box > div {
  position: relative;
}

.rea02-box > div > p {
  position: absolute;
  top: 66%;
  margin: 5px 40px;
}

.rea02-pdf {
  text-align: center;
  position: relative;
}

.rea02-pdf a img {
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  max-width: 500px;
}

img.rea02-video-title {
  margin: 20px auto;
  display: block;
}

img.rea02-kojo {
  display: block;
  margin: 20px auto;
}

img.rea03-bg {
  width: 100% !important;
  max-width: unset;
}

.reason-03 {
  background: #90d7f5;
  padding-bottom: 100px;
  text-align: center;
}

.rea03-box {
  position: relative;
  text-align: center;
}

img.rea03-txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 10%;
  margin: auto;
}

.caution {
  max-width: 980px;
  margin: 10px auto;
  text-align: left;
}

.rea-txtbox img {
  height: 100%;
}

.reason-title > img:first-child {
  width: auto;
  max-width: unset;
}

img.reason-title-txt {
  width: auto;
}

.rea-asobox {
  margin: 35px 50px;
}

img.rea02-bg {
  width: 100%;
  max-width: unset;
}

/*scene*/
section.scene {
  position: relative;
  background: url(../lp/img/scene_bg01.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

/*img.scene-bg {
    width: 150%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}*/
img.scene-bg {
  width: 100%;
  /* transform: translateX(-50%); */
  /* position: absolute; */
  /* left: 50%; */
}

.scene-1 {
  position: relative;
  text-align: center;
  padding: 3% 3% 5%;
}

.scene-2 {
  background: url(../lp/img/scene_bg02.png);
  padding: 10% 0;
  background-position: center;
  background-size: cover;
  margin-top: -8%;
}

img.scene-title {
  width: 70%;
  max-width: 1000px;
  padding-top: 0%;
}

.scene-img {
  /* position: absolute; */
  /* top: 37%; */
  text-align: center;
  margin-top: 9%;
}

.scene-img > img {
  margin: 5px;
}

/*.scene-img img {
    width: 90%;
    max-width: 1000px;
}*/
img.scene-title {
  width: auto;
  /*max-width: 900px;*/
}

/*performance*/
section.performance {
  position: relative;
  background-image: url(/lp/img/performance_bg.jpg);
  padding: 7% 0;
}

img.per-bg {
  width: 100% !important;
  max-width: 1200px;
  margin: auto;
  display: block;
}

.per-box {
  /*position: absolute;*/
  top: 5%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 1000px;
}

img.per-title {
  margin: 0 0 50px;
  max-width: 680px;
}

.insta {
  margin: 50px 0;
}

.insta img:first-child {
  margin: 10px 0;
}

/*flow*/
section.flow {
  text-align: center;
  background: url(../lp/img/flow_bg.jpg);
  padding: 3% 0 31%;
}

section.osusume {
  background-image: url(/lp/img/originaru_check_bg.jpg);
  height: 50vh;
  background-position: center;
  position: relative;
  max-height: 400px;
}

img.osusume-txt {
  position: absolute;
  top: 0;
  bottom: 10%;
  right: 0%;
  left: 18%;
  margin: auto;
  width: 100%;
  max-width: 600px;
}

img.osusume-fukidashi {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  max-width: 500px;
}

section.shokai {
  position: relative;
  background-image: url(/lp/img/originaru_bg.png);
  height: 600px;
  background-position: center;
  max-height: 600px;
}

img.original-title {
  width: auto;
  margin: auto;
  padding: 20px 0;
}

img.original-img {
  width: auto;
  margin: auto;
  /*max-width: 450px;*/
  position: absolute;
  top: 16%;
  bottom: 0;
  right: 385px;
  left: 0;
}

section.katachi {
  position: relative;
  background-image: url(/lp/img/orijginal_katati_bg.jpg);
  text-align: center;
  padding: 50px 0;
}

img.katati-detail {
  padding: 50px 0 100px;
}

img.contact-tel {
  /*display: block;*/
  margin: 50px auto 0;
  /*padding-bottom: 50px;*/
  max-width: 795px;
}

img.contact-tel.pc {
  display: block;
}

/*flow*/
img.flow-title {
  margin: 0 0 50px;
  max-width: 650px;
}

/*faq*/

section.faq {
  background-image: url(/lp/img/faq_bg.jpg);
  padding: 80px 0;
}

.faq-title > img {
  margin: 0 auto 40px;
  display: block;
  max-width: 600px;
}

.faq-box {
  max-width: 800px;
  display: block;
  margin: auto;
  padding: 10px 0 20px;
  border-bottom: 2px dotted #fff;
}

.answer {
  display: flex;
}

.question {
  display: flex;
  margin: 10px 0;
}

p.q-txt,
p.a-txt {
  color: #fff;
  font-size: 18px;
  align-self: center;
  margin: 0 0 0 15px;
}

p.q-txt {
  font-weight: bold;
  font-size: 20px;
}

.question > img,
.answer img {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
}

a.linkbtn img {
  width: 100%;
  margin: 0;
  max-width: 600px;
}

.toiawase-box img {
  margin: 20px 0;
  max-width: 600px;
}

img.toiawase-title {
  max-width: 700px;
}

/*checkbox*/
.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  letter-spacing: 0;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 1px;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #dd2763;
  border-right: 3px solid #dd2763;
}

/*checkbox*/

/*header*/
nav {
  position: fixed;
  top: 0;
  z-index: 10;
  background: #ffffffd1;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 70px;
  z-index: 100;
}

nav > a {
  margin: 10px;
  /* line-height: 3; */
  font-size: 16px;
}

a.inq-btn {
  background: #fc5d93;
  color: #fff;
  border-radius: 40px;
  padding: 2px 10px;
  padding-right: 25px;
  display: block;
}

a.inq-btn > img {
  vertical-align: middle;
  margin: 7px;
  width: 25px;
}

img.head-logo {
  height: 50px;
  width: 107px;
}

/*footer*/
footer {
  position: relative;
  padding: 50px 0 0;
  overflow-x: hidden;
}

.foot-wave > svg {
  width: 125%;
  position: absolute;
  bottom: 0;
  left: 25%;
  transform: translateX(-25%);
  max-width: 2000px;
}

.foot-wave {
  position: relative;
  padding-top: 6%;
}

small {
  position: absolute;
  bottom: 35px;
  z-index: 10;
  right: 0;
  left: 0;
  text-align: center;
  color: #186ab9;
}

/*inquiry*/
button.sub-btn.check-btn {
  margin: 50px auto;
}

.end-txt {
  text-align: center;
  margin: 100px 0px;
}

.foot-data {
  padding: 0 0 150px;
  text-align: center;
}

img.foot-award {
  margin: 70px;
  max-width: 660px;
}

img.hw-logo {
  margin: 20px 120px 0px 60px;
  max-width: 980px;
}

.foot-txt {
  margin: 15px 0;
}

.border-left-none {
  border-left: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

button:hover {
  opacity: 0.7;
  transition: 0.2s;
}

body.locked {
  overflow: hidden;
}

.modal-pdf {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding: 60px 20px;
  color: #fff;
  z-index: 10000;
}

.modal-pdf.open {
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.overlay.on {
  display: block;
}

.pdf-zone img {
  max-width: 800px;
  margin: 50px auto;
  display: block;
}

.each-clm {
  display: none;
  position: absolute;
  width: 300px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  top: 50px;
  left: 30%;
  right: 0;
  margin: auto;
}

.clm-link:hover + .each-clm,
.each-clm:hover {
  display: block;
}

.each-clm > a {
  color: #333;
  font-size: 16px;
  /* width: 100%; */
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}

.sim-dl > div.content1 {
  bottom: 50%;
}

.sim-dl > div.content2 {
  bottom: 12%;
}

.sim-dl > div.title1 {
  bottom: 72%;
}

.sim-dl > div.title2 {
  bottom: 35%;
}

.fv-water {
  position: absolute;
  top: 10%;
  left: 22%;
  width: 11%;
  bottom: 0%;
  margin: auto;
}

.banner-box {
  display: flex;
  justify-content: center;
}

.banner-box .foot-txt {
  margin: 20px;
}

a.banner {
  width: 250px;
  display: block;
  margin: auto;
}

a.banner > img {
  width: 100%;
}

.banner-box .foot-txt:nth-child(2) img {
  margin-top: 30px;
}

.fv2-appeal img {
  max-width: unset;
}

img.katati-btl {
  max-width: 730px;
}

img.flow-img {
  max-width: 880px;
}

img.original-title.pc {
  display: block;
}

a.kumamoto-castle-water img {
  margin: 40px;
  width: calc(100% - 80px);
}

@media screen and (max-width: 770px) {
  a.contact-btn {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fc5d93;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 100px;
  }

  .hamburger {
    position: static;
  }

  .btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  img.fv-img {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }

  img.fv-logo {
    width: 100%;
    top: 49%;
    right: 0;
  }

  img.fv-catch {
    width: 90%;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .fv-tubu > img {
    bottom: 14%;
    width: 25%;
  }

  .fv-c {
    left: 0;
    transform: translateX(0%);
  }

  .fv-tubu > img:first-child {
    left: 8%;
    right: unset;
  }

  .fv-tubu > img:nth-child(2) {
    left: 0;
  }

  .fv-tubu > img:nth-child(3) {
    left: unset;
    right: 8%;
  }

  img.fea3-txt2 {
    bottom: -75%;
  }

  .fv2-catch > img {
    margin: auto 5px;
    width: 85%;
  }

  .fv2-logo img {
    width: 60%;
    max-width: 430px;
  }

  section.FV2 {
    padding: 0 20px;
  }

  .fv2-appeal {
    margin: 0 -20px;
  }

  .fea-sp4 {
    margin-top: -20px;
    margin-bottom: 90px;
  }

  section.scene_sp {
    position: relative;
  }

  img.scene-content {
    position: absolute;
    z-index: 100;
    bottom: 25px;
    display: block;
    box-sizing: border-box;
    padding: 15px;
  }

  img.scene-title {
    width: 100%;
  }

  section.scene {
    position: relative;
    background: url(../lp/img/scene_bg01.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 200%;
  }

  section.flow {
    padding: 3% 4% 35%;
    text-align: left;
  }

  .flow-content div {
    margin: 5px auto;
  }

  .flow-content div p {
    margin: 15px;
    margin-left: 30px;
    font-weight: bold;
    position: relative;
  }

  .flow-content div p:before {
    content: "";
    position: absolute;
    left: -27px;
    height: calc(100% + 20px);
    top: -10px;
    width: 4px;
    background: #2573b7;
  }

  .flow-content div:last-child p:after {
    content: "";
    width: calc(100% + 40px);
    height: 4px;
    background: #2573b7;
    position: absolute;
    bottom: -10px;
    left: -27px;
  }

  .toiawase-box {
    padding: 25px;
    border-radius: 20px;
  }

  section.osusume {
    background-image: url(/img/originaru_check_bg_sp.jpg);
    height: 100vh;
    background-position: unset;
    position: relative;
    max-height: 530px;
    background-size: 110%;
  }

  img.osusume-txt {
    width: 75%;
    bottom: 10%;
    left: unset;
    right: 1%;
  }

  section.shokai {
    position: relative;
    background-image: url(/img/originaru_bg_sp.png);
    background-size: 110%;
    max-height: 650px;
  }

  img.original-img {
    max-width: 350px;
  }

  img.original-title {
    width: 90%;
    margin: auto;
  }

  section.contact {
    padding: 20px;
  }

  table.contact-tbl td,
  table.contact-tbl th {
    /* display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 15px; */
  }

  table.contact-tbl th {
    border: none;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    padding: 15px 0;
  }

  button.sub-btn {
    font-size: 20px;
    width: 100%;
  }

  img.original-title.pc {
    display: none;
  }

  .check-zone {
    flex-wrap: wrap;
    font-size: 14px;
    margin: 5px 0;
  }

  img.foot-award {
    width: 90%;
    margin: 20px 0;
  }

  img.hw-logo {
    width: 90%;
  }

  .foot-txt {
    font-size: 14px;
  }

  .banner-box {
    flex-wrap: wrap;
  }

  .foot-wave > svg {
    width: 300%;
    transform: translateX(-42%);
  }

  section.faq {
    background-image: url(/img/faq_bg_sp.jpg);
    background-size: cover;
    padding: 80px 20px;
  }

  .banner-box .foot-txt:nth-child(2) img {
    margin-top: 0;
  }

  img.foot-line {
    width: 200%;
  }

  .check-zone > div {
    padding: 4px 0;
  }

  img.contact-tel.pc {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  section.osusume {
    height: 100vh;
    max-height: 280px;
    background-size: 110%;
  }

  section.shokai {
    position: relative;
    background-image: url(/img/originaru_bg_sp.png);
    background-size: 110%;
    max-height: 365px;
  }

  img.original-img {
    max-width: 240px;
  }

  section.otameshi {
    position: relative;
    margin-top: -20%;
    /* height: 1030px; */
    background-image: url(/lp/img/otameshi_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* 画面外にいる状態 */
.fadeOut {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 0.5s;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.slideR {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 500ms;
}

.slideL {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadeOut.scrollin,
.fadeIn.scrollin,
.slideR.scrollin,
.slideL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*IE*/
@media all and (-ms-high-contrast: none) {
  .fv-tubu > img {
    bottom: -54% !important;
  }

  nav {
    background-color: rgba(255, 255, 255, 0.8);
  }

  img.fea1-btl4 {
    bottom: -70%;
  }

  .fea2-tbl > img {
    bottom: -60%;
  }

  .rea02-pdf a img {
    bottom: -37%;
  }

  img.osusume-fukidashi {
    bottom: -75%;
  }

  footer {
    overflow: visible;
  }

  .rea01-box,
  .reason-title > img:first-child,
  .fea5-box,
  .fea4-box,
  .fea2-zone {
    width: 100%;
  }

  section.faq {
    background-size: cover;
    background-position-x: center;
  }

  img.fea3-txt2 {
    bottom: -75%;
  }
}

/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .fv-tubu > img {
    bottom: -54% !important;
  }

  nav {
    background-color: rgba(255, 255, 255, 0.8);
  }

  img.fea1-btl4 {
    bottom: -70%;
  }

  .fea2-tbl > img {
    bottom: -60%;
  }

  .rea02-pdf a img {
    bottom: -37%;
  }

  img.osusume-fukidashi {
    bottom: -75%;
  }

  footer {
    overflow: visible;
  }

  .rea01-box,
  .reason-title > img:first-child,
  .fea5-box,
  .fea4-box,
  .fea2-zone {
    width: 100%;
  }

  section.faq {
    background-size: cover;
    background-position-x: center;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fv2-catch > img {
    margin: 10px auto;
  }

  .fv2-catch {
    display: block;
    margin: auto;
    justify-content: center;
    text-align: center;
    /*max-height: 250px;*/
  }

  ::i-block-chrome,
  .fv2-logo {
    text-align: center;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 450px) {
  .wd140 {
    max-width: 140px !important;
  }
}

@media screen and (max-width: 1000px) {
  nav {
    align-items: center;
  }

  nav a {
    font-size: 80%;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.pdf-zone {
  position: relative;
}

.batsu {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  right: 0%;
  top: -70px;
}

.pdf-zone img:first-child {
  margin-top: 100px;
}

.batsu::before,
.batsu::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.batsu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

/* 20220517 追記 */

.sns-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.sns-wrapper h3 {
  text-align: center;
  margin-bottom: 30px;
}

.sns-wrapper h3 img {
  width: 30%;
  max-width: 330px;
}

.sns-flex {
  display: flex;
  justify-content: center;
}

.sns-flex a {
  width: 20%;
  margin-right: 1%;
}

.sns-flex a:last-child {
  margin-right: 0;
}

.sns-flex a img {
  width: 100%;
}

.add-more-btn {
  text-align: center;
  margin-top: 2em;
}

.dad-more-btn a {
  background-color:#00afdd;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px 15px 40px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .sns-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
  }

  .sns-flex a {
    width: 32.6%;
    margin-bottom: 10px;
    margin-right: 1%;
  }

  .sns-flex a:last-child {
    margin-right: 0;
  }

  .add-more-btn {
    display: inline-block;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 450px) {
  .sns-flex {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sns-flex a {
    width: 49%;
    margin-right: 2%;
  }

  .sns-flex a:nth-child(even) {
    margin-right: 0;
  }
}

/* 追記 2025/04/09 */
main {
  overflow-x: hidden;
  background: #fff;
  /*min-width: 1000px;*/
}
img {
  width: 100%;
  max-width: 1100px;
  vertical-align: bottom;
}
img.fv-bg {
  width: 100%;
  max-width: unset;
  padding-top: 60px;
}
section.FV2 {
  padding-bottom: 0;
  background-image: none;
  text-align: center;
}
h1.fv_title {
  display: block;
  position: absolute;
  top: 70px;
  z-index: 10;
  color: #176ab4;
  font-size: 14px;
  padding: 0 10px;
  left: 6%;
}
table.contact-tbl th {
  background: #fff;
  color: #186ab4;
  padding: 10px 20px;
  border: 2px solid #186ab4;
  width: 30%;
  text-align: left;
  position: relative;
  border-right-color: #186ab4;
}

th.required:after {
  content: "必須";
  position: absolute;
  right: 20px;
  color: #000;
  background: #fff;
  padding: 0 5px;
}
button.sub-btn {
  /* display: block;
  width: 400px;
  height: 60px;
  border: none;
  border-radius: 0px;
  background: #777;
  color: #fff;
  font-size: 24px;
  margin: auto;
  position: relative;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif; */
}
button.sub-btn:before {
  display: none;
}

button.sub-btn:after {
  display: none;
}
.caution {
  max-width: 1100px;
  margin: 10px auto;
  text-align: left;
}
nav {
  position: fixed;
  top: 0;
  z-index: 10;
  background: #ffffffd1;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 70px;
  z-index: 100;
  gap: 18px;
  display: flex;
  align-items: center;
}
a.inq-btn {
  background: #469de3;
  color: #fff;
  border-radius: 40px;
  padding: 8px 30px;
  display: block;
}
footer {
  position: relative;
  padding: 50px 0 0;
  overflow-x: hidden;
  text-align: center;
}
.foot-data {
  padding: 0 0 150px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.foot-txt {
  margin: 15px 0;
  padding-left: 10px;
  border-left: 2px solid #007acc;
  text-align: left;
  display: inline-block; /* 中央に配置するためにインラインブロックにする */
  width: 90%;
}
.banner-box {
  display: flex;
  justify-content: center;
  max-width: 66%;
}
table.contact-tbl th {
  /* border: none; */
}
img.hw-logo {
  width: 90%;
  margin: 0;
}
.add-more-btn a {
  background-color:#00afdd;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px 15px 40px;
  border-radius: 30px;
}
/*performance*/
section.performance {
  position: relative;
  background-image: none;
  padding: 7% 0;
}

@media screen and (max-width: 768px) {
  .sns-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
  }

  .sns-flex a {
    width: 32.6%;
    margin-bottom: 10px;
    margin-right: 1%;
  }

  .sns-flex a:last-child {
    margin-right: 0;
  }

  .add-more-btn {
    display: inline-block;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 450px) {
  .sns-flex {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sns-flex a {
    width: 49%;
    margin-right: 2%;
  }

  .sns-flex a:nth-child(even) {
    margin-right: 0;
  }
}
.FV2 img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 40px;
}

.top-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.top-section img {
  max-width: 300px;
  height: auto;
}

.text-box {
  /* flex: 1; */
  /* min-width: 260px; */
  width: 24%;
}

.text-box h1 {
  font-size: 24px;
  color: #007acc;
  margin-bottom: 20px;
}

.text-box p {
  font-size: 16px;
  line-height: 1.6;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.grid img {
  width: 94%;
  height: auto;
}

.empty {
  visibility: hidden;
}

.bottom-row {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.bottom-row img {
  width: 30%;
}

.blue-line {
  max-width: 100%;
  width: 90%;
  height: 3px;
  background-color: #007acc;
  text-align: center;
  margin: 0 auto;
  margin-top: 180px;
}

.container02 {
  max-width: 1000px;
  margin: auto;
}

/* 一番上の画像 */
.top-section-num {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-top: 40px;
}

.top-section-num img {
  max-width: 15%;
  height: auto;
}

/* テキスト */
.container02 .text-box02 {
  text-align: center;
  margin: 0 auto;
}

.container02 .text-box02 .title {
  font-size: 42px;
  color: #e13967;
  margin-bottom: 20px;
}

.container02 .text-box02 .description {
  /* font-size: 16px; */
  line-height: 1.6;
  font-weight: bold;
}

/* ボトル画像と情報のグリッドレイアウト */
.bottle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.bottle-item {
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-end; /* 下揃え */
  justify-content: center; /* 水平中央揃え */
  height: 100%; /* 親要素の高さに合わせて画像を下揃え */
}

.bottle-item img {
  width: 100%;
  height: auto; /* 画像のアスペクト比を保ちながらサイズ調整 */
}

.bottle-grid02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-top: 40px;
  margin-bottom: 120px;
}

.bottle-item02 {
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-end; /* 下揃え */
  justify-content: center; /* 水平中央揃え */
  height: 100%; /* 親要素の高さに合わせて画像を下揃え */
}

.bottle-item02 img {
  width: 100%;
  height: auto; /* 画像のアスペクト比を保ちながらサイズ調整 */
}

/* 画像の上に載せるテキスト */
.bottle-item .bottle-name {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #007acc;
  font-size: 16px;
  font-weight: bold;
}

/* 画像の上に載せるテキスト */
.bottle-item02 .bottle-name02 {
  position: absolute;
  top: 105%;
  left: 25%;
  transform: translateX(-50%);
  color: #007acc;
  font-size: 16px;
  font-weight: bold;
}

.bottle-item .cap-info {
  position: absolute;
  top: 80%;
  left: 2%;
  /* transform: translateX(-50%); */
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}

.bottle-item .case-info {
  /* position: absolute; */
  top: 44%;
  left: 44%;
  /* transform: translateX(-50%); */
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}

.bottle-item .separator {
  position: absolute;
  top: 85%;
  left: 22%;
  transform: translateX(-50%);
  border-left: 2px solid #000;
  height: 20px;
  margin: 10px auto;
}

.bottle-item .description {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  width: 93%;
  text-align: left;
}

.sub-section {
  display: flex;
  align-items: center;
  gap: 0px;
  /* flex-wrap: wrap; */
  justify-content: center;
  margin-bottom: 40px;
}

.sub-section img {
  width: 10%;
}

.sub-txt {
  width: 30%;
  font-weight: bold;
}

.sub-txt p {
  font-size: 16px;
  color: #007acc;
  /* margin-bottom: 20px; */
}

section.reason01 {
  background: #fff;
  margin-top: -40px;
  margin-bottom: 100px;
}

.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}

.black-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#faq {
  background-color: #fff;
}

.container07 {
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  padding-top: 60px;
  margin-top: 60px;
}

.container07 h2 {
  text-align: center;
  color: #007acc;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item .question {
  display: flex;
  background-color: #007acc;
  color: white;
  padding: 10px;
  border-radius: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq-item .answer {
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.faq-item .answer p {
  margin: 0;
}

.answer-icon {
  margin: 0px 20px 0 0;
  color: #007acc;
  font-weight: bold;
  font-size: 24px;
}

.answer-text {
  color: #007acc;
}

.question-icon {
  margin: 0 20px 0 10px;
}

.contact-container {
  text-align: center;
}

.contact-container h1 {
  font-size: 36px;
  color: #007acc;
  margin: 0;
  font-weight: bold;
}

.contact-container p {
  font-size: 18px;
  color: #007acc;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 30px;
}

.container-step {
}

/* タイトル */
.container-step h1 {
  text-align: center;
  color: #007acc;
  margin-bottom: 40px;
}

.container-step h2 {
  text-align: left;
  color: #e75f94;
  margin: 45px;
  margin-bottom: 40px;
}

#step {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}

/* ステップのセクション */
.step-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-between; */
  margin-bottom: 30px;
}

.step-section .step-left {
  max-width: 39%;
  height: auto;
}

/* 左の画像 */
.step-section .step-left img {
  max-width: 80%;
  height: auto;
}

/* 中央のテキスト */
.step-section .step-text {
  flex: 1;
  /* margin: 0 20px; */
  text-align: left;
  max-width: 100%;
}

/* 右の画像 */
.step-section .step-right {
  max-width: 33%;
  height: auto;
}

/* 右の画像 */
.step-section .step-right img {
  /* max-width: 31%;
  height: auto; */
}

.step-number {
  background-color: #ff4e92;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-description {
  font-size: 14px;
  color: #555;
}

/* サブタイトル */
.sub-title {
  font-size: 16px;
  color: #007acc;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.attention {
  font-size: 12px;
}

.container-info {
  max-width: 1100px;
  margin: 0 auto;
}

#factory {
  max-width: 1100px;
  margin: 0 auto;
}
/* 工場情報セクション */
.factory-info {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  margin-bottom: 40px;
}

.factory-info img {
  max-width: 55%;
  height: auto;
  margin-right: 35px;
  /* border-radius: 8px; */
}

.factory-info .text {
  flex: 1;
  text-align: justify;
}

.factory-info .text h2 {
  color: #007acc;
  margin-bottom: 20px;
}

/* 対応ボトル情報 */
.bottle-info img {
  /* background-color: #E1F6FF;
        padding: 20px;
        border-radius: 8px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px; */
  max-width: 100%;
}

.bottle-info p {
  font-size: 16px;
  color: #007acc;
}

/* 成分情報のタイトル */
.ingredients-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* 成分情報画像 */
.ingredients-image {
  text-align: center;
  margin-bottom: 70px;
}

.ingredients-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-info {
  /* display: flex; */
}

.manufacturing-con {
  /* margin-top: 60px; */
}

.manufacturing-con h2 {
  font-weight: bold;
  text-align: center;
  color: #778388;
}

.manufacturing-con p {
  font-weight: bold;
  text-align: center;
  margin: 40px;
}

.manufacturing-con .survey {
  max-width: 40%;
  margin: 0 auto;
}
#factory .top-section-num h1 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #778388;
}
#pattern {
  max-width: 800px;
  margin: 0 auto;
}
.pattern-con {
  max-width: 500px;
  margin: auto;
  padding-bottom: 20px;
  background-color: #fff;
}

.pattern-con .title {
  text-align: center;
  font-weight: bold;
  color: #ff6f00;
  margin-bottom: 10px;
}

.pattern-con .description {
  text-align: center;
  font-size: 17px;
  color: #fff;
  background-color: #ff6f00;
  padding: 10px;
}

#step03 .text-box02 {
  text-align: center;
  margin: 0 auto;
}

#step03 .text-box02 .title {
  /* font-size: 42px;
  color: #e13967;
  margin-bottom: 20px; */
}

#step03 .text-box02 .description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.step03-con {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

/* 左側の画像とテキスト */
.left-column {
  padding-right: 20px;
  text-align: center;
}

.left-column h1 {
  color: #0099a0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-column .type {
  font-size: 42px;
  font-weight: bold;
}
.left-column .label {
  margin-left: 60px;
}

.left-column img {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}

.left-column .text {
  /* background-color: #e1f6ff; */
  padding: 23px;
  /* border-radius: 8px; */
  /* font-weight: bold; */
  color: #000;
  text-align: left;
}

.left-con-low {
  margin: 0 auto;
  max-width: 66%;
}
/* 右側のテキストと吹き出し */
.right-column {
  padding-left: 20px;
}

.main-label-image {
  /* width: 300px !important;
  height: auto !important; */
}

.right-column h2 {
  /* color: #007acc; */
  margin-bottom: 20px;
  text-align: center;
}

.right-column .speech-bubble {
  background-color: #00a9c2;
  color: white;
  padding: 10px;
  border-radius: 25px;
  margin: 15px 0;
  position: relative;
  display: inline-block;
  /* max-width: 70%; */
}

.right-column .speech-bubble::after {
  /* content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: #66c8a6 transparent transparent transparent; */
}

/* 青枠のテキストボックス */
.blue-box {
  border: 2px solid #007acc;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}

.blue-box .blue-text {
  color: #007acc;
  font-weight: bold;
  padding-right: 20px;
}

.blue-box img {
  width: 100px;
  height: auto;
  margin-left: 20px;
}

.seen {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.foot-data .separator {
  border-left: 2px solid #007acc;
  height: 20px;
  margin: 10px auto;
}

.banner-block {
  text-align: left;
}

.contact-tel {
  max-width: 1100px;
  margin: auto;
  padding: 20px 0px;
}

/* アイコンとテキスト */
.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #e1f6ff; */
  padding: 5px;
  /* border-radius: 8px; */
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #007acc;
  border-bottom: 2px solid #007acc;
}

.contact-info .icon {
  /* background-color: #00b5e2; */
  /* color: #ffebe6; */
  /* padding: 20px; */
  /* border-radius: 50%; */
  margin-right: 20px;
  width: 15%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info .text {
  flex: 1;
  text-align: left;
  display: flex;
  gap: 30px;
  align-items: center;
}

.contact-info .text p {
  font-size: 30px;
  font-weight: bold;
  color: #007acc;
  margin: 0;
}

.contact-info .text .phone-number {
  font-size: 24px;
  /* color: #ff6f00; */
  font-weight: bold;
  margin-top: 10px;
  line-height: 1em;
}

.contact-info .text .company-name {
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}

.tel {
  color: #007acc;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .top-section img {
    max-width: 70%;
    height: auto;
  }

  .text-box {
    width: 100%;
  }
  .text-box h1 {
    font-size: 32px;
  }
  .grid {
    grid-template-columns: 1fr 1fr; /* 2列グリッドに変更 */
  }
  .bottom-row {
    display: contents; /* ラッパーを消去して子画像を直にグリッド配置 */
  }
  .bottom-row img {
    width: 100%; /* スマホでは各画像をセル幅いっぱいに表示 */
  }
  .bottom-row img:last-child {
    grid-column: 1 / -1;
    justify-self: center; /* 中央寄せ */
    width: 48%;
  }
  .top-section-num {
    padding-top: 0px;
  }
  .top-section-num img {
    max-width: 30%;
    height: auto;
  }
  .container02 .text-box02 .title {
    font-size: 35px;
    color: #e13967;
    margin-bottom: 10px;
  }
  .sub-txt {
    width: 63%;
    font-weight: bold;
  }
  .bottle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: -200px;
    margin-bottom: 100px;
    padding: 20px;
  }
  .bottle-item {
    margin-bottom: 160px;
  }
  .bottle-item .bottle-name {
    top: 75%;
    left: 50%;
  }
  .bottle-item .cap-info {
    top: 90%;
    left: 2%;
  }
  .bottle-item .separator {
    top: 95%;
    left: 35%;
  }
  .bottle-item .description {
    top: 100%;
  }
  .container02 .text-box02 {
    padding: 20px;
  }
  .container02 .text-box02 .description {
    /* font-size: 14px; */
  }
  .bottle-grid02 {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    gap: 30px;
  }
  .bottle-item02 {
    margin-bottom: 80px;
  }
  .contact-info {
    padding: 10px 10px;
  }
  .contact-info .icon {
    width: 30%;
    height: auto;
  }
  .contact-info .text {
    display: block;
  }
  .contact-info .text p {
    font-size: 18px;
  }
  .tel {
    font-size: 23px;
  }
  .contact-info .text .phone-number {
    line-height: 0.5em;
  }
  .contact-info .text .company-name {
    font-size: 8px;
  }
  .banner-block {
    text-align: center;
  }
}
