/*topページ共有*/
h2 {
  font-weight: bold;
  color: #f1683e;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 30px;
}
h2 span {
  color: #201512;
  font-size: 18px;
}
h2 span.logo_font {
  font-size: 25px;
  color: #f1683e;
  letter-spacing: 0.15em;
  padding-right: 5px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-top: 4px solid;
  border-bottom: 4px solid;
  padding: 10px 0;
  margin-bottom: 20px;
}
h3:before {
  border: 3px solid;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 11px;
  margin-right: 6px;
}
h3 span {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}
h3 span:before {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: #201512;
  position: absolute;
  top: 6px;
  left: 10px;
}
h3 span:after {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: #201512;
  position: absolute;
  top: 6px;
  right: 10px;
}
@media (min-width:375px) {
  h3 {
    font-size: 24px;
  }
}

/*mv_area*/
.mv_area .contents p {
  text-align: center;
  line-height: 2em;
  font-size: 14px;
}
.mv_area .contents p span {
  font-size: 10px;
}
.mv_area .contents p span.kome_num {
  vertical-align: super;
}

.mv_area .what_box {
  margin-bottom: 30px;
}
.mv_area .what_box p.what_text {
  font-size: 24px;
  color: #f1683e;
  font-weight: 600;
  width: 120px;
  margin: 0 auto;
  position: relative;
}
.mv_area .what_box p.what_text:before {
  content: '';
  display: block;
  width: 3px;
  height: 25px;
  background: #f1683e;
  transform: rotate(-25deg);
  position: absolute;
  top: 15px;
  left: -8px;
}
.mv_area .what_box p.what_text:after {
  content: '';
  display: block;
  width: 3px;
  height: 25px;
  background: #f1683e;
  transform: rotate(25deg);
  position: absolute;
  top: 15px;
  right: -8px;
}
.mv_area .what_box p.lava_text,
.mv_area .what_box p.lava_text span {
  font-size: 36px;
  letter-spacing: 0.2em;
}
.mv_area .what_box p.lava_text .ruby {
  letter-spacing: 0;
  position: relative;
}
.mv_area .what_box p.lava_text .logo_font {
  font-size: 40px;
}
.mv_area .what_box p.lava_text .ruby:after {
  content: 'お';
  font-size: 12px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_area .what_box p {
  font-size: 14px;
}
@media (min-width:768px) {
  .mv_area .what_box p,
  .mv_area .contents p {
    font-size: 16px;
  }
}

/*男性のホットヨガなら、LAVAが”断然”通いやすい！*/
.recommendation_area {
  background: #f3f3f3;
}
.recommendation_area .box:nth-child(2) h3:before {
  content: '1';
}
.recommendation_area .box:nth-child(3) h3 {
  font-size: 19px;
  letter-spacing: 0;
}
.recommendation_area .box:nth-child(3) h3 span {
  font-size: 11px;
}
@media (min-width:375px) {
  .recommendation_area .box:nth-child(3) h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .recommendation_area .box:nth-child(3) h3 span {
    font-size: 12px;
  }
}
.recommendation_area .box:nth-child(3) h3:before {
  content: '2';
  padding: 5px 9px;
}
.recommendation_area .box:last-child h3:before {
  content: '3';
  padding: 5px 9px;
}
.recommendation_area .box {
  margin-bottom: 40px;
}
@media (min-width:375px) {
  h3:before {
    padding: 4px 9px;
  }
  h3 span {
    font-size: 16px;
    padding: 0 14px;
  }
  h3 span:before {
    left: 5px;
  }
  h3 span:after {
    right: 5px;
  }
  .recommendation_area .box:nth-child(3) h3 span {
    font-size: 14px;
  }
}

/*男性が通える店舗*/
.recommendation_area .box p {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.recommendation_area .box .text_box .big_text {
  color: #f1683e;
  font-size: 85px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  float: left;
}
.recommendation_area .box .text_box div {
  padding-top: 23px;
}
.recommendation_area .box .text_box div p {
  color: #f1683e;
  font-size: 27px;
}
.recommendation_area .box .text_box div p.kome {
  font-size: 10px;
  color: #201512;
}
.recommendation_area .box p span .ls_none {
  letter-spacing: -4px;
}
@media (min-width:375px) {
  .recommendation_area .box .text_box .big_text {
    font-size: 79px;
  }
  .recommendation_area .box .text_box div p {
    font-size: 33px;
  }
  .recommendation_area .box .text_box div p.kome {
    font-size: 12px;
  }
}
.recommendation_area .box .access_box {
  margin-top: 45px;
}
.recommendation_area .box .access_box ul {
  float: left;
  position: relative;
  z-index: 0;
  top: 24px;
  left: 28px;
}
.recommendation_area .box .access_box ul:before {
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  background: #FFF;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: -45px;
  left: -28px;
}
.recommendation_area .box .access_box ul li {
  font-weight: bold;
  line-height: 1.8em;
}
.recommendation_area .box .access_box ul li:first-child {
  position: relative;
}
.recommendation_area .box .access_box ul li:first-child:after {
  content: '◎';
  font-weight: bold;
  font-size: 22px;
  color: #f1683e;
  position: absolute;
  left: 61px;
}
.recommendation_area .box .access_box ul li:last-child span {
  color: #f1683e;
  font-size: 16px;
}
.recommendation_area .box .access_box ul li:last-child span .logo_font {
  font-size: 20px;
  font-weight: 500;
}
.recommendation_area .box .access_box img {
  width: 61%;
  margin-top: 30px;
}
@media (min-width:375px) {
  .recommendation_area .box .access_box ul:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 12px solid transparent;
    border-left: 24px solid #FFF;
    transform: rotate(53deg);
    position: absolute;
    right: -9px;
    bottom: -45px;
  }
}
.recommendation_area .box p.comment {
  font-size: 16px;
  margin-top: 20px;
}
@media (min-width:768px) {
  .recommendation_area .box:nth-child(2) {
    height: 587px;
    position: relative;
  }
  .recommendation_area .box .access_box {
    margin-top: 0;
    position: absolute;
    top: 133px;
  }
  .recommendation_area .box .access_box img {
    margin-top: 0;
    margin-left: auto;
  }
  .recommendation_area .box .access_box ul {
    top: 155px;
    left: 45px;
  }
  .recommendation_area .box .access_box ul:before {
    width: 180px;
    height: 180px;
    top: -46px;
    left: -25px;
  }
  .recommendation_area .box .access_box ul:after {
    transform: rotate(15deg);
    right: -40px;
    bottom: -2px;
  }
  .recommendation_area .box .access_box ul li {
    font-size: 16px;
  }
  .recommendation_area .box .access_box ul li:first-child:after {
    font-size: 24px;
    left: 70px;
  }
  .recommendation_area .box .access_box ul li:last-child span {
    font-size: 19px;
  }
  .recommendation_area .box .access_box ul li:last-child span .logo_font {
    font-size: 30px;
  }
  .recommendation_area .box:nth-child(2) p.comment {
    margin-top: 270px;
  }
}

/*男性インストラクター数*/
.recommendation_area .box .photo_box {
  margin-top: 15px;
}
.recommendation_area .box:nth-child(3) .photo_box img {
  width: 49%;
  float: left;
}
.recommendation_area .box:nth-child(3) .photo_box img:first-child {
  margin-right: 2%;
}
.recommendation_area .box p.comment {
  text-align: center;
}
@media (min-width:375px) {
  .recommendation_area .box:nth-child(3) h3:before {
    padding: 5px 8px;
  }
}
@media (min-width:768px) {
  .recommendation_area .box:nth-child(3) .mens_ir_pc .mens_ir_p {
    float: left;
    font-size: 22px;
    margin-top: 30px;
  }
}
/*男性限定*/
.recommendation_area .box:last-child h3 span {
  font-size: 11px;
}
.recommendation_area .box:last-child p {
  font-size: 16px;
}
.recommendation_area .box:last-child p span {
  font-size: 25px;
  color: #f1683e;
}
.recommendation_area .box .photo_box div {
  width: 49%;
  float: left;
}
.recommendation_area .box .photo_box div:first-child {
  margin-right: 2%;
}
.recommendation_area .box .photo_box div p {
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
}
.recommendation_area .box:last-child p.comment {
  font-size: 13px;
}
@media (min-width:375px) {
  .recommendation_area .box:last-child h3:before {
    padding: 4px 8px;
  }
  .recommendation_area .box:last-child h3 span {
    font-size: 14px;
  }
  .recommendation_area .box:last-child p {
    font-size: 18px;
  }
  .recommendation_area .box:last-child p span {
    font-size: 31px;
  }
  .recommendation_area .box:last-child p.comment {
    font-size: 15px;
  }
}
@media (min-width:768px) {
  .recommendation_area .box:last-child h3 span {
    font-size: 16px;
  }
  .recommendation_area .box:last-child p {
    font-size: 25px;
    padding-top: 5px;
  }
  .recommendation_area .box:last-child p span {
    font-size: 45px;
  }
  .recommendation_area .box .photo_box div p {
    font-size: 14px;
  }
}


/*ホットヨガで変わる*/
.cheange_area {
  background: url(../img/change.jpg) 100% / 100% no-repeat;
  background-position: right bottom;
  background-size: 480px;
}
.cheange_area dl {
  margin-bottom: 20px;
}
.cheange_area dl dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
}
.cheange_area dl dt:before {
  content: '1';
  display: block;
  font-size: 21px;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #f1683e;
  position: absolute;
  top: -2px;
  left: 0px;
  box-sizing: border-box;
  padding: 3px 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.cheange_area dl:nth-child(3) dt:before {
  content: '2';
  padding: 3px 9px;
}
.cheange_area dl:last-child dt:before {
  content: '3';
  padding: 3px 9px;
}
@media (min-width:768px) {
  .cheange_area {
    background: url(../img/change_pc.jpg) 50% / 70% no-repeat;
    background-position: right bottom;
    background-size: 650px;
  }
}

/*男性会員様の声*/
.voice_area p {
  text-align: center;
  margin-bottom: 20px;
}
.voice_area dl {
  border: 1px solid;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.voice_area dl:after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #201512;
  position: absolute;
  transform: rotate(45deg);
  bottom: -12px;
  right: -12px;
}
.voice_area dl dt span {
  color: #f1683e;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.voice_area .more_box #read_more {
  color: #f1683e;
  border: 1px solid;
  border-radius: 50px;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
.voice_area .more_box #read_more:before {
  content: 'もっと読む';
}
.voice_area .more_box #read_more:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #f1683e;
  border-right: 1px solid #f1683e;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
  top: 45%;
}
.voice_area .more_box #read_more.on:before {
  content: '閉じる';
}
.voice_area .more_box #read_more.on:after {
  transform: rotate(-45deg);
}
.voice_area .more_box .voice_box {
  display: none;
}
.voice_area .more_box p.kome {
  text-align: right;
  
}
@media (min-width:768px) {
  .voice_area .contents {
    max-width: 700px;
  }
  .voice_area dl {
    max-width: 310px;
    float: left;
    height: 191px;
  }
  .voice_area dl:nth-child(odd) {
    margin-right: 15px;
  }
  .voice_area .more_box #read_more {
    max-width: 350px;
    margin: 20px auto 0;
  }
}

