    @charset "utf-8";

    body {
        font-family: "Bodoni 72", "FOT-筑紫A丸ゴシック Std";
        color: #707070;}

    .wrapper {
        width: 100%;
        max-width: 1400px;
        height: 100vh;
        margin: 0 auto;
        font-family: "Bodoni 72", "FOT-筑紫A丸ゴシック Std";
    }

    h1 {
        writing-mode: vertical-rl;
        font-size: 16px;
                padding-top: 15px;
        float: left;
        height: 120px;
        position: relative;
        margin-top: 0;
    }

    h2 {
        font-size: 60px;
        color: #2D2D2D;
        font-family: "Ink Free";
        margin-bottom: 10px;
        margin-top: 40px;
        clear: both;
    }

/*★＝＝＝＝＝＝＝＝＝＝＝＝＝＝contact＝＝＝＝＝＝＝＝＝＝＝＝*/

    .webD {
      height: 200px;
      background-color: #9A9185;
      color: white;
      width: 100%;
/*      max-width: 1200px;*/
      margin: 50px auto 0 auto;
        clear: both;
    }

    .webD p {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 70px;
      text-align: center;
      font-family: "FOT-筑紫A丸ゴシック Std";

    }

    /*フェイスブックへのリンク*/
    /* ボタン全体 */
    .flowbtn14 {
      font-family: 'Arial', sans-serif;
      display: inline-block;
      width: 100px;
      font-size: 23px;
      text-align: left;
      background: #f3f3f3;
      border-radius: 0 4px 4px 0;
      color: #666 !important;
      text-decoration: none;
      margin-bottom: 5px;
    }

    .flowbtn14:hover {
      text-decoration: none;
    }

    /* ボタン内テキスト調整 */
    .flowbtn14 span {
      font-size: 16px;
      position: relative;
      left: 8px;
      bottom: 3px;
    }

    /* ulタグの内側余白を０にする */
    ul.snsbtniti2 {
      padding: 0 !important;
    }

    /* ボタン全体の位置 */
    .snsbtniti2 {
      display: flex;
      flex-flow: row wrap;
    }

    /* ボタン同士の余白 */
    .snsbtniti2 li {
      margin: 20px auto;
      text-align: center !important;
    }

    /* プロフィールアイコン */
    .flowbtn14.fl_pf14 {
      border-left: solid 5px #000;
      padding-left: 8px;
    }

    /* Facebook */
    .flowbtn14.fl_fb14 {
      border-left: solid 5px #3b5998;
      padding-left: 8px;
    }

    /* Facebookマウスホバー時 */
    .fl_fb14:hover {
      color: #3b5998 !important;
    }

    .btn {
      background: #999999;
      width: 100%;
      max-width: 121px;
      height: 56px;
      color: #fff;
      font-size: 150%;
      /*        margin: 10px;*/
    }

    .btn:hover {
      background: #CCC;
    }


    /*-------------------------------↓↓nav↓↓---------------------------------*/

    /*=============topページナビ==========*/

    nav.main ul {
        margin-left: 250px;
        margin-top: 100px;
        width: 200px;
    }

    nav.main ul li a {
        list-style-type: none;
        text-decoration: none;
        font-size: 3em;
        margin-top: 15px;
        color: #707070;
        transition-duration: 0.3s;
        border-bottom: 1px solid #707070;
    }

    nav.main ul li a:hover {
        border-bottom: none;
        ;
        background-color: #EDE7DF;
    }

    /*＝＝＝＝＝＝＝＝＝＝＝＝aboutページナビ＝＝＝＝＝＝＝＝＝＝＝*/

    nav.aboutnav {
        font-family: "Bodoni 72";
        width: 100%;
        max-width: 1000px;
        height: 45px;
        padding-left: 150px;
        padding-top: 120px;
/*        border: 1px solid red;*/
    }

    nav.aboutnav ul {
        display: flex;
        line-height: 45px;
    }

    nav.aboutnav ul li {
        width: 10%;
    }

    nav.aboutnav ul li a {
        float: right;
        list-style-type: none;
        text-decoration: none;
        color: #A21D7F;
        transition-duration: 0.3s;
    }

    nav.aboutnav ul li a:hover {
        border-bottom: 1px solid #A21D7F;
    }

    /*=============Worksページナビ==========*/
    .sub {
        width: 100%;
        height: 45px;
        font-family: 'Reem Kufi';
        /* border: 1px solid red;*/
        /*        margin-left: 320px;*/
        background-color: #5D5851;
/*        position: fixed;*/
    }

    .sub ul {
        width: 1000px;
        display: flex;
        justify-content: flex-end;
    }

    nav.sub ul li {
        width: 16%;
        float: right;
        list-style-type: none;
    }

    nav.sub ul li a {
        display: block;
        text-decoration: none;
        padding-left: 10px;
        color: #fff;
/*        font-weight: bold;*/
        margin-top: 10px;
        transition-duration: 0.3s;
    }

    nav.sub ul li a:hover {
        transform: scale(1.3);
    }

    /*=============littleナビ=============*/

    nav.little ul {
        margin-top: 30px;
        text-align: right;
        padding-right: 20px;
        list-style-type: none;
    }

    nav.little ul li a {
        text-decoration: none;
        margin-top: 10px;
        line-height: 30px;
        transition-duration: 0.2s;
        color: #A21D7F;

    }

    nav.little ul li a:hover {
        border-bottom: 2px solid #A21D7F;
        transition-duration: 0.2s;
    }

    /*--------------------------------------------------------------------------------*/
    /*-------------------------------↓↓main↓↓--------------------------------*/

    .ocean {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ocean2 {
        display: none;
    }

    .comment {
        padding-top: 150px;
        font-size: 1.2em;
        margin-left: 200px;
    }

    .comment img {
        position: absolute;
        top: 60px;
        left: 250px;
        z-index: -1;
    }

    .contact {
        margin-top: 250px;
        z-index: 99;
        margin-left: 20px;
    }

    .contact p {
        margin-top: 20px;
    }

    .contact p img {
        margin-right: 10px;
    }

    .contactback img {
        position: absolute;
        top: 490px;
        left: 0;
        z-index: -99;
    }

    .contactback2 {
        display: none;
    }


    footer {
        width: 100%;
        /*        max-width: 1200px;*/
        height: 40px;
        background-color: darkgray;
        font-style: mincho;
        color: white;
        text-align: center;
        margin: 0 auto;
    }

    .Button-style {
        margin-bottom: 50px;
        font-size: 18px;
        display: inline-block;
        padding: 0.5em 1em 0.3em;
        position: relative;
        color: #A21D7F;
        border: solid 2px #A21D7F;
        border-radius: 5px;
        background-color: transparent;
        cursor: pointer;
        text-align: center;
    }

    .Button-style:before {
        background-color: #f1e2e2;
        border-radius: 5px;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: -1;
    }

    .button {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
    }


    /*===============ここからABOUTme==================*/

    .about {
        width: 100%;
/*        max-width: 1350px;*/
        height: 100%;
        /*    margin-left: 240px;*/
/*        border: 1ps solid lime;*/
    }

    .aisatsu {
        margin: 50px 0 0 240px;
    }

    .aisatsu p {
        margin-top: 100px;
        font-size: 0.8em;
        color: #464646;
        line-height: 2.2;
    }

    .me {
        position: absolute;
        top: 0;
        right: 0;
    }

.me_smart{
    display: none;
}

    .aboutme {
        position: absolute;
        top: 550px;
        right: 0;
        height: 323px;
    }

    .aboutme1 {
        width: 100%;
        height: 820px;
/*        border: 1px solid blue;*/
    }

    .about h2 {
        margin-left: 240px;
    }

     .img {
         text-align: center;
    }

.vision{
    margin-bottom: 120px;
}

.vision p{
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 60px;
    font-family: "FOT-筑紫A丸ゴシック Std";
}


    .backbutton {
        position: fixed;
        margin: 0px;
        top:780px;
        left: 10px;
    }

.backbutton a img {
  /*  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);*/
  /*  display: inline-block;*/
  padding: 0.6em 2em;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.backbutton a:hover img {
  transform: translateY(-0.1875em);
}

    /*===================ここからWorksページ================*/
    .workshome {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }


    .workshome h2 {
        text-align: center;
    }


    .web {
        flex-wrap: wrap;
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
    }

    .web .child {
        margin: 15px;
        font-size: 1em;
        text-align: center;
    }

    .web .child a img {
        cursor: pointer;
        transition: all 0.3s ease 0s;
    }

    .web .child a:hover img {
        transform: translateY(-0.1875em);
    }




    .video1 {
        width: 100%;
        max-width: 500px;
        height: 300px;
        margin: 100px auto;
        text-align: center;
        float: left;
        padding-left: 100px;
    }

    .video2 {
        width: 100%;
        max-width: 500px;
        height: 300px;
        margin: 100px auto;
        text-align: center;
        float: right;
        padding-right: 100px;
    }

    .class {
        background-image: url(../images/background/class.png);
        background-position: center;
        height: 974px;
        background-repeat: no-repeat;
        position: relative;
    }

    .middle {
        padding-top: 205px;
        margin: 0 auto;
        width: 100%;
        max-width: 920px;
        position: relative;
    }

    .middle img {
        float: left;
        margin: 10px;
        text-align: center;
        /*      border: 1px solid red;*/
    }

    .leader img {
        margin-left: 190px;
        margin-top: 60px;
        /*        border: 1px solid lime;*/
    }

.bannerdetail{
    position: absolute;
    top:460px;
    right:150px;
    font-size: 0.8em;
}

    .own {
        width: 100%;
        max-width: 1150px;
        margin: 0 auto;
        background-image: url(../images/background/own.png);
        height: 740px;
        background-repeat: no-repeat;
        /*    border: 5px solid blue;*/
    }

.smartmidashi{
    display: none;
}

    .horor p {
        clear: both;
        width: 100%;
        /*      max-width: 860px;*/
        margin: 0 auto;
    }

    .horor p {
        float: left;
        text-align: center;
    }

    .horor p img {
        margin: 100px 10px 30px 10px;
    }


    .cafe {
        width: 90%;
        max-width: 900px;
        height: 700px;
        padding: 10px;
        margin: 0 auto;
        /*      border: 2px solid lime;*/
        filter: drop-shadow(5px 5px 8px gray);
    }

    .cafe p {
        float: left;
        box-shadow: 10px;
        padding: 20px;
    }




    .logo {
        width:100%;
        max-width: 1280px;
        margin: 0 auto;
        text-align: center;
    }


    #imagelightbox {
        /*    position: fixed;*/
        z-index: 9999;
        -ms-touch-action: none;
        touch-action: none;
    }

.photo{
    height: 450px;
}
.photo1 p{
    float: left;
    margin: 10px;
    text-align: center;
}
.photo2 p{
    float: left;
    margin: 10px;
    text-align: center;
}

.photo1{
    width: 1200px;
    margin: 0 auto;
}
.photo2{
    width: 1200px;
    margin: 0 auto;
}

    /*===============ここからWEBページ詳細================*/


    .detail {
        border: 8px solid #A21D7F;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .number {
        width: 100px;
        margin: 30px 0 0 150px;
    }

    .detail table {
        width: 100%;
        max-width: 750px;
        margin: 30px auto 0 auto;
        padding: 30px;
        font-family: 筑紫A丸ゴシック;
        font-size: 1em;
        /*    border: 1px solid red;*/
        clear: both;
    }

    .detail table .gray {
        background-color: #909090;
        color: white;
        text-align: right;
        padding: 12px 20px 12px 12px;
        width: 100px;
    }

    .detail table .white {
        padding: 20px 20px 20px 30px;
    }

    .screen {
        width: 100%;
                max-width: 710px;
        margin: 0 auto;
    }
    .screen2 {
                max-width:290px;
        margin: 0 auto;
    }

    figure.design {
        float: left;
        margin: 10px;
        width: 90%;
    }

    figure.before {
        float: right;
        margin: 10px;
        width: 90%;
}

    .webdetail {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }

    figure {
        width: 90%;
        max-width: 580px;
        margin: 0 auto;
    }

    figure img {
        margin: 20px;
    }


        figcaption{
            width: 90%;
            max-width: 400px;
        }

    /*＝＝＝＝＝要素ごとにふわっとさせる＝＝＝＝＝*/

    .effect-fade {
        opacity: 0;
        transform: translate(0, 45px);
        transition: all 300ms;
    }

    .effect-fade,
    .effect-scroll {
        opacity: 1;
        transform: translate(0, 0);
    }




    /*★テスト★*/

    /*
    .background {
      width: 100vw;
      height: 100vh;
      background: #3E1E68;
    }

    $particleSize: 20vmin;
    $animationDuration: 6s;
    $amount: 20;

    .background span {
      width: $particleSize;
      height: $particleSize;
      border-radius: $particleSize;
      backface-visibility: hidden;
      position: absolute;
      animation-name: move;
      animation-duration: $animationDuration;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      $colors: (#583C87,
          #E45A84,
          #FFACAC);

      @for $i from 1 through $amount {
        &:nth-child(#{$i}) {
          color: nth($colors, random(length($colors)));
          top: random(100) * 1%;
          left: random(100) * 1%;
          animation-duration: (random($animationDuration * 10) / 10) * 1s + 10s;
          animation-delay: random(($animationDuration + 10s) * 10) / 10 * -1s;
          transform-origin: (random(50) - 25) * 1vw (random(50) - 25) * 1vh;
          $blurRadius: (random() + 0.5) * $particleSize * 0.5;
          $x: if(random() > 0.5, -1, 1);
          box-shadow: ($particleSize * 2 * $x) 0 $blurRadius currentColor;
        }
      }
    }

    @keyframes move {
      100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
      }
    }
*/
