body {
  font-family: "century-gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background-color: #F5F6F6 !important;
  letter-spacing: 0.1em;
  padding-top: 0;
  font-size: 16px;
  line-height: initial;
  word-break: break-all;
letter-spacing: 0.02em !important;

}

:root {
  --century: "century-gothic", sans-serif;
  --zenkaku: "Zen Kaku Gothic New", sans-serif;
  --main: #138582;
  --sub: #0073C1;
  --yellow: #DDC028;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#header {
  padding: 40px;
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

#main {
  width: 375px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.container1 {
  padding: 0 10px;
}

.container2 {
  padding: 0 20px;
}

.container3 {
  padding: 0 25px;
}

/* common */
.common-scroll {
  text-align: center;
}

.common-scroll-text {
  color: #CACBCB;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-family: var(--century);
  margin-bottom: 12px;
}

.common-btn {
  color: #fff !important;
  text-align: center;
  position: relative;
  background-color: var(--main);
  padding: 5px 55px;
  line-height: 26px;
  border-radius: 29px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  border: 3px solid #fff;
}

.common-btn:hover {
  background-color: var(--sub);
}

.common-btn svg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

/* fv */
#fv {
  position: relative;
  background-color: #DDC029;
}

.fv-catch {
  position: absolute;
  right: 40px;
  bottom: 189px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 8px;
  opacity: 0;
  visibility: hidden;
}

.fv-button {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  text-align: center;
}

#product {
  padding: 13px 0 0;
}

.product-header {
  color: var(--main);
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.1px;
}
.product-header-about {
  margin-top: 64px;
}

.product-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.product-text-line {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.product-text-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #fff;
  bottom: -5px;
  left: 0;
}

.product-text-line.line1 {
  font-size: 16px;
  margin-bottom: 6px;
}

.product-text-line.line1:after {
  display: none;
}

.product-text-line.line2 {
  font-size: 28px;
}

.product-text-line.line2:after {
  bottom: -2px;
}

.product-text-line.line3 {
  font-size: 16px;
}

/* product-section */
.product-section {
  position: relative;
}

.product-section img {
  position: relative;
  z-index: 0;
}

.product-section .product-balloon-inner {
  position: relative;
  width: 100%;
  height: 100%;
  color: #399694;
  font-weight: 700;
  line-height: 1;
}

/* product-section1 */
.product-section1 {
  margin-bottom: 28px;
  padding-bottom: 45px;
  margin-top: 32px;
}

.product-section1-image {
  max-width: 78.9%;
  margin: 0 auto 0 0;
}

.product-section1 .product-balloon {
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 221px;
}

.product-section1 .product-balloon-line {
  position: absolute;
  top: 12px;
  left: 24px;
  width: 100%;
  z-index: 2;
}

.product-section1 .line1 {
  margin-bottom: 8px;
}

/* product-section2 */
.product-section2 {
  margin-bottom: 25px;
  padding-bottom: 52px;
  text-align: right;
}

.product-section2-image {
  width: 81.33%;
  margin: 0 0 0 auto;
}

.product-section2 .product-balloon {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 284px;
}

.product-section2 .product-balloon-line {
  position: absolute;
  top: 16px; /* ? */
  left: 16px;
  width: 100%;
  z-index: 2;
  text-align: left;
}

.product-section2 .line1 {
  line-height: 1.5;
}

/* product-section3 */
.product-section3 {
  margin-bottom: 28px;
  padding-bottom: 20px;
}

.product-section3-image {
  width: 67.144%;
}

.product-section3 .product-balloon {
  position: absolute;
  bottom: -25px;
  right: 12px;
  width: 266px;
}

.product-section3 .product-balloon-line {
  position: absolute;
  top: 7px;
  left: 22px;
  width: 100%;
  z-index: 2;
  line-height: 1.5;
}

.product-balloon-line {
  font-size: 16px;
  display: inline-block;
}

.product-balloon-line span {
  display: inline-block;
}

.product-balloon-line .big {
  font-size: 24px;
  display: inline-block;
}

.product-section4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product-section4 .product-section4-image {
  z-index: 1;
  max-width: 92px;
  left: -10px;
}

.product-section4 .line1 {
  margin-bottom: 8px;
}

.product-section4 .product-balloon {
  width: 66%;
}

.product-section4 .product-section-image {
  width: 27%;
}

