/* Scss Document */
#key {
  position: relative;
  background: url("../img/aburasoba/key.jpg") no-repeat center/cover;
  position: relative;
  height: 96vw;
}
#key .tit {
  width: 47%;
  position: absolute;
  bottom: 0vw;
  right: 0%;
}
@media screen and (min-width: 999px) {
  #key {
    height: 1164px;
  }
  #key .tit {
    width: auto;
    right: 0;
    bottom: 0;
  }
}
header .hd-navi {
  color: #fff;
}
#lead {
  padding: 15vw 0;
  background: url("../img/aburasoba/lead_bg1.png") no-repeat 0 48vw/86%;
  background-color: #0c0706;
  color: #fff;
}
#lead h2 {
  font-size: 7vw;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.145em;
  margin: 0 auto 5vw;
  white-space: nowrap;
}
#lead h2 span {
  font-size: 9vw;
  letter-spacing: 0.145em;
}
#lead h2 .pad {
  padding-top: 42vw;
}
#lead .photo {
  padding-bottom: 5vw;
}
#lead .menu {
  padding: 10vw 0 0;
}
#lead .menu h3 {
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.4;
  letter-spacing: 0.105em;
  font-size: 7vw;
  line-height: 1;
  font-weight: 600;
}
#lead .menu h3 span {
  font-size: 6vw;
}
#lead .menu .txt {
  background-color: rgba(12, 7, 6, 0.6);
  width: 95%;
  margin: -10vw auto 5vw;
  position: relative;
  z-index: 2;
  padding: 8vw 5%;
  box-sizing: border-box;
}
#lead .sec-end {
  position: relative;
  background: url("../img/aburasoba/lead_deco2.png") no-repeat right 0/41%, url("../img/aburasoba/lead_bg2.jpg") no-repeat -17vw -9vw/171%;
  padding: 99vw 3% 0;
}
#lead .sec-end h3 {
  font-weight: 600;
  font-size: 8.5vw;
  line-height: 1.6;
  letter-spacing: 0.205em;
  white-space: nowrap;
  position: absolute;
  top: 20vw;
  right: 5%;
  z-index: 1;
}
#lead .sec-end h3 span {
  font-size: 6.5vw;
}
#lead .sec-end h3 .t {
  font-size: 6vw;
}
#howto {
  background: url("../img/menu/sec2_bg2.png") no-repeat right bottom/50%, url("../img/menu/sec2_bg1.png") no-repeat 0 0/50%, url("../img/aburasoba/howto_deco2.png") no-repeat center 200vw/130%, url("../img/aburasoba/howto_bg3.png") no-repeat 0 bottom/70%;
  padding: 10vw 0 15vw;
}
#howto h2 {
  padding: 0 5% 5vw;
}
#howto .group {
  position: relative;
}
#howto .group:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 15px solid #000;
}
#howto .point {
  background: url("../img/aburasoba/usagi.png") no-repeat 0 5vw/41%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 10vw;
  position: relative;
  z-index: 4;
}
#howto .point h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 5vw;
  white-space: nowrap;
  padding-bottom: 5vw;
}
#howto .point h3 i {
  font-weight: 600;
}
#howto .point h3 span {
  font-size: 6.8vw;
}
#howto .point h3 .t {
  font-size: 4.5vw;
}
#howto .point .txt {
  padding-bottom: 5vw;
}
#howto .point .photo {
  position: relative;
}
#howto .point .photo .tit {
  border: 4px solid #000;
  background-color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 5.1vw;
  padding: 5% 0;
  letter-spacing: 0em;
  margin: 5vw 0 20px;
  position: relative;
}
#howto .point .photo .tit:before {
  content: url("../img/aburasoba/shape2.png");
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: -65px;
}
#howto .point.point1 {
  padding-bottom: 25vw;
  margin-bottom: 0;
}
#howto .point.point1 h3 .f_cl {
  padding-left: 18vw;
}
#howto .point.point2 h3 i {
  padding-left: 7vw;
}
#howto .point.point3 h3 .pad {
  padding-left: 7vw;
}
#howto .point.point3 .bnr-shared {
  margin: 5vw auto 10vw;
}
#howto .sub-point {
  border: 4px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 99;
  margin: -6vw auto 10vw;
  width: 87%;
  padding: 5% 0%;
  box-sizing: border-box;
}
#howto .sub-point:before {
  content: url("../img/aburasoba/shape1.jpg");
  position: absolute;
  right: 0;
  top: -42px;
}
#howto .sub-point h3 {
  text-align: center;
  font-weight: 700;
  font-size: 5.5vw;
  line-height: 1.4;
  padding-bottom: 5vw;
  white-space: nowrap;
}
#howto .sub-point .tit {
  width: 91%;
  margin: -19vw 0 10vw -4vw;
  position: relative;
  z-index: 1;
}
#howto .sub-point .txt {
  padding: 0 5%;
}
@media screen and (min-width: 999px) {
  #lead {
    padding: 0px 0 10px;
    background: url("../img/aburasoba/lead_bg2.jpg") no-repeat 0 bottom, url("../img/aburasoba/lead_bg1.jpg") no-repeat 0 371px;
    background-color: #0c0706;
  }
  #lead:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/aburasoba/lead_bg.png") no-repeat right 492px;
  }
  #lead h2 {
    font-size: 70px;
    line-height: 126px;
    margin: 0;
    position: absolute;
    top: 127px;
    left: -61px;
    z-index: 2;
  }
  #lead h2 span {
    font-size: 93px;
    letter-spacing: 0.05em;
  }
  #lead h2 .t {
    font-size: 81px;
  }
  #lead h2 .pad {
    padding-top: 360px;
  }
  #lead .photo {
    margin: 0 0 0 289px;
    padding-bottom: 0;
  }
  #lead .txt1 {
    padding: 36px 0 92px 352px;
  }
  #lead .menu {
    padding: 0;
  }
  #lead .menu h3 {
    font-size: 60px;
    line-height: 1;
  }
  #lead .menu h3 span {
    font-size: 54px;
  }
  #lead .menu .txt {
    text-align: center;
    width: 840px;
    margin: -108px auto 0;
    padding: 18px 0 37px;
  }
  #lead .sec-end {
    background: none;
    padding: 0;
    height: 828px;
    position: relative;
  }
  #lead .sec-end h3 {
    position: absolute;
    top: 64px;
    right: 107px;
    font-size: 93px;
    line-height: 148px;
    letter-spacing: 0.205em;
    letter-spacing: 0.105em;
  }
  #lead .sec-end h3 span {
    font-size: 82px;
  }
  #lead .sec-end h3 .t {
    font-size: 70px;
  }
  #lead .sec-end .txt-vertical-pc {
    height: 425px;
    position: absolute;
    top: 232px;
    right: 428px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1300px) {
  #lead {
    background-size: auto, auto;
    background-position: -190px bottom, 0 371px;
  }
  #lead:before {
    right: -210px;
  }
  #lead .sec-end h3 {
    right: 40px;
  }
  #lead .sec-end .txt-vertical-pc {
    right: 328px;
  }
}
@media screen and (min-width: 999px) {
  #howto {
    background-size: auto, auto, 100%, auto;
    background-position: right bottom, 0 0, center 739px, 0 bottom;
    padding: 40px 0 20px;
  }
  #howto .wrap {
    max-width: 1300px;
    margin: 0 auto;
  }
  #howto h2 {
    padding: 0 0 50px 0;
  }
  #howto .group:before {
    border-left: 30px solid #000;
  }
  #howto .point {
    background-position: 599px 92px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 45px 40px 40px 46px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background-size: auto;
  }
  
