html {
  background: #ffffff;
}
@media (min-width: 768px) {
  html {
    font-size: min(0.834vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #3c6446;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.02em;
  }
}
body.js-concept-opened {
  overflow: hidden;
}

ul, ol, figure, p, button, input, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img[src$="_pc.png"], img[src$="_pc.jpg"] {
    display: none;
  }
}
@media (min-width: 768px) {
  img[src$="_sp.png"], img[src$="_sp.jpg"] {
    display: none;
  }
}

svg {
  width: 100%;
  height: 100%;
}
i svg {
  display: block;
}

dialog:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #3c6446;
}

button {
  background: transparent;
  border: 0;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-header_wp {
    display: flex;
    align-items: center;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header_wp {
    position: relative;
    padding: 1.5rem;
  }
}
.p-header_logo {
  display: block;
}
@media (min-width: 768px) {
  .p-header_logo {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header_logo {
    width: 11.25rem;
  }
}
@media (min-width: 768px) {
  .p-header_navWp {
    display: flex;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-header_navWp {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 3rem 0;
    overflow-y: auto;
    background-color: #3c6446;
  }
}
@media (min-width: 768px) {
  .p-header_navWp > nav {
    display: flex;
    align-items: center;
  }
}
.js-opened .p-header_navWp {
  display: flex;
  animation: openMenu 0.5s ease-in-out both;
}
.js-closing .p-header_navWp {
  display: flex;
  animation: closeMenu 0.5s ease-in-out both;
}
@media (min-width: 768px) {
  .p-header_gnav {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    padding-right: 1.8rem;
    border-right: solid 1px #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-header_gnav {
    width: 25.5rem;
    margin: 0 auto;
    padding-top: 4.6rem;
  }
}
@media (min-width: 768px) {
  .p-header_gnav_item {
    line-height: 100%;
    font-size: 1.4rem;
  }
  .p-header_gnav_item > a {
    line-height: inherit;
    font: inherit;
  }
  .p-header_gnav_item > a:first-of-type {
    margin-top: 0em;
  }
  .p-header_gnav_item > a:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-header_gnav_item {
    line-height: 135.295%;
    font-size: 1.7rem;
  }
  .p-header_gnav_item > a {
    line-height: inherit;
    font: inherit;
  }
  .p-header_gnav_item > a:first-of-type {
    margin-top: -0.176em;
  }
  .p-header_gnav_item > a:last-of-type {
    margin-bottom: -0.176em;
  }
}
.p-header_gnav_item a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-header_gnav_item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1.15rem 0;
  }
}
@media (min-width: 768px) {
  .p-header_gnav_item a i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header_gnav_item a i {
    width: 0.75rem;
    height: 1.35rem;
    transform-origin: 0 50%;
    rotate: 90deg;
  }
}
@media (min-width: 768px) {
  .p-header_subnav {
    display: flex;
    gap: 3rem;
    align-items: center;
    padding-left: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header_subnav {
    width: 25.5rem;
    margin: 0 auto;
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-header_subnav_item {
    line-height: 100%;
    font-size: 1.2rem;
  }
  .p-header_subnav_item > a {
    line-height: inherit;
    font: inherit;
  }
  .p-header_subnav_item > a:first-of-type {
    margin-top: 0em;
  }
  .p-header_subnav_item > a:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-header_subnav_item {
    line-height: 135.295%;
    font-size: 1.7rem;
  }
  .p-header_subnav_item > a {
    line-height: inherit;
    font: inherit;
  }
  .p-header_subnav_item > a:first-of-type {
    margin-top: -0.176em;
  }
  .p-header_subnav_item > a:last-of-type {
    margin-bottom: -0.176em;
  }
}
.p-header_subnav_item a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-header_subnav_item a {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header_subnav_item a {
    align-items: flex-end;
    justify-content: space-between;
    padding: 1.15rem 0;
  }
}
.p-header_subnav_svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .p-header_subnav_svg {
    width: 0.6rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header_subnav_svg {
    width: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-header_insta {
    width: 3.2rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header_insta {
    margin-top: 7.9rem;
    margin-left: 6rem;
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .p-header_hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header_hamburger {
    outline: 0;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    width: 4.2rem;
    height: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}
.p-header_hamburger_ico {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 4.2rem;
  height: 3rem;
  position: relative;
  transition: all 0.3s ease;
}
.p-header_hamburger_ico::before, .p-header_hamburger_ico::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform-origin: center center;
}
.p-header_hamburger_ico::before {
  top: 0;
}
.p-header_hamburger_ico::after {
  bottom: 0;
}
.p-header_hamburger_ico_item {
  display: block;
  width: 4.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  position: relative;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
  transform-origin: center center;
}
@media (min-width: 768px) {
  .p-header_beautyandbloom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header_beautyandbloom {
    width: 34.55rem;
    margin: 0 auto;
    fill: #fff;
  }
}
@media (min-width: 768px) {
  .p-header_closeicon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header_closeicon {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 7.3rem;
  }
}
.p-header_closeicon_svg {
  fill: #ffffff;
}

.p-fv {
  position: relative;
}
@media (min-width: 768px) {
  .p-fv {
    height: 76.6rem;
    background: url(../images/kv01_pc.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv {
    height: 766px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 55.3rem;
    background: url(../images/kv01_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}
.p-fv_txt {
  position: absolute;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-fv_txt {
    line-height: 100%;
    font-size: 2.4rem;
    top: 30.4rem;
    left: 33.8rem;
  }
  .p-fv_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .p-fv_txt > p:first-of-type {
    margin-top: 0em;
  }
  .p-fv_txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-fv_txt {
    line-height: 58.824%;
    font-size: 1.7rem;
    top: 10.6rem;
    left: 11.8rem;
  }
  .p-fv_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .p-fv_txt > p:first-of-type {
    margin-top: 0.206em;
  }
  .p-fv_txt > p:last-of-type {
    margin-bottom: 0.206em;
  }
}
.p-fv_tit {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .p-fv_tit {
    bottom: -3rem;
    width: 117rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv_tit {
    transform-origin: 0 0;
    rotate: 90deg;
    top: 7rem;
    left: 8.3rem;
    height: 7.35rem;
    width: 46.55rem;
  }
}
.p-fv_tit_svg {
  fill: #ffffff;
}
.p-fv_scroll {
  position: absolute;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-fv_scroll {
    top: 11.6rem;
    left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv_scroll {
    top: 41.1rem;
    right: 1.7rem;
  }
}
.p-fv_scroll_txt {
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .p-fv_scroll_txt {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv_scroll_txt {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.p-fv_scroll_bar {
  display: block;
  position: relative;
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #ffffff;
  animation: arrow-animation 2s ease-in infinite;
}
.p-fv_scroll_bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-55%, -71%);
  background: url(../images/scroll_arrow.svg) no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-fv_scroll_bar::after {
    width: 1.3rem;
    height: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv_scroll_bar::after {
    width: 1.3rem;
    height: 0.95rem;
  }
}

@keyframes arrow-animation {
  0% {
    height: 0.5rem;
  }
  31% {
    height: 9rem;
  }
}
.p-beautyBloom {
  background-color: #3c6446;
}
.p-beautyBloom_wp {
  display: grid;
}
@media (min-width: 768px) {
  .p-beautyBloom_wp {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_wp {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.p-beautyBloom_cont {
  text-align: center;
}
@media (min-width: 768px) {
  .p-beautyBloom_cont {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_cont {
    padding-top: 8.5rem;
  }
}
.p-beautyBloom_tit {
  fill: #ffffff;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-beautyBloom_tit {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_tit {
    width: 13.2rem;
  }
}
.p-beautyBloom_tit_svg {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .p-beautyBloom_txtwp {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_txtwp {
    padding-top: 2rem;
  }
}
.p-beautyBloom_lead {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-beautyBloom_lead {
    line-height: 133.334%;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_lead {
    line-height: 150%;
    font-size: 2rem;
  }
}
.p-beautyBloom_txt {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-beautyBloom_txt {
    padding-top: 3rem;
    line-height: 187.5%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_txt {
    padding-top: 2rem;
    line-height: 183.334%;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-beautyBloom_btwp {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_btwp {
    padding-top: 6rem;
  }
}
.p-beautyBloom_btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-beautyBloom_btn {
    width: 20rem;
    padding-bottom: 1rem;
    line-height: 150%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_btn {
    width: 14.5rem;
    padding-bottom: 0.5rem;
    line-height: 133.334%;
    font-size: 1.5rem;
  }
}
.p-beautyBloom_btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-beautyBloom_btn::before {
    height: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_btn::before {
    height: 0.1rem;
  }
}
.p-beautyBloom_btn_svg {
  display: block;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  fill: #fff;
}
@media (min-width: 768px) {
  .p-beautyBloom_btn_svg {
    width: 0.4rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-beautyBloom_btn_svg {
    width: 0.4rem;
    height: 0.6rem;
  }
}

.p-concept {
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .p-concept {
    padding: 7rem 13rem 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding: 1.5rem;
  }
}
.js-concept-opened .p-concept {
  display: flex;
  animation: openMenu 0.5s ease-in-out both;
}
.js-concept-closing .p-concept {
  display: flex;
  animation: closeMenu 0.5s ease-in-out both;
}
.p-concept_tit {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-concept_tit {
    width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept_tit {
    width: 34.55rem;
  }
}
@media (min-width: 768px) {
  .p-concept_catch {
    padding-top: 4.8rem;
    line-height: 160%;
    font-size: 2rem;
  }
  .p-concept_catch > p {
    line-height: inherit;
    font: inherit;
  }
  .p-concept_catch > p:first-of-type {
    margin-top: -0.3em;
  }
  .p-concept_catch > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 767px) {
  .p-concept_catch {
    padding-top: 3rem;
    line-height: 160%;
    font-size: 1.5rem;
  }
  .p-concept_catch > p {
    line-height: inherit;
    font: inherit;
  }
  .p-concept_catch > p:first-of-type {
    margin-top: -0.3em;
  }
  .p-concept_catch > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (min-width: 768px) {
  .p-concept_txt {
    padding-top: 4rem;
    line-height: 187.5%;
    font-size: 1.6rem;
  }
  .p-concept_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .p-concept_txt > p:first-of-type {
    margin-top: -0.437em;
  }
  .p-concept_txt > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 767px) {
  .p-concept_txt {
    padding-top: 3.75rem;
    line-height: 183.334%;
    font-size: 1.2rem;
  }
  .p-concept_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .p-concept_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .p-concept_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
.p-concept_closeicon {
  position: absolute;
}
@media (min-width: 768px) {
  .p-concept_closeicon {
    top: 5.2rem;
    right: 5.2rem;
    height: 5.2rem;
    width: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept_closeicon {
    bottom: 2rem;
    right: 2rem;
    height: 3.2rem;
    width: 7.4rem;
  }
}
.p-concept_closeicon_svg {
  fill: #000000;
}

@keyframes openMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeMenu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-sec_ttl {
  text-align: center;
}
@media (min-width: 768px) {
  .p-sec_ttl {
    padding: 4rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_ttl {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_ttl > img {
    width: 14.5rem;
    height: 5rem;
  }
}

.p-sec_cont {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (min-width: 768px) {
  .p-sec_cont {
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_cont {
    grid-row-gap: 1rem;
  }
}
.p-sec_cont_inr {
  margin: 0 auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-sec_cont_inr {
    width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_cont_inr {
    width: 34.5rem;
  }
}
.p-sec_cont_catch {
  text-shadow: 0 0 10px #3299cc;
}
@media (min-width: 768px) {
  .p-sec_cont_catch {
    margin-bottom: 2rem;
    line-height: 150%;
    font-size: 2rem;
  }
  .p-sec_cont_catch > h3 {
    line-height: inherit;
    font: inherit;
  }
  .p-sec_cont_catch > h3:first-of-type {
    margin-top: -0.25em;
  }
  .p-sec_cont_catch > h3:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_cont_catch {
    margin-bottom: 1.5rem;
    line-height: 100%;
    font-size: 1.5rem;
  }
  .p-sec_cont_catch > h3 {
    line-height: inherit;
    font: inherit;
  }
  .p-sec_cont_catch > h3:first-of-type {
    margin-top: 0em;
  }
  .p-sec_cont_catch > h3:last-of-type {
    margin-bottom: 0em;
  }
}
.p-sec_cont_catch_en {
  text-shadow: 0 0 10px #3299cc;
}
@media (min-width: 768px) {
  .p-sec_cont_catch_en {
    margin-bottom: 1.5rem;
    line-height: 100%;
    font-size: 5.4rem;
  }
  .p-sec_cont_catch_en > p {
    line-height: inherit;
    font: inherit;
  }
  .p-sec_cont_catch_en > p:first-of-type {
    margin-top: 0em;
  }
  .p-sec_cont_catch_en > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_cont_catch_en {
    margin-bottom: 2rem;
    line-height: 121.875%;
    font-size: 3.2rem;
  }
  .p-sec_cont_catch_en > p {
    line-height: inherit;
    font: inherit;
  }
  .p-sec_cont_catch_en > p:first-of-type {
    margin-top: -0.109em;
  }
  .p-sec_cont_catch_en > p:last-of-type {
    margin-bottom: -0.109em;
  }
}
.p-sec_cont_txt {
  text-shadow: 0 0 10px #3299cc;
}
@media (min-width: 768px) {
  .p-sec_cont_txt {
    margin-bottom: 3rem;
    line-height: 187.5%;
    font-size: 1.6rem;
  }
  .p-sec_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .p-sec_cont_txt > p:first-of-type {
    margin-top: -0.437em;
  }
  .p-sec_cont_txt > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_cont_txt {
    margin-bottom: 2rem;
    line-height: 183.334%;
    font-size: 1.2rem;
  }
  .p-sec_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .p-sec_cont_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .p-sec_cont_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
.p-sec_cont_txt > p {
  text-align: justify;
}
@media (min-width: 768px) {
  .p-sec_cont_img {
    width: 32.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec_cont_img {
    width: 24.3rem;
  }
}

.p-technology_sec {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-technology_sec {
    height: 60rem;
    padding-top: 11rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-technology_sec {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 55.3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .p-technology_sec:has(.p-technology_ico) {
    padding-top: 4rem;
  }
}
.p-technology_sec .p-sec_cont_catch_en {
  text-shadow: none;
}
.p-technology_sec .p-sec_cont_txt {
  text-shadow: none;
}
@media (min-width: 768px) {
  .p-technology_sec1 {
    background-image: url(../images/p-technology_sec1_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec1 {
    background-image: url(../images/p-technology_sec1_sp.jpg);
  }
}
@media (min-width: 768px) {
  .p-technology_sec1_tags {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec1_tags {
    margin-bottom: 2rem;
  }
}
.p-technology_sec1_tags > p {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: solid 1px #fff;
}
@media (min-width: 768px) {
  .p-technology_sec1_tags > p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec1_tags > p {
    display: inline-block;
    font-size: 1.5rem;
  }
}
.p-technology_sec1_tags > p > span {
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-technology_sec1_tags > p > span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec1_tags > p > span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-technology_sec2 {
    background-image: url(../images/p-technology_sec2_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec2 {
    background-image: url(../images/p-technology_sec2_sp.jpg);
  }
}
@media (min-width: 768px) {
  .p-technology_sec3 {
    background-image: url(../images/p-technology_sec3_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec3 {
    background-image: url(../images/p-technology_sec3_sp.jpg);
  }
}
.p-technology_sec3_btn {
  display: inline-block;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-technology_sec3_btn {
    line-height: 162.5%;
    font-size: 1.6rem;
  }
  .p-technology_sec3_btn > a {
    line-height: inherit;
    font: inherit;
  }
  .p-technology_sec3_btn > a:first-of-type {
    margin-top: -0.312em;
  }
  .p-technology_sec3_btn > a:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec3_btn {
    line-height: 100%;
    font-size: 1.2rem;
  }
  .p-technology_sec3_btn > a {
    line-height: inherit;
    font: inherit;
  }
  .p-technology_sec3_btn > a:first-of-type {
    margin-top: 0em;
  }
  .p-technology_sec3_btn > a:last-of-type {
    margin-bottom: 0em;
  }
}
.p-technology_sec3_btn a {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-technology_sec3_btn a {
    gap: 1rem;
    padding: 0.7rem 1rem 0.7rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec3_btn a {
    gap: 0.7rem;
    padding: 0.5rem 0.7rem 0.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-technology_sec3_btn_svg {
    width: 0.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_sec3_btn_svg {
    width: 0.4rem;
    height: 0.65rem;
  }
}
.p-technology_sec3_btn_svg svg {
  fill: #000;
}
@media (min-width: 768px) {
  .p-technology_ico {
    width: 4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-technology_ico {
    width: 3.3rem;
    margin-bottom: 1rem;
  }
}

.p-design_sec {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-design_sec {
    height: 48rem;
    padding-top: 11.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-design_sec {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .p-design_sec {
    height: 50rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .p-design_sec1 {
    background-image: url(../images/p-design_sec1_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-design_sec1 {
    background-image: url(../images/p-design_sec1_sp.jpg);
  }
}
@media (min-width: 768px) {
  .p-design_sec1 .p-sec_cont_inr {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .p-design_sec2 {
    background-image: url(../images/p-design_sec2_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-design_sec2 {
    background-image: url(../images/p-design_sec2_sp.jpg);
  }
}
@media (min-width: 768px) {
  .p-design_sec3 {
    background-image: url(../images/p-design_sec3_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-design_sec3 {
    background-image: url(../images/p-design_sec3_sp.jpg);
  }
}
@media (min-width: 768px) {
  .p-design_sec3 .p-sec_cont_inr {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-design .p-sec_cont_inr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-design .p-sec_cont_txt {
    margin-bottom: 0;
  }
}
.p-design_cont_tit {
  display: flex;
  align-items: flex-end;
  text-shadow: 0 0 10px #3299cc;
}
@media (min-width: 768px) {
  .p-design_cont_tit {
    gap: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-design_cont_tit {
    gap: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-design_cont_tit > h3 {
    line-height: 100%;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-design_cont_tit > h3 {
    line-height: 100%;
    font-size: 3.7rem;
  }
}
@media (min-width: 768px) {
  .p-design_cont_tit > p {
    line-height: 180%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-design_cont_tit > p {
    line-height: 213.334%;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-design_cont_catch {
    margin-bottom: 3rem;
    line-height: 150%;
    font-size: 2rem;
  }
  .p-design_cont_catch > p {
    line-height: inherit;
    font: inherit;
  }
  .p-design_cont_catch > p:first-of-type {
    margin-top: -0.25em;
  }
  .p-design_cont_catch > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .p-design_cont_catch {
    margin-bottom: 2rem;
    line-height: 100%;
    font-size: 1.5rem;
  }
  .p-design_cont_catch > p {
    line-height: inherit;
    font: inherit;
  }
  .p-design_cont_catch > p:first-of-type {
    margin-top: 0em;
  }
  .p-design_cont_catch > p:last-of-type {
    margin-bottom: 0em;
  }
}

.p-lineUp {
  background-color: #ebe6e1;
}
@media (min-width: 768px) {
  .p-lineUp {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp {
    padding-bottom: 5rem;
  }
}
.p-lineUp_header {
  position: relative;
}
@media (min-width: 768px) {
  .p-lineUp_header {
    width: 100rem;
    margin: 0 auto;
  }
}
.p-lineUp_header_link {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .p-lineUp_header_link {
    top: 5rem;
    line-height: 125%;
    font-size: 1.6rem;
  }
  .p-lineUp_header_link > a {
    line-height: inherit;
    font: inherit;
  }
  .p-lineUp_header_link > a:first-of-type {
    margin-top: -0.125em;
  }
  .p-lineUp_header_link > a:last-of-type {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_header_link {
    bottom: 0;
    left: 0;
    width: 16.2rem;
    margin: auto;
    transform: translateY(100%);
    line-height: 100%;
    font-size: 1.2rem;
  }
  .p-lineUp_header_link > a {
    line-height: inherit;
    font: inherit;
  }
  .p-lineUp_header_link > a:first-of-type {
    margin-top: 0em;
  }
  .p-lineUp_header_link > a:last-of-type {
    margin-bottom: 0em;
  }
}
.p-lineUp_header_link a {
  display: flex;
  align-items: center;
  background-color: #3c6446;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-lineUp_header_link a {
    gap: 0.4rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_header_link a {
    gap: 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.p-lineUp_header_link_svg {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .p-lineUp_header_link_svg {
    width: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_header_link_svg {
    width: 0.616rem;
  }
}
.p-lineUp_list {
  display: grid;
  color: #000000;
}
@media (min-width: 768px) {
  .p-lineUp_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 5rem;
    width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    width: 34.5rem;
    margin: 4.25rem auto 0;
  }
}
.p-lineUp_list_item_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.p-lineUp_list_item_inner._last {
  background-color: #ffffff;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-lineUp_list_pic {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_pic {
    height: 16.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-lineUp_list_pic.item19 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_pic.item19 {
    margin-bottom: 0.5rem;
  }
}
.p-lineUp_list_name {
  text-align: center;
  margin-top: auto;
}
@media (min-width: 768px) {
  .p-lineUp_list_name {
    line-height: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_name {
    line-height: 137.5%;
    font-size: 1.2rem;
  }
}
.p-lineUp_list_color {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lineUp_list_color {
    width: 10.5rem;
    height: 2rem;
    margin: 1.6rem auto 0;
    line-height: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_color {
    width: 7.9rem;
    height: 1.5rem;
    margin: 1rem auto 0;
    line-height: 100%;
    font-size: 1rem;
  }
}
.p-lineUp_list_price {
  text-align: center;
}
@media (min-width: 768px) {
  .p-lineUp_list_price {
    margin-top: 1rem;
    line-height: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_price {
    margin-top: 0.8rem;
    line-height: 100%;
    font-size: 1.2rem;
  }
}
.p-lineUp_list_link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c6446;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-lineUp_list_link {
    gap: 1rem;
    width: 100%;
    height: 3rem;
    margin-top: 1.6rem;
    line-height: 162.5%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_link {
    gap: 1.5rem;
    width: 100%;
    height: 2.25rem;
    margin-top: 1.2rem;
    line-height: 100%;
    font-size: 1.2rem;
  }
}
.p-lineUp_list_link_svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .p-lineUp_list_link_svg {
    width: 0.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_link_svg {
    width: 0.4rem;
    height: 0.65rem;
  }
}
.p-lineUp_list_beautyandbloom {
  fill: #000000;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lineUp_list_beautyandbloom {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_beautyandbloom {
    width: 12.8rem;
  }
}
@media (min-width: 768px) {
  .p-lineUp_list_series {
    margin-top: 1.5rem;
    padding: 0 2rem;
    line-height: 162.5%;
    font-size: 1.6rem;
  }
  .p-lineUp_list_series > a {
    line-height: inherit;
    font: inherit;
  }
  .p-lineUp_list_series > a:first-of-type {
    margin-top: -0.312em;
  }
  .p-lineUp_list_series > a:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_series {
    margin-top: 1.25rem;
    padding: 0 1.5rem;
    line-height: 100%;
    font-size: 1.2rem;
  }
  .p-lineUp_list_series > a {
    line-height: inherit;
    font: inherit;
  }
  .p-lineUp_list_series > a:first-of-type {
    margin-top: 0em;
  }
  .p-lineUp_list_series > a:last-of-type {
    margin-bottom: 0em;
  }
}
.p-lineUp_list_series > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lineUp_list_series > a {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp_list_series > a {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .p-lineUp_list_series_svg {
    width: 0.6rem;
  }
}

.p-goTOP {
  position: fixed;
  right: 0;
  transition: opacity 0.5s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-goTOP {
    width: 5rem;
    bottom: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-goTOP {
    width: 3.9rem;
    bottom: 5rem;
  }
}
.p-goTOP.show {
  opacity: 1;
}

.p-footer {
  background-color: #3c6446;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 6.6rem;
    padding-bottom: 7.2rem;
    line-height: 183.334%;
    font-size: 1.2rem;
  }
  .p-footer > small {
    line-height: inherit;
    font: inherit;
  }
  .p-footer > small:first-of-type {
    margin-top: -0.416em;
  }
  .p-footer > small:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 3.3rem;
    padding-bottom: 3.6rem;
    line-height: 200%;
    font-size: 1rem;
  }
  .p-footer > small {
    line-height: inherit;
    font: inherit;
  }
  .p-footer > small:first-of-type {
    margin-top: -0.5em;
  }
  .p-footer > small:last-of-type {
    margin-bottom: -0.5em;
  }
}
.p-footer_copy {
  color: #ffffff;
  text-align: center;
}

.dialog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin: 0;
  overflow: visible;
  overflow-y: auto;
}
.dialog::backdrop {
  background: rgba(60, 100, 70, 0.8);
}
@media (min-width: 768px) {
  .dialog[open] {
    display: flex;
  }
}
.dialog-inner {
  background: #fff;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .dialog.siz1 {
    padding: 4rem calc(50vw - 55rem);
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 {
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-inner {
    grid-template-columns: 44rem 51rem;
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
    padding: 4rem 5.5rem 4rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-inner {
    padding: 4rem 0 0;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-inner .dsc01.wid1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-inner .dsc01.wid1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-inner .dsc01.wid1 .dsc01-row {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-inner .dsc01.wid1 + .box01.wid1 {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-inner .box01.wid1 {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-inner .box01.wid1 {
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 5.5rem 2.3rem;
  }
}
.dialog-inner {
  display: grid;
}
.dialog-close {
  display: block;
  background-image: url(/assets/img/common/icon-close01_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0 0.8rem auto;
}
.dialog-close:hover {
  opacity: 0.5;
}

.b-effect01 {
  transition: all 1s ease;
  opacity: 0;
  transform: translateX(-2.5rem);
}
.b-effect01.js-displayed {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 768px) {
  .b-effect01.__delay1 {
    transition-delay: 0.3s;
  }
}
@media (min-width: 768px) {
  .b-effect01.__delay2 {
    transition-delay: 0.6s;
  }
}
@media (min-width: 768px) {
  .b-effect01.__delay3 {
    transition-delay: 0.9s;
  }
}
.b-effect02 {
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(2.5rem);
}
.b-effect02.js-displayed {
  opacity: 1;
  transform: translateY(0);
}

.b-effect03 {
  transition: all 1s ease;
  opacity: 0;
}
.b-effect03.js-displayed {
  opacity: 1;
}