body {
  margin: 0;
  font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
}

/* -----------headerここから------------*/
header {
  display: flex;
  justify-content: space-between;
}

#header-left {
  background-color: #18A0CB;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 0.5% 0 0.5%;
}

#header-left a {
  text-decoration: none;
}

@media screen and (max-width: 560px){
  #header-left a {
    flex-direction: column;
    align-items: baseline;
  }
  #header-left h1 {
    padding-top: 2px;
  }
}

#header-left img {
  height: 1.5vw;
  padding-right:1vw;
}

#header-left h1 {
  display: inline-block;
  color: white;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}

#header-center {
  display: flex;
  flex-grow: 1;
}

#triangle-left {
  background-color: #18A0CB;
  width: 50%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  margin-left: -1px;
  border-bottom: 1px solid #18A0CB;
}

#triangle-right {
  width: 50%;
  height: 100%;
  background-color: #262626;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  border-right: 2px solid #262626;
  margin-right: -1px;
}

#header-right {
  background-color: #262626;
  display: flex;
  align-items: center;
}

#nav {
  display: flex;
  list-style: none;
  margin: 0 auto;
}

#nav a {
  text-decoration: none;
  color: #fff;
}

.nav-div {
  margin: 10px 2vw;
  text-align: center;
}

.nav-div p {
  margin: 0;
  font-size: 14px;
}

.nav-div span {
  font-size: 16px;
}

.menu {
  position: relative;
}

.drop-menu:hover .drop-menu-list {
  visibility: visible;
}

.menu a {
  align-items: center;
  text-decoration: none;
}

.drop-menu {
  position: relative;
}

.drop-menu-list {
  background-color: #262626; 
  position: absolute;
  top: 100%;
  visibility: hidden; 
  width: 80%;
  text-align: center;
  z-index: 1;
  padding: 20px 20px ;
  list-style: none;
}

.drop-menu-item {
  padding: 15px 0;
  border-top: 1px solid #fff;
}

#drop-menu-item2 {
  border-bottom: 1px solid #fff;
}

.drop-menu-item:hover a{
  color: #67d5f6 !important;
}

.openbtn1 {
  display: none;
}

/* ----header----PC版ここまで */

@media screen and (max-width: 960px){
  #header-left img {
    height: 15px;
  }

  #header-left {
    width: 40%;
    padding: 0 0 0 5%;
  }

  #nav {
    display: none;
  }

  #header-right {
    width: 70px;
    justify-content: right;
    height: 60px;
  }

  /* ハンバーガー */
.openbtn1{
  display: block;
  position: relative;
  background:#262626;
  width: 70px;
  height:100%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .3s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

#menu-span {
  content:"Menu";
  display: inline-block;
  transition: all .3s;
  position: absolute;
  left: 10px;
  top: 38px;
  height: 0;
  color: #fff;
  width: 0;
  font-size: 14px;
}

/*activeクラス*/
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
}

@media screen and (max-width: 420px){
  #header-left h1 {
    font-size: 17px;
  }

}

@media screen and (max-width: 356px){
  #header-left h1 {
    font-size: 15px;
  }
}


/* -----------headerここまで------------*/
/* ハンバーガーメニューを開いた時の画面 */
.hamburger {
  display: none;
}

@media screen and (max-width: 960px){
  .ham-menu br {
    display: inline-block;
  }
  .hamburger {
    width: 100%;
    height: auto;
    background-color: #262626;
    position: absolute;
    z-index: 50;
    right: 0;
    display: block;
    opacity: 0;
    transition: all .2s linear;
    display: none;
  }

  .hamu-open {
    width: 100%;
    height: 100dvh;
    background-color: #262626;
    position: absolute;
    z-index: 50;
    right: 0;
    display: block;
    opacity: 0.98;
    display: block;
    transform: translateX(0);
  }

  #ham-div {
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
  }

  #ham-ul {
    list-style: none;
    margin: 10% 0;
    padding-inline-start:0px;
  }

  #ham-ul a {
    text-decoration: none;
    color: #fff;
  }

  .ham-menu {
    border-bottom: 1px dotted #fff;
    width: 80%;
    margin: 0 auto;
  }

  .hamu-menu-top {
    border-top: 1px dotted #fff;
  }

  .ham-menu a{
    display: flex;
    justify-content: right;
    align-items: center;
    height: 60px;
  }

  .ham-menu a p{
    margin: 0;
    width: 50%;
    color: #18A0CB;
  }

  .ham-menu a span {
    font-size: 20px;
    width: 50%;
  }
  
  #ham-left {
    width: 30%;
    height: 100dvh;
  }

  #ham-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #ham-right {
    width: 70%;
  }

}

