@charset "UTF-8";

/*=============================================================================
▼PC/SP/TABLET　共通設定▲
=============================================================================*/
/*基本設定
-----------------------------------------------*/
*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 62.5%;
    font-feature-settings: "palt";
    /* 10px */
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    /* sp横画面font拡大対策 */
    -webkit-animation: fadeIn 0.6s ease-in 0s 1 normal;
    animation: fadeIn 0.6s ease-in 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

a:link,
a:visited,
a:hover {
    /*color: #333;*/
    text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
    outline: none;
    /* FireFox リンク選択時の点線を消す */
}

img {
    vertical-align: bottom;
    border-style: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

ul li {
    list-style: none;
}


/*ライン
-----------------------------------------------*/
.underline {
    text-decoration: underline !important;
}


/*リストにマーク付け
-----------------------------------------------*/
ul.mark {
    margin-left: 1.0em;
    font-size: 16px;
}

ul.mark li {
    text-indent: -1.0em;
}


/*テキスト位置
-----------------------------------------------*/
.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tal {
    text-align: left !important;
}

/*マージン
-----------------------------------------------*/
.mt0 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mg0 {
    margin: 0 !important;
}

/*フォント
------------------------------------------------*/
.font-min {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",serif;
}

.font-bold {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

/*行間
------------------------------------------------*/
.fh-14 {
    line-height: 1.4 !important;
}

.fh-15 {
    line-height: 1.5 !important;
}

.fh-16 {
    line-height: 1.6 !important;
}

/*flexbox
------------------------------------------------*/
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.fw-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}





/*=============================================================================
▲PCのみのデザイン▲
=============================================================================*/
@media screen and (min-width:769px) {
    /* 非表示設定 */
    .pc-none {
        display: none !important;
    }
    .sp-none {
        display: block!important;
    }
}
/*=============================================================================
▼スマホのデザイン▼
=============================================================================*/
@media screen and (max-width: 768px) {

    /* 非表示設定 */
    .sp-none {
        display: none !important;
    }
    .pc-none {
        display: block!important;
    }
    #slide_wrap .slide_item img{
        height: 100vh;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        object-fit: cover;
    }
}
body{
    margin: 0px;
}
.wrap {
    z-index: 99;
    overflow: hidden;
    position: relative;
}
#slide_wrap {
    overflow: hidden;
    z-index: 99;
    margin: 0px;
    padding: 0px;

}
#slide_wrap .slide_item {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 2s linear, transform 4.5s ease;
    width: 100%;
    position: relative;
    transform-origin: center left;
}
#slide_wrap .slide_item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
#slide_wrap .slide_item.show_ {
    opacity: 1;
    transform: scale(1.0);
}
#slide_wrap .slide_item.zoom_ {
    transform: scale(1.0);
}
#slide_wrap .slide_item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#button_2{
    -webkit-appearance: none;
    border-radius: 0;
    position: absolute;
    z-index: 999999;
    right: 0px;
    bottom: 0px;
    padding:5px 20px;
    font-size:180%;
    letter-spacing:5px;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Sawarabi Mincho', sans-serif;
    background-color: #fff;

}
.page2 {
    display:none;
}
