/*
Theme Name: SORALAB INC.
Theme URI: https://soralab.tokyo/
Author: Takeshi Obama
Author URI: https://example.com/
Description: デザインカンプ用テーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://soralab.tokyo/
*/

@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: #fff;
}
img {
    width: 100%;
}
div {
    font-size: 0;
}
main {
    width: 1366px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
    main {
        width: 100%;
        box-shadow: inherit;
    }
}
header {
    position: relative;
    width: 1366px;
}

/* pruge */
.pruge {
    margin-top: 131px;
}
.pruge header.fixed {
    position: fixed;
    top: 0;
}
.pruge .fixed.btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    max-width: 1366px;
}
@media screen and (max-width: 744px) {
    .pruge {
        margin-top: 15.2vw;
    }
    .pruge header.fixed {
        width: 100%;
    }
    .pruge .fixed.btn {
        width: 100%;
		top: inherit;
		transform: none;
		bottom: 0;
    }
}

/* dclinic */
.dclinic {
    /* margin-top: 118px; */
}
.dclinic header.fixed {
    position: fixed;
    top: 0;
}
.dclinic footer.fixed {
    position: fixed;
    bottom: 0;
    max-width: 1366px;
}
@media screen and (max-width: 744px) {
    .dclinic {
        margin-top: 16.533333vw;
    }
    .dclinic header.fixed {
        width: 100%;
    }
    .dclinic footer.fixed {
        width: 100%;
    }
}

/* racle */
.racle {
    margin-top: 139px;
}
.racle header.fixed {
    position: fixed;
    top: 0;
}
@media screen and (max-width: 744px) {
    .racle {
        margin-top: 19.733333vw;
    }
    .racle header.fixed {
        width: 100%;
    }
}

/* dism */
.dism {
    /* margin-top: 139px; */
}
.dism header.fixed {
    position: fixed;
    top: 0;
}
@media screen and (max-width: 744px) {
    .dism {
        /* margin-top: 19.733333vw; */
    }
    .dism header.fixed {
        width: 100%;
    }
}
