body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  background: #fffffc;
}
img{
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px){
  div.wrap{
    max-width: 375px;
    border: 1px solid #dadada;
  }
  .choose_box .question ul li a.pattern1 {
    height: 212px;
  }
  .choose_box .question ul li a.pattern2 {
    height: 252px;
  }
}

div.wrap{
  box-sizing: border-box;
  margin: 0 auto;
}
div.main{
  width: 100%;
  background: url(../images/back.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
div.main::before{
  content: "";
  display: block;
  padding-top: 100%;
}
div.main h1{
  width: calc(341 / 375 * 100%);
  position: absolute;
  top: calc(30 / 375 * 100%);
  left: 50%;
  transform: translateX(-50%);
}
div#q_00 p.text{
  font-size: 14px;
  width: calc(338 / 375 * 100%);
  margin:30px auto 40px;
  text-align: center;
  line-height: 2.0;
}
div#q_00 a.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto 65px;
  border: 1px solid #000;
  width: calc(338 / 375 * 100%);
  box-sizing: border-box;
  background: #FFCD40;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;

}
div#q_00 a.btn span{
  display: inline-block;
  margin-left: 10px;
  width: 5px;
}
div.loopwrap{
  position: absolute;
  left: 0;
  top: calc(131 / 375 * 100%);
  width: 100%;
}


.choose_box {
  position: relative;
  
}
p.question{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 30px auto 20px;
}
p.question::before{
  content: "Question";
  font-size: 10px;
  width: 70px;
  display: block;
  height: 16px;
  border: 1px solid #000;
  background: #FFCD40;
  margin:0 auto 10px;
}
.choose_box .question ul {
  width: 90%;
  text-align: center;
  margin:0 auto 80px;
  
}

.choose_box .question ul li {
  list-style: none;
}
.choose_box .question ul li:nth-child(2){
  padding: 20px;
  font-size: 14px;
}

.choose_box .question ul li a {
  border: 2px solid #000;
  box-sizing: border-box;
  width:100%;
  display: block;
  /*height: 60px;*/
  line-height: 60px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  background: #fff;
}

