*{
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
  font-size: inherit;
  font-weight: inherit;
}
html,body{
  position: relative;
  left: 0;
  top:0;
  margin:0;
  padding:0;
  background: url("../img/repeat.jpg") repeat center top;
  background-size: 100% auto;
}
img{
  display: block;
  vertical-align: top;
}
a{
  color: #e4007f;
}
.green{
  color: #023801;
}
.pink{
  color: #ff5087;
}
.red{
  color: #CE0003;
  font-weight: 800;
}
.yellow{
  color: #fffa6e;
}
.spbr{
  display: none;
}
.ef_set{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.ef_set:before{
  content:"";
  background: url("../img/ef_left.png") no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 394px;
  height: 191px;
  opacity: 0.3;
}
.ef_set:after{
  content:"";
  background: url("../img/ef_right.png") no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 394px;
  height: 191px;
  opacity: 0.3;
}


/*
h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 573px;
}
*/
.present_bnr{
  position: absolute;
  left: 50%;
  margin-left: 310px;
  bottom: 40px;
  width: 200px;
  cursor: pointer;
  transform-origin: center center;
  transition: 0.3s ease;
}
.present_bnr:after{
  content:"";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: url(../img/arrow_down.png) no-repeat center top;
  background-size: 100% auto;
  width:30px;
  height: 20px;
  animation: roop2 0.8s linear infinite;
}
.present_bnr:hover{
  transform: scale(1.05);
}
@keyframes roop2{
    0% {bottom: -10px}
    50% {bottom: -5px}
    100% {bottom: -10px}
}
#official_back{
  position: absolute;
  left: 0;
  top: 30px;
  color: #FFF;
}
#official_back a{
  position:relative;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 5px 15px 15px;
  border-radius: 0 50px 50px 0;
  background: rgba(82,73,255,0.9);
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.3s;
}
#official_back a:before{
  position: relative;
  content:"";
  background: url('../img/arrow.png') no-repeat left 3px;
  background-size: 16px auto;
  width: 15px;
  height: 20px;
  margin-right:8px;
  transition: 0.3s;
}
#official_back a:hover{
  background: rgba(82,73,255,1);
}
#official_back a:hover:before{
  transform: translateX(-2px);
}


footer{
  padding-bottom: 0;
}

#wrapper{
  background: url("../img/repeat.jpg") repeat center top;
  background-size: 1280px auto;
}
.cection{
  position: relative;
  padding: 120px 0;
}
.cection_cn{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
.center{
  text-align: center;
  font-size: 22px;
  line-height: 44px;
}
.b_bold{
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
}
.bold{
  font-weight: 600;
}
.c_con{
  color: #5e7aaa;
}
.c_rap{
  color: #70a46b;
}
.c_ser{
  color: #da78d2;
}
.c_fig{
  color: #c3890c;
}
.c_aub{
  color: #54a3af;
}
.c_red{
  color: #e10040;
}
.c_pink{
  color: #ff5087;
}


.banquet_list{
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 25px;
}
.banquet_list li{
  position: relative;
  width: 19%;
}
.button{
  position: relative;
  background: #ff5087;
  color: #FFF;
  border-radius: 60px;
  padding: 20px 0;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 600;
  cursor: pointer;
}
/*

.start_btn:after{
  content:"→";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.start_btn:hover:after{
  right: 25px;
}
.contents_txt{
  margin-bottom: 120px;
}
*/
#logo{
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  top: 15px;
  width: 90px;
  height: auto;
}
#present_info {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  max-width: 980px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
#present_info h2{
  background:url("../img/dotted.jpg") repeat left top #5249ff;
  background-size: 10px auto;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  max-width: 980px;
  font-size: 28px;
  line-height: 28px;
  margin: 0 auto;
}
#result #present_info h2{
  max-width: 100%;
  border-radius: 10px;
}
#present_cn{
  max-width: 950px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  background: #FFF;
  padding: 15px;
}
#result #present_cn{
  padding: 30px 15px;

}
#result #present_cn{
  max-width: 100%;
  /*
  background: #fefeed;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  */
}
#result #present_info{
  border-radius: 0;
}
#result #present_info h2{
  border-radius: 0;
  margin-bottom: 0;
}
#present_img img{
  max-width: 250px;
  margin: 0 auto;
}
#present_txt{
  position: relative;
  width: 68%;
  margin: 0 1%;
}
#present_img{
  position: relative;
  width: 28%;
  margin: 0 1%;
}
#present_caution{
  list-style: none;
}
#present_caution li{
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
#present_caution li:before{
  content:"※";
  display: block;
}