.product-section4 .product-balloon-line {
  position: absolute;
  left: 22px;
  z-index: 2;
  top: 12px;
}

.product-section5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -27px;
}

.product-section5 .product-balloon {
  width: 75%;
}

.product-section5 .product-section-image {
  width: calc(25% + 7px);
  margin-left: -10px;
}

.product-section5 .product-balloon-line {
  position: absolute;
  z-index: 2;
  padding: 10px 10px 10px 28px;
  line-height: 1.5;
}

.product-section5 .product-balloon-line span {
  line-height: 1.35;
}

.product-section6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.product-section6 .product-balloon {
  width: 71%;
}

.product-section6 .product-section-image {
  width: 29%;
}

.product-section6-image {
  vertical-align: bottom;
}

.product-section6 .product-balloon-line {
  position: absolute;
  z-index: 2;
  line-height: 1.5;
  top: 5px;
  left: 14px;
}

.product-section-button {
  text-align: center;
  margin: 40px 0;
}

.product-section-cta {
  padding: 24px 0 0;
  height: 358px;
  background-color: #DDC028;
  position: relative;
}
.product-add {
  padding-top: 24px;
}
.product-button .common-button {
  border: 1px solid #fff;
}
.products-add1 {
  color: #008581;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 1.2px;
  margin: 6px 0;
}
.products-add2 {
  color: #138582;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.product2-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  color: #F00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.product2-add-green {
  font-size: 12px;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 8px;
  line-height: 1;
}
.product2-add.white,
.product2-add-green.white {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.product2-add-bottom {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--main);
  margin-top: 8px;
  line-height: 1;
}
.product2-add-bottom-underline {
  background: linear-gradient(transparent 60%, #FFEE96 30%);
}
/* environment */
.environment-image {
  position: absolute;
}

.environment-image img {
  vertical-align: bottom;
}

.environment-image1 {
  width: 39.4%;
  bottom: 0;
  left: 0;
}

.environment-image2 {
  width: 32%;
  top: 112px;
  left: 76px;
}

.environment-image3 {
  width: 32%;
  top: 79px;
  left: 204px;
}

.environment-image4 {
  width: 32.53%;
  bottom: 8px;
  right: 10px;
}

/* aluminum */
#message {
  padding: 32px 0 40px;
  color: #505F68;
  text-align: center;
  background-color: #F0F2F3;
}

.aluminum-message {
  padding: 24px 0;
  background-color: #F0F2F3;
  color: #505F68;
}

.aluminum-index {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.aluminum-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.aluminum-text span {
  font-size: 10px;
}

/* sdgs */
#sdgs .product-section-button {
  margin: 32px 0 10px;
}
.sdgs-cta {
  padding: 15px 20px;
  background-color: #DDC028;
  overflow: hidden;
}

.sdgs-message {
  padding: 29px 0 26px 11px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.285;
}

.sdgs-illust {
  position: absolute;
  right: -3px;
  top: 0;
  width: 45%;
}

.sdgs-main {
  padding: 24px 0 0;
  background-color: var(--yellow);
}

.sdgs-main img {
  vertical-align: bottom;
}

.product-text-line.line4 {
  font-size: 25px;
}

.product-text-line.line4:after {
  width: 90%;
}

.product-text-line.line5 {
  font-size: 25px;
}

.sdgs-content {
  padding: 31px 0 24px;
}

.sdgs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  gap: 4px;
}

.sdgs-icon {
  width: 43px;
}

.sdgs-icon img {
  vertical-align: bottom;
}

.sdgs-index {
  color: #505F68;
  font-size: 13.5px;
  font-weight: 500;
}

.sdgs-text {
  color: #505F68;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 24px;
}

.sdgs-image {
  margin-bottom: 16px;
}

.sdgs-add {
  color: #000;
  font-size: 10px;
  font-weight: 400;
}

/* product */
.product {
  text-align: center;
  padding: 24px 0 30px;
  background-color: #F0F2F3;
}

.cta-title {
  border-radius: 2px;
  background: #008581;
  text-align: center;
  display: inline-block;
  padding: 6px 17px 5px;
  color: #FFF;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 32px;
  font-family: var(--century);
}

.product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.product-image {
  width: 160px;
  height: auto;
  position: relative;
}

