@charset "utf-8";


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

/* ページ内全体の文字の設定と背景の設定 */
body {
    font-family: "游明朝体";
    font-size: 1rem;
    color: white;
    line-height: 1.8em;
    background-color: #32372a;
    background-image: url(img/back_dot.png);
}

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

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #51004a;
}

a:active {
    color: #6f0066;
}



/*トップページ---------------------------------------------------------*/

#container {
    background-image: url(img/haikei.jpg);
    margin: 0 auto;
    width: 390px;
    max-width: 390px;
    text-align: left;
}

#keyvisual {
    width: 390px;
    height: 844px;
    background-image: url(img/main.jpg);
    background-size: cover;
    display: inline-block;
}

.head {
    display: flex;
    width: 90%;
    margin: 25px auto;
}

.logo {
    margin: -5px auto 0 142px;
    max-width: 100%;
    height: auto;
}

.menu_btn {
    position: fixed;
    padding: 0 320px;
}

.topcopy {
    margin: 5px auto auto 40px;
}

.title {
    padding: 35px;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 5px 11px #fff);
    max-width: 100%;
    height: auto;
}

.copy {
    margin: -44px auto;
    text-align: center;
    line-height: 1.6em;
}
/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    right: 50%;
    top: 790px;
    writing-mode: vertical-rl;
  }
  /* 線のアニメーション部分 */
  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -79px;
    content: "";
    height: 75px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  /* 線のアニメーション */
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  
  

.scrol_line {
    margin: 0 auto;
}

.fixed_banner {
    position: sticky;
    z-index: 99999;
    top: 589px;
    margin: -41px 0 0 320px;
    background-color: rgba(255, 0, 0, 0);
    border: 0;
    filter: drop-shadow(1px 1px 2px rgba(96, 107, 96, 0.518));
    }
    .ringo{

    }
    
    
    .floating-banner:hover {
    opacity: .8; /* マウスが重なった時に少し透過させます */
    }
    

#sample {
    display: flex;
    width: 100%;
    max-width: 390px;
    overflow: hidden;
}

.lip {
    margin: 45px 0 0 -20px;
}

.kagami {
    margin: 45px 0 0 -170px;
}

.kira {
    margin: 45px 0 0 -25px;
    filter: drop-shadow(0px 0px 6px #fff);
}

.kira2 {
    margin: 190px 0 0 -130px;
    filter: drop-shadow(0px 0px 6px #fff);
}

.joho {
    margin: 7px auto;
    text-align: center;
    line-height: 1.6em;
}

#about {
    background-repeat: no-repeat;
    background-image: url(img/about1.png);
    background-position: center 23px;
    display: inline-block;
    filter: drop-shadow(0px 2px 7px rgb(96, 107, 96));
}

.about_title {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
}

.about_sub {
    color: black;
    font-size: 0.7rem;
    text-align: center;
    margin: -20px auto 0;
}

.h2txt {
    color: black;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    margin: 5px auto;
}

.point1 {
    height: 340px;
    background-image: url(img/a1.png);
    background-repeat: no-repeat;
    background-position: 192px 69px;
}

.point {
    width: 45%;
    margin: 0 45px;
}

.h3txt {
    font-family: "EB Garamond", serif;
    font-weight: normal;
    color: black;
    font-size: 1.4rem;
}

.h4txt {
    font-family: "EB Garamond", serif;
    font-weight: normal;
    color: black;
    font-size: 1.1rem;
    margin: -25px auto 25px;
}

.bun {
    font-family: "游ゴシック";
    color: black;
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.about2 {
    background-image: url(img/about2.png);
    background-repeat: no-repeat;
    background-position: center -1px;
    display: inline-block;
    filter: drop-shadow(0px 4px 4px rgba(96, 107, 96, 0.518));

}

.point2 {
    height: 322px;
    padding-top: 52px;
    background-image: url(img/a2.png);
    background-repeat: no-repeat;
    background-position: 211px 55px;
}

.about3 {
    background-image: url(img/about3.png);
    background-repeat: no-repeat;
    background-position: center 0;
    display: inline-block;
    filter: drop-shadow(0px 4px 4px rgba(96, 107, 96, 0.518));

}

.point3 {
    height: 303px;
    padding-top: 51px;
}

#howto {
    height: 700px;
    background-image: url(img/nizimi.png);
    background-repeat: no-repeat;
    background-position: 195px 14px;
}

.howto_title {
    margin: 80px 0 0 40px;
}

.howto_sub {
    color: black;
    font-size: 0.75em;
    margin: -135px 0 75px 103px;
}

.ichi {
    display: flex;
    width: 70%;
    margin: 0 0 0 45px;
}

.bango {
    color: black;
    font-size: 1.6rem;
    margin: 48px 11px 0 0;
}

.h5txt {
    margin: 38px 0 0 0;
    font-size: 1.3rem;
    color: black;
    font-weight: normal;
}

.ni {
    display: flex;
    width: 70%;
    margin: -15px 0 0 45px;
}

#iro1 {
    margin: -135px auto;
    background-image: url(img/gurade.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 589px;
}

.zu {
    display: flex;
    overflow: hidden;
}

.iro {
    margin: 150px 7px 0;
}

.kagami2 {
    margin: 305px 0 0 -145px;
}
.shasin{
    position: absolute;
    margin: 255px 0 0 295px;
    filter: drop-shadow(2px 4px 6px rgba(96, 107, 96, 0.518));
}
.kira3 {
    margin: 80px 0 0 -165px;
    filter: drop-shadow(0px 0px 6px #fff);
}

.iro_setumei {
    display: inline-block;
    width: 100%;
    margin: -30px 0 0 0;
    text-align: center;
}

.name {
    font-size: 1.4rem;
    line-height: 0rem;
}

#iro2 {
    margin: -205px auto;
    background-image: url(img/gurade.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 589px;
}

.joho2 {
    padding-top: 140px;
    text-align: center;
    line-height: 1.6em;
}

.styled {
    display: flex;
    margin: 55px auto;
    border: 0;
    line-height: 2.5;
    padding: 19px 110px;
    font-family: "EB Gabamond",serif;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.259);
    transition: 0.3s ease-in-out;
    
  }
  a:visited {
    color: #fff;}
  .styled:hover {
    background-color:rgba(255, 255, 255, 0.445);
    
  }
  
  .styled:active {
    background-color:rgba(255, 255, 255, 0.445);
  }
  .tooq{
    font-family: "Reenie Beanie";
    text-align: center;
    font-size: 1.8rem;
    margin: 150px auto 15px;
  }
  .saigo{
    font-size: 0.5rem;
    background-image: url(img/hutter.png);
    background-repeat: no-repeat;
    height: 101px;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
  }
  .logo2{
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
.owari{
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