.choose_box ul li a:hover {
  background-color: #fff;
  color: #2791d4;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}


.ar{
  margin-top: 30px;
  text-align: center; 
}
.ar p.title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.ar p.title::before{
  content:"あなたのファッションテイストは";
  font-size: 12px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.ar p.title span{
  background: linear-gradient(transparent 60%, #FFCD40 30%);
  display:inline-block;
}
.ar div.mainImg img{
  height: 240px;
  width: auto;
  margin:0 auto 25px;
  display: block;
}
.ar p.explain{
  line-height: 2.0;
  margin:0 auto 20px;
  font-size: 14px;
  width: 90%;
  text-align: left;
}
div.keyword p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
div.keyword ul{
  display: flex;
  width: 90%;
  justify-content: center;
  font-size: 12px;
  margin:0 auto 0px;
  line-height: 20px;
}
div.keyword ul li{
  margin-right: 5px;
}
div.keyword ul li::before{
  content: "#";
}
div.keyword ul li:last-child{
  margin-right: 0;
}


p,a,h2,h3{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
p.lato{
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*フッター*/
div.footer{
  background-color: #f4f4f4;
  width: 100%;
  height: auto;
}
div.kokkaku{
  padding-top: 40px;
  width: calc(337.5 / 375 * 100%);
  margin-left: calc(20 / 375 * 100%);
}
div.sns{
  padding-top: 50px;
  width: 100%;
  padding-left: calc(71 / 375 * 100%);
}
div.sns ul{
  display: flex;
  justify-content: space-between;
  width: 72%;
}
.footer ul li{
  width: 30px;
}
.footer ul li img {
  width: 100%;
  margin: 0 auto;
}
div.pallogo{
  padding-top: 50px;
  padding-left: calc(127 / 375 * 100%);
}
div.pallogo img{
  width: calc(170 / 375 * 100%);
}
div.copyright{
  font-size: 10px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
}
div.copyright img{
  width: calc(240 / 375 * 100%);
}
/* //フッター*/


/*質問*/
div.img_01{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
div.img_01 img{
  width: 50%;
}
.choose_box .question ul li a.pattern1 {
  border: 2px solid #000;
  box-sizing: border-box;
  width:100%;
  display: block;
  /*height: 221px;*/
  line-height: 60px;
  text-decoration: none;
}
.choose_box .question ul li a.pattern2 {
  border: 2px solid #000;
  box-sizing: border-box;
  width:100%;
  display: block;
  line-height: 40px;
  text-decoration: none;
}
div.pattern3 {
  box-sizing: border-box;
  width:90%;
  display: block;
  height: 252px;
  line-height: 40px;
  text-decoration: none;
  margin-left: 5%;
}
/*//質問*/

/*戻るボタン*/
a.back_link{
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
span.ico-tri{
  width: 11px;
  display: inline-block;
  vertical-align: bottom;
  transition: all .3s ease-out;
  height: auto;
  transform: rotate(-90deg);
  transform-origin: center;
  vertical-align: top !important;
  margin-top: 2.8px;
}
.back_text{
  font-size: 15px;
  padding-left: 6px;
}

/*診断結果*/
h2{
  text-align: center;
  font-size: 16px;
  padding-bottom: 13px;
  margin: 50px auto 0px;
}
div.coordinate,div.item{
  width: 100%;
  box-sizing: border-box;
  padding:0 calc(15 / 375 * 100%);
}
/* div.coordinate ul.list,div.item ul.list{
  display: flex;
  justify-content: space-between;
  width: 100%;
} */
div.coordinate ul.list,div.item ul.list,div.item div.list{  
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.coordinate ul.list::-webkit-scrollbar,div.item ul.list::-webkit-scrollbar,div.item div.list::-webkit-scrollbar{
  display: none;
}
div.coordinate ul.list li,div.item ul.list li,div.item div.list > div{
  font-size: 10px;
  width: 40%;
}
div.coordinate ul.list li.img_02,div.item ul.list li.img_02,div.item div.list div.img_02{
  display:inline-block;
  vertical-align: top;
  overflow: hidden;
}
/*div.info div.icon img{
  width: 25%;
  border-radius: 50%;
}*/
h3{
  text-align: center;
  font-size: 16px;
  padding-bottom: 13px;
  padding-top: 40px;
}
div.info{
  height: 50px;
}
div.icon img{
  width: calc(36 / 151 * 100%);
  margin-top: 12px;
  border-radius: 50%;
  margin-left: 8px;
}
div.prof {
  text-align: left;
  margin-top: -30px;
  margin-left: 50px;
}
div.prof p.name{
  margin-top: 4px;
}
div.item_info {
  text-align: left;
  margin-top: 12px;
  margin-left: 6px;
}
div.item_info p.item_name{
  margin-top: 6px;
  white-space: normal;
}

li.img_02 p img,div.img_02 p img{
  margin-bottom: 6px;
}
li.img_02 p,div.img_02 p{
  line-height: 1.6;
  white-space: normal;
  text-align: left;
}


p.topback{
  padding-top: 5px;
  padding-bottom: 50px;
}
.topback a {
  width: calc(338 / 375 * 100%);
  display: block;
  border: solid 1px #242424;
  margin: 30px auto;
  padding: 10px 20px;
  color: #ffffff;
  background: #232221;
  /*border-radius: 5px;*/
}


.all_item a {
  width: calc(190 / 375 * 100%);
  display: block;
  border: solid 1px #242424;
  margin: 30px auto;
  padding: 10px 20px;
  color: #242424;
  /*border-radius: 5px;*/
}
p.ico_box{
  display: none;
  
}

div.item p{
  position: relative;
}
div.item p img + span{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  font-size: 10px;
    padding: 3px 8px;
}
p.salecolor,span.text-red,span.tt02{
  color: #ee2e2e;
}

  div.coordinate,div.item{
    position: relative;
  }
  div.coordinate a.prev,div.item a.prev{
    position: absolute;
    top: 65px;
    left: 15px;
    display: block;
    background: rgba(255,255,255,1.0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.coordinate a.prev::before,div.item a.prev::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    transform: rotate(-135deg);
  }
  div.coordinate a.next::before,div.item a.next::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    transform: rotate(45deg);
  }
  div.coordinate a.next,div.item a.next{
    position: absolute;
    top: 65px;
    right: 15px;
    display: block;
    background: rgba(255,255,255,1.0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media screen and (min-width: 751px) {
    .pcNone {
      display: none !important;
    }
  }
  @media screen and (max-width: 750px) {
    .pcNone {
      display: block;
    }
  }
  
  @media screen and (min-width: 751px) {
    .spNone {
      display: block;
    }
  }
  @media screen and (max-width: 750px) {
    .spNone {
      display: none !important;
    }
  }

  @keyframes slide1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
   
  @keyframes slide2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  } 
  div.loopslider{
    display: flex;
    width: 100vw;
    height: 240px;
    overflow: hidden;
 
    
  } 
  div.loopslider img {
    width: auto;
    height: 100%;
    
}
div.loopslider img:first-child{
  animation: slide1 30s -15s linear infinite;
}

div.loopslider img:last-child{
  animation: slide2 30s linear infinite;
}