@charset "UTF-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* reset css from http://html5doctor.com/html-5-reset-stylesheet/ */
/* ---------- 基本スタイルここから ---------- */
* {
  font-family: 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 14px; 
}
h1 {
  font-size: 30px;
}
h2 {}
h3 {}
.text_br {
  display: block;
}
/* ---------- 基本スタイルここまで ---------- */
/* ここからbody */
.width1300{
    max-width: 1300px;
    margin: 0 auto;
}
.border_bg {
  background-image: url("../images/bg.jpg");
  background-repeat: repeat;
}
.twins_bg {
  background-image:
    url("../images/Webp.net-gifmaker.gif");
    background-size: contain;
    background-repeat: no-repeat;
     height: 30vh; 
    background-position: center bottom;
}
#catch {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/flower_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#title_sub{
    width: 60%;
    margin: -30px auto;
    max-width: 300px;
}
#title_h1{
    width: 70%;
    margin: -20px auto;
    max-width: 350px;
}
#title img{
    width: 100%;
}

#shindan_concept{
  background-color: #fff;
  opacity: 0.8;
  width: 70%;
  margin: 0 auto;
    max-width: 1500px;
}
#concept_text {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}
#concept_text p {
  flex: 1;
  padding: 40px 15px;
  line-height: 2.0;
}
.text_small{
    font-size: .8em;
}
.pt{
    padding-top: .5em;
}
#finger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
/* padding-bottom: 40px;*/
}
#finger_img img {
  width: 100px;
  height: 100px;
    margin: 0 20px 0 0;
filter: drop-shadow(10px 10px 10px rgba(0,0,0,1.8));
}
#finger p {
/*  flex: 0 0 250px;
  text-align: center;*/
}
/*質問エリア*/
.ques {
  color: #fff;
  text-shadow: 0 0 3px #999;   
  text-align: center;
    margin: 20px 10px;
}
.bold {
  font-weight: bold;
}
ul {
  list-style-type: none;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
ul li {
  margin: 5px auto;
  width: 290px;
}
ul li img {
  display: block;
  margin: 0 auto;
}
ul li a {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 60px 0;
  line-height: 2;
  background-color: #fff;
  height: 33px;
  _width: 350px;
  _height: 50px;
  cursor: pointer;
  color: #333;
}
ul li.selected {
  cursor: default;
  background-color: aqua;
  padding: 4px;
  opacity: 0.8;
}
#Qarea .Qbox {
  width: 100vw;
  height: 550px;
  float: left;
}
#Qarea {
  width: 100vw;
  height: 550px;
  overflow: hidden;
  position: relative;
  margin-top: 70px;
}
#Qarea #Qwrapper {
  position: absolute;
}
.button_wrapper {
  text-align: center;
}
button {
  background-color: lavender;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer;
  font-size: 14px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    border: 1px solid lavender;
}
/*結果*/
#resultImage,#resultImage2,
#resultBox, #resultBox2 {
  text-align: center;
    margin: 0 auto;
}
#resultGirl,#resultGirl2{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

#resultGirl img, #resultGirl2 img {
  width: 80%;
  max-width: 750px;
}
#resultImage img, #resultImage2 img {
  width: 80%;
  max-width: 400px;
}
#resultText, #resultText2 {
  padding: 0.2em 0.5em;
  background: #d6ebff;
  box-shadow: 0px 0px 0px 10px #d6ebff;
  border: dashed 2px white;
  width: 80%;
    max-width: 650px;
  margin: 20px auto;
  text-align: center
}
#neco_b1, #neco_y1 {
  width: 10%;
  margin-right: auto;
  transform: rotate(-25deg);
}
#neco_b2, #neco_y2 {
  width: 10%;
  margin-left: auto;
  transform: rotate(25deg);
}
#result_y,#palette_top,#palette_bottom{
    font-size: 2.0em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #cd5;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  padding: 0 0 10px;
}
#result_b,#palette_top2,#palette_bottom2 {
  font-size: 2.5em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #32a;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  padding: 0 0 10px;
}
#palette_bottom,#palette_top,#palette_bottom2,#palette_top2{
    text-align: center;
    font-size: 1.2em;
}
#resultMake img,
#resultMake2 img{
    width: 100%;
}
#palette_info,#palette_info2{
    margin-top: 50px;
    background-color: rgba(255,255,255,.6);
}
#palette_info>div,#palette_info2>div{
    padding: 10px;
    width: 75%;
    max-width: 700px;
    margin: 0 auto;
}
    
#palette_info_img,#palette_info_img2{
    width: 80%;
    margin:20px 0 20px auto;
    max-width: 300px;
}

