@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900");
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: clamp(11px, 1.5vw, 35px);
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
    font-size: 4.2666666667vw;
    font-weight: 400;
  }
}

body {
  margin: 0 auto;
  width: auto;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

p {
  line-height: 2;
}

p + p {
  margin-top: 1rem;
}

.pc_block {
  display: block !important;
}

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

@media screen and (max-width: 767px) {
  .sp_block {
    display: block !important;
  }
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.sub_big {
  font-size: 45%;
  bottom: 0;
  left: 0.1rem;
  font-weight: 100;
  text-shadow: 0 0 0 currentColor, 0 0 0 currentColor;
}

.sub_small {
  font-size: 120%;
  bottom: -0.35em;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

#loading-screen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading-screen .loading {
  position: absolute;
  top: 50%;
  left: 50%;
}

#display-on {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

#container {
  margin: 0 auto;
  width: 100%;
}

#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#contents .ttl_unit {
  position: relative;
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  #contents .ttl_unit {
    padding: 0 5%;
  }
}
#contents .ttl_unit .ttl_big {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  font-family: "Arimo", Arial, sans-serif;
  font-weight: 700;
  text-shadow: 1px 0 0 currentColor, -1px 0 0 currentColor;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .ttl_unit .ttl_big {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
    font-size: 1.8rem;
  }
}
#contents .ttl_unit .ttl_bg {
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 100%;
}
#contents .ttl_unit .ttl_bg img {
  width: 100%;
}
#contents .ttl_unit .ttl_small {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .ttl_unit .ttl_small {
    bottom: -1rem;
  }
}
#contents #first-view .first-view-inner {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
#contents #first-view .first-view-inner .img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .img-wrap {
    height: 100lvh;
  }
}
#contents #first-view .first-view-inner .img-wrap img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#contents #first-view .first-view-inner .logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 15%;
  z-index: 3;
}
#contents #first-view .first-view-inner .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .logo {
    top: 3%;
    left: 5%;
    width: 30%;
  }
}
#contents #first-view .first-view-inner .brand_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .brand_logo {
    width: 60%;
  }
}
#contents #first-view .first-view-inner .brand_logo img {
  width: 100%;
}
#contents #catch_copy_area {
  padding: 5rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  #contents #catch_copy_area {
    padding: 3rem 0 5rem 0;
  }
}
#contents #catch_copy_area .catch_copy {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #catch_copy_area .catch_copy {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
#contents #about {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #contents #about {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #contents #about .about_detail {
    margin: 0 auto;
    width: 90%;
  }
}
#contents #about .about_detail .detail_catch {
  padding: 3rem 0 2rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #about .about_detail .detail_catch {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#contents #about .about_detail .detail_txt_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #about .about_detail .detail_txt_center {
    text-align: left;
  }
}
#contents #about .flow_box_wrap {
  padding: 3rem 15% 0 15%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap {
    padding: 2rem 5% 0 5%;
  }
}
#contents #about .flow_box_wrap .flow_box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 2rem;
  border: #231815 solid 2.2px;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box {
    display: block;
    padding: 1rem;
    border: #231815 solid 1px;
  }
}
#contents #about .flow_box_wrap .flow_box .flow_main {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_main {
    width: 100%;
    padding-bottom: 1rem;
  }
}
#contents #about .flow_box_wrap .flow_box .flow_main img {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_main img {
    padding: 0 3rem;
    padding-bottom: 0.5rem;
  }
}
#contents #about .flow_box_wrap .flow_box .flow_main p {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_main p {
    font-size: inherit;
  }
}
#contents #about .flow_box_wrap .flow_box .flow_arrow {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_arrow {
    width: 100%;
  }
}
#contents #about .flow_box_wrap .flow_box .flow_arrow .arrow_right {
  margin: 0 auto;
  width: 60%;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_arrow .arrow_right {
    width: 20%;
    margin-top: -1rem;
  }
}
#contents #about .flow_box_wrap .flow_box .flow_arrow .arrow_right img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_arrow .arrow_right img {
    transform: rotate(90deg);
  }
}
#contents #about .flow_box_wrap .flow_box .flow_arrow p {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_box_wrap .flow_box .flow_arrow p {
    font-size: 1.2rem;
  }
}
#contents #about .flow_product_wrap {
  padding: 1rem 15%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_product_wrap {
    padding: 1rem 5%;
  }
}
#contents #about .flow_product_wrap .flow_arrow_bottom {
  margin: 0 auto;
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_product_wrap .flow_arrow_bottom {
    width: 100%;
  }
}
#contents #about .flow_product_wrap .flow_arrow_bottom .arrow_bottom {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_product_wrap .flow_arrow_bottom .arrow_bottom {
    width: 20%;
  }
}
#contents #about .flow_product_wrap .flow_arrow_bottom .arrow_bottom img {
  width: 100%;
}
#contents #about .flow_product_wrap .arrow_bottom_txt {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #contents #about .flow_product_wrap .arrow_bottom_txt {
    font-size: 1.2rem;
  }
}
#contents #about .flow_product_wrap .flow_product_grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  #contents #about .flow_product_wrap .flow_product_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#contents #about .flow_product_wrap .flow_product_grid .product_grid_item img {
  width: 100%;
}
#contents #about .flow_product_wrap .flow_product_grid .product_grid_item p {
  padding-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