/* ハンバーガーメニューを開いた時の画面ここまで */
/* --------main-picここから------------ */
.main-pic {
  position: relative;
  height: 100dvh;
  width: 100%;
  background-repeat: no-repeat;
}

.main-pic img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: right;
}

.main-pic-line {
  position: absolute;
  top: 35vh;
  width: 100%;
  background-color: rgba(255,255,255,0.6);
  text-align: left;
}

.main-pic-text h1 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 5%;
}

.main-pic-text p{
  font-weight: bold;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 5%;
}

@media screen and (max-width: 720px){
  .main-pic-text h1 {
    font-size: 25px;
  }
  
  .main-pic-text p{
    font-weight: bold;
    font-size: 25px;
  }
}

@media screen and (max-width: 580px){
  .main-pic-text h1 {
    margin-bottom: 0;
  }
  
  .main-pic-text span,#main-line span {
    display: block;
  }
}
/* -----------main-picここまで----------------- */
#main-line {
  width: 100%;
  height: auto;
  background-color: #262626;
  color: #D9D006;
  text-align: center;
}

#main-line h2 {
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width: 720px){
#main-line h2 {
    font-size: 20px;
  }
  }
/* ---------------main-lineここまで---------------------- */

/* ------------------mainここから----------------------------- */
section span {
  display: block;
}

section {
  width: 100%;
  height: 2000px;
  background-image: url(../img/product-2/background-img.jpg);
}

.p-div {
  width: 50%;
  text-align: center;
}

.p-div-p {
  text-align: left;
  margin-left: 24%;
}

#p-relative {
  position: relative;
  width: 100%;
  height: 2000px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.6);
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#p-01 {
  position: absolute;
  top: 0;
  left: 2%;
}

#p-02 {
  position: absolute;
  top: 250px;
  right: 2%;
}

#p-03 {
  position: absolute;
  top: 600px;
  left: 2%;
}

#p-04 {
  position: absolute;
  top: 950px;
  right: 2%;
}

#p-05 {
  position: absolute;
  top: 1350px;
  left: 2%;
}

/* class="p-divの"装飾指定 */

.p-div-flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

#flex-05 {
  align-items: center;
}



.number {
  color: #18A0CB;
  font-size: 100px;
  margin: 0;
}

.title {
  font-size: 40px;
  margin: 0;
  margin-left: 5px;
}

.p-div img {
  margin-left: 5%;
}

.p-div-p p{
  margin: 0;
  font-size: 20px;
}

.p-div span {
  font-size: 18px;
}

@media screen and (max-width: 790px) {

.number {
  font-size: 85px;
}
.title {
  font-size: 35px;
}

.p-div-p p {
  margin: 0;
  font-size: 18px;
}
.p-div-p {
  margin-left: 20%;
}

.p-div span {
  font-size: 16px;
}
}

@media screen and (max-width: 680px){
section {
  width: 100%;
  height: 2900px;
  }

#p-relative {
  position: relative;
  width: 100%;
  height: 2900px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.6);
  }


.number {
  font-size: 85px;
  }
  .title {
  font-size: 35px;
  }  
#p-relative {
  position: static;
  display: flex;
  flex-direction: column;
}


.p-div {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.p-div-p {
  text-align: center;
  margin-left: 0;
}

.wrapper {
  max-width: 100%;
}

#p-01 {
  position: static;
}

#p-02 {
  position: static;
}

#p-03 {
  position: static;
}

#p-04 {
  position: static;
}

#p-05 {
  position: static;
}

/* class="p-divの"装飾指定 */

.p-div-flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

#flex-05 {
  align-items: center;
}

.p-div img {
  margin-left: 5%;
}

.p-div-p p{
  margin: 0;
  font-size: 20px;
}

.p-div span {
  font-size: 18px;
}
}

/* -----------footer------------- */
footer {
  background-color: #262626;
  color: #fff;
}

#footer-flex {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#footer-left {
  max-width: 50%;
}

#footer-right {
  max-width: 50%;
}

#footer-left h4 {
  font-size: 24px;
  margin: 0 0 0 10px;
}

#footer-left div {
  display: flex;
}

footer dl {
  margin-top: 30px;
}

