@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');
body {
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif; */
    font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px){
    body {
        background-color: rgb(0 82 38 / .8);
    }
}


.container {
    max-width: 375px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}


/* preload */

#loader {
    z-index: 1001;
}

#loader-wrapper {
    width: 100%;
    max-width: 375px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    animation: fadeout 1.5s 1 linear;
}

#loader-wrapper #loader {
    position: absolute;
    background: url(../images/bg_main.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: .7;
}

#loader-wrapper #loading {
    position: absolute;
    background-image: url('../images/gif.gif');
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 120px;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loader-wrapper #loading:before {
    content: "占い中…";
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#loading_ttl,
#loading_txt {
    text-align: center;
}

#loading_ttl img {
    margin-top: 25px;
}

#loading_txt img {
    margin-top: 150px;
    max-width: 80%;
}

body .main {
    animation: fadein 1.5s 1 linear;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* end preload */


.banner {
    background-image: url('../images/bg_main.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-bottom: 120px;
    z-index: 1;
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    background-image: url('../images/icon_arrow_down.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    bottom: 0;
    z-index: 1;
}
.banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 175px;
    background-image: url('../images/bg_arrow_down.png'), linear-gradient(rgb(0 82 38 / 0), #005226);
    /*background-image: linear-gradient(rgb(0 82 38 / 0), #005226);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    bottom: 0;
    z-index: -1;
}
@media screen and (max-width: 320px){
    .banner:after{
        height: 150px;
    }
}
.banner .banner_ttl,
.banner .banner_txt,
.banner .banner_subttl,
.banner .banner_arrow {
    text-align: center;
}

.banner .banner_ttl img {
    margin-top: 25px;
}

.banner .banner_txt img {
    margin-top: 100px;
}
.banner .banner_txt img {
    max-width: 80%;
}
.banner_subttl img {
    margin-top: 90px;
    max-width: 71.5%;
}

.content {
    background-image: linear-gradient(rgb(0 82 38 / 1), #005226);
    padding: 50px 5% 39px;
}

.sec_ttl,
.sec_img {
    text-align: center;
}
.sec_img img{
    width: 100%;
}
.sec_ttl .sub,
.sec_ttl .ttl {
    color: #fff;
}

.sec_ttl .sub {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.sec_ttl .ttl {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}

.sec_txt {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.03em;
}
.sec_txt strong {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 140%;
}
.sec_txt small {
  display: block;
  line-height: 1.6;
}

.sec_des {
    background: #fff;
    border-radius: 6px;
    padding: 24px 8% 21px;
}

.happy .sec_ttl {
    margin-bottom: 47px;
}
.happy .sec_img img{
    max-width: 60%;
}
.happy .sec_img {
    margin-bottom: 38px;
}

.happy .h_title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.myday {
    margin-top: 76px;
}

.myday .sec_ttl {
    margin-bottom: 32px;
}

.myday .m_content {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.person {
    margin-top: 84px;
}

.person .sec_ttl {
    margin-bottom: 25px;
}

.person .sec_des {
    padding: 15px 5% 24px;
}

.person .sec_img {
    width: 252px;
    height: 252px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative;
}
.person .sec_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.person .p_title {
    font-size: 18px;
    line-height: 1.59;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 17px;
}

.person .p_title span {
    font-size: 24px;
    line-height: 1.19;
    display: block;
}

.btn-link,
#footer {
    background: #fff;
}

.btn-link {
    padding-top: 27px;
}

.c-btn1 {
    max-width: 273px;
    height: 63px;
    margin: 0 auto;
}

.c-btn1 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bg_btn.png) no-repeat center;
    background-size: 100% auto;
}

.gr-link {
    max-width: 280px;
    margin: 36px auto 0;
}

.gr-link .link a {
    font-size: 18px;
    line-height: 1.59;
    text-decoration: underline;
    color: #333333;
    position: relative;
}

.gr-link .link a::before {
    content: "▶";
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

#footer {
    padding: 10px 5% 17px;
}

#footer .f_logo {
    text-align: center;
}

#footer address {
    text-align: center;
    font-size: 12px;
    line-height: 2.33;
    margin-top: 5px;
}


/* end main */
