@charset "shift_jis";
/* check
----------------------------------------------------------------------- */
.mv {
  background: url("/brand/tochucha/img/check_mv.png") center top no-repeat #41a56c;
  border-bottom: none;
}
.mv h1 {
  padding-top: 130px;
  margin-left: 0;
}
.mv .inner:before, .mv .inner:after {
  display: none;
}
.checkWrap {
  margin: 0 0 53px;
  padding: 0;
  background: url("/brand/tochucha/img/check_bg01.png");
}
/*gender*/
.gender {
  position: relative;
  padding: 60px 0 50px;
  text-align: center;
}
.gender p {
  font-size: 20px;
  color: #663c1f;
  font-weight: 600;
  margin-bottom: 30px;
}
.gender .select {
  width: 270px;
  height: 80px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.gender .select input[type=radio] {
  display: none;
}
.select .label {
  display: block;
  float: left;
  width: 135px;
  height: 80px;
  color: #999;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
}
.select .label:last-child {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.select input[type="radio"]:checked + label {
  background: #663c1f;
  color: #fff;
  border-left: none;
}

.select input[type="radio"]:checked + label:hover {
  cursor: default;
}
.gender:before {
  content: "";
  width: 876px;
  height: 137px;
  background: url("/brand/tochucha/img/check_bg02.png") no-repeat;
  position: absolute;
  top: -60px;
  left: -10px;
}
.select .label:hover {
  background: #d69a70;
  color: #fff;
}
/*drink*/
.drink {
  padding-bottom: 90px;
}
.drink p.read {
  font-size: 20px;
  color: #663c1f;
  font-weight: 600;
  text-align: center;
  padding-bottom: 35px;
  background: url("/brand/tochucha/img/check_line.png") repeat-x bottom;
  line-height: 1.4;
}
.drink p.read span {
  font-size: 18px;
}
.drink ul {
  overflow: hidden;
}
.drink ul li {
  width: 270px;
  margin: 50px 109px 0 0;
  float: left;
  position: relative;
}
.drink ul li:nth-child(3n) {
  margin: 50px 0 0 0;
}
.drink ul li .image {
  width: 170px;
  text-align: center;
  line-height: 1.4;
}
.drink ul li .image p {
  font-size: 15px;
  margin-top: 10px;
}
.drink ul li .image p b {
  font-size: 19px;
  font-weight: 600;
}
.drink ul li .image p b span {
  font-size: 16px;
}
.drink ul li .select {
  position: absolute;
  top: 40px;
  left: 147px;
}
.drink .select select {
  font-size: 26px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #663c1f;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 2em 5px 0.5em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/brand/tochucha/img/check_arrow01.png"), linear-gradient(to right, #663c1f, #663c1f);
  background-position: 53px 16px, 100% 0;
  background-size: 15px 14px, 1.5em 2em;
  background-repeat: no-repeat;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .drink .select select {
    background-position: 56px 14px, 100% 0;
  }
}
.drink .select select::-ms-expand {
  display: none;
}
.drink .select select:hover{
  cursor: pointer;
}
/*.drink .select select:focus {
  background-image: url("/brand/tochucha/img/check_arrow01_off.png"), linear-gradient(to right, gray, gray);
  background-position: 53px 16px, 100% 0;
  background-size: 15px 14px, 1.5em 2em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .drink .select select:focus {
    background-position: 56px 14px, 100% 0;
  }
}*/
.drink .select span {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #663c1f;
  vertical-align: -webkit-baseline-middle;
}
.drink input[type="button"] {
  border-radius: 10px;
  width: 250px;
  height: 65px;
  margin: 90px auto 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
  border: none;
  vertical-align: top;
}
.drink input[type="button"].selected {
  background: #01873b;
}
.drink input[type="button"].selected:hover {
  opacity: .8;
  cursor: pointer;
}
.drink input[type="button"].noSelected {
  background: #999;
  box-shadow: none;
  pointer-events: none;
}
.drink input[type="button"].noSelected:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.drink input[type="button"]:active, .drink input[type="button"]:focus, .drink input[type="button"]:active > span, .drink input[type="button"]:focus > span {
  position: relative;
}
/*result*/
.result {
  /*opacity: 0;*/
  display: none;
  /*transition: .8s;*/
}
/*.result.active {
  opacity: 1;
}*/
.result .totalCalories {
  padding-bottom: 110px;
  text-align: center;
  background: url("/brand/tochucha/img/check_arrow02.png") no-repeat bottom center;
}
.result .totalCalories p {
  font-size: 30px;
  color: #663c1f;
  font-weight: 600;
  line-height: 1;
}
.result .totalCalories p.note{ 
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;}
.result .totalCalories p .total {
  font-size: 40px;
}
.result .totalCalories p .num {
  font-size: 100px;
  color: #c70000;
}
.result .totalCalories p .calorie {
  font-size: 40px;
  color: #c70000;
}
.result .motion {
  background: #663c1e;
  overflow: hidden;
  padding: 97px 0;
  margin-top: 75px;
  display: none;
}
.result .motion.displayWrap {
  display: block;
}
.result .motion figure {
  float: left;
  width: 380px;
  margin-left: 120px;
}
.result .motion .txt {
  float: right;
  width: 465px;
  color: #fff;
  font-weight: 600;
}
.result .motion .txt p {
  font-size: 30px;
  line-height: 1;
}
.result .motion .txt li {
  position: relative;
  line-height: 1;
  margin-top: 20px;
  padding-left: 220px;
  color: #f8f349;
  font-size: 45px;
}
.result .motion .txt li span:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
}
.result .motion .txt li div span:nth-child(1), .result .motion .txt li div span:nth-child(2) {
  font-size: 30px;
  position: static;
  color: #f8f349;
}
.result .motion.exe04 p {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.result .motion.exe04 p span:first-child {
  font-size: 40px;
}
.result .motion.exe04 p span:nth-child(3) {
  color: #f8f349;
  font-size: 45px;
}
.result .motion.exe04 p span:nth-child(3) b {
  font-size: 65px;
}
.result .motion.exe04 p span:nth-child(4) {
  color: #f8f349;
  font-size: 36px;
}
.result .motion .txt{
}
.result .motion .txt .note p,
.result .motion .txt .note ul li{
  font-size: 12px;
  margin-top: 10px;
  padding-left: 0;
  font-weight: normal;
  line-height: 1.6;
  color: #ffefe4;
}
.result .motion .txt .note p{
  padding-left:3em;
  text-indent:-3em;}
.result .motion .txt .note ul li{
  margin-top: 5px;
  padding-left:1.3em;
  text-indent:-1.3em;}
/*startTochucha*/
.startTochucha {
  height: 630px;
  background-image: url("/brand/tochucha/img/bg_contents01.jpg");
  background-repeat:repeat-x;
  background-position: bottom center;
  background-color: #fff;
  position: relative;
}
.startTochucha:after{
  content: "";
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #663c1e transparent transparent transparent;
}
.startTochucha figure {
  text-align: center;
  padding-top: 87px;
}
.startTochucha p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
.startTochucha p b {
  font-size: 26px;
}