#present_txt p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 40px;
}

#video_area{
  padding: 120px 0;
  position: relative;
  background: url("../img/video_bg.jpg") no-repeat center top #000;
  background-size: cover;
}
#video_area h2{
  font-weight: 600;
  margin-bottom: 30px;
  font-size:24px;
  line-height: 24px;
}
#video_area p{
  font-size: 16px;
  line-height: 32px;
}
#video_area h2,#video_area p{
  color: #FFF;
  text-align: center;
}
#player{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto; 
  left: 0;
  top: 0;
}
#video_player{
  position: relative;
  width: 100%;
  padding-top:56.25%;
  margin:30px auto 0;
  height: 0;
}
#video_area .cection_cn{
  max-width: 820px;
}






@media screen and (max-width: 1040px){
  /*
  h1 {
    width: 620px;
    height: 480px;
  }
  */
  .present_bnr {
    left: auto;
    right: 30px;
    margin-left:auto;
    bottom: 30px;
    width: 160px;
  }
  #logo {
    width: 80px;
    height: auto;
  }
  #official_back a {
    font-size: 16px;
    line-height: 16px;
  }
  .center {
    font-size: 16px;
    line-height: 32px;
  }
  .b_bold {
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
  }
  .button {
    padding: 20px 0;
    max-width: 400px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 20px;
  }
  .banquet_list {
    margin: 30px 0;
  }
  #present_info h2{
    font-size: 20px;
    line-height: 20px;
  }
  .center{
    font-size: 16px;
  }
  #present_txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  #present_caution li {
    font-size: 12px;
    line-height: 24px;
  }
  #video_area h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;  
  }
  #video_area p {
    font-size: 16px;
    line-height: 30px;
  }
  #present_cn{
    padding: 15px 15px 0;
  }
  .ef_set:before{
    width: 300px;
  }
  .ef_set:after{
    width: 300px;
  }
  
}