.product-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-content {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
  position: relative;
}
.products-name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -15px;
}
.product-discount {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--sub);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: center;
  padding-top: 4%;
}
.product-discount span {
  font-size: 12px;
}
.product-name {
  color: var(--sub);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.product-price-before {
  color: var(--main);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.product-price-price {
  color: var(--main);
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: var(--century);
}
.product-price-price:before {
  height: 1px;
  width: 100%;
  background-color: var(--main);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-price-arrow {
  margin: 4px 0 8px 35px;
}
.product-price-price span {
  font-size: 16px;
  line-height: 1;
}
.product-name:nth-child(1) {
  transform: translateX(-7px)
}
.product-price {
  margin-top: 4px;
  color: var(--sub);
  font-family: var(--century);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}

.product-price p {
  position: relative;
  z-index: 2;
}

.product-price span {
  color: var(--sub);
  font-family: var(--century);
  font-size: 24px;
  font-weight: 700;
}

.product-price:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  background-color: #DDC028;
  bottom: 0;
  left: 0;
}

.product-sub {
  color: var(--sub);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.product-wrapper2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 32px;
}

.product-wrapper2 .product-content {
  padding-right: 20px;
  padding-left: 0;
}

.product-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #F00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  gap: 4px;
}
.products-add1 {
  color: #008581;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 1.2px;
  margin: 6px 0;
}
.products-add2 {
  color: #138582;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.product-button {
  text-align: center;
}

/* recommend */
.aluminum-recommend {
  padding: 32px 0 25px;
}

.recommend-index {
  color: #138582;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; /* 100% */
}

.recommend-index {
  color: #138582;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-bottom: 24px;
}

.recommend-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--main);
  gap: 5px;
}

.recommend-left {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  padding-right: 5px;
}

.recommend-center {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--zenkaku);
  line-height: 1;
  position: relative;
}

.recommend-center span {
  position: relative;
  z-index: 2;
}

.recommend-center:after {
  position: absolute;
  content: "";
  width: 122px;
  height: 41px;
  background-color: #FFEE96;
  top: 2px;
  left: -5px;
}

.recommend-right {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: var(--zenkaku);
}

.recommend-right span {
  color: #399694;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--zenkaku);
}

.recommend-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin-top: 35px;
}

.recommend-green {
  color: #399694;
  font-size: 11px;
  font-weight: 700;
}

.recommend-number {
  color: #505F68;
  font-size: 13px;
  font-weight: 700;
}

.recommend-number .number {
  font-size: 24px;
}

.recommend-number .percent {
  font-size: 16px;
}

.recommend-image {
  width: 35px;
}

.recommend-text {
  width: calc(50% - 40px);
}

.recommend-text1 {
  padding-right: 34px;
}

/* data */
#data {
  padding: 30px 0;
}

.data-box {
  border: 1px solid #505F68;
  color: #505F68;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.data-index {
  border-bottom: 1px solid #505F68;
  font-weight: 500;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 12px;
  font-size: 14px;
}

.data-wrapper {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 10px;
}

.data-table {
  font-weight: 400;
  border-right: 1px solid #505F68;
  text-align: left;
  width: 50%;
  font-size: 14px;
  font-family: var(--zenkaku);
}

.data-table th,
.data-table td {
  padding: 4px 0;
}

.data-table:last-child {
  border-right: 0;
  padding-left: 10px;
}

.data-header {
  font-weight: 400;
}

.data-add {
  padding: 0 10px 12px;
  font-size: 14px;
  font-family: var(--zenkaku);
}

/* footer */
#footer {
  padding: 40px 0;
  text-align: center;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
  list-style-type: none;
  padding-left: 0;
}

.sns {
  width: 22px;
  margin: 0 5%;
}

.footer-text {
  color: var(--main);
  font-size: 14px;
  font-weight: normal;
}

.footer-text a {
  color: var(--main);
}

