@charset "UTF-8";
/* 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;
}

body {
  font-weight: 300;
  color: #000;
  background: #FFFFFF;
  margin: 0;
  font-family: "Sawarabi Mincho";
  font-size: 10px;
}



/*　スマホメニューバー */@media only screen and (max-width: 799px) {
.hamburger {
  display : block;
  position: fixed;
  z-index : 99;
  right : 32px;
  top   : 22px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  width: 24px;
    background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 16px;
  width: 24px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 52px;
  height: 52px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all .75s;
}
.hamburger.active::after {
  border: 2px solid #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  margin-top: 100px;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding:5px 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  font-size:20px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
}


/* ヘッダー PCメニューバー　　　----*/@media only screen and (min-width: 800px) {
  .hamburger {
    display: none;
  }
  .container {
   display: flex;

  }
  .con {
    display: block;
    width: 75%;
    margin: 0 0 0 auto;
  }
  
  .sidebar {
    margin: 0 0 auto 0;
    width: 25%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(234, 234, 228);
    height: 100%;
  }
  .globalMenuSp {
    text-align: center;
    margin-top: 60%;
  }
  .globalMenuSp li {
    padding-bottom: 15px;
  }
  .globalMenuSp li a {
    text-decoration: none;
    font-size: 18px;
    color: rgb(142, 142, 139);;
  }
}




/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
  color: #000;
}

/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

p.img {
  max-width: 100%;
  height: auto;
}

p.explain {
  padding-left: 30px;
  padding-right: 30px;
}

.inner {
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.innerS {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* SEC03 PROJECT
------------------------------------------------------------*/
#sec04 img {
  width: 100%;
  margin-bottom: 30px;
}

/* SEC04 BRAND
------------------------------------------------------------*/
.col4 img {
  display: block;
  margin: auto;
}

.col4 li {
  line-height: 2;
}

.col4 .img {
  margin-bottom: 50px;
  max-width: 100%;
  height: auto;
  margin: auto;
}

#sec04_02 {
  background: url(../images/sora.JPG) no-repeat 100% 100% fixed;
  background-size: cover;
  text-align: center;
  padding: 220px 20px;
}

#sec04_02 img {
  width: auto;
}

/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p {
  margin-bottom: 5px;
}

#sns img {
  padding: 35px 10px 5px 0;
}

#sns a:hover img {
  opacity: 0.8;
}

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .inner {
    width: 1000px;
  }
}
@media only screen and (min-width: 800px) {
  body {
    font-size: 15px;
  }
  /* SEC03 PROJECT
  -----------------*/
  .col4 {
    text-align: center;
  }
  .col4 li {
    display: inline-block;
    width: 40%;
    padding: 0 2.5% 50px;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: left;
  }
  #footer {
    padding: 30px 10px 70px 0;
  }
}
@media only screen and (max-width: 640px) {
  #gallery li {
    float: none;
    width: 100%;
  }
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
  #sec04_02 {
    padding: 50px 20px;
  }
  .col4 {
    width: 80%;
    height: auto;
    margin: auto;
  }
  .col4 li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 799px) {
  section h2 span {
    padding: 0 30px;
  }
  .col4 {
    width: 60%;
    height: auto;
    margin: auto;
  }
  .col4 li {
    margin-bottom: 20px;
  }
}
/* index.html ここから ライン
------------------------------------------------------------*/
.TP {
  position: relative;
}

.logo {
  width: 50%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
}

.top-main {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 850px;
    z-index:-100;
}
.top-main img {
	position: absolute;
	left: 30%;
	max-width: 5000px;
	width: 1600px;
  margin-top: -30px;
	margin-left: -500px;
}

#production {
  max-width: 100%;
  height: auto;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 25px;
}

#company {
  max-width: 100%;
  height: auto;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.col4Title {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 2rem;
}

/* mess.html ペートップ ロゴ
------------------------------------------------------------*/

#size {
  margin-bottom: 10px;
}



/* Climb Designはあなたを応援します！
------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
    #item1 {
        margin: auto;
        max-width: 90%;
        height: auto;
        margin-top: 45px;
        padding-bottom: 50px;
    }
    .item {
        margin:auto;
        max-width: 70%;
        height: auto;
        padding: 20px 0;
    }
    .t-title {
        width:90%;
        font-size: 20px;
        padding-bottom: 10px;
        margin:auto;
    }

    .t-text {
        width:88%;
        font-size: 15px;
        margin:auto;
        padding-bottom:20px;
    }
    .illustimg {
        margin:auto;
        max-width: 90%;
        height: auto;
    }
    .flex-unison {
      padding-top:30px;
    }
    .item6 {
      width: 90%;
      margin: auto;
      padding-top: 30px;
    }
}

@media only screen and (min-width: 800px) {
    #item1 {
        width: 70%;
        height: auto;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .flex-unison {
      width: 90%;
      height: auto;
      margin: auto;
      margin-bottom: 50px;
    }
    .item {
      width: 50%;
      margin: auto;
      margin-bottom: 20px;

    }
    .unison-text {
      width: 80%;
      margin: auto;
      margin-bottom: 20px;
    }
    .illustimg {
      width: 80%;
      margin:auto;
    }
    .item6 {
      width: 80%;
      margin: auto;
    }
}






    /* intro.html
------------------------------------------------------------*/
    .innerIntro {
        padding-top: 70px;
    }

    .wname {
        text-align: center;
        padding-bottom: 20px;
    }

    /* plan.html
------------------------------------------------------------*/
    #Pitem {
        margin: auto;
        max-width: 50%;
        height: auto;
        margin-top: 45px;
    }

    .Plogo {
        max-width: 100%;
        display: flex;
        margin: auto;
    }

    .Plogoitem {
        padding:  5px 5px;
    }

    

    #Pmoney {
        margin: auto;
        max-width: 80%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }



    .Pfull {
        margin: auto;
        max-width: 80%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #planback img {
        width: 10%;
        margin-bottom: 30px;
    }

    #planback {
        background: url(../images/otoha2.png) no-repeat 100% 100% fixed;
        background-size: cover;
        text-align: center;
        padding: 220px 20px;
    }

    #planback {
        width: auto;
    }

    #planback {
        padding: 50px 50px;
    }

    @media (max-width: 799px) {
        #Pmoney {
            margin: auto;
            max-width: 90%;
            height: auto;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .Pfigure {
            width: 100%;
            text-align: center;
        }

            .Pfigure img {
                width: 80%;
                height: auto;
                padding-top: 15px;
            }

        .Pfull {
            margin: auto;
            max-width: 90%;
            height: auto;
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    @media (min-width: 800px) {
        .Pfigure {
            display: flex;
            text-align: center;
            width: 95%;
            margin: auto;
            padding-top: 50px;
            padding-bottom: 50px;
        }

            .Pfigure img {
                width: 90%;
                height: auto;
            }
    }
    /* blog.html ブログ
------------------------------------------------------------*/
    .junbi {
        text-align: center;
    }

    .wc img {
      width: 300px;
      height: 300px;
    }








   


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}