@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* reset body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  vertical-align: top;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font: 18px/2.0 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}
a {
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active {
  text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.bold {
  font-weight: 700;
  font-size: 1.5em;
}
/*ボタン*/
.button a {
  background: rgba(201, 229, 219, 1.00);
  border-radius: 18px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2em auto;
  max-width: 580px;
  padding: 30px 40px;
  font-size: 1.5em;
  text-decoration: none;
  color: #333;
  line-height: 1.3;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: rgba(25, 222, 149, 1.00);
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}
/*ボタン2*/
.button2 a {
  background: rgba(200, 200, 200, 1.00);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1.8em auto;
  max-width: 380px;
  padding: 20px 10px;
  font-size: 1em;
  text-decoration: none;
  color: #333;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button2 a:hover {
  background: rgba(0, 200, 100, 1.00);
  color: #FFF;
}
.button2 a:hover:after {
  right: 1.4rem;
}
@media only screen and (max-width: 684px) {
  /*ボタン*/
  .button a {
    background: rgba(201, 229, 219, 1.00);
    border-radius: 18px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2em auto;
    max-width: 80%;
    padding: 30px 40px;
    font-size: 1em;
    text-decoration: none;
    color: #333;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 12px;
    height: 12px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .button a:hover {
    background: rgba(25, 222, 149, 1.00);
    color: #FFF;
  }
  .button2 a {
    background: rgba(201, 229, 219, 1.00);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1.5em auto;
    max-width: 80%;
    padding: 15px 20px;
    font-size: 1em;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .button2 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 12px;
    height: 12px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .button2 a:hover {
    background: rgba(0, 200, 100, 1.00);
    color: #FFF;
  }
}
/* ヘッダー
------------------------------------------------------------*/
#header {
  padding: 2em;
  margin: 0;
}
#header h1 {
  font-size: 1em;
  line-height: 1.5em;
  float: left; /*メニュー回り込む*/
}
/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
section {
  margin: 0px;
  padding: 0px;
}
section h2 {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
}
.inner {
  max-width: 1400px;
  margin: 0 auto;
}
.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.fontS {
  font-size: 13px;
}
p {
  text-align: left;
  font-weight: 300;
}
/* パソコンで見たときは"pc" */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp" */
@media only screen and (max-width: 684px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.bg_g {
  background: rgba(70, 210, 135, 1.00); /*グリーン*/
}
.bg_lg {
  background: rgba(220, 245, 225, 1.00); /*グリーン*/
}
.bg_ore {
  background: rgba(255, 148, 0, 1.00); /*オレンジ*/
}
dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  margin: 0;
  border-top: 1px solid #000;
  width: 100%;
  text-align: left;
}
dt {
  width: 20%;
  padding: 0.3em 0em 0.3em 0em;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
dd {
  width: 80%;
  padding: 0.3em 0em 0.3em 0em;
  margin: 0;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
/*
@media screen and (max-width: 684px) {
dl {
   flex-flow: column nowrap;
  }
  dt, dd {
    width: 100%;
    border: 0px;
    padding: 0em;
  }
}*/
h3 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 200;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08 {
  margin: 0 auto;
}
@media screen and (max-width: 684px) {
  #mainImg, #mainImg2, #sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08 {
    max-width: 100%;
    margin: 0;
  }
}
/* ページトップ
------------------------------------------------------------*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: rgba(25, 222, 149, 1.00);
  background: #fff;
  /*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
  box-shadow: 0 0 10px rgba(0, 200, 130, 1.00);
}
/* mainImg
------------------------------------------------------------*/
#mainImg {
  display: flex; /*contentsをcenterに*/
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
}
#mainImg img {
  width: 100%;
  height: auto;
}
.free_icon {
  position: absolute;
  bottom: -6%;
  right: 5%;
  width: 180px;
  height: 180px;
}
@media not all and (min-width: 684px) {
  .free_icon {
    position: absolute;
    bottom: -6%;
    left: 5%;
    width: 140px;
    height: 140px;
  }
}
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
#mainImg2 {
  width: 100%;
  text-align: center;
  padding: 3em 0 2em;
}
#mainImg2 h3 {
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#mainImg2 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /*隙間*/
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 2em;
  padding: 0;
}
#mainImg2 .item {
  width: calc((100% - 1em *2) / 3 /*横4つ*/ );
  margin: 0px;
  padding: 0px;
}
#mainImg2 img {
  object-fit: cover;
  max-height: 100%;
  margin: 0;
}
#mainImg2 p {
  max-width: 900px;
  margin: 1em auto;
  text-align: left;
  display: inline-block;
}
@media not all and (min-width: 684px) {
  #mainImg2 .item {
    width: 100%;
  }
      #mainImg2 p {
    max-width: 90%;
          margin: 0 auto;
  }
}
/* mainImg スマホ
------------------------------------------------------------*/
/* SEC01 SERVIS
------------------------------------------------------------*/
#sec01 {
  margin: 0;
}
.svg {
  width: 900px;
  max-width: 90%;
  height: auto;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
}
#sec01 p {
  max-width: 900px;
  font-weight: 200;
  margin: 1em auto;
}
.item_magical {
  background-image: url("../images/bg_circle.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3em 2em;
}
.water_photo {
  position: relative;
  background-image: url("../images/bg_water.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3em 2em;
  min-height: 600px;
  background-attachment: fixed;
}
.water_text {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 480px;
  height: auto;
}
@media screen and (max-width: 684px) {
  .water_photo {
    display: flex;
    background-image: url("../images/bg_water_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em;
    background-attachment: scroll !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    text-align: center;
    max-width: 100%;
    height: auto;
    position: static;
  }
  .water_text {
    width: 85%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
}
/* SEC02
------------------------------------------------------------*/
#sec02 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /*隙間*/
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 2em;
  padding: 0;
}
#sec02 .item {
  width: calc((100% - 1em *2) / 3 /*横4つ*/ );
  margin: 0px;
  padding: 0px;
}
#sec02 img {
  object-fit: cover;
  max-height: 100%;
  margin: 0;
}
#sec02 p {
  max-width: 900px;
  margin: 1em auto;
  text-align: left;
  display: inline-block;
}
@media not all and (min-width: 684px) {
  #sec02 .item {
    width: 100%;
  }
}
.nayami {
    display: flex;
  background-image: url("../images/bg_nayami.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 2em 5em;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  max-width: 100%;
    margin-bottom: 2em;
}
.nayami img{
width: 900px;
  max-width: 90%;
}
.nayami_p {
  width: 850px;
  max-width: 100%;
  height: auto;
margin: 0 auto;
}

.dev_intro {
  width: 100%;
    height: auto;
    margin: 0;
}
.dev_intro img {
    object-fit: cover;
  width: 100%;
  height: auto;
}

.dev_story {
  width: 940px;
    height: auto;
    margin: 0 auto;
}

.develo {
  width: 940px;
  margin: 0 auto 3em;
    text-align: center;
}

@media screen and (max-width: 684px) {
  .develo {
    max-width: 90%;
    height: auto;
    margin: 0 auto 2em;
  }
  .develo img{
    width: 100%;
    height: auto;
      object-fit: cover;
  }

    
.nayami img {
  max-width: 90%;
  height: auto;
}
.dev_intro {
  width: 100%;
    height: auto;
    margin: 0;
}
.dev_intro img {
  max-width: 100%;
  height: auto;
}

    .dev_story {
  width: 85%;
    height: auto;
    margin: 0 auto;
}
}
/* SEC03 SERVIS
------------------------------------------------------------*/
#sec03 {
  padding: 0 0 3em;
  text-align: center;
    margin: 0;
}
#sec03 p {
  max-width: 900px;
  font-weight: 200;
  margin: 1em auto;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
}
/* SEC04
------------------------------------------------------------*/
#sec04 {
  padding: 0;
}
#sec04 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /*隙間*/
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 2em;
  padding: 0;
}
#sec04 .item {
  width: calc((100% - 1em *2) / 3 /*横4つ*/ );
  margin: 0px;
  padding: 0px;
}
#sec04 img {
  object-fit: cover;
  max-height: 100%;
  margin: 0;
}
#sec04 h3 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 200;
  margin: 1em;
}
#sec04 p {
  max-width: 900px;
  margin: 1em auto;
  text-align: left;
  display: inline-block;
}
@media not all and (min-width: 684px) {
  #sec04 .item {
    width: 100%;
  }
}
/* SEC05 SERVIS
------------------------------------------------------------*/
#sec05 {
  margin: 0;
  padding: 0;
}
#sec05 h3{
font-size: 1.8em;
}
#sec05 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0px; /*隙間*/
  max-width: 100%;
  margin: 0 auto 5em;
  padding: 0;
}
#sec05 .item {
  width: calc(100% / 4 /*横4つ*/ );
  margin: 0px;
  padding: 0px;
}
#sec05 .wrap2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /*隙間*/
  width: 980px;
  max-width: 90%;
  margin: 0 auto 2em;
  padding: 0;
}
#sec05 .item2 {
  width: calc((100% - 1em *2) / 2 /*横2つ*/ );
  margin: 0px;
  padding: 0px;
}
#sec05 .bg_lg {
  padding: 5em 0;
}
#sec05 img {
  object-fit: cover;
  max-height: 100%;
  margin: 0;
}
@media not all and (min-width: 684px) {
  #sec05 .item {
    width: calc(100% / 2 /*横2つ*/ );
    margin: 0px;
    padding: 0px;
  }
}
/* SEC06 Q&A
------------------------------------------------------------*/
#sec06 .qa_h {
  width: 940px;
  max-width: 100%;
  margin: 0 auto 3em;
}
#sec06 h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 0 1em 0;
    font-size: 1.3em;
}
#sec06 .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /*隙間*/
  justify-content: center;
  align-items: center;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
