@charset "utf-8";
/* レイアウトのためのCSS */

body{
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-size:1rem;
  line-height:1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; 
  word-wrap: break-word;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #fff;
  text-decoration: none;
  outline: none;
}

p{
  margin:20px 0px;
  font-size: 1.2rem;
  text-align: left;
}
img{
  width:100%;
  height: auto;
}

*{
  box-sizing: border-box;
}
h1{
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: bold;
  z-index: 999;
  letter-spacing: 0.1em;
  line-height: 1.45em;
}
h2{
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*==================================================
/*container inner*/
/*===================================*/
#container{
  position: relative;
  z-index: 1;
}
.inner{
  padding: 70px 20px 50px 20px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

@media screen and (max-width:550px){
 body,p{
  font-size: 1.0em;
  margin:inherit;
 }
 .inner{
  padding: 40px 10px 20px 10px;
 }
 h1,h2{
  margin-bottom: 25px;
  }
}
/*==================================================
/* header */
/*===========================================*/
#header{
  /*min-height: calc(var(--vh, 1vh) * 20);*/
  height: 100px;
}
#g-nav{
  background-image: linear-gradient(315deg, #12bbf3 0%, #fc575e 70%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  height: 100px;
}
.text_area{
  text-align: left;
  padding: 0px 20px;
  flex-grow: 1;
}
.text_area p{
  margin:initial;
  animation-delay: 2.7s;
  font-size: 0.9em;
}
/*右にある丸ナビゲーション色*/
#multiscroll-nav span{
  background:transparent!important;
  border-color:#fff!important;
}

/*右にある丸のナビゲーション現在地色*/
#multiscroll-nav li .active span{
  background:#fff!important;
}

/*左上のナビゲーション*/
#menu{
  font-family: 'Oswald', sans-serif;
}
#menu li {
  display:inline-block;
}