@media screen and (max-width: 768px){
  .ef_set:before{
    width: 180px;
    top: 5px;
    opacity: 0;
  }
  .ef_set:after{
    width: 180px;
    top: 5px;
    opacity: 0;
  }
  .result_container .ef_set:before,
  .result_container .ef_set:after{
    opacity: 0.5;
  }
  .result_container .ef_set:before{
    left: -50px;
  }
  .result_container .ef_set:after{
    right: -50px;
  }
  
  #logo {
    width: 20%;
    margin-top: 4%;
    top: 0;
  }
  /*
  h1 {
    width: 110%;
    height: auto;
    top: 0;
    transform: translate(-50%, 0);
    margin: 22% 0 42% 3%;
    position: relative;
  }

  h1 {
    width: 110%;
    height: auto;
    top: 0;
    transform: translate(-50%, 0);
    margin: 30% 0 30% 3%;
    position: relative;
  }  
  */
  header .header_bg{
    position: absolute;
    background: url("../img/top_bg.jpg") repeat-x left center;
    width: 3200px;
    animation: roop_sp 120s linear infinite;
    background-size: auto 100%;
  }
  
  #present_caution li {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: justify;
  }
  #present_caution li:last-child{
    margin-bottom: 0;
  }
  .present_bnr {
    right: 15px;
    bottom: 0;
    width: 34%;
    margin-bottom: 6%;
  }
   #official_back {
    margin-top: 5%;
    top: 0;
    width: 34%;
  }
  #official_back a {
    font-size: 3vw;
    line-height: 3vw;
    padding: 6% 0% 6% 4%;
  }
  #official_back a:before {
    width: 8%;
    height: 0;
    margin-right: 3%;
    background-size: 100% auto;
    padding-top: 10%;
    background-position: left center;
  }
  .present_bnr:after {
    transform: translate(-50%, -2px);
    width: 18%;
    height: 0;
    padding-top: 12%;
  }
  .cection_cn {
    padding: 0 20px;
  }
  .cection {
    position: relative;
    padding: 30px 0 60px;
  }
  .center {
    text-align:justify;
    line-height: 30px;
  }
  .center br{
    display:none;
  }
  .b_bold{
    display: block;
    font-size: 20px;
    line-height: 32px;
  }
  .banquet_list li {
    position: relative;
    width:calc(33% - 7.5px);
    margin-bottom: 10px;
  }
  .banquet_list{
    margin: 20px 0 15px;
  }
  /*
  .contents_txt {
    margin-bottom: 60px;
  }
  */
  .contents_txt {
    margin-bottom: 0;
  }
  #present_info{
    background: #FFF;
  }
  #present_info h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 20px;
    width: calc(100% - 40px);
    border-radius: 0;
    text-align: justify;
  }  
  #present_info{
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
  }
  #present_img {
    width: 65%;
    max-width: 300px;
    margin: 5px auto 0;
  }
  #present_txt {
    width: 100%;
    padding: 15px 0 15px;
  }
  .button {
    padding: 20px 0;
    font-size: 18px;
    line-height: 18px;
  }  
  /*
  .start_btn:after {
    content: "→";
    right: 20px;
    transition: none;
    font-size: 20px;
  }
  */
  #video_area {
    padding: 60px 0;
  }
  #video_area p {
    text-align:justify;
  }
  #video_area p br{
    display: none;
  }
}
@media screen and (max-width: 550px){
  .banquet_list li {
    width:calc(50% - 7.5px);
  }
}
@keyframes roop{
  0% {left:0;}
  100% {left:-1600px;}
}
@keyframes roop_min{
  0% {left:0;}
  100% {left:-1200px;}
}
@keyframes roop_sp{
  0% {margin-left:0;}
  100% {margin-left:-264.5%;}
}





/*----------------
設問
----------------*/
.question_fade{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255,255,255,0.9);
  overflow: auto;
}
.question_cn{
  position: relative;
  background: #FFF url("../img/repeat.jpg") repeat center top;
  background-size: 100% auto;
  border-radius: 15px;
  border: solid 1px #d0a70e;
  box-sizing: border-box;
  padding: 15px 30px 30px 30px;
  display: none;
}
.question_ta{
  display: block;
}
#close_btn{
  position: absolute;
  right: -35px;
  top: -35px;
  width: 70px;
  height: 70px;
  background: #ff5087;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s;
}
#close_btn:hover{
  opacity: 0.95;
}
#close_btn:before{
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
  transform-origin: center center;
  top: 34px;
  left: 12px;
}
#close_btn:after{
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
  transform-origin: center center;
  top: 34px;
  left: 12px;
}
#question_area{
  position: relative;
  max-width: 1100px;
  margin: 50px auto 60px;
}
@media screen and (max-width: 1320px){
  #question_area{
    position: relative;
    max-width: 1200px;
    margin: 60px 60px 0;
  }
}
.label{
  font-size: 60px;
  color: #ff5087;
  font-weight:600;
  font-family: serif;
  letter-spacing: -4px;
  margin-bottom: 5px;
  margin-left: 0;
}
.label span{
  color: #ff5087;
  margin-left: 0px;
  font-family: serif;
}
.question_h{
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-top: 15px;
}
.question_list{
  margin-top: 30px;
}
.question_list li{
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 15px 0 15px 12px;
  border-top: solid 1px #cdcdcd;
  display: flex;
  align-items: center;
  cursor:pointer;
}
.question_list li:last-child{
  border-bottom: solid 1px #cdcdcd;
}