/*
#resultMake figure,
#resultMake2 figure{
    margin: 20px;
    margin: 0 auto;
    max-width: 400px;
}
*/
#resultMake p,
#resultMake2 p{
    width: 90%;
    margin: 0 auto;
}

.onoff_make_title{
    margin: 50px auto 0;
    max-width: 400px;
}


.onoff_make{
    margin: 0 auto;
    max-width: 500px;
}

.use_color{
/*    width: 50%;*/
    max-width: 500px;
    margin: 20px auto;
}
.use_color img{
    width: 100%;
}
.howtomake{
    text-align: center;
    width: 75%;
    max-width: 450px;
    margin: 0 auto;
    padding: 1em 0.5em;
    background: rgba(255,255,255,.7);
    border-radius: 20px;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,.7);
    border: dashed 2px orange;
}
.howtomake ol{
    text-align: left;
    margin: 5px 30px;
}
.howtomake p{
    font-size: 0.8em;
    text-align: center;
}

.over1440{
    padding-bottom: 50px;
}
.over1440>div:last-child{
    padding: 30px;
    margin-top: 50px;
}

#cheek_highlight img,
#cheek_highlight2 img{
    width: 100%;
}
#cheek_highlight_img,
#cheek_highlight_img2{
    margin: 20px auto 0;
    max-width: 300px;
    width: 60%;
}
#cheek_highlight_text,
#cheek_highlight_text2{
    display: flex;
    flex-direction: column;
}
#cheek_highlight_text p,
#cheek_highlight_text2 p{
    padding: 1em 0.5em;
    background: rgba(255,255,255,.7);
    border-radius: 20px;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,.7);
    border: dashed 2px orange;
    width: 80%;
    max-width: 400px;
    margin: 20px auto;
    text-align: justify;
}
.toiawase{
    text-align: center;
    margin: 30px auto;
}
.toiawase a{
    display: inline-block;
}
.toiawase_img{
    max-width: 300px;
    margin: 10px auto;
}
.toiawase img{
    width: 100px;
}
/*フッター*/
footer {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* ---------- bodyここまで ---------- */


/* ---------- メディアクエリここから ---------- */
@media(min-width:700px){
    .onoff_make:nth-of-type(even){
        flex-direction:row-reverse;
    }    
}

@media(min-width:768px) {
  h1 {
    font-size: 36px;
  }
  #catch {
    height: 70vh;
  }
    #title_h1{
    width: 50vh;
    margin: -20px auto;
    }
    .twins_bg {
/*        background-size: 80%;*/
        background-position-x: center;
        height: 50vh;
    }
  #finger {
    margin-bottom: 30px;
  }
  #finger p {
    flex: 0 0 400px;
  }

  .bold {
    font-size: 1.3em;
  }
  .text_br {
    display: inline;
  }
    #resultText, #resultText2 {
        width: 100%;
    }
    #result_y,#palette_top,#palette_bottom{
        font-size: 2.5em;
    }
  #palette_bottom,#palette_top,#palette_bottom2,#palette_top2{
    font-size: 1.6em;
    }
    #cheek_highlight,
    #cheek_highlight2{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-width: 1000px;
        margin: 50px auto;
    }
    #cheek_highlight_img,
    #cheek_highlight_img2{
        flex: 0 0 40%;
    }
    #cheek_highlight_text,
    #cheek_highlight_text2{
        flex: 0 0 60%;
    }
}
@media(min-width:1024px) {
 p, li, a,h3,h4 {
    font-size: 18px;
  }
  h1 {
    font-size: 3rem;
  }
  #catch {
    height: 70vh;
  }
  .twins_bg {
/*      background-size: 73%;*/
    }
  #finger {
    width: 70%;
    margin: 0 auto;
  }
  #finger p {
    flex: 0 0 600px;
  }
  #Qarea .Qbox {
    height: 570px;
  }
  #Qarea {
    width: 100vw;
    height: 570px;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
  }
    button{
        font-size: 18px;
        margin: 25px;
    }
    #neco_b2, #neco_y2 {
        margin-right: 8%;
    }
  #neco_b1, #neco_y1, #neco_b2, #neco_y2 {
    width: 5%;
  }
  #palette_bottom,#palette_top,#palette_bottom2,#palette_top2{
    font-size: 2em;
    }
    .over1024{
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .over1024>div:last-child{
        padding: 0px;
        background-color: transparent;
        margin-top: 0; 
    }
    .onoff_make_title img{
        height: 100px;
    }
}
@media(min-width:1440px){
    #title_h1 {
        max-width: 600px;
    }
    .twins_bg{
        height: 70vh;
    }
    .height1440{
        height: 100px;
    }
}

/* ---------- メディアクエリここまで ---------- */