@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital@1&display=swap');
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  width: 100%; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }


blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  transition: 0.3s ease-in-out; }

a {
  -webkit-tap-highlight-color: rgba(200, 164, 84, 0.1)!important;
  cursor:pointer;
}


@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (min-width: 992px) {
  .tablet {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (max-width: 991px) {
  .pc-tablet {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none; } }

html,body{
  /*height: 100%;*/
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.6;
  letter-spacing: .5px;
  color: #231815;
  -webkit-font-smoothing: antialiased;
  font-family: "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 16px;
  position: relative;
  width: 100%;
  background: #c39d97;
}

select{
  color: #fff;
}



/*--------------------------------------------------------------
wrapper
--------------------------------------------------------------*/

#wrapper{
  position: relative;
  z-index: 2;
  width:100%;
  /*height: 100%;*/
}

.wrapper_fortune {
    display: block;
    max-width: 750px;
    margin: auto;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header{
  position: relative;
  padding: 3% 0 0%;
  text-align: center;
}

header .logo_intro{
  width: 18%;/*width: 12%;*/
  padding-bottom: 2%;
}

/*--------------------------------------------------------------
hero
--------------------------------------------------------------*/
.hero {
  width: 100%;
  text-align: center;
  position: relative;
}

.hero .logo{
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -50%);
  width: 23%;
}

.hero .book_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -50%);
  width: 35%;/*width: 45%;*/
}



.hero h1{
  margin: 0;
  padding: 0;
}

.circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.circle-rotate {
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    width: 100%;
    opacity: 1;
    filter: drop-shadow(0px 10px 10px rgba(14,18,29, .6));
}

.circle-angle {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -50%);
    width: 45%;/*width: 38%;*/
}

@media screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
 lead_bluemoon_only
--------------------------------------------------------------*/
.lead_bluemoon_only{
  position: relative;
  max-width: 700px;
  margin: 0rem auto 0rem;
  padding: 0rem 0rem;
  text-align: center;
  z-index: 3;
}

.lead_bluemoon{
  margin: 0;
  padding: 1rem 1rem;
  background: rgba(254, 241, 246, 0);
  text-align: center;
  border: solid 1px #e85298;/*f4b4d0*/
  outline: solid 3px #e85298;
  outline-offset: 2px;
}

.lead_bluemoon p{
  font-size: 16px;
  color: #fff;
}

.lead_chocolat{
  position: absolute;
  top: -70%;
  right: 0%;
  width: 28%;
  filter: drop-shadow(0px 5px 5px rgba(14,18,29, .6));
}

@media (max-width: 300px) {
  .lead_chocolat{
  position: absolute;
  top: -20%;
  right: 5%;
  width: 20%;
}
.lead_bluemoon p{
  font-size: 1.4rem;
}
  }

h2.title_index{
  font-size: 4.2vw;
  margin: 0 0 1rem;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 834px){
h2.title_index {
    font-size: 20px;
}
}

/*--------------------------------------------------------------
 select_forune
--------------------------------------------------------------*/
.select_forune{
  position: relative;
  max-width: 700px;
  margin: 0rem auto 1rem;
  padding: 1rem 2rem;
}

.sso .select_forune{
  position: relative;
  max-width: 700px;
  margin: 0rem auto 1rem;/*margin: 3rem auto 1rem;*/
  padding: 1rem 2rem;
}

.select_forune_inner{
  margin: 0;
  padding: 1rem .5rem;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
}

.select_forune_inner h2{
  font-size: 1.8rem;
  letter-spacing: -.01em;
  margin: 0px 0 20px;
}

.select_forune_inner h2 span{
  background: #d5b04a;
  color: #fff;
  border-radius: 3rem;
  padding: .3rem .5rem;
  font-size: 1.6rem;
}

.select_forune_inner p.tap_please{
  font-size: 1.4rem;
}