#sec06 .item {
  padding: 0px;
  width: calc((100% - 30px *1) / 2 /*横2つ*/ );
}
@media not all and (min-width: 684px) {
  #sec06 .wrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em;
    gap: 20px; /*隙間*/
    box-sizing: border-box;
  }
  #sec06 .item {
    max-width: 100%;
    width: calc(100% / 1 /*横1つ*/ );
  }
}
#sec06 {
  padding: 5em 0;
}


/* SEC07 お問い合わせ
------------------------------------------------------------*/
#sec07 {
  padding: 4em 0;
}
#sec07 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 200;
	line-height: 1.2;
}

#sec07 p {
  max-width: 900px;
  font-weight: 200;
  margin: 1em auto;
}


@media screen and (max-width: 684px) {
#sec07 .inner{
  max-width: 95%;
}

}
/* SEC08 製品仕様
------------------------------------------------------------*/
#sec08 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 200;
		line-height: 1.2;
    margin: 0 0 2em 0;
}
#sec08 {
  background-image: url("../images/bg08.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  min-height: 1240px;
  background-attachment: scroll;
}
#sec08 .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 940px;
  max-width: 90%;
  margin: 0 auto 5em;
  padding: 0;
  gap: 2em;
}
#sec08 .item1 {
  flex: 1;
}
#sec08 .item2 {
  flex: 2;
}
#sec08 img {
  object-fit: cover;
  max-height: 100%;
  margin: 0;
}
#sec08 dl {
  margin-bottom: 2em;
  font-size: 0.9rem;
  text-align: left;
  line-height: 2;
}

