/* CSS Document */
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
.cherish_txt, .baby, .sns, .authorization, .season {
  transform: rotate(0.03deg);
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
  /*ここにcss*/
  .main-v {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .video-wrap {
    position: relative;
    height: 100vh;
  }
  video {
    display: block;
    margin: 0 0 0 auto;
  }
  .logo {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  /*パソコン用メニュー*/
  /*スマホは上固定だから不要*/
  .pc-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: url(lib/images/menu_bg.png);
    padding: 40px 0;
    min-width: 1000px;
  }
  .pc-menu_con {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .pc-menu_l {
    float: left;
    margin-left: 20px;
  }
  .pc-menu_r {
    float: right;
    margin-right: 20px;
    padding-top: 15px;
  }
  nav {
    width: 100%;
    background: url(images/sns_bg.png);
    padding: 40px 0;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  /*
    大事にしていること
*/
  .cherish {
    background-color: #f9f8ee;
  }
  .cherish_con {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .cherish_title {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #21a457;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .cherish_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  /*左右入れ替え*/
  .cb_fl2 {
    flex-flow: row-reverse;
  }
  .cherish_cel_l {
    width: 45%;
  }
  .cherish_cel_l img {
    width: 100%;
    height: auto;
  }
  .cherish_cel_r {
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    padding: 30px 10% 0;
  }
  .cherish_sub {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    margin: 0 auto 20px;
  }
  .cherish_txt {
    font-size: 20px;
    line-height: 1.9em;
    margin: 0 auto 60px;
    text-align: left;
    color: #454545;
  }
  .cherish_txt span {
    color: #D51A1D;
  }
  /*ベビーリーフ*/
  .baby {
    padding: 80px 0
  }
  .baby_con {
    background: url(images/babyleaf_bg.png) no-repeat left center;
    width: 1000px;
    min-height: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 550px;
  }
  /*SNSボックス*/
  .sns {
    padding: 80px 0;
    background-color: #fafafa;
  }
  .sns_con {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .sns_insta {
    float: left;
    width: 485px;
    margin-right: 30px;
  }
  .sns_insta_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .instagram_feed img {
    width: 130px;
    height: auto;
    margin: 15px;
  }
  /*認証*/
  .authorization {
    padding: 80px 0;
    background-color: #fafafa;
  }
  .authorization_con {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .authorization_l {
    width: 350px;
    margin-right: 60px;
  }
  .authorization_r {
    -webkit-flex: 1;
    flex: 1;
  }
  .season {
    padding: 80px 0;
    background: url(images/season_bg.jpg) no-repeat center center;
  }
  .season_con {
    width: 1000px;
    margin: 0 auto;
  }
  .comment {
    background: url(images/03.jpg) no-repeat center center;
    width: 100%;
    padding: 100px 0 200px;
    margin-bottom: 120px;
  }
  .comment_con {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: #FFF;
  }
  .comment_title {
    font-size: 2.2em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .comment_txt {
    width: 900px;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 25px;
  }
  .comment_sign {
    width: 900px;
    margin: 0 auto;
    text-align: right;
  }
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
  /*ここにcss*/
  .main-v {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 120px;
    text-align: center;
  }
  .video-wrap {
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  video {
    left: 50%;
    -webkit-transform: translateX(-50%);
    height: 100vh;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .logo {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  /*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/