/*--------------------------------------------------------------
 lead_guide
--------------------------------------------------------------*/
.lead_guide{
  padding: 0 0 20px;
}

.lead_guide p{
  margin: 1.25rem 0;
  font-size: 1.375rem;
  font-weight: 600;
}

@media (max-width: 375px) {
  .lead_guide p{
  font-size: 1.25rem;
}
  }

@media (max-width: 300px) {
  .lead_guide p{
  font-size: 1.2rem;
}
}

.form-chocolat_select-box {
  margin: 0;
  padding: 1rem 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 375px) {
.form-chocolat_select-box {
  padding: 1rem 0rem;
}
}

.chocolat_select-box{
  width: 33%;
  padding: 5px;
  margin: 0 0 10px;
  position: relative;
}

@media (max-width: 300px) {
  .chocolat_select-box{
  width: 50%;
}
}

input[type=radio]+label:before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 125px;/**/
}

@media (min-width: 768px) {
  input[type=radio]+label:before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 144px;
    height: 180px;/**/
}
}

    input[type=radio][id="blue_moon"]+label:before{
        background-image: url(../img/blue_moon.png);
    }
    input[type=radio][id="Sparkling_star"]+label:before{
        background-image: url(../img/Sparkling_star.png);
    }
    input[type=radio][id="Sparkling_moon"]+label:before{
        background-image: url(../img/Sparkling_moon.png);
    }
    input[type=radio][id="Skip_a_beat"]+label:before{
        background-image: url(../img/Skip_a_beat.png);
    }
    input[type=radio][id="Coeur"]+label:before{
        background-image: url(../img/Coeur.png);
    }
    input[type=radio][id="Egerie_noir"]+label:before{
        background-image: url(../img/Egerie_noir.png);
    }
    input[type=radio][id="Lune_praline"]+label:before{
        background-image: url(../img/Lune_praline.png);
    }

    input[type=radio]:checked+label::before{
        border: 3px solid #d5b04a;
        box-sizing: border-box;
    }
    input[type=radio]{
        display: none;
    }

/*--------------------------------------------------------------
 select_birthday
--------------------------------------------------------------*/
.select_birthday{
  position: relative;
  margin: 1rem auto 1rem;
  padding: 1rem 2rem;
}

.birthday-select-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.birthday-select-box select {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #d5b04a;
    border-radius: 3px;
    text-align: right;
    background: rgba(255, 255, 255,1);
    color: #000;
}

.birthday-select-box > div {
    position: relative;
    margin: 0 10px 0 0;
}

.birthday-select-box > div:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5b04a;
    border-right: 1px solid #d5b04a;
    position: absolute;
    top: 48%;
    right: 5px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}


/*--------------------------------------------------------------
 send_start
--------------------------------------------------------------*/
.send_start{
  position: relative;
  max-width: 350px;
  margin: 1rem auto 2rem;
  padding: 1rem 2rem;
  text-align: center;
}

.btn_send_start {
    display: block;
    background: rgb(219,197,104);
    background: linear-gradient(245deg, rgba(219,197,104,1) 50%, rgba(186,137,41,1) 100%);
    color: #fff;
    border: 1px solid #d5b04a;
    padding: 1em 2em 1em 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
    border-radius: 6px;
    position: relative;
    filter: drop-shadow(0px 10px 10px rgba(134,92,85, .9));
}

.btn_send_start::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
    transition: .3s;
}

.btn_send_start:hover::after{
    right: 10px;
}

.btn_send_start .btn_book{
  position:absolute;
  top: 50%;
  left: -14%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 40%;
}

/*--------------------------------------------------------------
 supervision
--------------------------------------------------------------*/
.supervision{
  position: relative;
  max-width: 700px;
  margin: 1rem auto 1rem;
  padding: 1rem 1.5rem;
}

.supervisor{
  margin: 0;
  padding: 1rem 1rem;
  background:#def1fb;
  /*background: #b9e3f9;
  background:rgba(255, 255, 255, 0.8);*/
}

