@charset "UTF-8";

/*==========================================

  スマホのスタイル

==========================================*/




/*==========================================

  共通設定

==========================================*/

@media screen and (max-width:768px) {
  body {
    width: 100vw;
    font-size: 15px;
    line-height: 1.4;
  }

  /* スマホの時にPC用の改行を無効にする */
  .br-pc {
    display: none;
  }

  .align-left {
    text-align: center;
  }


}




/*==========================================

  ヘッダー

==========================================*/
@media screen and (max-width:768px) {
  header .pc-navi {
    display: none;
  }

  header .sp-navi {
    display: block;
    opacity: 1;
    position: relative;
  }

  header {
    height: 46px;
  }
}


/************************************
  スマホのナビ
************************************/
@media screen and (max-width:768px) {

  /* ハンバーガーメニュー */
  .ham {
    position: fixed;
    width: 35px;
    height: 46px;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-right: 30px;
    z-index: 100;
  }
  .ham_line {
    width: 35px;
    height: 2px;
    background-color: #f39800;
    position: absolute;
    transition: all 0.3s;
  }
  .ham_line1 {
    top: 11px;
  }
  .ham_line2 {
    top: 22px;
  }
  .ham_line3 {
    top: 33px;
  }

  /* ボタンをクリックしたらバツに変形 */
  .clicked .ham_line1 {
    transform: rotate(45deg);
    top: 22px;
  }
  .clicked .ham_line2 {
    transform: translateX(10px);
    opacity: 0;
  }
  .clicked .ham_line3 {
    transform: rotate(-45deg);
    top: 22px;
  }

  .clicked .ham_line {
    background-color: #fff;
  }

  header .sp-navi .logo-sp img {
    height: 36px;
    margin-left: 30px;
    transform: translateY(5px);
  }

  header .sp-navi .sp-mask {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    z-index: 10;
  }

  header .sp-navi .sp-mask.clicked {
    visibility: visible;
  }

  header .sp-navi .sp-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 200;
    font-size: 20px;
    text-align: center;
  }
  
  
  header .sp-navi .sp-menu-wrapper.clicked {
    visibility: visible;
  }

  header .sp-navi .sp-menu-wrapper li:not(:first-of-type) {
    margin-top: 50px;
  }
}



/*==========================================

  フッター

==========================================*/
@media screen and (max-width:768px) {
  footer .footer-inner {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  footer .footer-inner a {
    margin-bottom: 20px;
  }

  footer .footer-inner ul {
    display: block;
    width: 100vw;
  }

  footer .footer-inner ul li {
    padding: 20px 0;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
  }

  footer .footer-inner ul li:first-of-type {
    border-left: none;
    border-top: 1px solid #bfbfbf;
  }

  footer p {
    padding-bottom: 20px;
  }
}







/*==========================================

  【main 共通項目】

==========================================*/
@media screen and (max-width:768px) {
  .sec-01, .sec-02, .sec-03, .sec-04 {
    width: 100%;
    margin-bottom: 110px;
  }

  /* 箱の大きさを1000pxに */
  .sec-01 > div,
  .sec-02 > div,
  .sec-03 > div,
  .sec-04 > div {
    width: 100%;
  }

  h2 {
    font-size: 37px;
    padding-top: 90px;
    line-height: 1.2;
  }

  .sec-02::before,
  .sec-03::before,
  .sec-04::before {
    width: 120px;
    height: 120px;
  }


}




/*==========================================

  【main > sec-01】

==========================================*/

@media screen and (max-width:768px) {
  .sec-01 h1 {
    height: auto;
  }

  .sec-01 h1 img {
    height: auto;
  }

  .sec-01 .mv-illust {
    margin-top: -17px;
    margin-bottom: 40px;
  }

  .sec-01 .mv-illust img {
    height: auto;
    width: 93%;
  }

  .sec-01 .annotation {
    font-size: 11px;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }

  .sec-01 > div .comp-name {
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  
  .sec-01 > div .to-web {
    margin-top: 12px;
  }

}





/*==========================================

  【main > sec-02】

==========================================*/

@media screen and (max-width:768px) {
  .sec-02 {
    margin-bottom: 0;
  }

  .sec-02 dl {
    width: 90%;
  }

  .sec-02 div.illust::before,
  .sec-02 div.illust::after {
    content:none;
  }

  .sec-02 dl dt,
  .sec-02 dl dd {
    font-size: 14px;
    padding: 15px 5%;

  }

  .sec-02 dl dt.number {
    width: 10%;
  }
  .sec-02 dl dd {
    width: 90%;
  }


  .sec-02 a {
    width: 90%;
    font-size: 22px;
    height: 60px;
    margin-top: 40px;
  }

  .sec-02 a::after {
    width: 17px;
    height: 17px;
    transform:translateX(-15px);
  }

  
}




/*==========================================

  【main > sec-03】

==========================================*/

@media screen and (max-width:768px) {
  .sec-03 > div > h2 + a {
    width: 70%;
    margin: 30px 0;
  }

  .sec-03 > div > h2 + a > img {
    width: 100%;
  }

  .sec-03 .banner-trial {
    width: 90vw;
    margin-top: 15px;
  }

  .sec-03 .sec-03-lead {
    font-size: 20px;
  }

}




/*==========================================

  【main > sec-04】

==========================================*/
@media screen and (max-width:768px) {
  .sec-04 {
    margin-bottom: 0;
  }
  .sec-04 > div {
    padding: 0 5% 30px 5%;
  }
  .sec-04 p {
    margin-top: 30px;
  }

  .sec-04 ul li {
    margin-top: 15px;
    line-height: 1.5;
  }
  
}



/*==========================================

  【 satori__creative_container 】

==========================================*/
@media screen and (max-width:768px) {
  #satori__creative_container {
    width: 100%;
  }
}





