#footer-left dt {
  float: left;
  margin-top: 10px;
}

#footer-left dd {
  margin-top: 10px;
}

#footer-left #dt-top {
  margin-top: 0;
}

#copy {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
}


@media screen and (max-width: 780px){
  
#footer-flex {
  padding-top: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#footer-left {
  max-width: 50%;
}

#footer-right {
  max-width: 50%;
}

#footer-left h4 {
  font-size: 24px;
  margin: 0 0 0 10px;
}

#footer-left div {
  display: flex;
  flex-direction: column;
}

#footer-left div img {
  width: 30%;
  margin-left: 10px;
}

footer dl {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

#footer-left dt {
  float: left;
  margin-top: 10px;
  font-weight: bold;
}

#footer-left dd {
  margin-top: 10px;
  margin: 0;
}

#footer-left #dt-top {
  margin-top: 0;
}

#copy {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
}

iframe {
  width: 100%;
}
}
@media screen and (max-width: 550px){
  #footer-flex {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 98%;
    margin: 0 ;
  }
  
  #footer-left {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 0 10%;
    box-sizing: border-box;
  }
  
  #footer-right {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  
  #footer-left h4 {
    font-size: 24px;
    margin: 0 0 0 10px;
  }
  
  #footer-left div {
    display: flex;
    flex-direction: column;
  }
  
  #footer-left div img {
    width: 15%;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  
  footer dl {
    margin-top: 20px;
    display: inline-block;
    padding-left: 0;
    width: 100%;
  }
  
  #footer-left dt {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
  }
  
  #footer-left dd {
    margin-top: 10px;
  }
  
  #footer-left #dt-top {
    margin-top: 10px;
  }

  #footer-left #dd-id {
    margin-left: 50px;
    margin-top: 0;
  }
  
  #copy {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 10px;
  }
  
  iframe {
    width: 80%;
  }
  }

   /* 下部ボタン */
#btn-5 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 24px;
  bottom: 0;
}

.btnlinestretches5{
position:relative;
color:#333;
padding: 10px 0;
display:inline-block;
text-decoration: none;
outline: none;
}

.btnlinestretches5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #18A0CB;
  border-radius: 10px;
}

/*矢印の設定*/
.btnlinestretches5::after {
  content: "";
  position: absolute;
  bottom:-5px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #18A0CB;
  border-right: 3px solid #18A0CB;
  transform: rotate(45deg);
}

.btnlinestretches5::before {
  animation: arrowlong01 3s ease infinite;
}
.btnlinestretches5::after {
  animation: arrowlong02 3s ease infinite;
}

@keyframes arrowlong01{
  0%{width:0;opacity:0}
  20%{width:0;opacity:1}
  80%{width:105%;opacity:1}
  100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
  0%{left:0;opacity:0}
  20%{left:0;opacity:1}
  80%{left:103%;opacity:1}
  100%{left:103%;opacity:0}
}

  /* PAGE-TOPここから */

  .pagetop {
    width: 100%;
    display: flex;
  }

  .pagetop p {
    margin: 0;
  }

  #background-blue {
    opacity: 0;
    width: 70%;
    height: auto;
  }

  #background-blue p {
    color: #ffffff;
    display: none;
  }

  #background-gray {
    background-color: #262626;
    border-bottom: 5px #262626;
    width: 30%;
    height: 39px;
    margin: -1px 0 -1px auto;
    display: flex;
  }

  #background-gray a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 5px;
  }

  #background-gray p {
    margin:  0 auto;
    width: 70%;
    font-weight: bold;
  }


  .triangle {
    background-color: #262626;
    width: 22px;
    height: 38px;
    margin-right: -1px;
    margin-top: -2px;
    margin-bottom: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    border: 1px solid #262626;
  }
  .triangle p {
    display: none;
  }

/* ----jq--------- */

.body-overflow {
  overflow-y: hidden;
}

.p01,.p02,.p03,.p04,.p05 {
  opacity: 0;
  transform: translateY(50px);
  transition: 2s;
}

.p-div-fadein {
  opacity: 1;
  transform: translateY(0);
}

.main-slide-h1 {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(-100px);
}

.main-slide-p {
  opacity: 0;
  transition: 1.5s;
  transform: translateX(-100px);
}

.main-slidein {
  opacity: 1;
  transform: translateX(0);
}

.main-line-fadeout {
  opacity: 0;
  transition: 2s;
}

.main-line-fadein {
  opacity: 1;
}