/*忙しい男性でも通いやすい*/
.flow_area {
  background: #f3f3f3;
}
.flow_area p {
  text-align: center;
  margin-bottom: 20px;
}
.flow_area ul li {
  position: relative;
  padding-left: 75px;
  margin: 40px 0;
}
.flow_area ul li:last-child {
  margin-bottom: 0;
}
.flow_area ul li:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #f1683e;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -10px;
}
.flow_area ul li:after {
  content: '';
  display: block;
  position: absolute;
}
.flow_area ul li:first-child:after {
  background: url(../img/icon_01.png) 100% / 100% no-repeat;
  width: 30px;
  height: 46px;
  top: -1px;
  left: 17px;
}
.flow_area ul li:nth-child(2):after {
  background: url(../img/icon_02.png) 100% / 100% no-repeat;
  width: 36px;
  height: 37px;
  top: 3px;
  left: 13px;
}
.flow_area ul li:last-child:after {
  background: url(../img/icon_03.png) 100% / 100% no-repeat;
  width: 31px;
  height: 40px;
  top: 0;
  left: 15px;
}
.flow_area ul li span {
  color: #f1683e;
  font-size: 18px;
  font-weight: bold;
}

/*LAVA男アーサナコレクション*/
.collection_area h2 {
  font-size: 20px;
}
.collection_area h2 span.logo_font {
  font-size: 23px;
  padding-right: 0;
}
.collection_area p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.collection_area ul li {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}
.collection_area ul li:nth-child(odd) {
  margin-right: 2%;
}
@media (min-width:768px) {
  .collection_area p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (min-width:1024px) {
  .collection_area .contents {
    max-width: 700px;
  }
  .collection_area ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .collection_area ul li {
    width: 223px;
    margin-right: 10px;
  }
  .collection_area ul li:nth-child(3),
  .collection_area ul li:last-child {
    margin-right: 0;
  }
}