@charset "UTF-8";
/*
Theme Name:		Welcart Simple Plus Child Theme
Template:		welcart_simple-plus
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Welcart Simple Plus Child Theme.
Version:		2.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/
html, body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.front-page .content-title,
.front-page .news-title,
.front-page .widget .widget_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.btn-readmore {
  min-width: 20rem;
  width: auto;
}

br.is_pc {
  display: block;
}

br.is_tb, br.is_sp {
  display: none;
}

@media (max-width: 980px) {
  br.is_tb {
    display: block;
  }
  br.is_pc, br.is_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  br.is_sp {
    display: block;
  }
  br.is_pc, br.is_tb {
    display: none;
  }
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
header.every .navbar-brand {
  filter: brightness(0);
}

.main-image-area {
  height: auto;
}
.main-image-area > .text-white {
  text-align: right;
}
.main-image-area-img {
  position: relative;
  padding: 6.25rem;
  text-align: right;
}
.main-image-area img.main-image {
  width: 80%;
  border-radius: 3.125rem;
}
.main-image-area .header_top {
  max-width: 87.5rem;
  width: calc(100% - 12.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.main-image-area .header_top_main {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: brightness(120%) blur(1px);
  -webkit-backdrop-filter: brightness(120%) blur(1px);
  padding: 2.25rem;
  border-radius: 3.125rem;
  width: 40.9375rem;
}
.main-image-area .header_top_main .header_top_head {
  font-size: 2.625rem;
  margin: 0;
  letter-spacing: 0.1875rem;
  font-weight: 900;
}
.main-image-area .header_top_main .header_top_txt {
  margin-top: 3.125rem;
  font-size: 1.375rem;
  letter-spacing: 0.1875rem;
  font-weight: 500;
}
.main-image-area .header_top_badge {
  width: calc(100% - 40.9375rem);
}
.main-image-area .header_top_badge_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  list-style-type: none;
  padding: 0 2rem;
}
.main-image-area .header_top_badge_list li {
  width: 30%;
}
.main-image-area .header_top_badge_list li img {
  filter: drop-shadow(0 0 5px #efefef);
}
.main-image-area .header_bottom {
  width: 100%;
  margin-top: 5.5rem;
}
.main-image-area .header_bottom a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: #000;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.5875rem;
  padding: 1rem 3rem;
  border-radius: 3.125rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
}
.main-image-area .header_bottom a:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.main-image-area .header_bottom a:hover {
  background-color: var(--subbtn1-bg-color, #fff);
  color: var(--subbtn1-text-color, #424242);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.front-page section.service {
  margin-top: 5rem;
  padding: 0;
}
.front-page section.service .service_main {
  max-width: 62.5rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.front-page section.service .service_main h3 {
  margin: 0;
  position: absolute;
  top: 3.28125rem;
  left: -3.28125rem;
  color: #fff;
  display: inline;
  font-size: 2.625rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.5875rem;
  line-height: 6.5625rem;
}
.front-page section.service .service_main h3 span {
  background: rgb(0, 0, 0);
  padding: 0.65625rem;
}
.front-page section.service .service-description {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  margin: 3.75rem auto;
}
.front-page section.service .service_contents_wrap .service_contents {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
}
.front-page section.service .service_contents_wrap .service_contents + .service_contents {
  margin-top: 3.25rem;
}
.front-page section.service .service_contents_wrap .service_contents_inner {
  display: flex;
  justify-content: space-between;
  padding: 3.125rem;
  background: #f7f7f5;
}
.front-page section.service .service_contents_wrap .service_contents_inner_img {
  position: relative;
  width: 21.875rem;
}
.front-page section.service .service_contents_wrap .service_contents_inner_img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page section.service .service_contents_wrap .service_contents_inner_txt {
  width: 31.25rem;
}
.front-page section.service .service_contents_wrap .service_contents_inner_txt h3 {
  font-size: 1.625rem;
  margin: 0 0 1.625rem 0;
}
.front-page section.service .service_contents_wrap .service_contents_inner_txt p {
  line-height: 1.8rem;
}
.front-page section.service .service_contents_wrap .service_contents_inner .for_link {
  text-align: right;
  margin-top: 2rem;
}
.front-page section.service .service_contents_wrap .service_contents:nth-of-type(2) .service_contents_inner_img {
  text-align: right;
  order: 2;
}
.front-page section.service .service_contents_wrap .service_contents:nth-of-type(2) .service_contents_inner_txt {
  order: 1;
}
.front-page section.service .service_contents_wrap .service_contents:nth-of-type(2) .service_contents_inner .for_link {
  text-align: left;
}
.front-page section.flow {
  background: #F7F7F5;
  margin-top: 9.375rem;
  padding: 6.25rem 0;
}
.front-page section.flow .flow_desc {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  margin: 3.75rem auto;
}
.front-page section.flow .flow_wrap {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.front-page section.flow .flow_wrap .flow_contents_wrap {
  max-width: 31.25rem;
  width: 50%;
  padding: 0 3.125rem;
}
.front-page section.flow .flow_wrap .flow_contents_wrap h3 {
  margin: 0 0 1.5rem 0;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 1rem 0;
}
.front-page section.flow .flow_wrap .flow_contents {
  background: #fff;
  padding: 1.5rem 0;
}
.front-page section.flow .flow_wrap .flow_contents dl {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.front-page section.flow .flow_wrap .flow_contents dl:after {
  content: "";
  width: 0.125rem;
  height: 1rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.front-page section.flow .flow_wrap .flow_contents dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.front-page section.flow .flow_wrap .flow_contents dl:last-of-type::after {
  content: none;
}
.front-page section.flow .flow_wrap .flow_contents dl dt {
  margin-bottom: 1rem;
}
.front-page section.flow .flow_wrap .flow_contents dl dd {
  line-height: 2rem;
}
.front-page section.initiatives {
  margin-top: 9.375rem;
  padding: 0;
}
.front-page section.initiatives .initiatives_head {
  max-width: 68.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.front-page section.initiatives .initiatives_head_inner_left {
  max-width: 34.375rem;
  width: 100%;
}
.front-page section.initiatives .initiatives_head_inner_left .initiatives_desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
  margin: 3.75rem auto;
}
.front-page section.initiatives .initiatives_head_inner_right {
  max-width: 32rem;
  width: 100%;
}
.front-page section.initiatives .initiatives_head_inner_right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page section.initiatives .initiatives_contents {
  max-width: 68.75rem;
  margin: 3.125rem auto 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.front-page section.initiatives .initiatives_contents li {
  list-style-type: none;
  width: 100%;
  max-width: 21.25rem;
  border-radius: var(--grid-image-rounded-size, 12px);
  background: #eee;
  padding: 3.125rem 1.75rem;
}
.front-page section.initiatives .initiatives_contents li h3 {
  text-align: center;
  margin: 0 0 2rem 0;
}
.front-page section.initiatives .initiatives_contents li p {
  line-height: 1.8rem;
}
.front-page .news-front {
  background-color: #F7F7F5;
}
.front-page .topics, .front-page .new-items {
  margin-top: 9.375rem;
  padding-top: 0;
}

/*=========追加===========*/
.type-rental {
  font-size: 0.7rem;
}

