@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Lower Page
  - Basic
  - Loading
  - About
  - Merit
  - Usage Image
  - Standing
  - Postion
  - Saving
  - Howto
  - Future
  - Product
  - Different
  - Contact
  - Catalog
  - FAQ
  - Agency
  - Partner
  - Presskit
  - Privacy Policy
  - Sitemap
--------------------------------------------------------------*/
/* Color
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
/* Mixin
--------------------------------------------- */
/* Basic
--------------------------------------------- */
.movice {
  position: relative;
  width: 100%;
  margin: 0 auto 3.5rem auto;
  padding-top: 56.25%;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .movice {
    margin: 0 auto 2.5rem auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .movice {
    margin: 0 auto 1.5rem auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.movice iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Page Title
--------------------------------------------- */
.pageTitle {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pageTitle__inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 588px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .pageTitle__inner {
    min-height: 220px;
    padding: 60px 30px;
  }
}
.pageTitle__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -830px;
  width: 800px;
  height: 1px;
  background: #313131;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .pageTitle__inner::after {
    top: 42.5%;
    left: -30px;
    width: 50px;
    transform: translateY(-42.5%);
  }
}
.pageTitle__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageTitle__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pageTitle__ttl {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pageTitle__ttl {
    flex-wrap: wrap;
    font-size: 21px;
    line-height: 1.4;
  }
}
.pageTitle__ttl span {
  margin: auto;
  margin-left: 50px;
  color: #D3D3D3;
  font-size: 32px;
  font-weight: 300;
  font-family: "Montserrat";
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .pageTitle__ttl span {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
    text-align: left;
  }
}

/* Headline
--------------------------------------------- */
.h2_txt {
  display: block;
  margin-bottom: 3.5rem;
  color: #313131;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h2_txt {
    margin-bottom: 2.5rem;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .h2_txt {
    font-size: 7.2vw;
  }
}

.h2_ttl {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  color: #313131;
  font-size: 42px;
  font-weight: 300;
  font-family: "Montserrat";
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .h2_ttl {
    font-size: 32px;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .h2_ttl {
    font-size: 7.2vw;
  }
}
.h2_ttl span {
  font-size: 24px;
  letter-spacing: 0.05em;
  display: block;
  color: #A3A3A3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .h2_ttl span {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}

.h3_txt {
  display: block;
  margin-bottom: 2.5rem;
  color: #313131;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h3_txt {
    margin-bottom: 1.5rem;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .h3_txt {
    font-size: 6vw;
  }
}

/* About
--------------------------------------------- */
.about .inner13 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .about .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.about .inner12 {
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .about .inner12 {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}
.about__list {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .about__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about__list {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about__listItem {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(33.333% - 40px);
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .about__listItem {
    width: calc(33.3333% - 24px);
  }
}
@media only screen and (max-width: 768px) {
  .about__listItem {
    width: 100%;
    min-height: 120px;
    margin-top: 1.5rem;
  }
}
.about__listItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.6);
}
.about__listItem-ttl {
  display: list-item;
  position: absolute;
  top: 50%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  line-height: 140%;
  transform: translateY(-50%);
}
.about__listItem a {
  display: list-item;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .about__listItem a {
    font-size: 5.4vw;
    letter-spacing: 0.05em;
  }
}
.about__listItem a:hover {
  opacity: 1;
}
.about__listItem img {
  display: block;
  position: relative;
  opacity: 0.8;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
.about__listItem img:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}

/* Feature
--------------------------------------------- */
.feature {
  position: relative;
}
.feature .inner14 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .feature .inner14 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.feature .swiper {
  width: 100%;
  height: 100%;
}
.feature .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.feature .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature .swiper-slide p {
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature .swiper-slide p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 21px;
    text-align: left;
  }
}
.feature .swiper-pagination {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .feature .swiper-pagination {
    display: block;
    margin-top: 10px;
  }
}
.feature .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  width: 47px;
  height: 3.5px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 0 !important;
  background: #D3D3D3;
}
.feature .swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
}

/* Feature
--------------------------------------------- */
.productNav {
  background: #F9F9F9;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .productNav {
    margin-top: 55px;
  }
}
.productNav .inner13 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .productNav .inner13 {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.productNav__ttl {
  position: relative;
  width: 35.85%;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .productNav__ttl {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 28px;
    text-align: center;
  }
}
.productNav__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  width: 100px;
  height: 1px;
  background: #D3D3D3;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .productNav__ttl::after {
    display: none;
  }
}
.productNav__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 64.15%;
}
@media only screen and (max-width: 768px) {
  .productNav__list {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.productNav__listItem {
  width: 47.5%;
  height: 230px;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem {
    width: 100%;
    height: 140px;
  }
}
.productNav__listItem a {
  font-size: 24px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-family: "Montserrat";
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem a {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.productNav__listItem.spacia a {
  background: url(../img/product/list_product_01-pc.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.spacia a {
    background: url(../img/product/list_product_01-sp.jpg) no-repeat top center/cover;
  }
}
.productNav__listItem.forest a {
  background: url(../img/product/list_product_02-pc.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.forest a {
    background: url(../img/product/list_product_02-sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.forest {
    margin-top: 1.5rem;
  }
}

/* Loading
--------------------------------------------- */
#loading {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(360deg, rgb(235, 235, 235), rgb(249, 249, 249));
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #313131;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* About
--------------------------------------------- */
.about__box {
  background: #F9F9F9;
}
.about__box .inner12 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .about__box .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.about__box p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .about__box p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .about__box p {
    margin-top: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }
}

/* Merit
--------------------------------------------- */
.merit__prolouge .inner12 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .merit__prolouge .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.merit__prolouge-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  line-height: 2.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .merit__prolouge-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .merit__prolouge-txt p {
    margin-top: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}

.powernap {
  position: relative;
}
.powernap::after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 0;
  z-index: -1;
  width: 47.96875%;
  height: 380px;
  background: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .powernap::after {
    bottom: 70px;
    width: 84%;
    height: 190px;
  }
}
.powernap .inner12 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .powernap .inner12 {
    flex-wrap: wrap;
  }
}
.powernap__thumb {
  width: 56.85%;
  max-width: 880px;
}
@media only screen and (max-width: 768px) {
  .powernap__thumb {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -30px;
  }
}
.powernap__txt {
  width: 42.15%;
}
@media only screen and (max-width: 768px) {
  .powernap__txt {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
  }
}
.powernap__txt .ttl {
  margin-bottom: 2.5rem;
  color: #A3A3A3;
  font-size: 21px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .powernap__txt .ttl {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}
.powernap__txt .ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #313131;
  font-size: 66px;
  font-weight: 300;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .powernap__txt .ttl span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .powernap__txt .ttl span {
    font-size: 11.2vw;
  }
}
.powernap__txt dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  max-width: 398px;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .powernap__txt dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .powernap__txt dd {
    max-width: 100%;
    line-height: 1.6;
  }
}

.merit {
  position: relative;
}
.merit .inner13 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .merit .inner13 {
    padding-top: 55px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .merit .h2_item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.merit__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .merit__content {
    flex-wrap: wrap;
  }
}
.merit__thumb {
  width: 52.5%;
  padding-top: 55px;
  padding-right: 30px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .merit__thumb {
    width: 100%;
    padding: 30px;
    background: #F9F9F9;
  }
}
@media only screen and (max-width: 480px) {
  .merit__thumb {
    padding: 1.5rem 1rem;
  }
}
.merit__thumb::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 47.5%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 1024px) {
  .merit__thumb::after {
    right: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .merit__thumb::after {
    background-color: transparent;
  }
}
.merit__thumb .h3_txt {
  color: #A3A3A3;
  text-align: left;
}
.merit__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.5rem;
}
.merit__listItem {
  display: flex;
  align-items: center;
  width: 187px;
  height: 187px;
  margin-bottom: 1.5rem;
  border-radius: 100%;
  background: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .merit__listItem {
    width: 150px;
    height: 150px;
  }
}
.merit__listItem span {
  margin: auto;
}
.merit__listItem img {
  width: 64px;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.merit__listItem p {
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .merit__listItem p {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.merit__txt {
  width: 47.5%;
  padding-left: 60px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1024px) {
  .merit__txt {
    width: 50%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .merit__txt {
    width: 100%;
    margin-top: 3.5rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit__txt .h3_txt {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .merit__txt .h3_txt {
    margin-bottom: 1.5rem;
  }
}
.merit__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .merit__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Usage Image
--------------------------------------------- */
.usage .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .usage .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.usage .inner12 .movice {
  margin-bottom: 0 !important;
}

.usagePoint {
  background: url(../img/lower/usage/usage_bg_01.jpg) no-repeat center/contain;
  background-size: cover;
}
.usagePoint .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .usagePoint .inner12 {
    max-width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.usagePoint__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1000px;
  margin: 3.5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item {
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}
.usagePoint__item dt {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dt {
    width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
  }
}
.usagePoint__item dt img {
  width: 100%;
  max-width: 240px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.usagePoint__item dd {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dd {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.usagePoint__item dd .h3_txt {
  margin-bottom: 1rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dd .h3_txt {
    text-align: center;
  }
}
.usagePoint__item dd p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dd p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Standing
--------------------------------------------- */
.standing {
  position: relative;
}
.standing::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: -1;
  width: 50%;
  height: calc(100% + 65px);
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .standing::after {
    position: relative;
    bottom: 0;
    width: 0;
    height: 0;
    background: transparent;
  }
}
.standing .inner12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .standing .inner12 {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.standing__thumb {
  position: relative;
  width: 57.75%;
  max-width: 693px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .standing__thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 56.5%;
    height: 100%;
    background: #E5E5E5;
  }
}
.standing__thumb img {
  width: 72.25%;
  height: auto;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1024px) {
  .standing__thumb img {
    width: 84.25%;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb img {
    width: 64.75%;
    margin: 0 auto;
  }
}
.standing__thumb-txt {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 66px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1024px) {
  .standing__thumb-txt {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb-txt {
    top: 30px;
    font-size: 42px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 480px) {
  .standing__thumb-txt {
    font-size: 9.6vw;
  }
}
.standing__ttl {
  width: 42.25%;
}
@media only screen and (max-width: 1024px) {
  .standing__ttl {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .standing__ttl {
    width: 100%;
  }
}
.standing__ttl .h2_txt {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .standing__ttl .h2_txt {
    margin-bottom: 1.5rem;
  }
}

.experiment {
  position: relative;
  z-index: -3;
  background: #F9F9F9;
}
.experiment .inner13 {
  padding-top: 134px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .experiment .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.experiment__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .experiment__list {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .experiment__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.experiment__listItem {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .experiment__listItem {
    width: 100%;
    max-width: 480px;
    margin: 2.5rem auto 0 auto;
  }
}
.experiment__listItem h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .experiment__listItem h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .experiment__listItem h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.experiment__listItem p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .experiment__listItem p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.standingData .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .standingData .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.standingData__content figure {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1.5rem auto;
}
.standingData__content img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.standingData__content p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .standingData__content p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .standingData__content p {
    text-align: left;
  }
}

/* Position
--------------------------------------------- */
.positionExample {
  position: relative;
}
.positionExample .inner12 {
  max-width: 920px;
  padding-top: 75px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .positionExample .inner12 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.positionExample img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.position {
  position: relative;
}
.position::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: -1;
  width: 67.5%;
  height: 100%;
  background: #F9F9F9;
}
@media only screen and (max-width: 1024px) {
  .position::after {
    width: 100%;
    height: calc(100% - 30px);
    bottom: -30px;
  }
}
.position .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .position .inner12 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.position__thumb {
  position: absolute;
  width: 51.85%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .position__thumb {
    position: relative;
    width: 72.55%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .position__thumb {
    position: relative;
    width: 81.25%;
  }
}
.position__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 48.25%;
  padding-right: 60px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .position__txt {
    width: 100%;
    padding-right: 0;
  }
}
.position__txt .h2_txt {
  margin-bottom: 0;
  text-align: left;
}
.position__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .position__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .position__txt p {
    margin-top: 1.5rem;
  }
}

.panel .inner13 {
  padding-top: 134px;
}
@media only screen and (max-width: 768px) {
  .panel .inner13 {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.panel__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .panel__content {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .panel__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.panel__thumb {
  width: 47.5%;
}
@media only screen and (max-width: 1024px) {
  .panel__thumb {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.panel__txt {
  width: 52.5%;
  padding-left: 60px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .panel__txt {
    width: 100%;
    padding-left: 0;
  }
}
.panel__txt .h2_txt {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .panel__txt .h2_txt {
    margin-bottom: 1.5rem;
  }
}
.panel__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  margin: auto;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .panel__item {
    margin-top: 55px;
  }
}
.panel__item .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .panel__item .swiper {
    width: calc(100% - 61px);
  }
}
.panel__item .swiper-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.panel__item .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel__item .swiper-button-prev {
  left: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/left.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .panel__item .swiper-button-prev {
    width: 31px;
    height: 31px;
    background: url(../img/common/left_sp.png) no-repeat center/contain;
  }
}
.panel__item .swiper-button-next {
  right: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/right.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .panel__item .swiper-button-next {
    width: 31px;
    height: 31px;
    background: url(../img/common/right_sp.png) no-repeat center/contain;
  }
}
.panel__item .swiper-pagination {
  width: 100%;
  margin-top: 10px;
}
.panel__item .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  width: 47px;
  height: 3.5px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 0 !important;
  background: #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .panel__item .swiper-pagination-bullet {
    height: 1.5px;
  }
}
.panel__item .swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
}

/* Saving
--------------------------------------------- */
.savingHeight .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .savingHeight .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.savingHeight__list {
  display: -moz-grid;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 58.5% 41.5%;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .savingHeight__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.savingHeight__listItem {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .savingHeight__listItem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.savingHeight__list .intro {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .savingHeight__list .intro {
    width: 72.4%;
    margin: 0 auto 1.5rem;
  }
}
.savingHeight__list .product {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .savingHeight__list .product {
    width: 76.13%;
    margin: 0 0 1rem auto;
  }
}
.savingHeight__list .txt {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
}
.savingHeight__list .txt .h3_txt {
  margin-bottom: 0;
  text-align: left;
}

.saving .inner13 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .saving .inner13 {
    padding-bottom: 55px;
  }
}
.saving__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .saving__list {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.saving__listItem {
  width: calc(50% - 40px);
  padding: 30px 55px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .saving__listItem {
    width: 100%;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .saving__listItem {
    width: 100%;
    padding: 1.5rem;
  }
}
.saving__listItem:nth-child(1) {
  background: url(../img/lower/saving/saving_img_01.jpg) no-repeat center;
  background-size: cover;
}
.saving__listItem:nth-child(2) {
  background: url(../img/lower/saving/saving_img_02.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .saving__listItem:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.saving__listItem dt {
  font-size: 24px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .saving__listItem dt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .saving__listItem dt {
    margin-bottom: 1.5rem;
  }
}
.saving__listItem dt::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  bottom: 0;
  left: 50%;
  background: #FFFFFF;
  transform: translateX(-50%);
}
.saving__listItem dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .saving__listItem dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.noise {
  position: relative;
  background: #F9F9F9;
}
.noise .inner12 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .noise .inner12 {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.noise__thumb {
  width: 43%;
}
@media only screen and (max-width: 768px) {
  .noise__thumb {
    width: 100%;
  }
}
.noise__txt {
  width: 52.75%;
}
@media only screen and (max-width: 768px) {
  .noise__txt {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.noise__txt .h3_txt {
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .noise__txt .h3_txt {
    margin-bottom: 1rem;
  }
}
.noise__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .noise__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Howto
--------------------------------------------- */
.howto .inner13 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .howto .inner13 {
    padding-top: 55px;
  }
}
.howto__listItem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 55px;
}
.howto__listItem:last-child .howto__listItem-icon::after {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .howto__listItem {
    position: relative;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
.howto__listItem-icon {
  position: relative;
  width: 96px;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-icon {
    position: static;
    width: 78px;
  }
}
.howto__listItem-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 200%;
  background: #313131;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .howto__listItem-icon::after {
    top: 0;
    left: 39px;
    height: calc(100% + 2.5rem);
  }
}
.howto__listItem-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin: auto;
  border: 2px solid #D3D3D3;
  border-radius: 100%;
  background: #FFFFFF;
  font-size: 50px;
  font-family: "Montserrat";
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-icon .icon {
    width: 78px;
    height: 78px;
    font-size: 36px;
  }
}
.howto__listItem-txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(100% - 151px);
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt {
    flex-wrap: wrap;
    width: calc(100% - 108px);
  }
}
.howto__listItem-txt .img {
  width: 37.25%;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.howto__listItem-txt .img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.howto__listItem-txt .point {
  width: 62.75%;
  padding-left: 55px;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point {
    width: 100%;
    padding-left: 0;
  }
}
.howto__listItem-txt .point .ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point .ttl {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.howto__listItem-txt .point-box figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  margin-bottom: 1rem;
  padding: 0;
  border-radius: 30px;
  background: #313131;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-box figure {
    height: 32px;
  }
}
.howto__listItem-txt .point-box figure img {
  width: 48px;
  height: auto;
  padding: 0 0.75rem 0 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.howto__listItem-txt .point-box figure figcaption {
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 4px 12px 4px 12px;
  border-radius: 0 30px 30px 0;
  background: #F9F9F9;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-box figure figcaption {
    height: 32px;
    padding: 2px 12px 2x 12px;
    font-size: 14px;
    background: #F9F9F9;
    text-align: left;
  }
}
.howto__listItem-txt .point-another .subttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-another .subttl {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.howto__listItem-txt .point-another .subttl::after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background: #E5E5E5;
  z-index: -1;
}
.howto__listItem-txt .point-another .subttl span {
  background: #FFFFFF;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-another .subttl span {
    padding-right: 1rem;
  }
}
.howto__listItem-txt .point-another p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-another p {
    font-size: 12px;
  }
}

/* Future
--------------------------------------------- */
.future .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .future .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.future__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .future__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .future__txt p {
    margin-top: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }
}

.futerTime {
  position: relative;
  background-color: #F9F9F9;
}
.futerTime .inner13 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .futerTime .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.futerTime__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .futerTime__list {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .futerTime__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.futerTime__listItem {
  width: calc(33.3333% - 40px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .futerTime__listItem {
    width: 100%;
    max-width: 360px;
    margin: 2.5rem auto 0 auto;
  }
}
.futerTime__listItem:first-child {
  margin: 0 auto;
}
.futerTime__listItem dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .futerTime__listItem dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.worth .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .worth .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.worth .inner12 .h2_txt {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .worth .inner12 .h2_txt {
    margin-bottom: 1.5rem;
  }
}
.worth .inner12 p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .worth .inner12 p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .worth .inner12 p {
    text-align: left;
    line-height: 1.8;
  }
}
.worth__list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1040px;
  margin: 2.5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .worth__list {
    flex-wrap: wrap;
  }
}
.worth__listItem {
  position: relative;
  width: 316px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .worth__listItem {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.worth__listItem-count {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  margin: 0 auto;
  border-bottom: 3px solid #313131;
  font-size: 50px;
  font-weight: 500;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .worth__listItem-count {
    position: relative;
    left: 0;
    width: 48px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0;
    border-bottom: 2px solid #313131;
    font-size: 36px;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 480px) {
  .worth__listItem-count {
    font-size: 7.2vw;
  }
}
.worth__listItem-icon {
  width: 100%;
  max-width: 180px;
  margin: 100px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .worth__listItem-icon {
    max-width: 120px;
    margin: auto;
  }
}
.worth__listItem-txt {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .worth__listItem-txt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .worth__listItem-txt {
    width: calc(100% - 120px);
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
}

.capture {
  position: relative;
}
.capture .inner12 {
  position: static;
  padding-top: 8.4%;
  padding-bottom: 8.4%;
}
@media only screen and (max-width: 768px) {
  .capture .inner12 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.capture__thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 61.95%;
  z-index: -10;
}
@media only screen and (max-width: 1024px) {
  .capture__thumb {
    width: 72.25%;
  }
}
@media only screen and (max-width: 768px) {
  .capture__thumb {
    position: relative;
    width: 94.25%;
    margin-left: calc(5.75% + 30px);
  }
}
.capture__ttl .h2_txt {
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: left;
}

.futureCopy .inner12 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .futureCopy .inner12 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.futureCopy .inner12 .h2_txt {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

/* Product
--------------------------------------------- */
.product .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .product .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.product .h2_ttl {
  position: relative;
  overflow: hidden;
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.product__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .product__list {
    flex-wrap: wrap;
  }
}
.product__listItem {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .product__listItem {
    width: 100%;
  }
  .product__listItem:last-child {
    margin-top: 2.5rem;
  }
}
.product__listItem-ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  color: #313131;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product__listItem-ttl {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.product__link {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .product__link {
    margin-top: 2.5rem;
  }
}
.product__link-btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .product__link-btn {
    letter-spacing: 0.05em;
  }
}
.product__link-btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.productPlan__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productPlan__inner {
    padding-bottom: 55px;
  }
}
.productPlan__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productPlan__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.productPlan__item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}
@media only screen and (max-width: 768px) {
  .productPlan__item {
    margin: 0 auto 2.5rem;
  }
}
.productPlan__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productPlan__item h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__item h3 {
    font-size: 18px;
  }
}
.productPlan__item p {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .productPlan__item p {
    font-size: 18px;
  }
}
.productPlan__item p small {
  font-size: 1rem;
}
.productPlan__item span {
  color: #A3A3A3;
  font-size: 0.9rem;
}
.productPlan__detail {
  margin: 0 auto 3.5rem;
}
.productPlan__detail .h3_txt {
  margin-bottom: 2.5rem;
  text-align: center;
}
.productPlan__detail-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-title {
    font-size: 18px;
  }
}
.productPlan__detail-list {
  display: -moz-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.productPlan__detail-listItem {
  width: 100%;
  padding: 1.5rem 2.5rem;
  border-right: 1px dotted #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-listItem .productPlan__detail-listItem {
    padding: 2.5rem 1.5rem;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
.productPlan__detail-listItem:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-listItem:last-child {
    border-bottom: none;
  }
}
.productPlan__detail-listItem h4 {
  margin-bottom: 1rem;
  padding: 0.25rem 0;
  border-radius: 25px;
  background-color: #313131;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
}
.productPlan__detail-listItem-txt {
  font-size: 1rem;
  text-align: left;
}
.productPlan__detail-listItem-price {
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 4px solid #E5E5E5;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-listItem-price {
    font-size: 18px;
  }
}
.productPlan__detail-tbl {
  width: 100%;
  max-width: 640px;
  margin: 1.875rem auto 0;
  border-collapse: collapse;
}
.productPlan__detail-tbl thead th {
  padding: 0.75rem 0;
  border: 1px solid #D3D3D3;
  background-color: #F9F9F9;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.productPlan__detail-tbl tbody td {
  padding: 0.75rem 0;
  border: 1px solid #D3D3D3;
  font-size: 1rem;
  text-align: center;
}
.productPlan__detailList {
  display: -moz-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailList {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.productPlan__detailListItem {
  width: 100%;
  padding: 1.5rem 2.5rem;
  border-right: 1px dotted #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem .productPlan__detailListItem {
    padding: 2.5rem 1.5rem;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
.productPlan__detailListItem:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem:last-child {
    border-bottom: none;
  }
}
.productPlan__detailListItem h4 {
  margin: 1rem 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem h4 {
    font-size: 18px;
  }
}
.productPlan__detailListItem--txt {
  font-size: 1rem;
  text-align: left;
}
.productPlan__detailListItem--person {
  margin-bottom: 1rem;
  padding: 0.25rem 0;
  border-radius: 25px;
  background-color: #313131;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
}
.productPlan__detailListItem--price {
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 4px solid #E5E5E5;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem--price {
    font-size: 18px;
  }
}
.productPlan__guarantee {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 2.5rem;
  padding: 2.5rem;
  border: 1px solid #D3D3D3;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .productPlan__guarantee {
    padding: 1.5rem;
  }
}
.productPlan__guarantee .h3_txt {
  margin-bottom: 1.5rem;
  text-align: center;
}
.productPlan__guaranteeList {
  display: -moz-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeList {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
  }
}
.productPlan__guaranteeListItem {
  position: relative;
  width: 100%;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem {
    padding: 1.5rem 0;
  }
}
.productPlan__guaranteeListItem:first-child {
  border-right: 1px dotted #313131;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem:first-child {
    border-right: none;
    border-bottom: 1px dotted #313131;
  }
}
.productPlan__guaranteeListItem dt {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem dt {
    margin-bottom: 1.5rem;
  }
}
.productPlan__guaranteeListItem dt span {
  padding: 0 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.productPlan__guaranteeListItem dd {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem dd {
    font-size: 18px;
  }
}
.productPlan__guaranteeListItem dd span {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  text-align: left;
  letter-spacing: 0;
}
.productOption__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productOption__inner {
    padding-bottom: 55px;
  }
}
.productOption__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productOption__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.productOption__content p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .productOption__content p {
    font-size: 16px;
  }
}
.productOption__list {
  display: -moz-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
@media only screen and (max-width: 768px) {
  .productOption__list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.productOption__listItem {
  position: relative;
  width: 100%;
}
.productOption__listItem figure {
  margin: 0;
}
.productOption__listItem figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productOption__listItem figure figcaption {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productOption__listItem figure figcaption {
    font-size: 16px;
  }
}
.productOption__listItem figure p {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .productOption__listItem figure p {
    font-size: 16px;
  }
}
.product__different {
  width: 100%;
  max-width: 700px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .product__different {
    margin: 55px auto;
  }
}
.product__different a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.product__different img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__case {
  width: 100%;
  max-width: 700px;
  margin: 55px auto 0;
}
@media only screen and (max-width: 768px) {
  .product__case {
    margin-top: 2.5rem;
  }
}
.product__case img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Product Detail
--------------------------------------------- */
.productPhoto .inner12 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .productPhoto .inner12 {
    padding-top: 55px;
  }
}
.productPhoto__main {
  position: relative;
}
.productPhoto .swiper {
  width: 100%;
  max-width: 900px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}
.productPhoto .swiper-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.productPhoto .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productPhoto #photo_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  height: 80%;
}
@media only screen and (max-width: 768px) {
  .productPhoto #photo_item {
    padding-bottom: 60px;
  }
}
.productPhoto #productPhoto_listSub {
  overflow: hidden;
  height: 20%;
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .productPhoto #productPhoto_listSub {
    padding: 25px 0 0 0;
  }
}
.productPhoto #productPhoto_listSub .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.productPhoto #productPhoto_listSub .swiper-slide-thumb-active {
  opacity: 1;
}
.productPhoto .swiper-button-prev {
  left: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/left.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .productPhoto .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 90px;
    width: 39px;
    height: 39px;
    background: url(../img/common/left_sp.png) no-repeat center/contain;
    transform: none;
  }
}
.productPhoto .swiper-button-next {
  right: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/right.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .productPhoto .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 90px;
    width: 39px;
    height: 39px;
    background: url(../img/common/right_sp.png) no-repeat center/contain;
    transform: none;
  }
}

.productSubMenu .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productSubMenu .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.productSubMenu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list {
    overflow-x: scroll;
  }
}
.productSubMenu__list li {
  width: calc(25% - 18.75px);
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 72px;
    white-space: nowrap;
  }
}
.productSubMenu__list li a {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding-bottom: 40px;
  color: #D3D3D3;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li a {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li a {
    padding-bottom: 20px;
  }
}
.productSubMenu__list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/sub_menu_icon.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li a::after {
    background: url(../img/common/sub_menu_icon_sp.png) no-repeat center/contain;
  }
}
.productSubMenu__list li a:hover {
  opacity: 1;
  color: #313131;
}
.productSubMenu__list li a:hover::after {
  background: url(../img/common/sub_menu_icon_on.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li a:hover::after {
    background: url(../img/common/sub_menu_icon_on_sp.png) no-repeat center/contain;
  }
}
.productSubMenu__list li .on {
  color: #313131;
}
.productSubMenu__list li .on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/sub_menu_icon_on.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li .on::after {
    background: url(../img/common/sub_menu_icon_on_sp.png) no-repeat center/contain;
  }
}

.productDetail .inner13 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productDetail .inner13 {
    padding-bottom: 55px;
  }
}
.productDetail .h2_item {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .productDetail .h2_item {
    margin-bottom: 2.5rem;
  }
}
.productDetail__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productDetail__content {
    padding-right: 0;
    padding-left: 0;
  }
}

