/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  color: #2B2B2B;
  letter-spacing: 0.04em;
}

.u-mt24 {
  margin-top: 18px !important;
}
@media screen and (min-width: 768px) {
  .u-mt24 {
    margin-top: 24px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}

.c-text-en {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.l-content-inr {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-content-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-header {
  width: 100%;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-fixed-header {
  width: 100%;
  height: 76px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}
.l-fixed-header__logo {
  width: 86px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .l-fixed-header__logo {
    top: 10px;
    left: 30px;
  }
}
.l-fixed-header.is-active {
  transform: translateY(0);
  transition: transform 0.4s ease;
}

@media screen and (min-width: 768px) {
  .p-giomer {
    min-width: 1200px;
    overflow: hidden;
  }
}
.p-giomer-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 36%;
  background-image: url(/product/assets/images/giomer/bg_mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  aspect-ratio: 375/734;
}
@media screen and (min-width: 768px) {
  .p-giomer-mv {
    background-image: url(/product/assets/images/giomer/bg_mv.jpg);
    padding: 0 50px 8%;
    aspect-ratio: 2800/1616;
    min-height: 810px;
  }
}
.p-giomer-mv__logo {
  width: 200px;
  height: 145px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-giomer-mv__logo {
    width: 221px;
    height: 160px;
  }
}
.p-giomer-mv__lead {
  width: 315px;
  height: auto;
  margin: 52px auto 0;
}
@media screen and (min-width: 768px) {
  .p-giomer-mv__lead {
    width: 840px;
    margin: 60px auto 0;
  }
}
.p-giomer-mv__sub-lead {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-giomer-mv__sub-lead {
    font-size: 18px;
    font-size: 24px;
  }
}
.p-giomer-mv__gradation {
  width: 140px;
  height: 16px;
  margin: 0 auto;
  position: absolute;
  bottom: 24%;
  left: calc(50% - 70px);
  background: linear-gradient(90deg, #369D49 0%, #359591 35%, #39609C 65%, #4E3278 100%);
}
@media screen and (min-width: 768px) {
  .p-giomer-mv__gradation {
    width: 200px;
    height: 21px;
    bottom: 19%;
    left: calc(50% - 100px);
  }
}
.p-giomer-mv__note {
  font-size: 0.75rem;
  font-weight: 400;
  width: calc(100% - 40px);
  color: #fff;
  position: absolute;
  bottom: 9%;
  line-height: 170%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-giomer-mv__note {
    font-size: 0.8125rem;
    font-weight: 400;
    width: 900px;
    bottom: 9%;
    left: calc(50% - 450px);
    text-align: center;
  }
}
.p-giomer__navy {
  margin-top: -28px;
  background-color: #18233b;
  border-radius: 28px 28px 0 0;
  box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.1490196078);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-giomer__navy {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
  }
}
.p-giomer__navy::after {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-giomer-first-sec {
  padding: 64px 0 64px;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec {
    padding: 80px 0 125px;
  }
}
.p-giomer-first-sec__inr {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec__inr {
    justify-content: space-between;
  }
}
.p-giomer-first-sec__text-block {
  padding: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec__text-block {
    width: 768px;
    padding: 80px 0 0;
  }
}
.p-giomer-first-sec__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec__ttl {
    font-size: 2rem;
    font-weight: 700;
  }
}
.p-giomer-first-sec__ttl span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 4%;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec__ttl span {
    font-size: 0.8125rem;
    font-weight: 700;
  }
}
.p-giomer-first-sec__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  margin-top: 22px;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 32px;
    padding-right: 5px;
  }
}
.p-giomer-first-sec__img {
  width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-giomer-first-sec__img {
    width: 460px;
    position: absolute;
    top: 0;
    right: -55px;
  }
}

.p-giomer-sec {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-giomer-sec {
    width: 1200px;
    padding: 0;
  }
}
.p-giomer-sec__ttl {
  font-size: 2.125rem;
  font-weight: 300;
  font-family: "Lexend";
  color: #fff;
  text-align: center;
  line-height: 150%;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-giomer-sec__ttl {
    font-size: 3.375rem;
    font-weight: 300;
    font-family: "Lexend";
  }
}
.p-giomer-sec__ttl--b {
  color: #2B2B2B;
}
.p-giomer-sec__ttl::after {
  content: "";
  width: 80px;
  height: 6px;
  display: block;
  background: linear-gradient(90deg, #369D49 0%, #359591 35%, #39609C 65%, #4E3278 100%);
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.p-giomer-sec__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2B2B2B;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-giomer-sec__text {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
  }
}

.p-giomer-feature-sec {
  background-color: #fff;
  padding: 28px 16px;
  border-radius: 12px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature-sec {
    margin-top: 48px;
    padding: 40px;
    border-radius: 16px;
  }
}
.p-giomer-feature-sec:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature-sec:not(:first-child) {
    margin-top: 40px;
  }
}
.p-giomer-feature-sec__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00B2ED;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature-sec__ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.p-giomer-feature-sec__lead {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 16px;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature-sec__lead {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 24px;
  }
}
.p-giomer-feature-sec__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature-sec__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 12px;
  }
}
.p-giomer-feature-sec--approach {
  border-radius: 12px 12px 0 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature-sec--approach {
    border-radius: 16px 16px 0 0;
  }
}