#menu li a{
  display:inline-block;
  text-decoration:none;
  color: #fff;
  padding:20px;
  opacity: 0.9;

}
.name_box {
    position: relative;
    color: #fff;
    position: fixed;
    z-index: 999;
    height: 60px;
    top:20px;
}
@media screen and (max-width:880px){
#header{
  background-image: linear-gradient(315deg, #12bbf3 0%, #fc575e 70%);
  position: fixed;
  width: 100%;
  height: 60px;
  right: 0px;
  opacity: 0.95;
  z-index: 999;
  border-radius: 3px;
}
#wrapper{
  background-color: #f7f7f7;
  padding-top:60px;
}
.name_box {
    top:0;
}
#g-nav{
  background-image: linear-gradient(315deg, #12bbf3 0%, #fc575e 70%);
  position:fixed;
  z-index: 999;
  top:0;
  right: -120%;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  transition: all 0.6s;
  height: auto;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
#g-nav.panelactive{
  right: 0;
}
.text_area p {
    font-size: 0.7em;
    text-align: center;
}
ul#menu{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.text_area{
  text-align: center;
}
#menu li a{
  font-size: 1.5rem;
  padding: 10px;
}
}
/*==================================================
/*全体の設定*/
/*===================================*/
#mainvisual{
  background: linear-gradient(180deg, #F6EEE8 0%, #F6EEE8 50%, #DECFCF 50%, #DECFCF 100%);
  color: #333;
}
#mainvisual p{
  text-align: center;
  margin:initial;
}
#introduction{
  background: #f1f1f1;
}
#webdesign{
  background:#fff;
}
#price{
  background:#F6EEE8;
}
#skill{
  background:#DECFCF;
}
#contact{
  background-color: #90d5ec;
  background-image: linear-gradient(315deg, #12bbf3 0%, #fc575e 70%);
}
#contact h2{
  color: #fff;
}
#webdesign h2,#about h2{
  color:#f45d66;
}
#introduction h2{
  color: #47b1e4;
}
.sp-bottom{
  text-align: center;
}
.sp-bottom a{
  color:#47b1e4;
  cursor: pointer;
}
.sp-bottom a:hover{
  opacity: 0.7;
}
.flex_box{
  display: flex;
  grid-gap:20px;
}
.price_item{
  width: 33.333333%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.price_detail{
  padding: 10px;
  }
img.logo{
  width: 240px;
}
/*sスライド*/
.img-gallery {
  background: #4aa899;
  background-size: 50px 16px;
  min-height: 40vh;
  min-height: calc(var(--vh, 1vh) * 40);
}
.sliderArea {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:680px){
 h1{
  font-size: 1.5rem;
  }
  .sliderArea {
    width: 90%;
  }
}
@media screen and (max-width:550px){
  img.logo{
    width: 160px;
  }
  .flex_box{
    flex-direction: column;
}
  .price_item{
    width: 100%;
  }
}

.ms-section{
  color:#fff;
  display: flex;
  align-items: center;
  background: #fff;
  flex-direction: column;
  margin:0 auto;
  text-align: center;
}
.sp-bottom,.ms-top{
  width: 100%;
  color:#2e2e2e;
  margin-bottom: 20px;
}
.image_box{
  width: 100%;
  display: flex;
  grid-gap: 20px;
}
.image_box2{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top:20px;
}
.image_item1 img{
  max-width: 600px;
}
.image_item2{
  width: 50%;
  margin: 0 auto;
  font-size: 0.9rem;
}
.image_item2 p{
  margin:5px 0px;
  padding:10px 0px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.image_item2 h3{
  margin:20px 0px;
}
.samplebox{
  padding: 20px 0px;
}
.samplesite{
  width: 100%;
  display: flex;
  grid-gap: 20px;
}
.sampleitem{
  width: 33.333333%;
  padding:20px;
}
.modal-item{
  width: 33.3333333%;
  padding:20px;
  border: 1px solid #ddd;
}
.ms-top{
  width: 100%;
  margin-bottom: 30px;
}
/*about*/
#about .sp-bottom ul li{
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

#about .about-list {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#about .about-list dl {
  display: flex;
  justify-content: space-between;
}
#about .about-list dt {
  width: 30%;
  padding: 0 0 0 40px;
}
#about .about-list dd {
  width: 65%;
}
@media screen and (max-width:550px){
  .sp-bottom{
    margin-bottom: 10px;
  }
  #about .about-list dt {
    padding: 0px;
  }
  .image_box,.samplesite{
    flex-direction: column;
  }
  .modal-item,.sampleitem{
    width: 100%;
  }
  .image_item2{
  width: 100%;
  font-size: 0.8rem;
  }
}
/*==================================================
/*問い合わせフォーム*/
/*===================================*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact-form{
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 50%;
}

#contact .input_form{
  margin:10px auto;
  width: 100%;
  color:#333;
}
#contact input[type="submit"]{
  color:#333;
}
.contact-form p{
}
input, textarea {
  width: 100%;
 -webkit-user-select : auto;
 background-color: #fff;
}

label {
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 auto;
  color: #fff;
}
button {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
}
button:hover {
    color:#fff;
    background: #12bbf3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#00bedf, #00a1d0);
}
button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#contact_confirm p{
  font-size: 0.9rem;
}
#contact_confirm h2{
  color: #333;
}
#contact_confirm form{
    color:#333;
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
#contact_confirm label {
  color: #333;
}
.confirm_text{
  background-color: #fff;
  padding: 20px;
}
#contact_complete{
  padding-bottom:100px;
}
#contact_complete ,#contact_complete p{
color:#333;
}
#contact_confirm input,#contact_confirm textarea{
  background-color: #f1f1f1;
}
@media screen and (max-width:550px){
.contact-form{
  width: 100%;
}
}
/*==================================================
/*footer*/
/*===================================*/
#footer{
  bottom:20px;
  left: 20px;
  width:100%;
  background-color:rgba(205,205,205,0.6);
  padding: 0px 20px 0px 20px;
}
small{
  padding: 20px;
  display: block;
  text-align: center;
}

@media screen and (max-width:550px){
 
#footer{
  bottom:inherit;
  left: 20px;
  top:20px;
} 
}

/*==================================================
　スクロールを促す矢印
===================================*/
.scroll_area{
  min-height: 10vh;
  min-height: calc(var(--vh, 1vh) * 10);
  background: #49a899;
  position: relative;
}

/*スクロールダウン全体の場所*/
p.scroll  {
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 0.8em;
  text-align: center;
  display: block;
  margin:initial;

}
p.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  opacity: 0;
  }
  50% {
  opacity: 1;
  }
  100% {
  -webkit-transform: rotate(-45deg) translate(-20px, 20px);
  opacity: 0;
  }
}
@keyframes sdb {
  0% {
  transform: rotate(-45deg) translate(0, 0);
  opacity: 0;
  }
  50% {
  opacity: 1;
  }
  100% {
  transform: rotate(-45deg) translate(-20px, 20px);
  opacity: 0;
  }
}
/*==================================================
　ナビボタン 中心から外に線が伸びる（中央）
===================================*/
#menu img{
  width: 25px;
}
#menu li a{
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