.productDesign__content-ttl .h3_txt {
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-ttl .h3_txt {
    margin-bottom: 1rem;
  }
}
.productDesign__content-ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productDesign__content-ttl p {
    margin-bottom: 1.5rem;
  }
}
.productDesign__content-thumb {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb {
    padding-right: 0;
    padding-left: 0;
  }
}
.productDesign__content-thumb ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb ul {
    flex-wrap: wrap;
  }
}
.productDesign__content-thumb ul li {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb ul li:last-child {
    margin-top: 1.5rem;
  }
}

.productInstall__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .productInstall__item {
    flex-wrap: wrap;
  }
}
.productInstall__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .productInstall__item:last-child {
    margin-top: 2.5rem;
  }
}
.productInstall__item-thumb {
  width: 36.5%;
}
@media only screen and (max-width: 768px) {
  .productInstall__item-thumb {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.productInstall__item-thumb img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productInstall__item-txt {
  width: 57.5%;
}
@media only screen and (max-width: 768px) {
  .productInstall__item-txt {
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.productInstall__item-txt .h3_txt {
  text-align: left;
}
.productInstall__item-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .productInstall__item-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.productFunction__list {
  display: -moz-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
@media only screen and (max-width: 768px) {
  .productFunction__list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.productFunction__listItem {
  position: relative;
  width: 100%;
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem {
    padding-bottom: 2.5rem;
  }
}
.productFunction__listItem dt {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem dt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem dt {
    margin-bottom: 1rem;
  }
}
.productFunction__listItem dd {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.productFunction__listItem img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem img {
    margin-bottom: 1rem;
  }
}
.productFunction__listItem::after {
  content: "";
  position: absolute;
  width: 74.62%;
  height: 1px;
  bottom: 0;
  left: 12.69%;
  background: #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem::after {
    width: 100%;
    left: 0;
  }
}

.productSpec__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productSpec__inner {
    padding-bottom: 55px;
  }
}
.productSpec__content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .productSpec__content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.productSpec__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .productSpec__item {
    flex-wrap: wrap;
  }
}
.productSpec__item dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: 240px;
  padding: 1.5rem 2.5rem;
  background: #F9F9F9;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productSpec__item dt {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productSpec__item dt {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
}
.productSpec__item dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: calc(100% - 240px);
  padding: 1.5rem 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productSpec__item dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productSpec__item dd {
    width: 100%;
    padding: 1rem;
  }
}
.productSpec__list {
  list-style-type: decimal;
  margin-top: 1rem;
  margin-left: 2.5rem;
}
.productSpec__list li {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .productSpec__list li {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.productAircon__item-ttl .h3_txt {
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-ttl .h3_txt {
    margin-bottom: 1rem;
  }
}
.productAircon__item-ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productAircon__item-ttl p {
    margin-bottom: 1.5rem;
  }
}
.productAircon__item-thumb ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-thumb ul {
    flex-wrap: wrap;
  }
}
.productAircon__item-thumb ul li {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .productAircon__item-thumb ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .productAircon__item-thumb ul li:last-child {
    margin-top: 1.5rem;
  }
}
.productAircon__item-thumb ul img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productAircon__item-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productAircon__item-txt p {
    margin-bottom: 1.5rem;
  }
}