.next_btn{
  position: relative;
  background: #b1b1b1;
  color: #FFF;
  border-radius: 60px;
  padding: 15px 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  max-width: 300px;
  font-weight: 600;
  margin-top: 30px;
}
.next_btn_ta{
  background: #ff5087;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
}
.next_btn_ta:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  color: #FFF;
}
.next_btn_ta:hover:after {
  right: 18px;
}


.cursor{
  width: 24px;
  height: 24px;
  background: url("../img/select_base.png") no-repeat left top;
  background-size: 100% auto;
  display: block;
  margin-right: 8px;
}
.question_list .question_ta .cursor{
  width: 24px;
  height: 24px;
  background: url("../img/select_ta.png") no-repeat left top;
  background-size: 100% auto;
  display: block;
  margin-right: 8px;
}
.question_status{
  position:absolute;
  display: flex;
  justify-content: center;
  list-style: none;
  left: 50%;
  transform: translate(-50%);
  top: 50px;
}
.question_status li{
  background: url("../img/hart_base.png") no-repeat left top;
  background-size: 100% auto;
  width: 20px;
  height: 19px;
  display: flex;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
}
.question_status .question_ta{
  background: url("../img/hart_ta.png") no-repeat left top;
  background-size: 100% auto;
}
.question_status .ef{
  content:"";
  background: url("../img/hart_dotted.png") no-repeat left top;
  background-size: 100% auto;
  width: 20px;
  height: 19px;
  display: flex;
  margin: 0 5px;
}
.question_status .ef_ta{
  content:"";
  background: url("../img/hart_dotted_ta.png") no-repeat left top;
  background-size: 100% auto;
  width: 20px;
  height: 19px;
  display: flex;
  margin: 0 5px;
}

.question_flex{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch
}
.question_img{
  position: relative;
  width: 34%;
}
.question_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center top;
}
.question_txt{
  position: relative;
  width: 63%;
}

@media screen and (max-width: 1024px){
  #question_area {
    margin: 60px 30px 0;
  }
  #close_btn {
    right: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
  }
  #close_btn:before {
    width: 44px;
    height: 2px;
    top: 29px;
    left: 8px;
  }
  #close_btn:after {
    width: 44px;
    height: 2px;
    top: 29px;
    left: 8px;
  }
  .question_cn{
    padding: 15px 20px 30px 20px;
  }
  .label {
    font-size: 50px;
    margin-left: 0;
  }
  .question_h {
    font-size: 20px;
    line-height: 25px;
  }
  .question_txt {
    width: 59%;
  }
  .question_img {
    position: relative;
    width: 39%;
  }
  .question_list li {
    font-size: 16px;
    line-height: 16px;
  }
  .question_list li .cursor,.question_list .question_ta .cursor {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px){
  .question_list li {
    line-height: 20px;
  }
  .question_flex{
    display: block;
  }
  .question_img{
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .question_txt{
    position: relative;
    width: 100%;
  }
  .question_cn {
    padding: 20px 15px 30px 15px;
  }
  #question_area {
    margin: 30px 15px;
  }
  #close_btn {
    right: -10px;
    top: -24px;
    width: 60px;
    height: 60px;
  }
  .label {
    font-size: 38px;
    margin-left: 0;
    letter-spacing: -3px;
    margin-top: -12px;
    margin-bottom: 0;
  }
  .question_h {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .question_list {
    margin-top: 15px;
  }
  .next_btn{
    margin: 20px auto 15px;
  }
  .question_status{
    top: 32px;
  }
  .question_status li{
    width: 12px;
    height: 12px;
  }
  .question_status .ef,
  .question_status .ef_ta {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .question_list li {
    padding: 12px 0 12px 6px;
  }
  .next_btn{
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 459px){
  .question_status{
    margin-left: 3%;
  }
}







@media screen and (max-width: 1460px){
  .result_container{
    margin: 0 6.25% 120px;
  }
  .result_cn{
    margin: 0 60px;
  }
}


.result_cn #present_info {
  box-shadow: none;
}
.result_cn #present_info h2{
  margin-bottom:15px;
}
#present_info .brn_flex{
  padding-bottom: 60px;
}

