body {
    overflow-x: hidden;
    /* 箱情報 */
    margin: 0px;
    padding: 0px;
    position: relative;
    /* 文字情報 */
    font-size: 18px;
    font-family: Myfont;
    font-display: swap;
    /* 修飾情報 */
    background-color: rgba(255, 255, 255, 1);
    background-image: url('../images/kaiden-background-image.jpg');
    background-size: cover;
    /* アニメーション修飾情報 */
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}


/* HTMLタグ　styles  */

h2 {
    /* 箱情報 */
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 40px;
    /* 文字情報 */
    font-size: 34px;
    text-align: center;
    /* 修飾情報 */
    border-bottom: 4px solid rgba(39, 65, 105, 0.7);
}

article h2 {
    max-height: 64px;
}

nav {
    z-index: 9999 !important;
    position: fixed;
}

sub {
    position: absolute;
    bottom: 30px;
}


/* id styles アルファベット降順  */

#wrapper {
    height: 100vh;
    /* scroll-snap-type: y mandatory; */
    overflow-y: scroll;
    /* -ms-overflow-style: none; */
    /* IE, Edge 対応 */
    /* scrollbar-width: none; */
    /* Firefox 対応 */
}

#wrapper .area {
    padding-top: 30px;
}

#wrapper::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

#top {
    height: 100vh;
}

#page-top02 {
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 14%;
}

#page-top02 img {
    width: 100%;
}

#relations span,
#works span {
    padding: 0px 5px;
    color: red;
    font-size: 12px;
}


/* class styles アルファベット降順  */

.archeBoxPropaty {
    max-width: 1px;
}

.archePropatyPc {
    height: 105vh;
    margin-left: -150px;
}

.archePropatySp {
    display: block;
    max-width: 100vw;
}

.area {
    /* scroll-snap-align: start; */
    min-height: 100vh;
}

.bg-white {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.labeldata:before {
    content: '';
    position: absolute;
    left: -2%;
    top: 10px;
    /*線の上下位置*/
    display: inline-block;
    width: 5px;
    /*線の長さ*/
    height: 22px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: rgba(39, 65, 105, 0.7);
    /*線の色*/
    border-radius: 2px;
    /*線の丸み*/
}

.logoPropaty {
    height: auto;
    width: 130px;
    margin-left: 20px;
    margin-top: 20px;
}

.logoImagePropaty {
    z-index: 9990;
    position: relative;
    width: 100%;
}

.labeldata:before {
    content: '';
    position: absolute;
    left: -2%;
    top: 10px;
    /*線の上下位置*/
    display: inline-block;
    width: 5px;
    /*線の長さ*/
    height: 22px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: rgba(39, 65, 105, 0.7);
    /*線の色*/
    border-radius: 2px;
    /*線の丸み*/
}

.menus {
    list-style: none;
    position: absolute;
    top: 60%;
}

.menus li a {
    border-bottom: 2px solid rgba(39, 65, 105, 0.7);
    display: inline-block;
    color: rgba(39, 65, 105, 0.7);
    margin-top: 10px;
    font-size: 16px !important;
    text-decoration: none;
    padding-left: 0px !important;
}

.menus li a:hover {
    font-weight: bold;
    border-bottom: 4px solid rgba(39, 65, 105, 0.7);
    transition-duration: 0.25s;
}

.rightBox {
    position: absolute;
    top: 40%;
    left: 55%;
    z-index: 5000;
}

.mt-ex {
    margin-top: -260px!important;
}


/*----------------------------
* メニュー開閉ボタン
*----------------------------*/

.menu-btn {
    position: absolute;
    z-index: 9999;
    left: 94vw;
    top: 10%;
}

.menu-btn {
    font-size: calc(20px + 2vw);
    position: fixed;
    top: 5vh;
    left: 93vw;
    margin-right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 0.15em rgba(69, 95, 135, 0.7);
    color: white;
}


/*----------------------------
* メニュー本体
*----------------------------*/

.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(39, 65, 105, 0.7);
}

.menu__item {
    width: 100%;
    height: auto;
    padding: .5em 1em;
    text-align: center;
    color: #fff;
    font-size: calc(20px + 2vw);
    box-sizing: border-box;
}

.menu__item a {
    color: #fff;
    text-decoration: none;
}

.menu__item a:hover {
    color: #fff;
    border: 4px white solid;
    transition-duration: 0.2s;
    padding: 4px 10px;
}


/*----------------------------
* メニューアニメーション前のメニューの状態
*----------------------------*/

.menu {
    transform: translateX(100vw);
    transition: all .3s linear;
}


/*----------------------------
* メニューアニメーション後のメニューの状態 *
*----------------------------*/

.menu.is-active {
    transform: translateX(0);
}

h3 {
    color: rgba(39, 65, 105, 0.7);
    padding: calc(5px + 1vw) 0 0;
}

h3:before {
    content: "■";
    padding-right: 5px;
    padding-bottom: 4px;
    margin-left: -20px;
}


/*----------------------------
* アニメーション　動作指定
*----------------------------*/

@font-face {
    font-family: Myfont;
    src: url('../fonts/ipaexg.woff');
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*----------------------------
* google map styles
*----------------------------*/

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}