@charset "UTF-8";
/*
Theme Name: Mucklo
Description: Muckloオリジナルテーマ
Version: 1.0
Author: EAnzy
*/

html,
body {
  margin: 0;
  padding: 0;
  background: #faf6eb;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  /*高さを100%にして描画エリアをとる*/
}

#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}



#header,
#footer {
  position: relative;
}

#footer {
  background-color: #096490;
}

#header img,
#footer img {
  width: 100%;
  height: 50px;
}

.header-logo,
.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.footer-title {
  color: white;
}

.header-title,
.footer-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

#box1 {
  text-align: center;
}

#box1 video {
  width: 96%;
  margin: 0 2%;
}

#box2,
#box4,
#box5 {
  width: 90%;
  margin: 30px 5% 60px 5%;
}

#box3 {
  display: block;
  width: 90%;
  margin: 30px 5% 50px 5%;
}

#box6 {
  width: 90%;
  margin: 50px 5%;
}

.about-box {
  display: block;
}

.about-box img {
  width: 80%;
  margin: 0 10%;
}

.about-text p {
  color: black;
  font-size: 13px;
}

.title-01,
.title-02 {
  margin: 7% 0 3% 0;
}

.title-01 p,.title-02 p {
  width: fit-content;
  padding: 13px;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  background: -webkit-linear-gradient(to right, rgb(225, 96, 134), #F6A3AD);
  background: linear-gradient(to right, rgb(225, 96, 134), #F6A3AD);
  color: white;
  font-weight: 600;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.text p {
  font-size: 13px;
}

.video-wrapper {
  margin-bottom: 30px;
}

.video-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}

.column1,
.column2 {
  width: 96%;
  margin: 5% 2%;
  display: flex;
  align-items: center;
}

.column1 {
  box-sizing: border-box;
  justify-content: center
}

.column1txt {
  font-size: 13px;
  text-align: center;
}

.column2 video {
  width: 100%;
  height: auto;
}

.text-img-box {
  display: flex;
  justify-content: center;
  margin: 3% 0;
}

.text-img-box p {
  font-size: 13px;
}

.text-img-box img {
  width: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-text p {
  font-size: 18px;
  font-weight: 300;
  display: inline;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(225, 96, 134) 70%);
}

.bottom-text {
  text-align: center;
  margin: 100px 0;
}

.copy {
  text-align: center;
	background-color: #096490;
	font-size: 10px;
	padding: 10px;
}

/* フッター（ページトップへ） */
.pageTop {
	position: fixed;
	right: .1em;
	bottom: 3em;
	z-index: 1;
}
.pageTop a {
  position: relative;
	background-image: url(./img/IMG_0423.PNG);
  background-size: contain;
background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	width: 4em;
	height: 4em;
	margin: 0;
	display: block;
	transition: all .5s ease;
}
.pageTop a:hover {
	opacity: .6;
}
.pageTop a p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-60%);
font-size: 10px;
}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) {
  /* ここに480px以上の範囲のスタイルを記述 */
  /* 480~767pxが適用範囲 */

  /* メインコンテンツ */

}

@media screen and (min-width: 768px) {
  /* ここに768px以上の範囲のスタイルを記述 */
  /* 768~1024pxが適用範囲 */

  #box2,
  #box3,
  #box4,
  #box5,
  #box6 {
    width: 90%;
    margin: 150px 5%;
  }

  .about-text p {
    color: black;
    font-size: 20px;
  }

  .title-01 p,.title-02 p {
    padding: 20px;
    font-size: 35px;
  }

  .text p,.column1txt,.text-img-box p {
    font-size: 20px;
  }

  .bottom-text p {
    font-size: 30px;
    font-weight: 600;
  }

  .pageTop {
    right: .5em;
  }
  .pageTop a {
    line-height: 5em;
    width: 5em;
    height: 5em;
  }
  .pageTop a p {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-57%);
  font-size: 13px;
  }

}

@media screen and (min-width: 1025px) {

  /* 1025px以上の範囲のスタイル */
  /* 1025以上適用範囲 */

  #header img,
  #footer img {
    height: 200px;
  }

  .header-logo,
  .footer-logo {
    width: 200px;
  }

  .header-title,
  .footer-title {
    font-size: 80px;
  }

  #box2,
  #box3,
  #box4,
  #box5,
  #box6 {
    width: 90%;
    margin: 3% 5%;
  }

  .about-box {
    display: flex;
  }

  /*.about-text {
    margin: 0 3%;
  }*/

  .about-text p {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 25px;
  }


  .title-01 p,.title-02 p {
    padding: 20px;
    font-size: 30px;
  }

  .text p {
    font-size: 25px;
    text-align: center;
  }

  .text-img-box p {
    font-size: 25px;
  }

  .text-img-box img {
    width: 80px;
  }

  .bottom-text {
    margin: 200px 0;
  }
  
  .bottom-text p {
    font-size: 40px;
    font-weight: 600;
  }

  .video-wrapper {
    width: 100%;
    display: flex;
  }

  .column1,
  .column2 {
    width: 50%;
  }

  .column1 {
    padding: 60px;
  }

  .column1txt {
    font-size: 25px;
  }

  .pageTop {
    right: 1em;
  }
  .pageTop a {
    line-height: 8em;
    width: 8em;
    height: 8em;
  }
  .pageTop a p {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-57%);
  font-size: 20px;
  }

}