.recomend_answer{
  text-align: center;
}
.recomend_answer .brn_flex{
  border: none;
}
.recomend{
  margin: 0 auto;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  background: #ff5087;
  color: #FFF;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 60px;
}
.recomend_banquet{
  font-size: 24px;
  line-height: 24px;
  margin: 30px 0 40px;
  font-weight: 600;
}
.en_font{
  font-size: 90px;
  line-height: 80px;
  font-family: "Cormorant Garamond","serif";
  font-weight: 500;
  display: block;
  color: inherit;
  margin-bottom:5px;
}
.font_margin{
  margin-bottom:20px;
}
.videos{
  width: 100%;
  position:absolute;
  left:0;
  top:0;
  height:100%;
  object-fit:cover;
  object-position: center bottom;
}
.video_set{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 auto 60px;
}
.video_set:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../..//video/dotted.png) repeat left top rgba(0, 0, 0, 0);
  background-size: 3px auto;
  transition: 1s;
  opacity: 0.5;
}

.spec_info{
  margin: 0 auto 30px;
  padding: 15px 0;
  max-width: 280px;
  border-top: solid 1px #a4a4a4;
  border-bottom: solid 1px #a4a4a4;
}
.spec_info table{
  border-collapse: collapse;
  margin: 0 auto;
}
.spec_info table td{
  padding:2px 5px;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

.banquet_copy{
  text-align: center;
  font-family: "Noto Serif JP","serif";
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 20px;
}
.banquet_txt{
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  max-width: 800px;
  margin: 0 auto 60px;
}
.personality_info{
  padding: 30px;
  background: url("../img/result/repeat.jpg") repeat left top;
  background-size:10px auto;
  border: solid 1px #d5f7e0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.personality_graph{
  position: relative;
  width: calc(50% - 15px);
  background: #fefeed;
  padding: 15px;
  margin-right: 15px;
}
.personality_text{
  width: calc(50% - 15px);
  margin-left: 15px;
  text-align: left;
}
.personality_text h3{
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  background: #333;
  padding: 10px 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
  width: calc(100% - 40px);
}
.personality_text .bg_concord{
  background: #5e7aaa;
}
.personality_text .bg_rhapsody{
  background: #70a46b;  
}
.personality_text .bg_serenade{
  background: #da78d2;
}
.personality_text .bg_figaro{
  background: #c3890c;
}
.personality_text .bg_aube{
  background: #54a3af;
}



.personality_text p{
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
.pentagon {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 250px;
  height: 235px;
  background: #FFF;
  clip-path: polygon(50% 0%, 100% 38%, 81% 100%, 19% 100%, 0% 38%);
}

#radarChart{
  position: relative;
}
.graph {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.reserve_h{
  font-family: "Noto Serif JP","serif";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.reserve_h span{
  font-family: "Noto Serif JP","serif";
  font-size: 34px;
  font-weight: 600;
}

.brn_flex{
  display: flex;
  justify-content:center;
  /*
  max-width: 980px;
  */
  margin: 0 auto 60px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dfdfdf;
}
.reserve_btn{
  position: relative;
  border-radius: 60px;
  padding: 20px 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  background: #ff5087;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
  max-width: 400px;
  width: 50%;
  text-decoration: none;
  margin: 0 7.5px;
}
.reserve_btn:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  color: #FFF;
}
.reserve_btn:hover:after {
  right: 18px;
}
#sns_shaer{
  margin-top: 0;
  text-align: center;
}
#present_info{
  padding-top: 40px;
  border-top: solid 1px #dfdfdf;
}
.color_x{
  background: #000;
}
.color_ig{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d21f7+0,dc37d1+30,ea3364+60,f7d447+100 */
  background: linear-gradient(to right,  #6d21f7 0%,#dc37d1 30%,#ea3364 60%,#f7d447 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.color_x:before{
  content:"";
  background: url("../img/result/icon_x.jpg") no-repeat left top;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform:translateY(-50%);
}
.color_ig:before{
  content:"";
  background: url("../img/result/icon_ig.png") no-repeat left top;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform:translateY(-50%);
}
.color_x:after,.color_ig:after{
  content:"";
}
.result_bq{
  margin-top: 40px;
}
.back_btn{
  position: relative;
  border-radius: 60px;
  padding: 20px 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  max-width: 400px;
  font-weight: 600;
  margin-top: 30px;
  background: #ff5087;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}
.back_btn:after {
  content: "←";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  color: #FFF;
}
.back_btn:hover:after {
  left: 18px;
}
@media screen and (max-width: 768px){
  .recomend {
    font-size: 16px;
    line-height: 16px;
    padding: 6px 20px;
  }
  .recomend_banquet {
    margin: 5px 0 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .en_font {
    font-size: 50px;
    line-height: 50px;
  }  
  .spec_info table td {
    font-size: 14px;
    line-height: 26px;
  }  
  .spec_info {
    margin: 0 auto 20px;
    padding: 10px 0;
    max-width: 200px;
  }
  .video_set {
    margin: 0 auto 30px;
  }  
  
  .banquet_copy {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 15px;
    text-align: justify;
  }
  .banquet_copy br{
    display: none;
  }
  .banquet_txt{
    margin-bottom: 30px;
    line-height: 30px;
  }
  .personality_info{
    display: block;
  }
  .personality_info{
    padding: 15px;
  }
  .personality_graph{
    height: auto;
    width: calc(100% - 15px);
    padding: 7.5px;
  }
  .graph {
    height: auto;
  }
  .personality_text{
    width: 100%;
    margin: 0;
  }    
  .personality_text h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 20px auto 10px;
    text-align: center;
    display: block;
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
  }
  .personality_text p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .reserve_h {
    font-size: 18px;
    text-align: justify;
  }
  .reserve_h span {
    font-size: 24px;
  }
  .brn_flex{
    display: block;
  }
  .reserve_btn{
    width: 100%;
    display: block;
    margin:0 auto 15px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 18px;
  }
  .brn_flex{
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .reserve_h{
    margin-bottom: 15px;
  }
  
  #present_info h2 {
    font-size: 18px;
    line-height: 24px;  
  }
  #present_txt p{
    text-align: justify;
    margin-bottom: 10px;
  }
  #result #present_cn {
    padding: 15px 0 0;
  }  
  .back_btn {
    padding: 15px 0;
    font-size: 18px;
    line-height: 18px;
  }
  .result_bq {
    margin-top: 30px;
  }
  #present_info .brn_flex {
    padding-bottom: 30px;
  }
  .video_set:after {
    background-size: 3px auto;
    opacity: 0.3;
  }
  .color_x:before{
    width: 30px;
    height: 30px;
  }
  .color_ig:before{
    width: 30px;
    height: 30px;
  }

  #result_cn,#result_ra,#result_fi,#result_se,#result_au{
    background-size: 1000px auto;
    background-position: center top;
  }
  #sns_shaer{
    margin-top: 10px;
  }
  #present_info{
    padding-top:20px;
  }
  
}