.p-giomer-feature3 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3 {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3__text-block {
    width: 534px;
  }
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3__text-block .p-giomer-feature-sec__text {
    margin-top: 24px;
  }
}
.p-giomer-feature3__img-block {
  margin-top: 26px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3__img-block {
    margin-top: 0;
    width: 534px;
    gap: 8px;
  }
}
.p-giomer-feature3__img-text {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3__img-text {
    font-size: 0.8125rem;
    font-weight: 400;
  }
}
.p-giomer-feature3__frame {
  margin-top: 30px;
  background-color: #E5F1FC;
  padding: 20px 16px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3__frame {
    margin-top: 40px;
    padding: 30px 30px 28px;
  }
}
.p-giomer-feature3__frame-ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3__frame-ttl {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
}
.p-giomer-feature3-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 18px auto 0;
  gap: 4px 0;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3-img-list {
    width: 916px;
    margin: 14px auto 0;
  }
}
.p-giomer-feature3-img-list li {
  width: 50%;
  padding-right: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3-img-list li {
    width: 296px;
    padding-right: 0;
  }
}
.p-giomer-feature3-img-list li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #aa1c23;
  border-right: 0;
  position: absolute;
  top: 38px;
  right: 2px;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3-img-list li:not(:last-child)::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 22px solid #aa1c23;
    top: 84px;
    right: -18px;
  }
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3-img-list__img {
    width: 256px;
    margin: 0 auto;
  }
}
.p-giomer-feature3-img-list__text {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-giomer-feature3-img-list__text {
    font-size: 0.8125rem;
    font-weight: 400;
  }
}

.p-giomer-evidence {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence__text-block {
    width: 534px;
  }
}
.p-giomer-evidence__img-block {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence__img-block {
    gap: 0;
    margin-top: 0;
    width: 534px;
  }
}
.p-giomer-evidence__img-block-img {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence__img-block-img {
    width: 259px;
  }
}
.p-giomer-evidence__frame {
  margin-top: 24px;
  background-color: #E5F1FC;
  padding: 16px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence__frame {
    margin-top: 40px;
    padding: 30px;
  }
}
.p-giomer-evidence__frame-ttl {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  color: #2c5e9b;
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence__frame-ttl {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }
}
.p-giomer-evidence__frame .btn-center {
  margin: 18px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-giomer-evidence__frame .btn-center {
    margin: 16px 0 0;
  }
}

