html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans JP', sans-serif;
    box-sizing: border-box;
    color: rgb(84, 84, 84);
    letter-spacing: 2px;
}
h2 {
    font-size: 22px;
    font-weight: 100;
}
h3 {
    font-size: 20px;
    font-weight: 100;
}
h4 {
    font-weight: 100;
}
p {
    font-size: 18px;
}
@media (max-width: 1200px){
    h2, h3, p {
        font-size: 1.1rem;
    }
}
@media (max-width: 650px){
    h2, h3, p {
        font-size: 1rem;
    }
}
@media (max-width: 360px){
    h2, h3, p {
        font-size: .8rem;
    }
}
@media (max-width: 270px){
    h2, h3, p {
        font-size: .6rem;
    }
}
/* ローディング↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
#load {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: rgb(246, 255, 255);   
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
.load_hiyo {
    width: 6%;
    max-width: 50px;
    min-width: 40px;
    margin: 1.5%;
    animation: hiyo 1.5s ease-in-out infinite;
}
.load_hiyo:nth-child(2) {
    animation-delay: .2s;
}
.load_hiyo:nth-child(3) {
    animation-delay: .4s;
}
@keyframes hiyo {
    0% {
        transform: translateY(0), rotate(0deg);
        opacity: .3;
    }
    50% {
        transform: translateY(80%) rotate(-20deg);
        opacity: .8;
    }
    100% {
        transform: translateY(0), rotate(0deg);
        opacity: .5;
    }
}
.load_hiyo img {
    width: 100%;
}
/* pcヘッダー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
#header_wrap_pc {
    width: 15vw;
    height: 80%;
    margin: 10% 0 75%;
    min-width: 800x;
    position: fixed;
    left: -15vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 1.5s;
    opacity: 0;
    z-index: 3;
}
.home_icon img {
    height: 50%;
}
#header_wrap_pc ul {
    width: 100%;
    max-width: 200px;
    height: 100%;
    font-size: 1.6rem;
    font-family: 'Cormorant Garamond', serif;
    white-space: nowrap;
}
#header_wrap_pc li {
    width: 100%;
    min-width: 180px;
    height: 80px;
    margin: 0 0 0 auto;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(84, 84, 84);
}
#header_wrap_pc li:hover {
    background-color: rgb(146, 245, 212, .5);
    transition: .6s;
}
#header_wrap_pc a {
    color: rgb(84, 84, 84);
    list-style: none;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    width: 120px;
    padding: 22px;
}
#header_wrap_pc.app {
    left: 0;
    opacity: 1;
}
#header_wrap_sp {
    display: none;
}
/* pcヘッダー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
@media (max-width: 1200px){
    #header_wrap_pc {
        display: none;
    }
}
.back_mov {
    width: 100%;
    height: 10vh;
    overflow: hidden;
}
.back_mov video {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -5;
}
.main_logo {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
}
.main_logo img {
   width: 30%;
   max-width: 350px;
   min-width: 200px;
   margin: 0 auto;
   animation: mainlogo 1s ease-in-out forwards;
}
@keyframes mainlogo { 
    0% {
        filter: blur(3rem);
        transform: scale(3 , 1.5);
    } 
    100% {
        filter: blur(0);
    }
}
@media (max-width: 700px){
    .back_mov video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        z-index: -5;
    }
}
/* 表題------------------------------------------------ */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
.main_mess {
    width: 100%;
    height: 1200px;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(219, 238, 238);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main_mess1 {
    width: 60%;
    max-width: 800px;
    height: 30%;
    margin-top: 10%;
    display: flex;
    justify-content: center;
}
.main_mess_logo {
    width: 170px;
    height: 170px;
    margin: 130px 80px 60px 80px;
    animation: birdlogo 4s ease infinite, birdlogo2 8s ease infinite;
}
@keyframes birdlogo { 
    0% {
        transform: rotate(0) scale(1);
    } 
    50% {
        transform: rotate(6deg) translate(3px, 8px) scale(.95 ,1.05);
    }
    100% {
        transform: rotate(0) scale(1);
    }
}
@keyframes birdlogo2 { 
    0% {
        opacity: 1;
    } 
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
.main_mess2 {
    width: 100%;
    margin: 10px;
    padding-bottom: 10vw;
}
.main_mess2 h3 {
    width: 90%;
    margin: 5% 0 15% 0;
    padding: 1px;
    background-color: rgb(255, 255, 255, .5);
}
.main_mess2 span {
    width: 100%;
    text-align: right;
    display: block;
    margin: 20px;
}
.main_mess_cir {
    display: flex;
}
.main_mess_circle {
    width: 150px;
    height: 150px;
    margin: 100px 20px 0 20px;
    background: radial-gradient(rgb(113, 206, 193),rgb(170, 234, 227), rgb(113, 206, 193));
    border-radius: 50%;
    background-size:300% 600%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: gradation 12s ease-in-out infinite;
}
.main_mess_circle:hover {
    opacity: .4;
    transition: .5s;
}
.main_mess_circle p {
    color: white;
    font-size: 1.5rem;
    font-weight: 0;
    font-family: 'Cormorant Garamond', serif;
    text-decoration:none;
}
@keyframes gradation {
    0% {
      background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100%{
        background-position: 0% 0%;
    }
  }
.main_mess_circle:nth-child(1) {
    animation-delay: 0s;
}
.main_mess_circle:nth-child(2) {
    animation-delay: .5s;
}
.main_mess_circle:nth-child(3) {
    animation-delay: 1s;
}
@media (max-width: 1200px){
    .main_mess {
        width: 100%;
        height: 1100px;
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
        background-color: rgb(219, 238, 238);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main_mess1 {
        width: 95%;
        max-width: 850px;
        height: 30%;
        margin-top: 10%;
        display: flex;
        justify-content: center;
    }
    .main_mess_logo {
        width: 140px;
        height: 140px;
        margin: 130px 80px 60px 80px;
    }
}
@media (max-width: 650px){
    .main_mess {
        width: 100%;
        height: 1000px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        background-color: rgb(219, 238, 238);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main_mess1 {
        width: 100%;
        height: 20%;
        margin-top: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main_mess_logo {
        width: 90px;
        height: 90px;
        margin: -20% auto 10% auto;
    }
    .main_mess2 {
        width: 90%;
        height: 100px;
        margin-top: 10%;
    }
    .main_mess2 h3 {
        width: 70%;
        margin: 10% 0 20% 5%;
        padding: 1px 1px 1px 20px;
        font-size: 1.2rem;
        background-color: rgb(255, 255, 255, .5);
    }
    .main_mess2 span {
        width: 100%;
        font-size: 1.5rem;
        text-align: right;
        display: block;
    }
    .main_mess_circle {
        width: 90px;
        height: 90px;
        margin: 220px 10px 0 10px;
        background: radial-gradient(rgb(113, 206, 193),rgb(170, 234, 227), rgb(113, 206, 193));
        border-radius: 50%;
        background-size:300% 600%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: gradation 25s ease-in-out infinite;
    }
    .main_mess_circle p {
        font-size: 1.1rem;
        font-weight: 0;
    }
}
@media (max-width: 360px){
    .main_mess {
        min-height: 650px;
    }
    .pro_box {
        min-height: 650px;
    }
}
/* プロダクト------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* 1 動画作成------------------------------------------- */
#pro01 {
    width: 100%;
    height: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 2 写真撮影------------------------------------------- */
#pro02 {
    width: 100%;
    height: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(rgb(212, 235, 232),rgb(244, 254, 253), rgb(212, 235, 232));
    background-size:500% 500%;
    animation: gradation2 5s ease-in-out infinite;
}
@keyframes gradation2 {
    0% {
      background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100%{
        background-position: 0% 0%;
    }
  }
/* 3 サイト作成------------------------------------------- */
#pro03 {
    width: 100%;
    height: 1200px;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pro03 .pro_box_mess {
    width: 30vw;
}
/* pro03ディスプレイ遅延用 */
#pro03 .pro_box_left_img {
    width: 100%;
    max-width: 650px;
    height: 650px;
    position: relative;
}
#pro03 .pro_box_left_img img {
    object-fit: contain;
    width: auto;
    height: auto;
    margin: 0;
}
#pro03 .pro_box_left_img img:nth-child(1) {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    animation: web_dis 5s ease;
}
@keyframes web_dis {
    0% {
        transform: translate(0, -10%);
    }
    100% {
        transform: translate(0, 0);
    }
}
#pro03 .pro_box_left_img img:nth-child(2) {
    height: 35%;
    position: absolute;
    bottom: 15%;
    left: 8%;
    animation: web_pad 5s ease;
}
@keyframes web_pad {
    0% {
        transform: translate(-10%, 15%);
    }
    100% {
        transform: translate(0, 0);
    }
}
#pro03 .pro_box_left_img img:nth-child(3) {
    height: 30%;
    position: absolute;
    bottom: 17%;
    right: 5%;
    animation: web_pho 5s ease;
}
@keyframes web_pho {
    0% {
        transform: translate(10%, 10%);
    }
    100% {
        transform: translate (0, 0);
    }
}
@media (max-width: 1200px){
    #pro03 .pro_box_mess {
        width: 60vw;
    }
}
@media (max-width: 950px){
    #pro03 .pro_box_left_img img:nth-child(1) {
        width: 80%;
        position: absolute;
        top: 15%;
        left: 10%;
        animation: web_dis 5s ease;
    }
    #pro03 .pro_box_left_img img:nth-child(2) {
        height: 25%;
        position: absolute;
        bottom: 20%;
        left: 5%;
        animation: web_pad 5s ease;
    }
    #pro03 .pro_box_left_img img:nth-child(3) {
        height: 22%;
        position: absolute;
        bottom: 30%;
        right: -20%;
        animation: web_pho 5s ease;
    }
}
@media (max-width: 650px){
    #pro03 .pro_box_left_img img:nth-child(1) {
        width: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
        animation: web_dis 5s ease;
    }
    #pro03 .pro_box_left_img img:nth-child(2) {
        height: 35%;
        position: absolute;
        bottom: 15%;
        left: 5%;
        animation: web_pad 5s ease;
    }
    #pro03 .pro_box_left_img img:nth-child(3) {
        height: 35%;
        position: absolute;
        bottom: 15%;
        right: 10%;
        animation: web_pho 5s ease;
    }
}
@media (max-width: 460px){
    #pro03 .pro_box_left_img img:nth-child(1) {
        width: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
        animation: web_dis 5s ease;
    }
    #pro03 .pro_box_left_img img:nth-child(2) {
        height: 25%;
        position: absolute;
        bottom: 28%;
        left: 5%;
        animation: web_pad 5s ease;
    }
    #pro03 .pro_box_left_img img:nth-child(3) {
        height: 25%;
        position: absolute;
        bottom: 30%;
        right: 5%;
        animation: web_pho 5s ease;
    }
}
/* 4 デザイン------------------------------------------- */
#pro04 {
    width: 100%;
    height: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* pro部 共通------------------------------------------- */