.shaer_insta{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.95);
  overflow: auto;
  justify-content: center;
  flex-wrap: wrap;
/*  display: flex;*/
  display: none;
}
.shaer_cn{
  position: relative;
  margin: 45px auto;
  padding: 30px 0 60px;
  max-width: 800px;
  width: 100%;
  background: #FFF;
  background-size: 1280px auto;
  border-radius: 10px;
  border: solid 1px #d0a70e;
  box-sizing: border-box;
}
.shaer_img{
  margin: 0 auto;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  max-width: 500px;
}
.shaer_insta .reserve_btn{;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  max-width: 400px;
}
.shaer_txt{
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shaer_txt span{
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#shareText{
  display: block;
  padding: 5px 10px;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  margin: 15px auto 0;
  height: 150px;
  resize: none;
}
.copy-button{
  border: none;
  background: #ff5087;
  color: #FFF;
  border-radius: 40px;
  display: block;
  padding: 10px 20px;
  margin: 15px auto 40px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
@media screen and (max-width: 920px){
  .shaer_cn{
    margin: 45px 60px;
  }
}
@media screen and (max-width: 768px){
  .question_img img{
    aspect-ratio: 16 / 9;
  }
  .shaer_txt {
    text-align:justify;
    font-size: 18px;
    line-height: 26px;
  }
  .shaer_txt span{
    text-align: center;
  }
  .shaer_cn{
    position: relative;
    margin: 30px 15px;
    padding: 30px 15px 45px;
    width: calc(100% - 30px);
    background: #FFF;
    background-size: 1280px auto;
  }
  .shaer_txt br{
    display: none;
    text-align: justify;
  }
  #shareText{
    font-size: 14px;
    line-height: 22px;
  }
 .copy-button {
    padding: 8px 15px;
    margin-bottom: 30px;
    font-size: 12px;
    margin-top: 10px;
  }
  .shaer_cn #close_btn {
    position: fixed;
    right: 0;
    top: 0px;
    transform: scale(0.75);
  }
  .font_margin{
    margin-bottom:12px;
  }
  .personality_info {
    background-size: 6px auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:640px){
  .video_set{
    padding-top: 140%;
  }
}

.shaer_txt .sp,.shaer_txt .pc{
  line-height: 12px;
}
.shaer_txt .sp{
  margin-top: 10px;
}







#benefit{
  position: relative;
  max-width: 1000px;
  margin: 120px auto 0;
  border: solid 1px #5e7aaa;
  box-sizing: border-box;
}
#benefit h2{
  background: #5e7aaa;
  color: #FFF;
  padding: 10px 0 14px; 
}
#benefit_img{
  position: relative;
  max-width: 240px;
  margin-right: 40px;
}
#benefit_txt p{
  text-align: justify;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