#sec08 .official {
  width: 140px;
  padding: 1em;
margin: 0;
  border: solid 1px #666;
  font-size: 1rem;
	border-radius: 10px;
}

/*
#sec08 dt{
    width: 100%;
    border: 0;
    padding: 1em 0 0 0;
      line-height: 1.3;
  }
    
#sec08 dd {
    width: 100%;
    border: 0 0 1px;
    padding: 0 0 1em 0;
            line-height: 1.3;
     border-bottom:dotted 1px #666666;
  }*/
#sec08 {
  padding: 5em 0;
}

#insta {
margin: 0 auto;
    width: 400px;
    max-width: 95%;
    height: auto;
}
/* フッター
------------------------------------------------------------*/
footer {
  text-align: center;
}
.official {
  width: 180px;
  padding: 2em;
  margin: 0 auto;
  border: solid 1px #666;
  font-size: 0.95rem;
}
footer h3 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 200;
}
footer p {
  max-width: 900px;
  font-weight: 200;
  margin: 0 auto;
}
footer .inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 684px) {
  footer .inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
/*

/*----------------------------------------------------------*/
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (max-width: 684px) {
  h3 {
    font-size: 0.8rem;
  }
  .button a {
    background: rgba(201, 229, 219, 1.00);
    border-radius: 18px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2em auto;
    max-width: 60%;
    padding: 30px 40px;
    font-size: 1.6em;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  #sec08 {
    background-image: url("../images/bg08_sp.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    background-attachment: scroll;
    min-height: 300px;
    padding-bottom: 60px;
  }
  #sec08 .inner {
    max-width: 95%;
  }
	
#sec08 .wrap {
    display: flex;
    width: 940px;
    max-width: 90%;
    margin: 0 auto 5em;
    padding: 0;
    gap: 2em;
    flex-direction: column;
  }
  #sec08 .item1 {
    max-height: 400px;
    box-sizing: border-box;
  }
  #sec08 img {
    max-width: 80%;
    height: auto;
    box-sizing: border-box;
  }
  #sec08 .item2 {}
} /*レスポンシブ*/