
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  color: #333;
}
img{
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  body{
    background: #f1efe9;
  }
}
@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.loading{
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
div.wrap{
  box-sizing: border-box;
  margin: 0 auto;
  background: #eae9e3;
}

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;
  width: calc(338 / 375 * 100%);
  box-sizing: border-box;
  background: #5F320C;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  color: #fff;
  border-radius: 40px;

}
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;
  background: #5F320C;
  margin:0 auto 10px;
  color: #fff;
  line-height: 16px;
}
.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: 1px solid #333;
  box-sizing: border-box;
  width:100%;
  display: block;
  /*height: 60px;*/
  line-height: 60px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  background: #F1EFE9;
}



.ar{
  margin-top: 30px;
  text-align: center; 
}
.ar p.title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  width: calc(152 / 324 * 100%);
  margin:0 auto 25px;
}
.ar p.title span{
  background: linear-gradient(transparent 60%, #FFCD40 30%);
  display:inline-block;
}
.ar div.mainImg img{
  width: 100%;
  margin:0 auto 25px;
  display: block;
}
.ar p.explain{
  line-height: 2.0;
  margin:0 auto 20px;
  font-size: 14px;
  width: 90%;
  text-align: center;
}
div.keyword p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
div.keyword ul{
  display: flex;
  width: 90%;
  justify-content: center;
  flex-wrap: wrap;
  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: 1px solid #333;
  box-sizing: border-box;
  width:100%;
  display: block;
  /*height: 221px;*/
  line-height: 60px;
  text-decoration: none;
}
.choose_box .question ul li a.pattern2 {
  border: 1px solid #333;
  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,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::-webkit-scrollbar,div.item ul.list::-webkit-scrollbar,div.item div.list::-webkit-scrollbar{
  display: none;
}
div.coordinate > ul li.img02,div.item ul.list li,div.item div.list > div{
  font-size: 10px;
  width: 45%;
}
div.coordinate > ul li.img02,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;
}

li.img02 div.img{
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
li.img02 div.img::before{
  content: "";
  display: block;
  padding-top: calc(333 / 250 * 100%);
}
li.img02 div.img img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.coordinate_user{
  display: flex;
  align-items: center;
  margin-top: 12px;
}
div.coordinate_user a{
  width: calc(36 / 151 * 100%);
  
  margin-left: 8px;
}
div.coordinate_user a img{
  border-radius: 50%;
}
div.coordinate_user ul{
  font-size: 10px;
  margin-left: 5px;
  text-align: left;
  width: calc(110 / 151 * 100%);
  overflow: hidden;
}
div.coordinate_user ul li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.topback{
  padding-top: 5px;
  padding-bottom: 50px;
}
.topback a {
  width: calc(338 / 375 * 100%);
  display: block;
  margin: 30px auto;
  padding: 10px 20px;
  color: #5F320C;
  border: 1px solid #5F320C;
  border-radius: 40px;
}


.all_item a {
  width: calc(190 / 375 * 100%);
  display: block;
  margin: 30px auto;
  padding: 10px 20px;
  border-radius: 40px;
  background: #5F320C;
  color: #fff;;
  /*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: 80px;
    left: 15px;
    display: block;
    background: rgba(255,255,255,1.0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  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: 80px;
    right: 15px;
    display: block;
    background: rgba(255,255,255,1.0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  ul.brand{
    width: calc(318 / 375 * 100%);
    box-sizing: border-box;
    margin:0 auto;
    display: flex;
    justify-content :space-between;
    flex-wrap: wrap;
    margin-top: 18px;
    
  }
  ul.brand li{
    width: calc(152 / 318 * 100%);
    background: #fff;
    margin-bottom: 12px;
  }
  @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;
}

.bnr{
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

.bnr img{
  border : 1px solid #dadada;
  margin-bottom: 10px;
  width: 80%;
  margin:0 auto 10px;
}
.bnr p{
  font-size: 12px;
}