/*
Theme Name:vieaq-theme
*/


/*=================
common
=================*/
:root {
  --main-color: #ffffff;
  --text-color: #2b3b3f;
  --accent-color-green: #9BAD4A;
  --accent-color-lightyellow:#F5F4EB;
 /*--font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;*/
  --font-family: "Yu Gothic", "游ゴシック", "游ゴシック体","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro";
  }

body {
  position: relative;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  word-break: break-all;
  margin: 0;
  background: #E3E4D9;
  line-height: 2.0;
}

p,
span,
li {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.8;
}


a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.5s;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}
.attention{
  font-size: 0.75rem;
}

/*=================
       fv 
/*=================*/
section#fv {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 500px;
  overflow: hidden;
}
.fv-bg {
  position: absolute;
}
.fv-bg img.fv-img{
  width: 100VW;
  object-fit: cover;
  height: 100vh;
}
.fv-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fv-logo {
  width: 200px;
  filter: drop-shadow(0 0 3rem #2b3b3f);
  position: relative;
  top: 5%;
  left: 5%;
}
.fv-title {
  position: relative;
  color: var(--main-color);
  width: 90%;
  max-width: 405px;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  background: #4551513b;
  padding: 18px;
  margin-bottom: 5%;
}
.fv-title hgroup{
  margin: 0;
}

.fv-title h1{
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  text-shadow: #2b3b3f 1px 1px 5px;
}

.fv-p{
  margin: 0 0 20px;
  letter-spacing: 0.3em;
  text-shadow: #2b3b3f 1px 0 80px;
}
.catch-01{
  border-top: dashed 1px;
  margin-top: 10px;
  padding-top: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: -5px;
}
.catch-02 {
  font-size: 1.5rem;
  font-weight: bold;
}
.store-btn {
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
.store-btn a{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  background: #45515161;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .fv-logo {
    width: 300px;
    letter-spacing: 0.2em;
  }
  .fv-title {
    padding: 34px;
  }
  .catch-02 {
    font-size: 1.8rem;
  }
  .store-btn a{
    font-size: 1rem;
    padding: 12px;
  }
}
@media screen and (max-width: 915px) and (orientation: landscape) {
  section#fv {
    overflow: unset;
    min-height: 700px;
  } 
  .fv-title{
    margin-top: 200px;
  } 
  .fv-bg {
    top: 0;
  }
  .fv-bg img.fv-img {
      height: 700px;
  }
}
/*=================
w-box
=================*/
.w-box{
  min-height: 550px;
  -webkit-min-height: 550px;
  width: 100%;
}
.w-box-01,
.w-box-02,
.w-box-03,
.w-box-04,
.w-box-05,
.w-box-06{
  display: flex;
  color: var(--text-color);
  position: relative;
  min-height: 550px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10% 5%;
}
.w-box-bg{
  position: absolute;
  width: 100%;
}
.w-box-bg img{
 /*width: auto;
  height: 100%;*/
  object-fit: cover;
}
.w-box .h2-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
}
.w-box h2{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  margin-bottom: 10%;
  font-weight: bold;
  line-height: 1.5em;
}
.w-box-01 h2{
  text-shadow: 0 0 15px #2b3b3f;
  color: var(--main-color);
}
.w-box-01 p{
  letter-spacing: 0.3em;
  line-height: 2.0;
  color: var(--main-color);
  text-shadow: 0 0 15px #2b3b3f;
}
.w-box hgroup{
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 5% 0;
  justify-content: center;
}
.w-box hgroup img{
  width: 16%;
  max-width: 110px;
  min-width: 16%;
}
.w-box-02 h2,
.w-box-03 h2,
.w-box-04 h2{
  margin-bottom: 0;
}
img.w-box-02-B{
  margin-top: 20px;
  max-height: 400px;
}
img.w-box-04-B{
  max-width: 270px;
  margin: 20px auto 0;
}
.w-box-03 .h3-title{
  padding: 5%;
  background: #ffffff28;
  margin-top: 20px;
}
.w-box-03 h3{
  text-align: center;
} 
.w-box-03 li{
  display: flex;
}
.w-box-03 li img{
  width: 25px;
  margin-right: 10px;
}
.w-box-05 .h2-title{
  height: 100%;
  justify-content: space-between;
  min-height: 500px;
}
.w-box-05 .price{
  text-align: end;
}
.w-box-06 ul{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  justify-content: space-between;
}
.w-box-06 li{
  padding: 10px 0;
  background: #fff;
  width: 49%;
  text-align: center;
  font-size: 14px;
}
.w-box-txt dt{
  font-weight: bold;
}
.w-box-txt dl:nth-child(n+2){
  margin-top: 10px;
}
.w-box-txt dd{
  width: 96%;
  margin-left: 4%;
}
.w-box-06 h2{
  margin: 5% 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1024px) {
  .w-box{
    display: flex;
    min-height: 540px;
  }
  .w-box-01,
  .w-box-02,
  .w-box-03,
  .w-box-04,
  .w-box-05,
  .w-box-06{
    width: 50%;
    padding: 5%;
  }
  .w-box-06 li{
   width: 32%; 
  }
}
@media screen and (min-width: 1300px) {
  .w-box{
    min-height: 750px;
  }
}