#contents #story {
  padding: 3rem 15% 6rem 15%;
  background-image: url("../img/story_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents #story {
    padding: 2rem 5% 4rem 5%;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  #contents #story .story_detail {
    margin: 0 auto;
  }
}
#contents #story .story_detail .story_catch {
  padding: 0 0 2rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #story .story_detail .story_catch {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#contents #story .story_detail .story_txt_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #story .story_detail .story_txt_center {
    text-align: left;
  }
}
#contents #story .story_circle {
  margin: 0 auto;
  padding: 3rem 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents #story .story_circle {
    width: 100%;
  }
}
#contents #story .story_circle img {
  width: 100%;
}
#contents #story .story_flow {
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents #story .story_flow {
    width: 100%;
  }
}
#contents #story .story_flow img {
  width: 100%;
}
#contents #story .story_biomass_wrap {
  background-color: #fff;
  padding: 2rem 0;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap {
    display: block;
  }
}
#contents #story .story_biomass_wrap .biomass_visual_area {
  width: 28%;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap .biomass_visual_area {
    padding: 0;
    margin: 0 auto;
    width: 30%;
  }
}
#contents #story .story_biomass_wrap .biomass_visual_area img {
  width: 100%;
}
#contents #story .story_biomass_wrap .biomass_txt_area {
  width: 72%;
  padding-right: 4rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap .biomass_txt_area {
    padding: 1rem 1rem 0 1rem;
    width: 100%;
  }
}
#contents #story .story_biomass_wrap .biomass_txt_area .biomass_lead {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap .biomass_txt_area .biomass_lead {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }
}
#contents #story .story_biomass_wrap .biomass_txt_area .biomass_txt {
  padding: 0.5rem 0;
  font-size: 0.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap .biomass_txt_area .biomass_txt {
    font-size: 0.9rem;
  }
}
#contents #story .story_biomass_wrap .biomass_txt_area .biomass_link {
  position: relative;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.6;
  padding-left: 0.7rem;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap .biomass_txt_area .biomass_link {
    font-size: 0.9rem;
  }
}
#contents #story .story_biomass_wrap .biomass_txt_area .biomass_link::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1.2px solid #231815;
  border-right: 1.2px solid #231815;
  border-color: #231815;
}
@media screen and (max-width: 767px) {
  #contents #story .story_biomass_wrap .biomass_txt_area .biomass_link::before {
    top: 0.6rem;
    transform: rotate(45deg);
  }
}
#contents #quality {
  padding: 6rem 0;
  background-image: url("../img/quality_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #contents #quality {
    padding: 4rem 0;
    background-position: center;
  }
}
#contents #quality .quality_wrap {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap {
    padding: 0 5%;
  }
}
#contents #quality .quality_wrap .quality_catch {
  padding: 3rem 0 2rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_catch {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#contents #quality .quality_wrap .quality_lead {
  text-align: center;
  line-height: 1.6;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_lead {
    font-size: inherit;
    text-align: left;
  }
}
#contents #quality .quality_wrap .quality_grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#contents #quality .quality_wrap .quality_grid .quality_grid_item {
  background-color: #fff;
  padding: 1rem 0.7rem;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_grid .quality_grid_item {
    padding: 1rem;
  }
}
#contents #quality .quality_wrap .quality_grid .quality_grid_item .quality_item_ttl {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem;
}
#contents #quality .quality_wrap .quality_grid .quality_grid_item img {
  width: 100%;
}
#contents #quality .quality_wrap .quality_grid .quality_grid_item p {
  padding-top: 0.5rem;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.5;
}
#contents #quality .quality_wrap .quality_design_wrap {
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_design_wrap {
    display: block;
  }
}
#contents #quality .quality_wrap .quality_design_wrap .design_visual_area {
  width: 30%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_design_wrap .design_visual_area {
    padding: 0;
    width: 100%;
  }
}
#contents #quality .quality_wrap .quality_design_wrap .design_visual_area img {
  width: 100%;
}
#contents #quality .quality_wrap .quality_design_wrap .design_txt_area {
  width: 70%;
  color: #231815;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_design_wrap .design_txt_area {
    padding: 1rem 0 0 0;
    width: 100%;
  }
}
#contents #quality .quality_wrap .quality_design_wrap .design_txt_area .design_lead {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_design_wrap .design_txt_area .design_lead {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }
}
#contents #quality .quality_wrap .quality_design_wrap .design_txt_area .design_txt {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #contents #quality .quality_wrap .quality_design_wrap .design_txt_area .design_txt {
    font-size: 0.9rem;
  }
}
#contents #sustainability {
  padding: 6rem 0;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  #contents #sustainability {
    padding: 4rem 0;
    background-position: center;
  }
}
#contents #sustainability .sustainability_wrap {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap {
    padding: 0 5%;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_catch {
  padding: 3rem 0 2rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_catch {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_lead {
  text-align: center;
  line-height: 1.6;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_lead {
    font-size: inherit;
    text-align: left;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: start;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_point_wrap {
    display: block;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap:not(:last-child) {
  margin-bottom: 1.5rem;
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_visual_area {
  width: 15%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_visual_area {
    padding: 0;
    margin: 0 auto;
    width: 50%;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_visual_area img {
  width: 100%;
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_txt_area {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_txt_area {
    padding: 1rem 0 0 0;
    width: 100%;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_txt_area .point_lead {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_txt_area .point_lead {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }
}
#contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_txt_area .point_txt {
  padding: 0.5rem 0;
  font-size: 0.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #contents #sustainability .sustainability_wrap .sustainability_point_wrap .point_txt_area .point_txt {
    font-size: 0.9rem;
  }
}
#contents #case {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #contents #case {
    padding: 4rem 0;
    background-position: center;
  }
}
#contents #case .case_wrap {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  #contents #case .case_wrap {
    padding: 0 5%;
  }
}
#contents #case .case_wrap .case_lead {
  text-align: center;
  line-height: 1.6;
  padding: 3rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #contents #case .case_wrap .case_lead {
    font-size: inherit;
    text-align: left;
  }
}
#contents #case .case_wrap .case_grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #contents #case .case_wrap .case_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
#contents #case .case_wrap .case_grid .case_grid_item {
  background-color: #fff;
  padding: 1rem 0.7rem;
}
@media screen and (max-width: 767px) {
  #contents #case .case_wrap .case_grid .case_grid_item {
    padding: 1rem;
  }
}
#contents #case .case_wrap .case_grid .case_grid_item img {
  width: 100%;
  padding-bottom: 0.5rem;
}
#contents #case .case_wrap .case_grid .case_grid_item .case_item_ttl {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #case .case_wrap .case_grid .case_grid_item .case_item_ttl {
    font-size: 1.1rem;
  }
}
#contents #case .case_wrap .case_grid .case_grid_item p {
  padding-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
}
#contents #product {
  padding: 6rem 0;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  #contents #product {
    padding: 4rem 0;
    background-position: center;
  }
}
#contents #product .product_wrap {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap {
    padding: 0 5%;
  }
}
#contents #product .product_wrap .product_lead {
  text-align: center;
  line-height: 1.6;
  padding: 3rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_lead {
    font-size: inherit;
    text-align: left;
  }
}
#contents #product .product_wrap .product_detail_wrap {
  background-color: #fff;
  padding: 2rem 2rem 2rem 1rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_detail_wrap {
    display: block;
    padding: 2rem 1rem;
  }
}
#contents #product .product_wrap .product_detail_wrap:not(:last-child) {
  margin-bottom: 1.5rem;
}
#contents #product .product_wrap .product_detail_wrap .product_detail_visual_area {
  width: 25%;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_detail_wrap .product_detail_visual_area {
    padding: 0;
    margin: 0 auto;
    width: 50%;
  }
}
#contents #product .product_wrap .product_detail_wrap .product_detail_visual_area img {
  width: 100%;
}
#contents #product .product_wrap .product_detail_wrap .product_detail_txt_area {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_detail_wrap .product_detail_txt_area {
    padding: 1rem 0 0 0;
    width: 100%;
  }
}
#contents #product .product_wrap .product_detail_wrap .product_detail_txt_area .product_detail_lead {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_detail_wrap .product_detail_txt_area .product_detail_lead {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }
}
#contents #product .product_wrap .product_detail_wrap .product_detail_txt_area .product_detail_txt {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_detail_wrap .product_detail_txt_area .product_detail_txt {
    font-size: 0.9rem;
  }
}
#contents #product .product_wrap .product_detail_wrap .product_detail_txt_area .product_detail_link {
  display: block;
  width: 100%;
  background-color: #231815;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents #product .product_wrap .product_detail_wrap .product_detail_txt_area .product_detail_link {
    padding: 0.8rem;
    font-size: 0.9rem;
  }
}
#contents #contact {
  padding: 3rem 15%;
}
@media screen and (max-width: 767px) {
  #contents #contact {
    padding: 3rem 5%;
  }
}
#contents #contact .contact_txt_area {
  text-align: center;
  padding-bottom: 2rem;
}
#contents #contact .contact_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  #contents #contact .contact_btn_area {
    padding-bottom: 10%;
  }
}
#contents #contact .contact_btn_area .contact_btn {
  width: 40%;
  display: block;
  text-align: center;
  background-color: #000000;
  padding: 0.7rem;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 450px) {
  #contents #contact .contact_btn_area .contact_btn {
    width: 70%;
  }
}
#contents #contact .contact_note {
  font-size: 0.8rem;
  text-align: center;
}
#contents #footer {
  padding: 0;
  background-color: #eeeeee;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents #footer {
    height: 120px;
  }
}
#contents #footer .footer_logo_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
#contents #footer .footer_logo_area .logo {
  display: block;
}
#contents #footer .footer_logo_area .logo img {
  width: auto;
  height: 65px;
}
@media screen and (max-width: 767px) {
  #contents #footer .footer_logo_area .logo img {
    height: 45px;
  }
}
#contents #footer .copy_right {
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=style.css.map */