/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs42: 4.2rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs24: 2.4rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.4rem;
    --fs42: 2.4rem;
    --fs36: 2.2rem;
    --fs28: 2.0rem;
    --fs24: 1.8rem;
    --fs20: 1.6rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
#voice01
---------------------------------------
*/
#voice01 {
  position: relative;
  z-index: 1; }
  #voice01 .ttl {
    font-size: 5rem;
    text-align: center; }
    @media (max-width: 999px) {
      #voice01 .ttl {
        font-size: 2rem; } }
  #voice01 .txt {
    text-align: center;
    font-size: 1.8rem; }
    @media (max-width: 999px) {
      #voice01 .txt {
        font-size: 1.6rem; } }
  #voice01 .pics {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
  #voice01 .pic {
    width: 32.5%;
    height: auto; }

/* 
---------------------------------------
#voice02
---------------------------------------
*/
#voice02 {
  padding: 22rem 0 14rem;
  position: relative;
  background: #FF7D44;
  margin-top: -22rem;
  z-index: 0; }
  @media (max-width: 999px) {
    #voice02 {
      padding: 8rem 0 6rem;
      margin-top: -8rem; } }
  #voice02 .bg {
    position: absolute;
    bottom: 0;
    z-index: 0; }
  #voice02 .deco {
    text-transform: uppercase;
    color: #fff;
    font-size: 8.5rem;
    text-align: center; }
    @media (max-width: 999px) {
      #voice02 .deco {
        font-size: 4rem; } }
  #voice02 .sttl {
    font-size: 5rem;
    text-align: center;
    color: #fff; }
    @media (max-width: 999px) {
      #voice02 .sttl {
        font-size: 2rem; } }
  #voice02 .stxt {
    text-align: center; }
  #voice02 .boxs {
    background: #fff;
    border: 0.6rem solid #f57f4b;
    padding: 2rem 5vw 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #voice02 .boxs {
        padding: 2rem 1.6rem 3rem;
        gap: 1.6rem;
        flex-direction: column-reverse;
        margin-bottom: 1rem; } }
  #voice02 .box {
    position: relative;
    z-index: 1;
    width: calc(860/1200*100%); }
    @media (max-width: 999px) {
      #voice02 .box {
        width: 100%;
        margin: 0 auto;
        position: initial; } }
  #voice02 .number {
    font-size: 3.2rem;
    color: #FF7D44; }
    @media (max-width: 999px) {
      #voice02 .number {
        font-size: 3.2rem;
        color: #FF7D44;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
  #voice02 .number strong {
    font-size: 6rem;
    margin-left: 0.8rem;
    font-weight: 700; }
  #voice02 .ssttl {
    font-size: 3.6rem; }
    @media (max-width: 999px) {
      #voice02 .ssttl {
        font-size: 1.8rem;
        margin-bottom: 1.6rem; } }
  #voice02 .detailBox {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    justify-content: space-between; }
    @media (max-width: 999px) {
      #voice02 .detailBox {
        flex-direction: column; } }
  #voice02 .detailBox dl {
    display: flex;
    margin-right: 4rem;
    flex-direction: column;
    max-width: 34rem; }
    @media (max-width: 999px) {
      #voice02 .detailBox dl {
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 2rem; } }
  #voice02 .detailBox dt {
    margin-right: 2rem; }
    @media (max-width: 999px) {
      #voice02 .detailBox dt {
        margin-right: 1rem; } }
  #voice02 .detailBox dd {
    line-height: 1.7; }
  #voice02 .priceBox {
    display: flex;
    align-items: flex-end;
    color: #e75325;
    font-family: sans-serif;
    position: relative; }
  #voice02 .priceTxt {
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: right; }
    @media (max-width: 999px) {
      #voice02 .priceTxt {
        font-size: 1.4rem; } }
  #voice02 .priceTxt strong {
    font-size: 3.2rem; }
  #voice02 .price {
    font-size: 7.7rem;
    font-weight: 700;
    line-height: 0.8;
    padding: 0 0.2rem 0 0.4rem; }
    @media (max-width: 999px) {
      #voice02 .price {
        font-size: 6.6rem; } }
  #voice02 .priceUnit {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2; }
  #voice02 .tax {
    font-size: 1.2rem;
    position: absolute;
    right: 1.2rem;
    bottom: 3.2rem; }
  @media (max-width: 999px) {
    #voice02 .itemBox {
      position: relative;
      z-index: 1; } }
  #voice02 .itemBox .ico {
    display: block;
    margin: 6rem auto 1.2rem auto;
    width: 18rem;
    height: auto; }
    @media (max-width: 999px) {
      #voice02 .itemBox .ico {
        width: 12rem;
        margin-top: 8rem; } }
  #voice02 .itemBox .name {
    font-size: 2.2rem;
    margin-top: 0.6rem;
    text-align: center; }
    @media (max-width: 999px) {
      #voice02 .itemBox .name {
        font-size: 1.8rem; } }
  #voice02 .decoImg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 34rem;
    height: auto; }
    @media (max-width: 999px) {
      #voice02 .decoImg {
        width: 18rem; } }
  #voice02 .btn {
    margin: 6rem auto 14rem; }
    @media (max-width: 999px) {
      #voice02 .btn {
        margin: 2rem auto 4rem; } }
    #voice02 .btn:hover {
      background: rgba(26, 19, 17, 0.2);
      transition: 0.6s all;
      opacity: 1; }
  #voice02 .bg {
    position: absolute;
    bottom: 0;
    z-index: 0; }
  #voice02 .inner14 {
    position: relative;
    z-index: 1; }
  #voice02 .bnrBox {
    background: #1A1311; }
  #voice02 .sssttl {
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 999px) {
      #voice02 .sssttl {
        font-size: 1.6rem; } }