.new-items .card-imag-top .card-image {
  border-radius: var(--grid-image-rounded-size, 12px);
}

.rental_item {
  background: var(--general-border-color, #e7e7e7);
  padding: 0 0.625rem;
  border-radius: 0.625rem;
  margin-left: 0.625rem;
}

.cart-page h2:not(.cart_page_title), .cart-page .h2:not(.cart_page_title) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
}

/*====================*/
/*レスポンシブ対応*/
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 1.375rem;
  }
  .front-page section.service .service_main {
    max-width: 60rem;
  }
  .front-page section.service .service_contents_wrap .service_contents {
    max-width: 60rem;
  }
  .front-page section.flow .flow_wrap {
    max-width: 60rem;
  }
  .front-page section.initiatives .initiatives_head {
    max-width: 60rem;
  }
  .front-page section.initiatives .initiatives_head_inner_left {
    max-width: 30rem;
  }
  .front-page section.initiatives .initiatives_head_inner_right {
    max-width: 27.9272727rem;
  }
}
@media (max-width: 980px) {
  .main-image-area-img {
    padding: 5rem;
  }
  .main-image-area .header_top {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    margin: -80% auto 0;
  }
  .main-image-area .header_top_main {
    width: 60%;
  }
  .main-image-area .header_top_main .header_top_head {
    font-size: 2.25rem;
  }
  .main-image-area .header_top_main .header_top_txt {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .main-image-area .header_top_badge {
    width: 100%;
    margin-top: 1rem;
  }
  .main-image-area .header_top_badge_list {
    flex-wrap: nowrap;
  }
  .main-image-area .header_top_badge_list li {
    width: 25%;
  }
  .main-image-area .header_bottom {
    margin: 3.5rem 0;
  }
  .main-image-area .header_bottom a {
    font-size: 1.875rem;
  }
  .front-page section.service {
    margin-top: 3.5rem;
  }
  .front-page section.service .service_main {
    max-width: 45rem;
  }
  .front-page section.service .service_main h3 {
    font-size: 2.225rem;
  }
  .front-page section.service .service-description {
    max-width: 45rem;
    text-align: left;
    font-size: 1.15rem;
  }
  .front-page section.service .service_contents_wrap .service_contents {
    max-width: 45rem;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_img {
    width: 40%;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_img img {
    width: 15.6rem;
    height: 15.6rem;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_txt {
    width: 55%;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_txt p {
    font-size: 0.95rem;
  }
  .front-page section.flow .flow_desc {
    max-width: 45rem;
  }
  .front-page section.flow .flow_wrap {
    max-width: 45rem;
  }
  .front-page section.flow .flow_wrap .flow_contents_wrap {
    padding: 0 1.125rem;
  }
  .front-page section.initiatives .initiatives_head {
    max-width: 45rem;
    flex-wrap: wrap;
  }
  .front-page section.initiatives .initiatives_head_inner_left {
    max-width: 100%;
  }
  .front-page section.initiatives .initiatives_head_inner_right {
    max-width: 100%;
  }
  .front-page section.initiatives .initiatives_contents {
    max-width: 45rem;
    flex-wrap: wrap;
  }
  .front-page section.initiatives .initiatives_contents li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
    border-radius: 4rem;
  }
  .front-page section.initiatives .initiatives_contents li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.15rem;
  }
  .btn-readmore {
    min-width: 60%;
  }
  .main-image-area-img {
    padding: 0 5% 0 0;
    text-align: right;
  }
  .main-image-area-img img.main-image {
    width: 75%;
    height: 55vh;
  }
  .main-image-area {
    margin-top: calc(60px + 1rem);
  }
  .main-image-area > .text-white {
    text-align: center;
  }
  .main-image-area .header_top {
    width: 100%;
    margin: -35vh auto 0;
  }
  .main-image-area .header_top_main {
    width: 100%;
    padding: 10% 10% 5% 10%;
  }
  .main-image-area .header_top_main .header_top_head {
    font-size: 1.15rem;
  }
  .main-image-area .header_top_main .header_top_txt {
    font-size: 0.95rem;
    margin: 1rem 0 0 0;
  }
  .main-image-area .header_top_badge_list {
    padding: 0 5%;
    flex-wrap: wrap-reverse;
  }
  .main-image-area .header_top_badge_list li {
    width: 30%;
  }
  .main-image-area .header_bottom {
    width: 90%;
    margin: 1rem auto 0;
  }
  .main-image-area .header_bottom a {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
  }
  .front-page section.service .service_main {
    max-width: 100%;
  }
  .front-page section.service .service_main h3 {
    font-size: 1.15rem;
    top: 1.5rem;
    left: 0.5rem;
    line-height: 3.5rem;
    height: 100%;
  }
  .front-page section.service .service-description {
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    font-size: 1rem;
  }
  .front-page section.service .service_contents_wrap .service_contents {
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }
  .front-page section.service .service_contents_wrap .service_contents_inner {
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_img {
    width: 100%;
    order: 1;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_img img {
    width: 100%;
    height: auto;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_txt {
    width: 100%;
    order: 2;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_txt h3 {
    font-size: 1.25rem;
    margin: 1.625rem 0;
  }
  .front-page section.service .service_contents_wrap .service_contents_inner_txt .btn-readmore {
    width: 100%;
    font-size: 0.9rem;
  }
  .front-page section.service .service_contents_wrap .service_contents:nth-of-type(2) .service_contents_inner_img {
    order: 1;
  }
  .front-page section.service .service_contents_wrap .service_contents:nth-of-type(2) .service_contents_inner_txt {
    order: 2;
  }
  .front-page section.flow {
    margin-top: 3.125rem;
    padding: 3.125rem 0;
  }
  .front-page section.flow .flow_desc {
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    font-size: 1rem;
    text-align: left;
    margin: 1.5rem auto;
  }
  .front-page section.flow .flow_wrap {
    flex-wrap: wrap;
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }
  .front-page section.flow .flow_wrap .flow_contents_wrap {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .front-page section.flow .flow_wrap .flow_contents_wrap h3 {
    margin-bottom: 1rem;
  }
  .front-page section.flow .flow_wrap .flow_contents_wrap:first-of-type {
    margin-bottom: 1.5rem;
  }
  .front-page section.initiatives {
    margin-top: 3.125rem;
  }
  .front-page section.initiatives .initiatives_head_inner_left .initiatives_desc {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin: 1.5rem auto;
  }
  .front-page section.initiatives .initiatives_head_inner_right {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }
  .front-page section.initiatives .initiatives_contents {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }
  .front-page .topics, .front-page .new-items {
    margin-top: 3.125rem;
  }
}/*# sourceMappingURL=style.css.map */