/*
Theme Name:dto_end
Theme URI: 
Version: 1.0
Author: matsumiya
Author URI: http://design.yoshida-sd.com/
License: matsumiya
*/


/*全体の基本設定*/

*{
    font-family:'游ゴシック','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background: #fee100;
    color: #000;
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: min(18.3px,3.6vw);
}

.redirect{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    max-width: 920px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.redirect img{
    max-width: 170px;
    width: 30%;
    display: block;
    margin: 0 auto 26px;
}

.redirect p{
    padding-bottom: 16px;
}
.redirect p:last-of-type{
    padding-top: 16px;
    padding-bottom: 16px;
}

.redirect a{
    font-size: min(22.4px,4.24vw);
}