#benefit_txt p span{
  font-size: 18px;
  line-height: 32px;
}
#benefit_txt ul{
  margin-top: 15px;
}
#benefit_txt ul li{
  list-style: none;
  font-size: 16px;
  line-height: 28px;
}
.flex_info{
  padding: 40px;
  display: flex;
  background: #FFF;
}
@media screen and (max-width: 768px){
  .flex_info {
    padding: 30px;
  }
  #benefit {
    margin: 18% auto 0;
  }
  #exstr h2 {
    padding:0 10px 10px;
    font-weight: 800;
  }
  #exstr #h2_copy,
  #exstr #h2_copy span{
    font-size: 6.4vw;
    line-height: 8.4vw;
  }
  .flex_info {
    padding: 20px;
    display: block;
  }
  #benefit_img{
    margin: 20px auto;
    width: 60%;
  }
  #benefit h2 {
    font-size: 24px;
    line-height: 30px;
    padding:10px;
  }
  
  #exstr #benefit_txt p,
  #exstr #benefit_txt p span{
    line-height: 28px;
  }
  #exstr #benefit_txt p{
    font-size: 16px;
  }
  #exstr #benefit_txt span{
    font-size: 18px;
  }

  #benefit_txt ul li {
    font-size: 14px;
    line-height: 26px;
  }
}

.footer_bnr{
  display: none;
}