.pro_box {
    width: 80%;
    max-width: 1400px;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pro_box_left {
    z-index: 1;
    width: 180px;
    height: 180px;
    background-color: rgba(219, 247, 237, 0.8);
    top: 10%;
    left: -10%;
    position: absolute;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.pro_box_left h2 {
    font-size: 1.4rem;
    font-weight: 300;
}
.pro_box_left_img video {
    width: 45vw;
    max-width: 650px;
    min-width: 200px;
    margin: 0;
}
.pro_box_left_img img {
    width: 45vw;
    max-width: 650px;
    min-width: 200px;
    margin: 0;
}
.pro_box_right {
    width: 100%;  
}
.pro_box_mess_dai img {
    margin: 0 0 0 auto;
    display: block;
    width: 35vw;
    max-width: 550px;
    min-width: 200px;
    transform: rotate(-10deg);
}
#pro02 .pro_box_mess_dai img {
    opacity: .7;
}
.pro_box_mess {
    margin: 0 1vw 0 auto;
    padding: 50px 20px 50px 0;
    width: 25vw;
    max-width: 500px;
    height: 60%;
    text-align: right; 
    background-color: rgba(219, 247, 237, 0.7);
}
.pro_box_mess span {
    display: inline-block;
}
.btn {
    max-width: 250px;
    margin: 80px 30px 0 auto;
}
a.btn_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: rgba(99, 99, 99, 0.3);
    color: rgb(94, 120, 110);
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
}
a.btn_1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #f3fffd;
    border: 1px solid #848484;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: -5px;
    transition-duration: 0.3s;
}
a.btn_1:hover span {
    left: -1px;
    top: -1px;
}
@media (max-width: 1200px){
    /* 1 動画撮影 1200------------------------------------- */
    #pro01 {
        width: 100%;
        height: 1000px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* 2 写真撮影 1200------------------------------------- */
    #pro02 {
        width: 100%;
        height: 1000px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background: radial-gradient(rgb(212, 235, 232),rgb(244, 254, 253), rgb(212, 235, 232));
        background-size:500% 500%;
        animation: gradation2 5s ease-in-out infinite;
    }
    @keyframes gradation2 {
        0% {
          background-position: 0% 0%;
        }
        50% {
            background-position: 100% 100%;
        }
        100%{
            background-position: 0% 0%;
        }
      }
    /* 3 サイト作成 1200------------------------------------- */
    #pro03 {
        width: 100%;
        height: 1000px;
        background-color: rgb(255, 255, 255);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* 4 デザイン 1200----------------------------------------- */
    #pro04 {
        width: 100%;
        height: 1000px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro_box {
        width: 100%;
        max-width: 1400px;
        height: 1000px;
        margin: 3%;
        display: flex;
        justify-content: center;
    }
    .pro_box_left_img video {
        width: 100%;
        max-width: 600px;
        min-width: 300px;
        margin: 0;
    }
    .pro_box_left_img img {
        width: 100%;
        max-width: 600px;
        min-width: 300px;
        margin: 0;
    }
    .pro_box_right {
        width: 70%;
        max-width: 400px;
        position: relative;
    }
    .pro_box_mess {
        margin: 0 0 0 auto;
        padding: 6% 5% 12% 0;
        width: 90%;
        max-width: 350px;
        min-width: 300px;
        height: 35%;
        text-align: right; 
        background-color: rgba(219, 247, 237, 0.7);
    }
    .pro_box_left {
        z-index: 1;
        width: 130px;
        height: 130px;
        background-color: rgba(219, 247, 237, 0.7);
        top: 170px;
        left: 0;
        position: absolute;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    .pro_box_left h2 {
        font-size: 1.2rem;
        font-weight: 300;
    }
    #pro04 .pro_box_mess_dai img {
        position: absolute;
        right: 0;
        top: -220px;
        display: block;
        width: 40vw;
        max-width: 400px;
        min-width: 350px;
    }
}
@media (max-width: 650px){
    /* 1 動画撮影 650------------------------------------- */
    #pro01 {
        width: 100%;
        height: 190vw;
        min-height: 1100px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* 2 写真撮影 650------------------------------------- */
    #pro02 {
        width: 100%;
        height: 190vw;
        min-height: 1100px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background: radial-gradient(rgb(212, 235, 232),rgb(244, 254, 253), rgb(212, 235, 232));
        background-size:500% 500%;
        animation: gradation2 5s ease-in-out infinite;
    }
    @keyframes gradation2 {
        0% {
          background-position: 0% 0%;
        }
        50% {
            background-position: 100% 100%;
        }
        100%{
            background-position: 0% 0%;
        }
      }
    /* 3 サイト作成 650------------------------------------- */
    #pro03 {
        width: 100%;
        height: 190vw;
        min-height: 1100px;
        background-color: rgb(255, 255, 255);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #pro03 .pro_box_mess {
        min-width: 310px;
    }
    /* 4 デザイン 650----------------------------------------- */
    #pro04 {
        width: 100%;
        height: 190vw;
        min-height: 900px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #pro04 .pro_box_mess_dai img {
        display: block;
        width: 100%;
        max-width: 550px;
        min-width: 200px;
        transform: translate(0, 30px ) rotate(-10deg);
    }
    /* pro部共通 650----------------------------------------- */
    .pro_box {
        width: 100%;
        height: 1000px;
        margin: 20% 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pro_box_left {
        z-index: 1;
        width: 130px;
        height: 130px;
        background-color: rgba(219, 247, 237, 0.8);
        top: 20px;
        left: 0;
        position: absolute;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    .pro_box_left h2 {
        font-size: 1.2rem;
        font-weight: 300;
    }
    .pro_box_left_img video {
        width: 93%;
        max-width: 600px;
        min-width: 200px;
        margin: 0 0 0 7%;
    }
    .pro_box_left_img img {
        width: 93%;
        max-width: 600px;
        min-width: 200px;
        margin: 0 0 0 7%;
    }
    .pro_box_right {
        width: 100%;
        max-width: 95vw;
        position: relative;
    }
    .pro_box_mess_dai  {
        position: absolute;
        right: 10px;
        top: -80vw;
        display: block;
        width: 60vw;
        max-width: 550px;
        min-width: 170px;
    }
    .pro_box_mess_dai img {
        display: block;
        width: 100%;
        max-width: 550px;
        min-width: 200px;
        transform: translate(0, -150px ) rotate(-10deg);
    }
    .pro_box_mess {
        margin: 0 5% 0 auto;
        padding: 6% 5% 15% 0;
        width: 52%;
        max-width: 350px;
        height: 20%;
        max-height: 135px;
        min-height: 110px;
        text-align: right; 
        background-color: rgba(219, 247, 237, 0.7);
    }
    .pro_box_mess span {
        display: inline-block;
    }
    .btn {
        max-width: 200px;
        margin: 20% auto 10% auto;
    }
    a.btn_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        background: rgba(99, 99, 99, 0.3);
        color: rgb(94, 120, 110);
        font-size: 18px;
        letter-spacing: 0.1em;
        text-decoration: none;
        position: relative;
    }
    a.btn_1 span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #e4f7f4;
        border: 1px solid #000;
        box-sizing: border-box;
        position: absolute;
        top: -5px;
        left: -5px;
        transition-duration: 0.3s;
    }
    a.btn_1:hover span {
        left: -1px;
        top: -1px;
    }
}
/* pro部共通 360----------------------------------------- */
@media (max-width: 360px){
    .pro_box_mess_dai {
        left: 140px;
    }
}
/* photo部メッセージ 360以下----------------------------------------- */
@media (max-width: 360px){
    #pro02 .pro_box_mess {
        width: 70vw;
    }
}
/* サイト部メッセージ 360以下----------------------------------------- */
@media (max-width: 360px){
    #pro03 .pro_box_mess {
        min-width: 260px;
    }
}
@media (max-width: 270px){
    #pro03 .pro_box_mess {
        min-width: 210px;
    }
}
/* 修正　各pro部　高さ調整 360以下--------------------------------------- */
@media (max-width: 360px){
    #pro01, #pro02, #pro03 {
        min-height: 900px;
    }
    #pro01 .pro_box, #pro02 .pro_box, #pro03 .pro_box {
        height: 900px;
    }
}
/* 修正　各pro部　筆記体 位置--------------------------------------- */
@media (max-width: 360px){
    #pro01 .pro_box_mess_dai, #pro02 .pro_box_mess_dai, #pro03 .pro_box_mess_dai {
        transform: translate(-30px, 30px);
    }
}
/* 下部 ---------------------------------------------*/
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* コンタクト------------------------------------------- */
#contact {
    width: 100%;
    height: 650px;
    background-color: rgb(219, 238, 238);
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}
.contact_box {
    width: 45%;
    max-width: 600px;
    min-width: 300px;
    height: 90%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.contact_box .pro_box_left {
    z-index: 1;
    width: 180px;
    height: 180px;
    background-color: rgba(255, 255, 255);
    position: absolute;
    top: 20%;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.contact_box .pro_box_left h2 {
    font-size: 1.4rem;
    font-weight: 300;
}
.contact_box .pro_box_right {
    width: 100%;
    height: 100%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
    position: relative;
}
.contact_box .pro_box_mess_dai img {
    display: block;
    width: 35vw;
    max-width: 550px;
    min-width: 200px;
    transform: translate(100px, -50px ) rotate(-10deg);
}
.contact_box .pro_box_mess {
    margin-top: 0;
    padding: 20px 20px 0px 0;
    width: 25vw;
    max-width: 300px;
    height: 28%;
    text-align: right; 
    background-color: rgba(0,0,0,0);;
}
.pro_box_mess span p {
    margin: 7% auto;
}
.pro_box_mess span {
    display: inline-block;
}
@media (max-width: 1200px){
    .contact_box {
        width: 45%;
        max-width: 600px;
        min-width: 400px;
        height: 100%;
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
    }
    #contact .pro_box_left {
        z-index: 1;
        width: 130px;
        height: 130px;
        background-color: rgba(255, 255, 255);
        top: 150px;
        left: 0;
        position: absolute;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    #contact .pro_box_left h2 {
        font-size: 1.2rem;
        font-weight: 300;
    }
    .contact_box .pro_box_right {
        width: 100%;
        height: 100%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .contact_box .pro_box_mess_dai img {
        display: block;
        width: 35vw;
        max-width: 550px;
        min-width: 300px;
        transform: translate(50px) rotate(-10deg);
    }
}
@media (max-width: 650px){
    .contact_box {
        width: 100%;
        max-width: 600px;
        min-width: 300px;
        height: 90%;
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
    }
    #contact .pro_box_left h2 {
        font-weight: 300;
    }
    .contact_box .pro_box_right {
        width: 100%;
        height: 100%;
        margin: 2%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .contact_box .pro_box_mess_dai {
        position: static;
    }
    .contact_box .pro_box_mess_dai img {
        display: block;
        width: 40vw;
        max-width: 550px;
        min-width: 200px;
        transform: translate(-10px, 0) rotate(-10deg);
    }
}
/* ---------------------------------------------------- */
/* プライバシーポリシー---------------------------------- */
#privacy_p a {
    text-decoration: none;
}
#privacy_p p {
    font-size: 15px;
    color: rgb(84, 84, 84);
}
@media (max-width: 650px){
    #privacy_p p {
        font-size: .8rem;
        margin-top: 5vw;
    }
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* フッター------------------------------------------- */
footer {
    width: 100%;
    height: 700px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gotop {
    width: 110px;
    height: 500px;
    margin: 130px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    position: relative;
}
.gotop .gotop_top {
    width: 100%;
    height: 100%;
    position: absolute;
}
.gotop .gotop_bird {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: fly 2s ease infinite;
}
@keyframes fly { 
    0% {
        transform: translateY(10%);
        opacity: 1;
        transition: .2s;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translateY(-8%);
        opacity: 0;
        transition: .5s;
    }
}
.gotop:hover {
    opacity: 1;
    filter: saturate(0) brightness(90%);
    transition: .8s;
}
.gotop img {
    height: 60%;
}
@media (max-width: 1200px){
    footer {
        width: 100%;
        height: 400px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .gotop {
        width: 80px;
        height: 300px;
        margin: 50px auto 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .8;
    }
    .gotop img {
        height: 70%;
    }
}
@media (max-width: 650px){
    footer {
        width: 100%;
        height: 300px;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .gotop {
        width: 70px;
        height: 500px;
        margin: 30px auto 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .8;
    }
    .gotop img {
        height: 90%;
    }
}
.copy {
    opacity: .7;
    margin: 20px auto;
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* 360以下 270以下 レスポンシブ---------------------------------- */
@media (max-width: 360px){
    .main_logo img {
        transform: scale(80%);
    }
    .pro_box {
        overflow:hidden;
    }
    .main_mess {
        height: 500px;
        margin: 0;
    }
    .main_mess img,.main_mess_cir {
        transform: scale(60%);
    }
    .main_mess_circle {
        margin-top: 150px;
    }
    .main_title h3 {
        width: 85%;
        margin: 0;
    }
    .main_title_span span {
        margin: 0;
    }
    .pro_box_mess {
        width: 80%;
        min-width: 180px;
        height: 110px;
        margin: 0 0 0 auto;
    }
    .pro_box_left {
        transform: scale(80%);
    }
    .pro_box {
        height: 600px;
    }
    #pro01 {
        height: 800px;
    }
    #pro02 {
        height: 700px;
    }
    #pro03 {
        height: 700px;
    }
    #pro04 {
        height: 600px;
    }
    .pro_box_mess_dai {
        transform: translate(-30px, 150px);
    }
    #pro04 .pro_box {
        height: 500px;
    }
    #pro04 .pro_box_mess_dai {
        transform: translateY(100px);
    }
    #contact {
        height: 500px;
    }
    #contact .contact_box {
        width: 100%;
        min-width: 140px;
    }
    #contact .pro_box_mess_dai {
        transform: translate(5px, -100px);
        z-index: 3;
    }
    #contact .pro_box_left {
        transform: translateY(-60px) scale(80%);
    }
    .btn {
        transform: scale(90%);
    }
}
@media (max-width: 270px){
    #pro01 {
        height: 700px;
    }
    #pro02 {
        height: 600px;
    }
    #pro03 {
        height: 600px;
    }
    #pro04 {
        height: 500px;
    }
    .pro_box_mess {
        width: 70%;
        min-width: 160px;
        height: 90px;
        margin: 0 0 0 auto;
    }
    #contact .pro_box_mess_dai {
        transform: translateY(-60px) scale(90%);
    }
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ハンバーガー----------------------------------------- */
@media (max-width: 1200px) {
    nav {
        display: block;
        position: fixed;
        background-color: rgb(240, 255, 253);
        top: 35vh;
        right: -200px;
        text-align: right;
        z-index: 4;
        opacity: 0;
        transition: .3s;
    }
    nav a {
        text-decoration: none;
    }
    .open nav {
        right: 0;
        opacity: 1;
    }
    .open #black {
        display: block;
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: .5;
        z-index: 3;
    }
    nav .header_wrap_sp_in {
        padding: 40px 10px 10px 0;
    }
    nav .header_wrap_sp_in ul {
        list-style: none;
        width: 120px;
    }
    nav .header_wrap_sp_in .home_icon img {
        height: 30px;
        margin-right: 10px;
    }
    nav .header_wrap_sp_in ul li {
        margin: 15px;
        border-bottom: 1px solid rgb(84, 84, 84);
    }
    nav .header_wrap_sp_in ul li a{
        display: block;
        color: rgb(84, 84, 84);
        font-family: 'Lora', serif;
        font-size: 1.2rem;
        white-space: nowrap;
        padding: 5px 10px 0 0px;
    }
    nav a:hover {
        background-color: rgb(146, 245, 212, .5);
        transition: .5s;
    }
    .cross {
        background-color: rgb(255, 255, 255, .7);
        border: 1px solid rgb(84, 84, 84);
        opacity: 1;
        width: 60px;
        height: 60px;
        display: block;
        position: fixed;
        top: 83vh;
        right: 45px;
        z-index: 4;
    }
    .cross span {
        position: absolute;
        display: block;
        margin: 0 12px 0;
        left: 0;
        width: 37px;
        height: 1px;
        background-color: rgb(84, 84, 84);
        transition: all .5s;
        border-radius: 4px;
    }
    .cross span:nth-child(1) {
        top: 15px;
    }
    .cross span:nth-child(2) {
        top:29px;
    }
    .cross span:nth-child(3) {
        bottom: 15px;
    }
    .open .cross{
        background-color: rgb(240, 255, 253);
        opacity: 1;
    }
    .open .cross span:nth-child(1) {
        transform: translateY(14.5px) rotate(-45deg)
    }
    .open .cross span:nth-child(2) {
        opacity: 0;
    }
    .open .cross span:nth-child(3) {
        transform: translateY(-14.5px) rotate(45deg)
    }
    #black {
        /* display: none; */
        transition: 1s;
    }
    #header_wrap_sp {
        display: block;
    }
    /* ハンバーガー遅延 */
    #header_wrap_sp.app {
        visibility: hidden;
        opacity: 0;
        transition: .5s;
    }
    nav.app {
        display: block;
    }
    #black.app {
        visibility: hidden;
        opacity: 0;
        transition: .5s;
    }
    .cross {
        transform:  translateY(-20px) scale(120%);
        visibility: hidden;
        opacity: 0;
        filter: blur(10px);
        transition: .5s;
    }
    .cross.app {
        transform:  translateY(0) scale(100%);
        visibility: visible;
        opacity: 1;
        filter: blur(0);
    }
}
@media (max-width: 500px) {
    nav .header_wrap_sp_in ul li a {
        font-size: 1rem;
    }
}
/* 遅延表示用 */
.main_title {
    opacity: 0;
    transform: translateX(-60px);
	transition: opacity 1.5s, transform .8s;
}
.main_title.active {
    opacity: 1;
    transform: translateY(0px);
}
.main_title_span {
    opacity: 0;
    transform: translateY(-50px);
	transition: opacity 1.5s, transform .8s;
}
.main_title_span.active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
}
.pro_box_left_img {
    opacity: 0;
    transform: scale(110%);
	transition: opacity 2s, transform 7s;
}
.pro_box_left_img.active {
    opacity: 1;
    transform: scale(100%);
}
.pro_box_mess {
    opacity: 0;
    transform: translateY(-40px);
	transition: opacity 1.5s, transform .8s;
}
.pro_box_mess.active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .8s;
}
/* JSからコンタクトのクラスを除外 */
#not_js {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