#menu li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 15px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all .2s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
#menu li a:hover::after {
  transform: scale(0.7, 1);/*X方向にスケール拡大*/
}

@media screen and(max-width:880px){
  #menu li a::after {
    bottom: 5px;
  }
}
@media screen and (max-width: 375px){
  #menu li a:hover::after {
    transform: scale(1, 2);/*X方向にスケール拡大*/
  }
}

/*オープンクローズボタン*/
#openclose{
  position: fixed;
  right: 0px;
  z-index: 999;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  width: 40px;
  height: 30px;
  top: 15px;
  right: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-family: 'Oswald', sans-serif;
  font-size: 0.8em;
}
#openclose span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
#openclose span:nth-of-type(1) {
  top: 0;
}
#openclose span:nth-of-type(2) {
  top: 15px;
}
#openclose span:nth-of-type(3) {
  bottom: 0;
}

#openclose span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .4s;
}
#openclose.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
#openclose.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
#openclose.active span:nth-of-type(2)::after {
  transform: rotate(90deg);
}
#openclose.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
@media screen and (max-width:880px){
#openclose{
  opacity: 1;
}
}
/*==================================================
/*アニメーション*/
/*===================================*/
.fadein {
  opacity: 0;
  animation: fadein 2s ease forwards;
}
@keyframes fadein {
  100% {  opacity: 1;}
}
/*4-9　シャッ（左から）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
  opacity:0;
  }

  to {
  opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f45d66;/*伸びる背景色の設定*/
}
#header .bgLRextend::before,#contact .bgLRextend::before{
  background-color: #fff;
  }
#introduction .bgLRextend::before{
  background-color: #47b1e4;
}
#skill .bgLRextend::before{
  background-color: #2e2e2e;
}
#contact .bgLRextend::before{
  background-color: #fff;
  color:#fff;
}

@keyframes bgLRextendAnime{
  0% {
  transform-origin:left;
  transform:scaleX(0);
  }
  50% {
  transform-origin:left;
  transform:scaleX(1);
  }
  50.001% {
  transform-origin:right;
  }
  100% {
  transform-origin:right;
  transform:scaleX(0);
  }
}

/* 4-1 ふわっ（下から） */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(100px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}


/* 4-2　パタッ（左へ） */
.flipLeft{
animation-name: flipLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#vision,
.service-area{
  transform:  translate3d(0, 0, 0);
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger{
  opacity: 0;
}

/*==================================================
　ボタンの動き
===================================*/

a{
  display: block;
  text-decoration: none;
}

.Btn{
  position: relative;
  border: 1px solid #4aa899;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  background: #4aa899;
  border-radius: 3px;
}
.Btn-Text:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.Btn-Text{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}

.Btn-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: .6s;
}

.Btn-Text:hover{
  color: #4aa899;
  transition: .6s;
}

.Btn-Text:hover:before{
  width: 100%;
}
.Btne-Text:hover:after{
  border-top: 1px solid #4aa899;
  border-right: 1px solid #4aa899;
}

.buttonarea{
  margin:10px 0px;
  display: flex;
  width: 50%;
}

/*==================================================
トップに戻るボタンの形状
===================================*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background-color:rgba(36,24,24,0.2);
  border-radius: 3px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
  font-family: 'Oswald', sans-serif;
  font-size: 0.8em;
}

#page-top a:hover{
  background-color:rgba(36,24,24,0.2);
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
  opacity: 0;
  transform: translateY(100px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  opacity: 1;
  transform: translateY(0);
  }
  to {
  opacity: 1;
  transform: translateY(100px);
  }
}

/*モーダルウィドウ*/
.modal-item a:hover {
      opacity: 0.8;
    }

.modal-item a img {
      width: 100%;
    }
.modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      display: none;
    }
.bigimg {
      position: absolute;
      width: 70%;
      max-width: 400px;
      top: 100px;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
    }

.close-btn {
      color: #fff;
      font-size: 20px;
      position: absolute;
      right: 20px;
      top: 0;
    }

.close-btn a {
      color: #fff;
      text-decoration: none;
    }

body.no-scroll {
    overflow: hidden;
}

#installContainer {
position: absolute;
    top: 1em;
    display: flex;
    justify-content: center; */
    width: 100%;
    z-index: 999;
}
#installContainer button {
  background-color: inherit;
  border: 1px solid #111010;
  color: black;
  font-size: 1em;
  padding: 0.75em;
}

.hidden {
  display: none ;
}