.footer-company {
  margin-bottom: 27px;
}
.right-box {
  border: 3px solid var(--main);
  border-radius: 8px;
  background-color: #fff;

}
.right-box .product {
  background-color: transparent;
  padding-left:  2%;
  padding-right: 2%;
}
.right-box .product-image img {
  width: 64px;
  height: auto;
}
#mizu-right {
  position: fixed;
  right: calc(  ( ((100% - 375px) / 2 ) - 425px ) / 3 * 2 );
  top: 50%;
  transform: translateY(-50%);
  max-width: 425px;
  width: 80%;
}
#mizu-right .product-wrapper {
  margin-bottom: 32px;
}
#mizu-right .product-wrapper2 {
  margin-bottom: 32px;
  position: relative;
}
#mizu-right .product-wrapper2:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  width: 90%;
  left: 50%;
  height: 1px;
  background-color: #dfdfdf;
  transform: translateX(-50%);
}
#qrcode {
position: fixed;
right: 40px;
bottom: 40px;
width: 139px;
}
.qr-title {
color: var(--main);
font-size: 16px;
font-weight: 700;
line-height: 1.62;
text-align: center;
}
@media (max-height: 768px) {
  #qrcode {
    display: none;
  }
}
/* header */
.header-image {
  position: fixed;
  bottom: 0;
  right: 58%;
  height: 80%;
  width: 100%;
  opacity: 0.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-image img {
  height: 100%;
  width: auto;
}

.header-logo {
  max-width: 209px;
  margin-bottom: 66px;
}

.header-menu {
  list-style-type: none;
  padding-left: 24px;
  position: relative;
  z-index: 2;
}

.header-menu li {
  margin-bottom: 24px;
  position: relative;
}

.header-menu li a {
  color: #B7C8C7;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-menu li.current a {
  color: #00938D;
  opacity: 1;
}
.header-menu li a:hover {
  color: var(--main);
}

.header-menu li.current:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00938D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -24px;
}
@media (max-width:1900px) {
  #qrcode {
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 139px;
  }
}
@media (max-width:1400px) {
  #main {
    margin: 0 40% 0 auto;
  }
  #mizu-right {
      right: 20px;
  }
  #header {
    width: auto;
  }
  .header-logo {
    max-width: 14.9285714286vw;
    margin-bottom: 4.7142857143vw;
  }
  .header-menu {
    padding-left: 1.7142857143vw;
  }
  .header-menu li {
    margin-bottom: 1.7142857143vw;
  }
  .header-menu li a {
    font-size: 1.7142857143vw;
  }
  .header-menu li.current:before {
    width: 0.5714285714vw;
    height: 0.5714285714vw;
    left: -1.7142857143vw;
  }
}
@media (max-width: 1200px) {
  #header {
    width: 90%;
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  #header {
    width: 100%;
  }
  #main {
    margin-right: 10%;
  }
  #mizu-right {
    display: none;
  }
  .header-image {
    right: 30%;
  }
}
@media (max-width: 768px) {
  #header {
    display: none;
  }
  #main {
    width: 100%;
    max-width: 100%;
  }
  #qrcode {
    display: none;
  }
  /* common */
  .common-scroll-text {
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
  .common-btn {
    padding: 1.3333333333vw 14.6666666667vw;
    line-height: 6.9333333333vw;
    border-radius: 7.7333333333vw;
    font-size: 4.2666666667vw;
    border: 0.8vw solid #fff;
  }
  .common-btn svg {
    right: 4vw;
    width: 4.2666666667vw;
  }
  /* fv */
  .fv-catch {
    right: 10.6666666667vw;
    bottom: 50.4vw;
    font-size: 4.8vw;
  }
  .fv-button {
    bottom: 8.5333333333vw;
  }
  #product {
    padding: 3.4666666666666663vw 0 0;
  }
  .product-header {
    font-size: 5.6vw;
  }
  .product-header-about {
    margin-top: 17.066666666666666vw;
  }
  .product-text {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .product-text-line {
    margin-bottom: 3.2vw;
  }
  .product-text-line:after {
    bottom: -1.3333333333vw;
  }
  .product-text-line.line1 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
  .product-text-line.line2 {
    font-size: 7.4666666667vw;
  }
  .product-text-line.line2:after {
    bottom: -0.5333333333vw;
  }
  .product-text-line.line3 {
    font-size: 4.2666666667vw;
  }
  .product-section1 {
    margin-bottom: 7.4666666667vw;
    padding-bottom: 12vw;
    margin-top: 8.5333333333vw;
  }
  .product-section1 .product-balloon {
    right: 3.2vw;
    width: 58.9333333333vw;
  }
  .product-section1 .product-balloon-line {
    top: 3.2vw;
    left: 6.4vw;
  }
  .product-section1 .line1 {
    margin-bottom: 2.1333333333vw;
  }
  /* product-section2 */
  .product-section2 {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 13.8666666667vw;
  }
  .product-section2 .product-balloon {
    left: 2.6666666667vw;
    width: 75.7333333333vw;
  }
  .product-section2 .product-balloon-line {
    top: 4.2666666667vw;
    left: 4.2666666667vw;
  }
  /* product-section3 */
  .product-section3 {
    margin-bottom: 7.4666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .product-section3 .product-balloon {
    bottom: -6.6666666667vw;
    right: 3.2vw;
    width: 70.9333333333vw;
  }
  .product-section3 .product-balloon-line {
    top: 1.8666666667vw;
    left: 5.8666666667vw;
  }
  .product-balloon-line {
    font-size: 4.2666666667vw;
  }
  .product-balloon-line .big {
    font-size: 6.4vw;
  }
  .product-section4 {
    margin-bottom: 4vw;
  }
  .product-section4 .product-section4-image {
    max-width: 24.5333333333vw;
    left: -2.6666666667vw;
  }
  .product-section4 .line1 {
    margin-bottom: 2.1333333333vw;
  }
  .product-section4 .product-balloon-line {
    left: 5.8666666667vw;
    top: 3.2vw;
  }
  .product-section5 {
    margin-top: -7.2vw;
  }
  .product-section5 .product-section-image {
    width: calc(25% + 1.8666666667vw);
    margin-left: -2.6666666667vw;
  }
  .product-section5 .product-balloon-line {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 7.4666666667vw;
  }
  .product-section6 {
    margin-top: 6.4vw;
  }
  .product-section6 .product-balloon-line {
    position: absolute;
    z-index: 2;
    line-height: 1.5;
    top: 1.3333333333vw;
    left: 3.7333333333vw;
  }
  .product-section-button {
    text-align: center;
    margin: 10.6666666667vw 0;
  }
  .product-section-cta {
    padding: 6.4vw 0 0;
    height: 95.4666666667vw;
  }
  /* environment */
  .environment-image2 {
    top: 29.8666666667vw;
    left: 20.2666666667vw;
  }
  .environment-image3 {
    top: 21.0666666667vw;
    left: 54.4vw;
  }
  .environment-image4 {
    bottom: 2.1333333333vw;
    right: 2.6666666667vw;
  }
  /* aluminum */
  #message {
    padding: 8.5333333333vw 0 10.6666666667vw;
  }
  .aluminum-message {
    padding: 6.4vw 0;
  }
  .aluminum-index {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  .aluminum-text {
    font-size: 3.7333333333vw;
  }
  .aluminum-text span {
    font-size: 2.6666666667vw;
  }
  /* sdgs */
  #sdgs .product-section-button {
    margin: 8.533333333333333vw 0 2.666666666666667vw;
  }
  .sdgs-cta {
    padding: 4vw 5.3333333333vw;
  }
  .sdgs-message {
    padding: 7.733333333333333vw 0 6.9333333333vw 2.9333333333vw;
    font-size: 3.7333333333vw;
  }
  .sdgs-illust {
    right: -0.8vw;
  }
  .sdgs-main {
    padding: 6.4vw 0 0;
  }
  .product-text-line.line4 {
    font-size: 6.6666666667vw;
  }
  .product-text-line.line5 {
    font-size: 6.6666666667vw;
  }
  .sdgs-content {
    padding: 8.2666666667vw 0 6.4vw;
  }
  .sdgs-wrapper {
    margin-bottom: 4.2666666667vw;
    gap: 1.0666666667vw;
  }
  .sdgs-icon {
    width: 11.4666666667vw;
  }
  .sdgs-index {
    font-size: 3.6vw;
  }
  .sdgs-text {
    font-size: 3.4666666667vw;
    margin-bottom: vw(24);
  }
  .sdgs-image {
    margin-bottom: 4.2666666667vw;
  }
  .sdgs-add {
    font-size: 2.6666666667vw;
  }
  /* product */
  .product {
    padding: 6.4vw 0 8vw;
  }
  .cta-title {
    border-radius: 0.5333333333vw;
    padding: 1.6vw 4.5333333333vw 1.3333333333vw;
    font-size: 4vw;
    margin-bottom: 8.5333333333vw;
  }
  .product-wrapper {
    gap: 2.666666666666667vw;
    margin-bottom: 17.3333333333vw;
  }
  .product-image {
    width: 42.66666666666667vw;
  }
  .product-price span {
    font-size: 6.4vw;
  }
  .product-price:after {
    height: 1.6vw;
  }
  .product-wrapper2 {
    margin-bottom: 8.533333333333333vw;
  }
  .product-wrapper2 .product-content {
    padding-left: 0;
  }
  .product-add {
    font-size: 3.7333333333vw;
    gap: 1.0666666667vw;
  }
  /* ここから */
.products-name-wrapper {
  margin-top: -4vw;
}
.product-discount {
  width: 12.8vw;
  height: 12.8vw;
  font-size: 4.266666666666667vw;
}
.product-discount span {
  font-size: 3.2vw;
}
.product-name {
  font-size: 3.2vw;
  margin-bottom: 1.6vw;
}
.product-price-before {
  font-size: 3.2vw;
}
.product-price-price {
  font-size: 8.266666666666666vw;
}
.product-price-arrow {
  margin: 1.0666666666666667vw 0 2.1333333333333333vw 9.333333333333334vw;
}
.product-price-price span {
  font-size: 4.266666666666667vw;
}
.product-name:nth-child(1) {
  transform: translateX(-1.866666666666667vw)
}
.product-price {
  margin-top: 1.6vw;
  font-size: 16vw;
  margin-bottom: 1.6vw;
}
.product-sub {
  font-size: 2.666666666666667vw;
}
.products-add1 {
  font-size: 3.2vw;
  margin: 1.6vw 0;
}
.products-add2 {
  font-size: 2.666666666666667vw;
}
.product2-add {
  gap: 1.0666666667vw;
  font-size: 3.7333333333vw;
  margin-bottom: 1.6vw;
}
.product2-add-green {
  margin-bottom: 2.1333333333vw;
  font-size: 3.2vw;
}
  /* recommend */
  .aluminum-recommend {
    padding: 8.5333333333vw 0 6.6666666667vw;
  }
  .recommend-index {
    font-size: 5.3333333333vw;
  }
  .recommend-index {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
  .recommend-wrapper {
    gap: 1.3333333333vw;
  }
  .recommend-left {
    font-size: 3.7333333333vw;
    padding-right: 1.3333333333vw;
  }
  .recommend-center {
    font-size: 10.6666666667vw;
  }
  .recommend-center:after {
    width: 32.5333333333vw;
    height: 10.9333333333vw;
    top: 0.5333333333vw;
    left: -1.3333333333vw;
  }
  .recommend-right {
    font-size: 6.4vw;
  }
  .recommend-right span {
    font-size: 3.7333333333vw;
  }
  .recommend-images {
    gap: 1.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .recommend-green {
    font-size: 2.9333333333vw;
  }
  .recommend-number {
    font-size: 3.4666666667vw;
  }
  .recommend-number .number {
    font-size: 6.4vw;
  }
  .recommend-number .percent {
    font-size: 4.2666666667vw;
  }
  .recommend-image {
    width: 9.3333333333vw;
  }
  .recommend-text {
    width: calc(50% - 10.6666666667vw);
  }
  .recommend-text1 {
    padding-right: 9.0666666667vw;
  }
  /* data */
  #data {
    padding: 8vw 0;
  }
  .data-box {
    font-size: 3.7333333333vw;
  }
  .data-index {
    padding: 3.2vw 0;
    margin-bottom: 3.2vw;
    font-size: 3.733333333333334vw;
  }
  .data-wrapper {
    padding: 0 2.6666666667vw;
    margin-bottom: 3.2vw;
    gap: 2.666666666666667 vw;
  }
  .data-table {
    font-size: 3.7333333333vw;
  }
  .data-table th,
  .data-table td {
    padding: 1.0666666667vw 0;
  }
  .data-table:last-child {
    padding-left: 2.6666666667vw;
  }
  .data-add {
    padding: 0 2.6666666667vw 3.2vw;
    font-size: 3.7333333333vw;
  }
  /* footer */
  #footer {
    padding: 10.6666666667vw 0;
  }
  .sns-list {
    margin-bottom: 12.8vw;
  }
  .sns {
    width: 5.8666666667vw;
  }
  .footer-text {
    font-size: 3.7333333333vw;
  }
  .footer-company {
    margin-bottom: 7.2vw;
  }
}
@media (max-height: 800px) {
  .header-image {
      right: 50%;
  }
}
.relative {
  position: relative;
}

.slidein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.slidein.scrollin {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}