.supervisor h2{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.supervisor h3{
  font-size: 1.45rem;
}

.supervisor p{
  font-size: 1.4rem;
}

/*--------------------------------------------------------------
 footer
--------------------------------------------------------------*/
#footer{
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: 0;
}

#footer .copyright{
  font-size: 1rem;
  padding: 10px;
  color: #231815;
}

/*--------------------------------------------------------------
 アニメーション　css animation
--------------------------------------------------------------*/
/*ふわふわ*/
.fuwafuwa {
animation-name:fuwafuwa;
animation-delay:0s;
animation-duration: 2.5s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}

@keyframes fuwafuwa {
0% {
transform: translateY(0);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}

/*点滅*/
.blinking{
  animation:blink 1s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*ゆっくり拡大縮小*/
.slow_zoom{
    animation-name: slow_zoom;
    transform: scale(0.85,0.85);
}

@keyframes anim_sc {
    100% {
        transform: scale(1,1);
    }
}

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}

/*--------------------------------------------------------------
 データ受け画面　data_fortune
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 header
--------------------------------------------------------------*/
.data_fortune header h1{
  font-size: 4vw;
  color: #231815;
  margin: 3% 0 0;
  text-align: center;
}

.data_fortune header h1 img{
  width:40%;
}

@media (min-width: 834px) {
.data_fortune header h1{
  font-size: 18px;
}
}

@media (max-width: 767px) {
  .data_fortune header h1 img{
  width:55%;
}
}

/*--------------------------------------------------------------
 share_text_basic share_text
--------------------------------------------------------------*/
.share_text_basic{
  max-width: 470px;
  margin: 0rem auto 0;
  padding: 2rem 3rem 0rem;
}

.share_text_basic p.data_share_basic{
  color: #231815;
  font-size: 16px;
  font-weight:600;
}

.share_text{
  max-width: 470px;
  margin: 0rem auto 0;
  padding: 0rem 3rem 2rem;
}

h2.title_share{
  color: #231815;
  font-size: 18px;
  font-weight:600;
  margin: 0 0 2rem;
  padding: .5rem .5rem;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
}

.share_text p.data_share_text{
  color: #231815;
  font-size: 16px;
  font-weight:600;
}

.share_text p.data_share_lucky_action{
  color: #231815;
  font-size: 16px;
  font-weight:600;
}

/*--------------------------------------------------------------
 key visual
--------------------------------------------------------------*/
.data_fortune .visual{
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding: 2rem 2rem;
}

.visual .visual_inner{
  text-align: center;
  margin: 0;
  padding: 3px;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
  background: rgba(0, 0, 0, .2);
}

/*--------------------------------------------------------------
 result_forune
--------------------------------------------------------------*/
.result_forune{
  position: relative;
  max-width: 700px;
  margin: 0rem auto 1rem;
  padding: 1rem 2rem 3rem;
}

.result_forune_inner{
  margin: 0;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
  color: #231815;
  font-weight:600;
}

.data_planet {
  max-width: 350px;/*max-width: 280px;*/
  margin: 2rem auto 0;/*margin: 1rem auto;*/
  padding: 1rem .5rem;
  border: 4px solid #d5b04a;
  border-image: linear-gradient(318deg, #d5b04a 0%, #dbd3c1 100%);
  border-image-slice: 1;
  color:#231815;
  font-weight:600;
  text-align:center;
}

.data_planet p{
  font-size: 15px;
}

.data_planet p span.moon{
  font-size: 24px;
  margin: 0 .8rem;
  font-weight: 600;
  /*font-family: 'Cardo', serif;
  font-style: italic;*/
}

.data_divination{
  max-width: 600px;
  margin: 2rem auto;
}

.data_divination p{
  font-size: 15px;
  text-align: left;
  padding: 0 1rem 1rem;
  letter-spacing: .025em;
  line-height: 1.8;
}

.fortune_telling_result{
  max-width: 600px;
  margin: 1rem auto;
  background-color:rgba(255, 255, 255, 0.9);
  padding:10px 10px 2rem;
}

.fortune_telling_result h2{
  font-size: 18px;
  padding: 0.5em 0.75em;
  border: 1px solid #dbd3c1;
  border-radius: 4px;
  margin: 0 1rem 2rem;
  background: rgb(213,176,74);
  background: linear-gradient(320deg, rgba(213,176,74,1) 0%, rgba(235,228,213,1) 100%);
}

.fortune_telling_result h3{
  font-size: 20px;
}

.bg_book{
  position:relative;
  margin: 2rem auto 0;
}

.bg_book .choice_chocolate{
  position:absolute;
  top: 45%;
  right: 7%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  width:40%;
}

.data_bluemoon_only{
  margin: 0rem auto 2rem;
}

.data_bluemoon_only .result_forune_inner{
  margin: 0;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  border: solid 1px #b9e3f9;;
  outline: solid 3px #b9e3f9;;
  outline-offset: 2px;
  color: #231815;
  font-weight:600;
}

.ltd_bluemoon_title{
  position: relative;
  margin: 0rem auto 0rem;
}

.ltd_bluemoon{
  position: absolute;
  top: 6%;
  right: 32%;
  width: 34%;
}

.data_bluemoon_only .movie{
  font-size: 18px;
  padding: 0.5em 0.75em;
  background-color: #b9e3f9;
  /*border: 1px solid #b9e3f9;*/
  border: 1px solid #dbd3c1;
  border-radius: 4px;
  margin: 1rem 1rem 1rem;
  color:#231815;
  position:relative;
  display: block;
}

.data_bluemoon_only h2.movie_title{
  font-size: 18px;
  padding: 0.5em 0.75em;
  background-color: #b9e3f9;
  border: 1px solid #dbd3c1;
  border-radius: 4px;
  margin: 1rem 1rem 1rem;
  color:#231815;
  position:relative;
  display: block;
}

@media (max-width: 376px) {
  .data_bluemoon_only .movie{
     font-size: 16px;
  }
  }

.data_bluemoon_only .movie::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #231815 #231815;
    transform: rotate(-135deg);
    transition: .3s;
}

.data_bluemoon_only p{
  font-size: 15px;
  text-align: left;
  padding: 0 1rem 1rem;
  letter-spacing: .025em;
  line-height: 1.8;
}

.data_sns_area{
  max-width: 500px;
  margin: auto;
}

.data_sns_area h2{
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -.03em;
  color: #231815;
  text-align: center;
  margin: 1rem 0 1rem;
  padding: 1.2rem 0 .8rem;
  /*background: #dec997;*/
  background: rgb(213,176,74);
  background: linear-gradient(320deg, rgba(213,176,74,1) 0%, rgba(235,228,213,1) 100%);
  border-radius: 50%;
}

@media (max-width: 300px) {
  .data_sns_area h2{
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1rem 0 .6rem;
}
  }

.data_sns_area ul.sns_list{
  max-width: 280px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
}

.data_sns_area ul.sns_list li{
  width: 33%;
  padding: 0 1rem;
}

.data_sns_area ul.sns_list li img{
  width: 13vw;
}


/*--------------------------------------------------------------
 go_home
--------------------------------------------------------------*/

.go_home{
  text-align: center;
  color: #231815;
}

.go_home a{
  text-align: center;
  color: #231815;
  text-decoration: underline;
}

/*--------------------------------------------------------------
 占い告知　announce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 header
--------------------------------------------------------------*/
.announce header h1{
  font-size: 4vw;
  color: #231815;
  margin: 3% 0 1.4rem;
  text-align: center;
}

@media (min-width: 834px) {
.announce header h1{
  font-size: 20px;
}
}

/*--------------------------------------------------------------
 announce_forune
--------------------------------------------------------------*/
.announce_forune{
  position: relative;
  max-width: 700px;
  margin: 0rem auto 1rem;
  padding: 1rem 2rem;
}

.announce_forune_inner{
  margin: 0;
  padding: 1rem 1rem;
  background: url(../img/bg_godiva_lunation_2.png) top center no-repeat, rgba(255, 255, 255, 1);
  background-size: contain;
  /*background: rgba(255, 255, 255, 1);*/
  text-align: center;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
}

.announce_title{
  padding: 2rem 0 0;
  text-align: center;

}

.announce_title h2{
  font-size: 18px;
  letter-spacing: -.01em;
}

.announce_title h2 span{
  font-size: 14px;
  display: block;
}

.announce_title h2 img{
  width: 40%;
  margin: 2rem auto 1rem;
}

.announce_title p{
  font-size: 15px;
  letter-spacing: -.03em;
  padding-top: 10px;
  font-weight:600;
}

@media (max-width: 767px) {
  .announce_title h2 img{
  width: 70%;
  margin: 2rem auto 1rem;
}

  }

/*--------------------------------------------------------------
 goto_website
--------------------------------------------------------------*/
.goto_website{
  position: relative;
  max-width: 350px;
  margin: 0rem auto 2rem;
  padding: 0rem 2rem;
  text-align: center;
}

.btn_goto_website {
  position: relative;
  display: block;
  background: rgb(219,197,104);
  background: linear-gradient(245deg, rgba(219,197,104,1) 50%, rgba(186,137,41,1) 100%);
  color: #fff;
  border: 1px solid #d5b04a;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border-radius: 6px;
  letter-spacing: -.03em;
  line-height: 1.4;
  filter: drop-shadow(0px 10px 10px rgba(14,18,29, .3));
}

.btn_goto_website::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
    transition: .3s;
}