/*=================
future-concept (テキスト含むコンテンツ全て同じ)
=================*/
.future-content{
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.future-bg{
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
.future-content .h2-Wrap{
  width: 90%;
  position: relative;
  margin: 10% auto;
}
.future-content .h2-title{
  margin: 10% auto;
  max-width: 90%;
  color: var(--text-color);
}
.w-box .h2-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
}
.future-content .h2-title h2{
  text-align: center;
  text-shadow: #ffffff 1px 0 80px;
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  margin-bottom: 10%;
  font-weight: bold;
  line-height: 1.5em;
}
.future-content .h2-title p{
  text-shadow: #ffffff 1px 0 80px;
}
@media screen and (min-width: 768px) {
  .future-content{
    align-items: center;
  }
  .future-content .h2-Wrap{
    align-items: center;
    margin: 0 auto;
  }
  .future-content .h2-title{
    max-width: 600px;
    min-width: auto;
  }
}
/*=================
problem
=================*/
.problem-content {
  width: 90%;
  margin: 20% auto;
  text-align: center;
  max-width: 1200px;
}
.problem-content h2{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
}
.problem-ul{
  display: flex;
  padding: 0;
  width: 90%;
  margin: 10% auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.problem-ul li{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  width: 22%;
  position: relative;
}
.problem-ul li:nth-of-type(6) img{
  width: 80%;
}
.problem-ul h3{
  font-size: clamp(0.813rem, 0.563rem + 1.25vw, 1.5rem);
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem-content {
  margin: 10% auto;
  }
  .problem-ul{
    gap: 0;
    justify-content: space-between;
  }
  .problem-ul li{
    width: 18%;
  }
}
/*=================
description
=================*/
.description-content{
  width: 90%;
  border: solid 1px #fff;
  margin: 10% auto;
  max-width: 1440px;
  padding: 5%;
}
.description-left {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 5% 0;
}
.description-left p{
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: bold;
}
.description-left img {
  padding: 5% 0;
  max-width: 400px;
}
.description-light hgroup{
  text-align: center;
  margin: 3px auto 20px;
  padding: 20px 0;
  border-top: solid 1px var(--text-color);
  border-bottom: solid 1px var(--text-color);
}
.description-light h2 {
  margin: 5px 0;
  word-break: break-word;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
}
.highlighted {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: bold;
  display: inline-block;
  padding-bottom: 3px;
}
.description-catch{
  text-align: center;
}
.description-light h3{
  text-align: center;
  font-size: 1rem;
  margin-top: 10%;
  line-height: 1.5em;
}
.no-use-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}
.no-use-list img {
  width: 24.5%;
  margin-bottom: 1%;
}
.description-content .store-btn{
  margin: 40px auto 0;
  justify-content: center;
}
.description-content .store-btn a{
  background: var(--accent-color-green);
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  .description-content{
    display: flex;
    align-items: center;
    gap: 5%;
  }
  .description-left {
    width: 40%;
    min-width: 40%;
    margin: 0;
  }
  .description-left img {
    max-width: 100%;
  }
  .description-light {
    margin: 5% 5% 5% 0;
  }
  .description-left p{
    font-size: clamp(1.375rem, 0.452rem + 1.44vw, 1.75rem);
  } 
}

/*=================
function
=================*/
.function-content{
  max-width: 1440px;
  width: 90%;
  margin: 20% auto;
}
.function-content h2{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  line-height: 1.4em;
  margin-top: 10px;
}
.function-content hgroup{
  text-align: center;
}
.function-content hgroup p{
  font-size: 14px;
}
.function-box {
  margin: 0 auto 5%;
}
.function {
  background: var(--main-color);
  border-radius: 10px;
  padding: 0 20px 20px;
  margin: 80px 0 0;
  height: auto;
}
.number{
  display: flex;
}
.number img{
  width: 160px;
  margin: -26px auto 0;
}
.function-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.function-inner .details-content{
  margin-bottom: 0;
  font-size: 0.875rem;
}
.function-inner img{
  margin: 10% auto;
}
.function h3{
  font-size: clamp(1.5rem, 1.368rem + 0.56vw, 1.875rem);
  margin: 15% auto 10%;
}
.function-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.function-img img{
  max-width: 140px;
}
.function-01 .function-img-L{
  min-width: 60%;
}
.function-01 .function-img-R{
  min-width: 40%;  
}
.function-01 .function-img-L img{
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .function-content{
    margin: 10% auto;
  }
  .function h3{
    margin: 10% auto 5%;
  }
}
@media screen and (min-width: 1024px) {
  .function-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .function{
    padding: 0 4% 5%;
    width: 48%;
    margin: 70px 0 0;
  }
}
/*=================
about-btn
=================*/
.about-btn{
  width: 90%;
  margin: 20% auto;
}
.about-btn a{
  display: block;
  border: solid 4px #fff;
  border-radius: 100px;
  padding: 20px 20px;
  color: var(--text-color);
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.about-btn p{
  font-size: 0.688rem;
}
.about-btn h2{
  font-size: 1.313rem;
  line-height: 1.8em;
  position: relative;
  padding-bottom: 14px;
}
.about-btn h2 span{
  font-size: 0.688rem;
  position: absolute;
  bottom: 0;
  left: 18%;
}
@media screen and (min-width: 768px) {
  .about-btn{
    margin: 10% auto;
  }
  .about-btn a{
    padding: 20px 100px;
  } 
  .about-btn p{
    font-size: 1rem;
  }
  .about-btn h2{
    font-size: 1.875rem;
  }
}
/*=================
recom
=================*/
.recom-content{
  max-width: 1440px;
  width: 90%;
  margin: 20% auto;
}
.recom-content h2{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  line-height: 1.4em;
  margin-top: 10px;
}
.recom-content hgroup{
  text-align: center;
}
.recom-content hgroup p{
  font-size: 14px;
}
.recom-box {
  margin: 0 auto 5%;
}
.recom {
  border-radius: 10px;
  border: solid 1px var(--accent-color-green);
  padding:20px;
  margin: 0;
  height: auto;
}
.recom-02{
  margin-top: 20px;
}
.recom-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}

.recom h3{
  font-size: clamp(1.5rem, 1.368rem + 0.56vw, 1.875rem);
  margin-top: 10px;
}
.recom-img{
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .recom-content{
    margin: 10% auto;
  }
}
@media screen and (min-width: 1024px) {
  .recom-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .recom{
    padding: 5% 4%;
    width: 48%;
  }
  .recom-02{
    margin-top: 0px;
  }
}
/*=================
qa
=================*/
.qa-content{
  max-width: 1440px;
  width: 90%;
  margin: 10% auto;
}
.qa-content h2{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  line-height: 1.4em;
  margin-top: 10px;
}
.qa-content hgroup{
  text-align: center;
}
.qa-content hgroup p{
  font-size: 14px;
}
.qa-box {
  margin: 0 auto 5%;
  max-width: 800px;
}

.qa-content dl {
	font-size: 1rem;
  border-radius: 10px;
  background: var(--accent-color-lightyellow);
  padding: 20px 40px;
  margin: 10px auto;
}	
.qa-content dd::before {
	content: 'Q：';
	display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
}
.qa-content dt::before {
	content: 'A：';
	display: inline-block;
	font-size: 1.125rem;
  font-weight: bold;
}

/*=================
pickup
=================*/
.pickup-content{
  margin: 10% auto 0;
  padding: 15% 5% 20%;
  background: var(--accent-color-lightyellow);
  position: relative;
}
.pickup-content h2{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  line-height: 1.4em;
  margin-top: 10px;
}
.pickup-content hgroup{
  text-align: center;
  position: relative;
}
.pickup-content hgroup p{
  font-size: 14px;
}
.pickup-box{
  max-width: 1440px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.pickup-img_01{
  width: 300px;
  position: absolute;
  top: 2%;
  left: 50%;
  margin-left: -180px;
}
.pickup-img_02{
  max-width: 800px;
  margin: 0 auto;
}
.pickup-h3 { 
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.7;
  text-wrap: wrap;
}
.pickup-h3 h3{
  padding: 20px;
  background: var(--main-color);
  width: fit-content;
  margin: 40px auto;
  position: relative;
  border-radius: 10px;
  font-size: clamp(1.25rem, 1.161rem + 0.38vw, 1.5rem);
}
.pickup-h3 h3::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 30px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--main-color);
  margin-left: -15px;
}
.pickup-img_04{
  max-width: 800px;
  margin: 5% auto 0;
}
@media screen and (min-width: 768px) {
  .pickup-content{
    padding: 5% 5% 10%;
  }
  .pickup-img_01{
    width: 400px;
    margin-left: -300px;
    top: 5%;
  }
}