.productPlan__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productPlan__inner {
    padding-bottom: 55px;
  }
}
.productPlan__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productPlan__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.productPlan__item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}
@media only screen and (max-width: 768px) {
  .productPlan__item {
    margin: 0 auto 2.5rem;
  }
}
.productPlan__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productPlan__item h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__item h3 {
    font-size: 18px;
  }
}
.productPlan__item p {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .productPlan__item p {
    font-size: 18px;
  }
}
.productPlan__item p small {
  font-size: 1rem;
}
.productPlan__item span {
  color: #A3A3A3;
  font-size: 0.9rem;
}

.productScene__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productScene__inner {
    padding-bottom: 55px;
  }
}
.productScene__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productScene__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.productScene__content-thumb {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 1.5rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .productScene__content-thumb {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1rem;
    margin-top: 1.875rem;
  }
}
.productScene__content-thumb figure {
  width: 100%;
}
.productScene__content-thumb figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productScene__content-thumb figure figcaption {
  margin-top: 6px;
  font-size: 0.9375rem;
  text-align: center;
}

.productHowto__item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.productHowto__item p {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .productHowto__item p {
    font-size: 1rem;
    text-align: left;
  }
}
.productHowto__item .youtube {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-top: 2.5rem;
  padding-bottom: 56.25%;
}
.productHowto__item .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Different
--------------------------------------------- */
.different .inner13 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .different .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.different__contentItem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .different__contentItem {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}
.different__contentItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .different__contentItem:nth-child(2n) .different__contentItem-thumb {
    margin-right: -20px;
    margin-left: 0;
  }
}
.different__contentItem:nth-child(2n) .different__contentItem-txt {
  right: auto;
  left: 0;
  padding: 2.5rem 3.5rem 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .different__contentItem:nth-child(2n) .different__contentItem-txt {
    position: relative;
    top: 0%;
    width: calc(100% + 20px);
    margin-top: -134px;
    margin-right: 0;
    margin-left: -20px;
    padding: 1.5rem;
    transform: translateY(0%);
  }
}
.different__contentItem:last-child {
  margin-bottom: 0;
}
.different__contentItem-thumb {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .different__contentItem-thumb {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.different__contentItem-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 50%;
  padding: 2.5rem 0 2.5rem 3.5rem;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .different__contentItem-txt {
    position: relative;
    top: 0%;
    width: calc(100% + 20px);
    margin-top: -134px;
    margin-right: -20px;
    padding: 1.5rem;
    transform: translateY(0%);
  }
}
.different__contentItem-txt .h3_txt {
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.different__contentItem-txt .type {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #D3D3D3;
  font-size: 14px;
}
.different__contentItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .different__contentItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.differentDesign {
  background-color: #F9F9F9;
}
.differentDesign .inner13 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .differentDesign .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.differentDesign .h2_item .ttl {
  background-color: #F9F9F9;
}
.differentDesign__contentItem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}
.differentDesign__contentItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem:nth-child(2n) {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem:nth-child(2n) .differentDesign__contentItem-thumb {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-left: 0;
  }
}
.differentDesign__contentItem:nth-child(2n) .differentDesign__contentItem-txt {
  right: auto;
  left: 0;
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem:nth-child(2n) .differentDesign__contentItem-txt {
    padding: 0;
  }
}
.differentDesign__contentItem:last-child {
  margin-bottom: 0;
}
.differentDesign__contentItem-thumb {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem-thumb {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.differentDesign__contentItem-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 50%;
  padding: 0 50px 0 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem-txt {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0;
    transform: translateY(0%);
  }
}
.differentDesign__contentItem-txt .h3_txt {
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.differentDesign__contentItem-txt .type {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #D3D3D3;
  font-size: 14px;
}
.differentDesign__contentItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.differentAircon {
  position: relative;
}
.differentAircon .inner13 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .differentAircon .inner13 {
    padding-top: 55px;
  }
}
.differentAircon__content-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .differentAircon__content-thumb {
    position: relative;
    width: 100%;
  }
}
.differentAircon__contentItem-txt {
  width: 38.5%;
  padding-bottom: 2.4%;
}
@media only screen and (max-width: 768px) {
  .differentAircon__contentItem-txt {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 0%;
  }
}
.differentAircon__contentItem-txt .forest-only {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #D3D3D3;
  font-size: 14px;
}
.differentAircon__contentItem-txt .h3_txt {
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.differentAircon__contentItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .differentAircon__contentItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Contact
--------------------------------------------- */
.contact .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.contact__ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .contact__ttl p {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.contact__form {
  margin-top: 3.5rem;
  padding: 55px 100px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .contact__form {
    margin-top: 2.5rem;
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact__form {
    padding: 1.5rem 1rem;
  }
}
.contact .smf-form--simple-table .smf-item {
  align-items: center;
}
.contact .smf-form--simple-table .smf-item__col--label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.contact .smf-form--simple-table .smf-item__controls p {
  padding-right: 1rem;
}
.contact .smf-form--simple-table .smf-item__description {
  margin-left: 10px;
  color: #C1AA7F;
}
.contact .smf-form--simple-table .smf-item__privacy {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item__privacy {
    text-align: left;
  }
}
.contact .smf-form--simple-table .smf-item__privacy-check {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item__privacy-check {
    text-align: left;
  }
}
.contact .smf-form--simple-table .smf-item .smf-text-control__control,
.contact .smf-form--simple-table .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item .smf-text-control__control,
  .contact .smf-form--simple-table .smf-item .smf-textarea-control__control {
    padding: 0.5rem;
  }
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control {
  position: relative;
  /* チェックボックスデザイン */
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact .smf-action .smf-button-control__control {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .contact .smf-action .smf-button-control__control {
    letter-spacing: 0.05em;
  }
}
.contact .smf-action .smf-button-control__control:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.contact .mw_wp_form .mw_wp__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item {
    flex-wrap: wrap;
  }
}
.contact .mw_wp_form .mw_wp__item--label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 0 0 14em;
  max-width: 14em;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.contact .mw_wp_form .mw_wp__item--label span {
  margin-left: 10px;
  color: #C1AA7F;
}
.contact .mw_wp_form .mw_wp__item--controls {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--controls {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.contact .mw_wp_form .mw_wp__item--controls.half-box {
  display: -moz-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media only screen and (max-width: 480px) {
  .contact .mw_wp_form .mw_wp__item--controls.half-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px 0;
  }
}
.contact .mw_wp_form .mw_wp__item--controls.half-box span {
  width: 30px;
}
.contact .mw_wp_form .mw_wp__item--controls.half-box input {
  width: calc(100% - 30px);
}
.contact .mw_wp_form .mw_wp__item--controls input,
.contact .mw_wp_form .mw_wp__item--controls textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--controls input,
  .contact .mw_wp_form .mw_wp__item--controls textarea {
    padding: 0.5rem;
  }
}
.contact .mw_wp_form .mw_wp__divider {
  position: relative;
  padding: 1rem 0;
  /* チェックボックスデザイン */
}
.contact .mw_wp_form .mw_wp__divider--txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__divider--txt {
    text-align: left;
  }
}
.contact .mw_wp_form .mw_wp__divider input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .mw_wp_form .mw_wp__divider input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.contact .mw_wp_form .mw_wp__divider input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact .mw_wp_form .mw_wp__action {
  margin: 30px 0;
}
.contact .mw_wp_form .mw_wp__action .submit__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__action .submit__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.contact .mw_wp_form .mw_wp__action .submit__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.contact .mw_wp_form .mw_wp__action .back__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__action .back__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.contact .mw_wp_form .mw_wp__action .back__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.contact .mw_wp_form_confirm .mw_wp__item--label span {
  display: none;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box {
  display: block;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box .half {
  display: inline;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box .half span {
  display: none;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box .half input {
  width: 100%;
}
.contact .mw_wp_form_confirm .mw_wp__divider .align-center {
  display: none;
}

/* Catalog
--------------------------------------------- */
.catalog .inner12 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .catalog .inner12 {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.catalog__content {
  width: 740px;
}
@media only screen and (max-width: 1024px) {
  .catalog__content {
    width: 61.667%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__content {
    width: 100%;
  }
}
.catalog__content .h3_txt {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .catalog__content .h3_txt {
    margin-bottom: 1.5rem;
  }
}
.catalog__content p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .catalog__content p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__content p {
    margin-bottom: 1.5rem;
  }
}
.catalog__content img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 87%;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .catalog__content img {
    margin-bottom: 1.5rem;
  }
}
.catalog__target {
  margin-bottom: 2.5rem;
  padding: 1rem 1.5rem;
  border: 2px solid #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .catalog__target {
    margin-bottom: 1.5rem;
  }
}
.catalog__target h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .catalog__target h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.catalog__target ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 25px;
}
.catalog__target ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/lower/catalog/icon_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.catalog__book h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .catalog__book h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.catalog__book ol li {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .catalog__book ol li {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.catalog__form {
  width: 390px;
}
@media only screen and (max-width: 1024px) {
  .catalog__form {
    width: 32.5%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__form {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.catalog__formTitle {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #313131;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
}
.catalog__formTitle h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .catalog__formTitle h2 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.catalog__formTitle p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .catalog__formTitle p {
    font-size: 12px;
  }
}
.catalog__formBox {
  padding: 1.5rem 1rem;
}
.catalog__form .smf-item {
  align-items: center;
}
.catalog__form .smf-item__col--label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .catalog__form .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.catalog__form .smf-item__controls p {
  padding-right: 1rem;
}
.catalog__form .smf-item__description {
  margin-left: 10px;
  color: #C1AA7F;
  white-space: nowrap;
}
.catalog__form .smf-item .smf-text-control__control,
.catalog__form .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #F9F9F9;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .catalog__form .smf-item .smf-text-control__control,
  .catalog__form .smf-item .smf-textarea-control__control {
    padding: 0.5rem;
  }
}
.catalog__form .smf-item .smf-select-control {
  width: 100%;
}
.catalog__form .smf-item .smf-select-control__control {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #F9F9F9;
  font-size: 1rem;
}
.catalog__form .smf-item .smf-checkbox-control {
  position: relative;
  /* チェックボックスデザイン */
}
.catalog__form .smf-item .smf-checkbox-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog__form .smf-item .smf-checkbox-control input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.catalog__form .smf-item .smf-checkbox-control input[type=checkbox]:checked::after {
  opacity: 1;
}
.catalog__form .smf-action .smf-button-control__control {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .catalog__form .smf-action .smf-button-control__control {
    letter-spacing: 0.05em;
  }
}
.catalog__form .smf-action .smf-button-control__control:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.catalog .smf-form--simple-table .smf-item {
  align-items: center;
}
.catalog .smf-form--simple-table .smf-item__col--label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.catalog .smf-form--simple-table .smf-item__controls p {
  padding-right: 1rem;
}
.catalog .smf-form--simple-table .smf-item__description {
  margin-left: 10px;
  color: #C1AA7F;
}
.catalog .smf-form--simple-table .smf-item__privacy {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item__privacy {
    text-align: left;
  }
}
.catalog .smf-form--simple-table .smf-item__privacy-check {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item__privacy-check {
    text-align: left;
  }
}
.catalog .smf-form--simple-table .smf-item .smf-text-control__control,
.catalog .smf-form--simple-table .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #D3D3D3;
  border-radius: 0 !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item .smf-text-control__control,
  .catalog .smf-form--simple-table .smf-item .smf-textarea-control__control {
    padding: 0.5rem;
  }
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control {
  position: relative;
  /* チェックボックスデザイン */
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]:checked::after {
  opacity: 1;
}
.catalog .smf-action .smf-button-control__control {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-radius: 0%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-action .smf-button-control__control {
    letter-spacing: 0.05em;
  }
}
.catalog .smf-action .smf-button-control__control:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

/* FAQ
--------------------------------------------- */
.faqNav .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .faqNav .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.faqNav__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.faqNav__list li {
  width: calc(25% - 18.75px);
}
@media only screen and (max-width: 768px) {
  .faqNav__list li {
    width: calc(25% - 3.75px);
  }
}
.faqNav__list li a {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding-bottom: 40px;
  color: #D3D3D3;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a {
    padding-bottom: 20px;
  }
}
.faqNav__list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/sub_menu_icon.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a::after {
    background: url(../img/common/sub_menu_icon_sp.png) no-repeat center/contain;
  }
}
.faqNav__list li a:hover {
  opacity: 1;
  color: #313131;
}
.faqNav__list li a:hover::after {
  background: url(../img/common/sub_menu_icon_on.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a:hover::after {
    background: url(../img/common/sub_menu_icon_on_sp.png) no-repeat center/contain;
  }
}
.faqNav__list li .on {
  color: #313131;
}
.faqNav__list li .on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/sub_menu_icon_on.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li .on::after {
    background: url(../img/common/sub_menu_icon_on_sp.png) no-repeat center/contain;
  }
}

.faqContent .inner12 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .faqContent .inner12 {
    padding-bottom: 55px;
  }
}
.faqContent__item .h2_txt {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faqContent__item .h2_txt {
    padding-bottom: 0.5rem;
  }
}
.faqContent__list {
  margin-bottom: 3.5rem;
}
.faqContent__listItem {
  border-bottom: 1px solid #D3D3D3;
}
.faqContent__listItem summary {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.faqContent__listItem summary::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary {
    padding: 1rem 2rem 1rem 0;
  }
}
.faqContent__listItem summary .q-icon {
  font-size: 24px;
  letter-spacing: 0.05em;
  width: 50px;
  padding-right: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary .q-icon {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary .q-icon {
    width: 32px;
    padding-right: 10px;
  }
}
.faqContent__listItem summary .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform: translateY(-50%);
  transform-origin: center 43%;
  transition: transform 0.5s;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary .icon {
    right: 0;
  }
}
.faqContent__listItem summary .icon::before, .faqContent__listItem summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #9B9B9B;
}
.faqContent__listItem summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.faqContent__listItem summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.faqContent__listItem summary .icon:hover::before, .faqContent__listItem summary .icon:hover::after {
  transform: rotate(-215deg);
}
.faqContent__listItem summary[open]::after {
  transform: translateY(-50%);
}
.faqContent__answer {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 1.5rem 30px 1.5rem 50px;
  background-color: #F9F9F9;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faqContent__answer {
    padding: 1.5rem 30px 1.5rem 30px;
  }
}
@media only screen and (max-width: 480px) {
  .faqContent__answer {
    padding: 1rem;
  }
}
.faqContent__answer p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .faqContent__answer p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Agency
--------------------------------------------- */
.agency .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .agency .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.agency__ttl {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .agency__ttl {
    margin-bottom: 2.5rem;
  }
}
.agency__ttl .h2_txt {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__ttl .h2_txt {
    margin-bottom: 1.5rem;
  }
}
.agency__ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__ttl p {
    line-height: 1.6;
    text-align: left;
  }
}
.agency__listItem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
  padding: 50px 0;
  border: 10px solid #F9F9F9;
  background-color: #FFFFFF;
}
.agency__listItem:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .agency__listItem {
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding: 2.5rem;
  }
}
.agency__listItemLogo {
  width: 400px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .agency__listItemLogo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1.5rem;
    padding: 0;
  }
}
.agency__listItemLogo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.agency__listItemContact {
  width: calc(100% - 400px);
  padding: 0 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact {
    width: 100%;
    padding: 0;
  }
}
.agency__listItemContact h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact h3 {
    text-align: center;
  }
}
.agency__listItemContact p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact p {
    margin-bottom: 1rem;
  }
}
.agency__listItemContact__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list {
    flex-wrap: wrap;
  }
}
.agency__listItemContact__list dl {
  width: 33.3333%;
  border-left: 1px solid #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #D3D3D3;
    border-left: none;
  }
}
.agency__listItemContact__list dl:first-child {
  border-left: none;
}
.agency__listItemContact__list dt {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #313131;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dt {
    width: 120px;
  }
}
.agency__listItemContact__list dd {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #313131;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dd {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dd {
    width: calc(100% - 120px);
    text-align: left;
  }
}
.agency__listItemContact__list dd a {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #313131;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dd a {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}

/* Partner
--------------------------------------------- */
.partner .inner12 {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .partner .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.partner__ttl .h2_txt {
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}
.partner__list {
  display: -moz-grid;
  display: grid;
  grid-template-rows: repeat(auto, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .partner__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.partner__list img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/* Presskit
--------------------------------------------- */
.presskit .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .presskit .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.presskit__ttl {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .presskit__ttl {
    margin-bottom: 2.5rem;
  }
}
.presskit__ttl .h2_txt {
  margin-bottom: 1.5rem;
  text-align: center;
}
.presskit__ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .presskit__ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .presskit__ttl p {
    text-align: left;
  }
}
.presskit__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .presskit__content {
    margin: 0 auto 1.5rem auto;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .presskit__content {
    margin: 0 auto 1rem auto;
    padding: 0;
  }
}
.presskit__contentItem {
  margin: 0 auto 3.5rem auto;
  padding: 2.5rem;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .presskit__contentItem {
    margin: 0 auto 2.5rem auto;
    padding: 1.5rem;
  }
}
.presskit__contentItem figure {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
}
.presskit__contentLink {
  margin: 0 auto;
}
.presskit__contentLink-btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .presskit__contentLink-btn {
    letter-spacing: 0.05em;
  }
}
.presskit__contentLink-btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.presskit .h3_txt {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}

/* Privacy Policy
--------------------------------------------- */
.privacy__inner {
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .privacy__inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.privacy__address {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .privacy__address {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .privacy__address {
    line-height: 1.6;
  }
}
.privacy__address a {
  color: #295E8D;
  text-decoration: underline;
}
.privacy h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .privacy h2 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .privacy h2 {
    margin-bottom: 1rem;
  }
}
.privacy p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .privacy p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .privacy p {
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }
}
.privacy ul {
  margin-bottom: 3.5rem;
  margin-left: 2.5rem;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  .privacy ul {
    margin-bottom: 2.5rem;
  }
}
.privacy ul li {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .privacy ul li {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .privacy ul li {
    line-height: 1.6;
  }
}
.privacy .mb0 {
  margin-bottom: 0 !important;
}
.privacy .mb1rem {
  margin-bottom: 1rem !important;
}

/* Sitemap
--------------------------------------------- */
.sitemap__inner {
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .sitemap__inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.sitemap__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .sitemap__list {
    flex-wrap: wrap;
  }
}
.sitemap__listItem {
  width: 47.5%;
}
@media only screen and (max-width: 768px) {
  .sitemap__listItem {
    width: 100%;
  }
}
.sitemap__listItem .h3_txt {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sitemap__listItem .h3_txt {
    margin-bottom: 1rem;
  }
}
.sitemap__listItem .wsp-container {
  margin-bottom: 2.5rem;
}
.sitemap__listItem .wsp-pages-list,
.sitemap__listItem .wsp-newss-list,
.sitemap__listItem .wsp-events-list {
  margin-left: 1.5rem;
  list-style-type: disc;
}
.sitemap__listItem a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=lower.css.map */