.titl {
  font-size: 36px;
}

  #howto .point h3 {
    line-height: 67px;
    letter-spacing: 0.025em;
    font-size: 42px;
    padding-bottom: 44px;
  }
  #howto .point h3 span {
    font-size: 48px;
  }
  #howto .point h3 .t {
    font-size: 36px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1250px) {
  #howto .point h3 {
    font-size: 38px;
  }
  #howto .point h3 span {
    font-size: 44px;
  }
  #howto .point h3 .t {
    font-size: 32px;
  }
}
@media screen and (min-width: 999px) {
  #howto .point .txt {
    padding-bottom: 20px;
  }
  #howto .point .photo {
    order: -1;
  }
  #howto .point .photo .tit {
    line-height: 1.4;
    font-size: 30px;
    padding: 20px 0px 20px 36px;
    letter-spacing: 0.2em;
    margin: 0;
    position: absolute;
    right: -13px;
    bottom: -2px;
    transform: translateX(100%);
    width: 577px;
  }
  #howto .point .photo .tit:before {
    transform: none;
    left: -66px;
    top: -3px;
    right: auto;
  }
  #howto .point .info {
    width: 50%;
    padding-top: 40px;
  }
  #howto .point.point1 {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  #howto .point.point1 h3 .f_cl {
    padding-left: 120px;
  }
  #howto .point.point2 {
    clear: both;
  }
  #howto .point.point2 h3 i {
    padding-left: 20px;
  }
  #howto .point.point2 .photo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
  }
  #howto .point.point2 .txt {
    padding-bottom: 95px;
  }
  #howto .point.point3 .info {
    padding-top: 30px;
  }
  #howto .point.point3 .photo {
    padding-top: 10px;
  }
  #howto .point.point3 h3 {
    font-size: 42px;
    padding-bottom: 20px;
  }
  #howto .point.point3 h3 span {
    font-size: 42px;
  }
  #howto .point.point3 h3 .pad {
    padding-left: 74px;
  }
  #howto .point.point3 .bnr-shared {
    margin: 7px 0 10px;
    width: 100%;
    max-width: 518px;
  }
  #howto .point.point3 .bnr-shared a {
    padding-right: 35px;
  }
  #howto .point.point3 .bnr-shared a:after {
    right: 58px;
  }
  #howto .sub-point {
    float: right;
    margin: -95px 60px 40px 0;
    width: 700px;
    padding: 32px 0 17px;
    margin-top: -26px;
  }
  #howto .sub-point:before {
    right: 85px;
    top: -42px;
  }
  #howto .sub-point h3 {
    font-size: 36px;
    letter-spacing: 0.16em;
    padding-bottom: 30px;
    text-align: right;
    padding-right: 62px;
  }
  #howto .sub-point .tit {
    width: auto;
    margin: auto;
    position: absolute;
    top: 139px;
    left: -302px;
  }
  #howto .sub-point .photo {
    position: absolute;
    top: 123px;
    right: -84px;
  }
  #howto .sub-point .txt {
    padding: 2px 5px 20px 61px;
    width: 365px;
  }
  #howto .bnr {
    padding: 82px 0 104px;
  }
}

@media screen and (min-width: 999px){
#howto .sub-point2 {
float: right;
    margin: -95px 60px 40px 0;
    width: 700px;
    padding: 0px;
    margin-top: -26px;
}}

#howto .sub-point2 {
  text-align: center;
  border: 4px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 99;
  margin: -120px auto 10vw;
  width: 87%;
  padding: 20px;
  box-sizing: border-box;
}

.rayu-title {
  font-size: 24px;
  font-weight: bold;
}

#howto .info .sub-point2 .fnt-noto:before {
  content: url(../img/aburasoba/shape0.png);
  transform: rotate(90deg);
  position: absolute;
  left: -50px;
  bottom: 10px;
}

@media screen and (MAX-width: 999px) {
  #howto .info .sub-point2 .fnt-noto:before {
    content: url(../img/aburasoba/shape0.png);
    transform: rotate(90deg);
    position: absolute;
    left: -47px;
    bottom: 10px;
  }

  #howto .sub-point2 {
    text-align: center;
    border: 4px solid #000;
    background-color: #fff;
    position: relative;
    z-index: 99;
    margin: -60px auto 10vw;
    width: 87%;
    padding: 20px;
    box-sizing: border-box;
  }

}