.p-giomer-srpg__text {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 16px 0 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-giomer-srpg__text {
    font-size: 1rem;
    font-weight: 400;
    margin: 24px 0 0;
  }
}
.p-giomer-srpg__btn {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}

.p-giomer-srpg-img-list {
  display: flex;
  flex-direction: column;
  margin: 28px 0 0;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-giomer-srpg-img-list {
    margin: 36px 0 0;
    flex-direction: row;
  }
}
.p-giomer-srpg-img-list__img {
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-giomer-srpg-img-list__img {
    border-radius: 10px;
  }
}

.p-giomer-approach-img {
  margin: 28px -16px 0;
}
@media screen and (min-width: 768px) {
  .p-giomer-approach-img {
    width: 820px;
    margin: 36px auto 0;
    padding: 0 0 0 20px;
  }
}

.p-giomer-anchor-list {
  margin-top: 16px;
  background-color: #f5f5f5;
  padding: 18px 12px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-giomer-anchor-list {
    margin-top: 24px;
    padding: 24px;
  }
}
.p-giomer-anchor-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
}
@media screen and (min-width: 768px) {
  .p-giomer-anchor-list__list {
    gap: 35px;
  }
}
.p-giomer-anchor-list__list li a {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
  color: #2B2B2B;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-giomer-anchor-list__list li a:hover {
    color: #00B2ED;
    transition: color 0.3s ease;
  }
}
.p-giomer-anchor-list__list li a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/product/assets/images/giomer/icon_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}

.p-giomer-product-sec {
  margin-top: 36px;
  padding: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .p-giomer-product-sec {
    margin-top: 46px;
  }
}
.p-giomer-product-sec__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px 16px;
  background-color: #EE8593;
  border-radius: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-giomer-product-sec__ttl {
    font-size: 2rem;
    font-weight: 700;
    padding: 8px 20px;
    display: flex;
    align-items: center;
  }
}
.p-giomer-product-sec__ttl span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-giomer-product-sec__ttl span {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 24px;
  }
}
.p-giomer-product-sec__ttl--b {
  background-color: #52A5DC;
}
.p-giomer-product-sec__ttl--g {
  background-color: #64C0AB;
}
.p-giomer-product-sec__ttl--o {
  background-color: #F4A452;
}
.p-giomer-product-sec__ttl--p {
  background-color: #B09DCB;
}
.p-giomer-product-sec__ttl--lg {
  background-color: #B6D56A;
}