/*=================
case-content
=================*/
.case-content{
  max-width: 1440px;
  width: 90%;
  margin: 10% auto; 
}
/* アコーディオンの基本デザイン */
.accordion {
  margin: 20px auto;
  width: 100%;
}
.accordion p{
  font-size:0.875rem;
}
/* summary スタイル */
summary {
  font-weight: bold;
  cursor: pointer;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  padding: 30px 70px 30px 0;
  transition: background 0.3sease;
  position: relative;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
summary::before {
  background: var(--text-color);
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
summary:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
summary h2 span{
  font-size: 0.875rem;
}
/* 詳細コンテンツの初期状態 */
.details-content {
  display: none; /* jQueryで制御 */
  padding: 5%;
  background: var(--accent-color-lightyellow);
  width: 100%;
}
.details-summary .btn {
  position: absolute;
  top: 31%;
  right: 27px;
  width: 19px;
  height: 19px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btn:before,
.details-summary .btn:after {
  content: "";
  background-color:var(--text-color);
  width: 19px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  transform-origin: center center;
}
.details-summary .btn:before {
  width: 1px;
  height: 19px;
  top: 0;
  left: 9px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}
.accordion .more{
  position: absolute;
  top: calc(31% + 30px);
  right: 5px;
  font-size: 0.688rem;
}
.details-summary::-webkit-details-marker,
.details-summary::marker {
  display: none;
  content: "";
}
/*addition-box*/
.addition-box{
  margin: 0 auto;
}
.addition-box h2{
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.8em;
}
.details-content ul{
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.details-content p{
  max-width: 800px;
  margin: 0 auto;
}
.details-content ul li{
  margin-top: 20px;
}

/*=================
component-content
=================*/
.component-content{
  max-width: 1440px;
  width: 90%;
  margin: 10% auto;
}
.component-box{
  max-width: 800px;
  margin: 0 auto;
}
.component-content dt{
  font-weight: bold;
}
.component-content dl:nth-child(n+2){
  margin-top: 20px;
}
.component-content dd{
  font-size: 0.875rem;
}

/*=================
product-content
=================*/
.product-content{
  margin: 10% auto 0;
}
.product-box {
  margin: 0 auto 5%;
  max-width: 800px;
  padding: 20px;
  background: var(--main-color);
  width: fit-content;
  margin: 40px auto 30px;
  position: relative;
  border-radius: 10px;
  text-align: center;
  width: 90%;
}
.product-box::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -39px;
  width: 40px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--main-color);
  margin-left: -20px;
}
.product-box h3{
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
  line-height: 1.4em;
  margin-top: 10px;
}
.product-box hgroup{
  text-align: center;
}
.product-box hgroup p{
  font-size: 0.875rem;
}
.product-box picture{
  max-width: 500px;
  margin: 0 auto;
}
.product-box h2{
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  line-height: 1em;
  margin: 20px auto;
}
.product-box h2 span{
  font-size: 0.875rem;
}
.product-box .product-price{
  margin-bottom: 5%;
}
.stor-box{
  width: 100%;
  background: var(--accent-color-green);
  padding: 10% 0;
}
.stor-box h3{
  font-size: clamp(1.25rem, 1.161rem + 0.38vw, 1.5rem);
  position: relative;
  padding: 0 45px;
  color: var(--main-color);
  margin: 10px auto 40px;
  width: fit-content;
}
.stor-box h3:before,
.stor-box h3:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: var(--main-color);

}
.stor-box h3:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.stor-box h3:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.stor-box .store-btn{
  justify-content: center;
}
.stor-box .store-btn a{
  background: none;
  border: solid 1px var(--main-color);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .stor-box{
    padding: 5% 0;
  }
}
/*=================
all
=================*/