  @charset "UTF-8";
/* Scss Document */
/* タブレット・スマホ用設定 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media print, screen and (max-width: 800px) {
  html {font-size: min(1.5625vw, 24px);}
  body {font-size:min(2.25vw,18px);}
  header {font-size: min(3.75vw, 30px);}
  
  /* 背景設定 */
  #bg1 {background-image: url("../images/bg_sp.jpg");}
  #intro, #movie, #features {background-image: none;}
  #design, #probe {background-image: url("../images/bg_sp_1.jpg");}

  .content {
    width: 85%;
  }
  
  .annotation {
    font-size: 1rem;
  }
  .sp_hidden {display: none;}
  .pc_hidden {display: block;}
  
  
  /* ↓ intro ↓ -------------------------------------------------- */
  
  #intro .content {
    width: 70%;
    height: auto;  
  }
  
  #st21 {
    font-size : 2.52rem;
    line-height : 4.24rem;
    letter-spacing : 0.5rem;
    margin-bottom: 2rem;
  }
  div#box21 {display: block;}
  #box21 .left {
    width: 100%;
    height: auto;
  }
  
  #box21 .right {
    width: 100%;
    height: auto;
    font-size : 1.6rem;
    line-height : 4rem;
    letter-spacing : 0.16rem;
    text-align: center;
    margin-top: 2rem;
  }

  /* ↓ movie ↓ -------------------------------------------------- */
  
  #movie_border {
    width: 68%;
  }

  #st31 {
    font-size : 2.76rem;
    line-height : 4.7rem;
    letter-spacing : 0.55rem;
  }
  
  /* ↓ features ↓ -------------------------------------------------- */
  
  #features .content {
    width: 86%;
    height: auto;
    color: #FFFFFF;
  }
  
  #st41 {
    font-size : 2.67rem;
    line-height : 4.5rem;
    letter-spacing : 0.5rem;
  }
  
  #st41 span {
    font-size : 6rem;
    line-height : 5.7rem;
    letter-spacing : 1.2rem;
  }
  
  .box41 {
    font-size: 1.45em;
    line-height: 2.5em;
    padding: 0;
  }

  .box41 .hisi {
    width: 6rem;
    height: 6rem;
    margin: 0.5em;
  }

  .box41 .hisi .st42 {font-size: 1.4em;}
  
  .box41 .st42-2 {
    font-size: 1.4em;
    display: grid;
    margin: 0 auto;
    padding: 0.5em 0;
    text-align: center;
  }

  .box41 .sub {
    width: 100%;
    font-size: 0.6em;
    letter-spacing: 0.14em;
    margin: 0;
  }

  .box41 .fit {
    width: 100%;
  }

  .box42 {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    margin: 0 auto 5rem;
  }
  
  .st43 {
    font-size : 2rem;
    line-height : 2.6rem;
    letter-spacing : 0.1rem;
    margin-top: 1.5rem;
  }
  
  #box1 .box42 .right {
    width: 100%;
  }
  
  #box1 .box42 .left {
    width: 78%;
    margin: 1rem auto;
  }
  
  #box1 .st43 {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  
  #box2 .box42 .right {
    width: 100%;
  }
  
  #box2 .box42 .left {
    width: 100%;
    margin: 1rem auto 2rem;
  }
  
  #box2 .st43 {
    width: 100%;
    text-align: justify;
    margin-bottom: 2.5rem;
  }
  
  #box44 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  
  #box44 img {
    width: 112%;
    margin: 1rem auto 0 -3rem;
  }
  
  #box3 .st43 {
    width: 100%;
    text-align: justify;
    margin-bottom: 2.5rem;
    margin-top: 0;
  }
  
  #box3 .box42 {
    width: 100%;
    flex-direction: column;
  }
  
  #box3 .box42 .left {
    width: 100%;
  }
  
  #box3 .box45 {
    margin-bottom: 2rem;
  }
  
  #box3 .box45 .left {
    width: 29%;
  }
  
  .st44 {
    font-size : 2.5rem;
    line-height : 4.375rem;
    letter-spacing : 0.19rem;
    padding-left: 1rem;
    margin-top: 1.7rem
  }
  
  #box3 .box45 .right ul {
    width: 90%;
    margin-left: 1rem;
  }

  #box3 .box45 .right li {
    font-size : 2rem;
    line-height : 3rem;
    letter-spacing : 0.15rem;
    background-size: 0.7em;
    background-position: left 0.8rem;
    margin-top: 1rem;
  }

  /* ↓ design ↓ -------------------------------------------------- */
  #design .content {
    width: 90%;
  }
  
  #st51 {
    font-size: 2.5rem;
    line-height: 5.5rem;
  }
  
  #design .modal_box {
    border: none;
  }
  
  #modal-design .box52 {
    width: 99%;
    border: 3px solid #E3007F;
    border-image: linear-gradient(to right, #E3007F 0%, #BE1A90 20%,#724FB4 100%);
    border-image-slice: 1;
    background-color: rgb(255,255,255,1);
    padding-bottom: 3rem;
    margin: 0 auto 3rem;
  }
  
  #modal-design .box52 .box {
    width: 84%;
    height: auto;
    margin: 0 auto;
  }

  .st54 {
    font-size: 2.3rem;
    line-height: 3.81rem;
    letter-spacing: 0.175rem;
    padding: 0.5rem 0;
  }
  
  .st55 {
    font-size : 1.8rem;
    line-height : 2.867rem;
    margin: 2rem auto;
  }
  
  #modal-design .box52 .annotation-center {
    width: 80%;
    font-size: 1em;
    line-height: 1.5rem;
    margin: 1.5rem auto;
  }
  
  #fixed {display: none;}
  
  /* ↓ mode ↓ -------------------------------------------------- */
  #st61 {
    font-size: 2.5rem;
    line-height: 5.5rem;
  }
  
  #box61 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0.077rem;
  }
  
  #box62 {
    margin-top: 3rem;
  }
  
  #box63 {
    width: 100%;
    height: auto;
    position: static;
    display: block;
  }
  
  #box64,
  #box65 {display: none;}
  
  #box66 {
    width: 95%;
    height: auto;
    margin: 2rem auto;
  }
  
  /* ↓ 変数指定 ↓ */
  #box66 .box:nth-child(1) {
    --mainColor: rgba(202, 172, 29, 1);
    --bgColor: rgba(202, 172, 29, 0.2);
  }
  #box66 .box:nth-child(2) {
    --mainColor: rgba(237, 134, 179, 1);
    --bgColor: rgba(237, 134, 179, 0.2);
  }
  #box66 .box:nth-child(3) {
    --mainColor: rgba(41, 156, 199, 1);
    --bgColor: rgba(41, 156, 199, 0.2);
  }
  #box66 .box:nth-child(4) {
    --mainColor: rgba(0, 170, 131, 1);
    --bgColor: rgba(0, 170, 131, 0.2);
  }
  #box66 .box:nth-child(5) {
    --mainColor: rgba(247, 180, 60, 1);
    --bgColor: rgba(247, 180, 60, 0.2);
  }
  #box66 .box:nth-child(6) {
    --mainColor: rgba(186, 140, 189, 1);
    --bgColor: rgba(186, 140, 189, 0.2);
  }

  #box66 .box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-style: none;
    margin: 1rem 0;
  }
  
  #box66 .box:hover {
    cursor: auto;
  }
  
  
  .st65 {
    width: 50%;
    height: 9.3rem;
    border-style: solid;
    border-width: 3px;
    border-radius: 9px;
    background-color: var(--bgColor);
    color: var(--mainColor);
    border-color: var(--mainColor);
    font-size: 2.5rem;
    line-height: 8.7rem;
  }
  
  .st65::after {
    display: none;
  }
  
  .fukidashi {
    width: 44%;
    height: auto;
    display: block;
    position: static;
    background-color: rgba(255,255,255,1);
    text-align: left;
  }
  
  .fukidashi::after {
    display: none;
  }
  
  .st66 {
    font-size : 1.8rem;
    letter-spacing : 0.135rem;
    color: var(--mainColor);
    margin-top: 0.5rem;
  }
  
  .st67 {
    font-size : 1.53rem;
    line-height : 2.227rem;
    letter-spacing : 0.115rem;
  }
  
  /* ↓ probe ↓ -------------------------------------------------- */
  #probe .content {
    width: 82.5%;
    height: auto;
  }
  
  #st71 {
    font-size: 2.5rem;
    line-height: 5.5rem;
  }
  
  #box71 {
    flex-wrap: wrap;
  }
  
  #box71 .box {
    width: 46.4%;
    margin-top: 5rem;
  }

  .box72 {
    height: 11.26rem;
    font-size: 1.867rem;
    line-height: 2.5rem;
    letter-spacing: 0.14rem;
  }
  
  .box72::after {
    border-width: 0.7rem;
    left: 48%;
  }
  
  .box73 {
    margin: 3rem 0 2rem;
  }
  
  .st73 {
    font-size: 2.4rem;
    line-height: 2.94rem;
    letter-spacing: 0.14rem;
  }
  
  .box74 {
  font-size : 1.4rem;
  line-height : 4rem;
  letter-spacing : 0.2rem;
  }
  
  .st75 {
    height: 4.4rem;
    margin: 0.5rem 0;
  }
  
  .st76 {
    height: 4.4rem;
    margin: 0.5rem 0;
  }
  
  #probe .content .annotation {
    font-size: 0.8em;
    line-height: 1.4rem;
    margin-top: 1rem;
  }
  
  /* ↓ treatment ↓ -------------------------------------------------- */
  #st81 {
    font-size : 4.13rem;
    line-height : 4.74rem;
    letter-spacing : 0.41rem;
  }
  
  #box81 {
    flex-wrap: wrap;
  }
  
  #box81 .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 2.5rem 0;
  }
  
  #box81 .box:nth-child(3){
    flex-direction: row-reverse;
  }
  
  #box81 .box .img_box {
    width: 52%;
    height: auto;
  }
  
  #box81 .box .text {
    width: 45%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
  }
  
  .st82 {
    font-size: 2.76rem;
    letter-spacing: 0.372rem;
  }
  
  .st83 {
    font-size : 1.69rem;
    line-height : 2.76rem;
    letter-spacing : 0.25rem;
    margin-top: 1.5rem;
  }
  
  #box81 .box .annotation {
    font-size : 1.07rem;
    letter-spacing : 0.08rem;
    transform: none;
  }
  
  #box81 .arrow {display: none;}
  
  /* ↓ home care ↓ -------------------- */

  #box82 {
    margin-top: 5rem;
  }
  
  #box82::before {
    display: none;
  }

  #st84 {
    font-size : 2.8rem;
    line-height : 5.9rem;
    letter-spacing : 0.21rem;
  }

  #st85 {
    font-size : 1.53rem;
    line-height : 2.52rem;
    letter-spacing : 0.077rem;
  }

  #box83 {
    width: 87%;
    flex-wrap: wrap;
  }

  #box83 .box {
    width: 47.6%;
    margin-top: 2.5rem
  }

  .st86 {
    font-size : 1.8rem;
    line-height : 2.9rem;
    letter-spacing : 0.13rem;
  }

  #box82 .annotation {
    font-size: 1rem;
    margin: 2rem;
  }

  /* ↓ detail ↓ -------------------------------------------------- */
  #detail {
    background-image: none;
  }
  #detail .content {display: block;}
  #detail .left {
    width: 50%;
    margin: 0 auto 3rem;
  }
  
  #detail .right {
    width: 100%;
    margin: 0 auto;
  }
  
  #st91 {
    font-size : 2.52rem;
    line-height : 2.347rem;
    letter-spacing : 0.15rem;
  }
  
  .st92 {
    font-size : 1.3rem;
    line-height : 1.63rem;
    letter-spacing : 0.21rem;
  }
  
  #detail .right ul {
    height: 9.4rem;
  }
  
  #detail .right li {
    font-size : 1.3rem;
    line-height : 2rem;
    letter-spacing : 0.26rem;
  }
  
  /* ↓ review ↓ -------------------------------------------------- */
  
  #box101 {
    animation: loop-list 70s linear infinite;
  }
  
  .comment {
    padding: 0 0 0 50vh;
  }

}