.p-giomer-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.p-giomer-product-list li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-giomer-product-list li {
    width: 285px;
  }
}
.p-giomer-product-list__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #2B2B2B;
}
@media screen and (min-width: 768px) {
  .p-giomer-product-list__link {
    transition: color 0.3s ease;
  }
  .p-giomer-product-list__link:hover {
    color: #00B2ED;
    transition: color 0.3s ease;
  }
  .p-giomer-product-list__link:hover .p-giomer-product-list__img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-giomer-product-list__img {
  order: 1;
  transition: opacity 0.3s ease;
}
.p-giomer-product-list__ttl {
  font-size: 0.875rem;
  font-weight: 700;
  order: 3;
  margin-top: 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-giomer-product-list__ttl {
    font-size: 1rem;
    font-weight: 700;
  }
}
.p-giomer-product-list__text {
  font-size: 0.75rem;
  font-weight: 400;
  order: 2;
  margin-top: 8px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-giomer-product-list__text {
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}

.p-giomer-bottom {
  background-image: url(/product/assets/images/giomer/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 64px 0 78px;
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom {
    margin-top: 66px;
    padding: 80px 0 80px;
  }
}
.p-giomer-bottom::after {
  content: "";
  width: 287px;
  height: 115px;
  background-image: url(/product/assets/images/giomer/footer_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: hard-light;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom::after {
    width: 560px;
    height: 225px;
  }
}
.p-giomer-bottom-sec {
  padding: 28px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec {
    padding: 25px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-giomer-bottom-sec:first-child {
  border-top: 1px solid #fff;
}
.p-giomer-bottom-sec__img {
  border-radius: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec__img {
    width: 420px;
    border-radius: 11px;
  }
}
.p-giomer-bottom-sec__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-giomer-bottom-sec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-giomer-bottom-sec__text-block {
  padding: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec__text-block {
    width: 740px;
    padding: 26px 0 20px;
  }
}
.p-giomer-bottom-sec__ttl {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec__ttl {
    font-size: 1rem;
    font-weight: 700;
  }
}
.p-giomer-bottom-sec__ttl-e {
  font-size: 1.75rem;
  font-weight: 300;
  font-family: "Lexend";
  color: #fff;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec__ttl-e {
    font-size: 2.25rem;
    font-weight: 300;
    font-family: "Lexend";
  }
}
.p-giomer-bottom-sec__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 30px;
  }
}
.p-giomer-bottom-sec .btn-center {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-giomer-bottom-sec .btn-center {
    margin-top: 24px;
    text-align: left;
  }
}

.p-btn-giomer {
  margin: 30px auto 0;
  width: 335px;
  height: 94px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-btn-giomer {
    margin: 48px auto 0;
    width: 480px;
    height: 120px;
  }
}
.p-btn-giomer__link {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  color: #2B2B2B;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-btn-giomer__link {
    border-radius: 10px;
    transition: opacity 0.3s ease;
  }
  .p-btn-giomer__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-btn-giomer__link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/product/assets/images/giomer/icon_arrow_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
}
@media screen and (min-width: 768px) {
  .p-btn-giomer__link::after {
    right: 20px;
    transition: opacity 0.3s ease;
  }
}
.p-btn-giomer__img-block {
  width: 114px;
  background-color: #5a5a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-btn-giomer__img-block {
    width: 160px;
  }
}
.p-btn-giomer__img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-btn-giomer__img {
    width: 100px;
  }
}
.p-btn-giomer__text {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 16px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-btn-giomer__text {
    font-size: 1rem;
    font-weight: 700;
    padding: 20px;
  }
}

.l-footer {
  width: 100%;
  padding: 30px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 0 40px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-footer::before {
  content: "";
  width: 90px;
  height: 69px;
  background-image: url(/product/assets/images/giomer/chara.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -69px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer::before {
    width: 110px;
    height: 84px;
    top: -84px;
    right: calc(50% - 372px);
  }
}
.l-footer__logo {
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 200px;
    margin: 0;
  }
}
.l-footer__copy {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  margin: 16px 0 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 0.8125rem;
    font-weight: 400;
    margin: 0;
    text-align: right;
    display: inline-block;
  }
}

.btn-standard {
  display: inline-flex;
  width: auto;
  height: 54px;
}
@media screen and (min-width: 768px) {
  .btn-standard {
    height: 58px;
  }
}
.btn-standard__link {
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: #2c5e9b;
  padding: 20px 58px 20px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn-standard__link {
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 76px 20px 24px;
  }
  .btn-standard__link:hover {
    background-color: #00B2ED;
    transition: background-color 0.3s ease;
  }
}
.btn-standard__link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/product/assets/images/giomer/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .btn-standard__link::after {
    right: 24px;
  }
}

.btn-contact {
  width: 130px;
  height: 44px;
  position: absolute;
  top: 16px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .btn-contact {
    width: 150px;
    height: 48px;
    top: 16px;
    right: 32px;
  }
}
.btn-contact__link {
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 40px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(90deg, #369D49 0%, #359591 35%, #39609C 65%, #4E3278 100%);
  color: #fff;
  text-decoration: none;
  line-height: 1;
  justify-content: right;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-contact__link {
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 24px 20px 40px;
    transition: opacity 0.3s ease;
  }
  .btn-contact__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.btn-contact__link::before {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(/product/assets/images/giomer/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn-contact__link::before {
    left: 26px;
  }
}/*# sourceMappingURL=giomer.css.map */