.btn_goto_website:hover::after{
    right: 10px;
}


/* divination_image */

.divination_image{
  position: relative;
  max-width: 300px;
  height: 270px;/*height: 300px;*/
  margin: 3rem auto 0;
}

.divination_image .mobile_1{
  position: absolute;
  top: 2%;
  left: 13%;
  width: 40%;
  transform:rotate(353deg);
  z-index: 2;
}

.divination_image .mobile_2{
  position: absolute;
  top: 0%;
  left: 46%;
  width: 40%;
  transform:rotate(9deg);
  z-index: 1;
}


p.bluemoon_1{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #0a89c7;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}

@media (max-width: 374px) {

.btn_goto_website {
  font-size: 13px;
}

.divination_image{
  max-width: 300px;
  height:200px ;
}

p.bluemoon_1{
  font-size: 15px;
}
}

p.howto_divination{
  text-align: center;
  font-size: 15px;
  letter-spacing: -.03em;
  margin-bottom: 0px;
}

.fortune_item, .what_planet{
  max-width: 400px;
  margin: 0px auto 0px;
  padding: 1rem;
}

.announce .supervision{
  text-align: left;
}


/*--------------------------------------------------------------
 bg
--------------------------------------------------------------*/
.stars, .twinkling {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:url(../img/stars.png) repeat top center, #1a2a50;
  z-index:0;
}

.twinkling{
  background:transparent url(../img/twinkling.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}


/* 結果ページローディング */
.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #121d3b;
  top: 0;
  left: 0%;
  width: 100vw;
  height: 100svh;
  z-index: 999;
}
.loading img {
  max-width: 80%;/*max-width: 90%;*/
  margin: 0 0 0 -8% ;
}
/* ローディング背景フェードアウト */
.loading.hide {
  transition: 0.7s;
  opacity: 0;
}
/* ローディング画像フェードアウト */
.loading img.hide {
  transition: 1.4s;
  opacity: 0;
}



/* youtube */
.special_movie{
    padding: 1rem ;
  }

.youtube {
  position:relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 102%;
}

.movie_wrap{
  position: relative;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

h2.title_movie{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}