@charset "utf-8";


/*基本設定-----------------------------------------*/
/* 隙間なく表示させるおまじない */
html, body {
    margin: 0px;
    padding: 0px;
}

/* ページ内全体の文字の設定と背景の設定 */
body {
    font-family: "Noto Serif JP", serif; 
    font-size: 16px;
    color: #3E3333;
    line-height:1.8em;
    background-color: #EEECE3;
}

/* ページ内全体のリンクの文字色 */
a{text-decoration: none;}
a:link {color: #3E3333;} 

#container{
    background-color: #DDBD81;
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
    background-size: contain;
    text-align: left;
}

#header {
    height: 100%;
    align-items: center;
    padding-top: 50px;
    display: flex;
}

#keyvisual{
    width: 100%;
    background-image: url(img/back02.png);
    padding-top: 50px;
}

#melon{
    position: relative;
}

#melon p{
    position: absolute;
    right: 25px;
    text-align: right;
}

.otomo_text{
    top: -15px;
    font-size: 48px;
    font-weight: 700;
    font-family: "Kaisei Decol", serif;
    font-style: italic;
    text-shadow:1px 1px 0 #e6dac9,-1px 1px 0 #e6dac9,1px -1px 0 #e6dac9,-1px -1px 0 #e6dac9;
}

.title_text{
    top: 40px;
    font-size: 52px;
    line-height: 1.3em;
    font-family: "RocknRoll One", serif;
    color: #eade34;
    -webkit-text-stroke: 1.5px #a43339;
}

#maintext{
    font-family: "Kaisei Decol", serif;
    color: #EEECE3;
    font-size: 14px;
    width: 70%;
    height: 25%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 145px;
}

.report{
    margin-top: 5%;
    text-align: center;
}

.report p{
    font-family: "Kaisei Decol", serif;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.ice{
    font-size: 24px;
}

.report img{
    width: 50%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    filter: drop-shadow(5px 5px 5px #c2a46d);
}

#footer{
    height: 100%;
    align-items: center;
    padding-top: 50px;
    display: flex;
}