@charset "utf-8";
body {
  overflow: hidden;
}

.lf {
  box-sizing: border-box;
  font-family: "游ゴシック体", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #53575a;
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width:1290px) and (min-width:768px) {
  .lf {
    margin: 90px 0 0;  
  }
}
.lf h2,.lf h3 {
  font-weight: 600;
}
.win .lf {
  /*Windows (全バージョン)のみ*/
  font-weight: bold;
}
.win .lf h2,
.win .lf h3 {
  font-weight: bold;
}



.one_page_item {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

.lf_contents {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.15em;
}
.lf_contents img {
  width: 100%;
}

#top {
  position: relative;
  background-image: url(../images/lf/lf_bg_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


#about_01 {
  background-image: url(../images/lf/lf_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about_02 {
  background-image: url(../images/lf/lf_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about_03 {
  background-image: url(../images/lf/lf_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about_04 {
  background-image: url(../images/lf/lf_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about_05 {
  background-image: url(../images/lf/lf_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about_06 {
  background-image: url(../images/lf/lf_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#use {
  background-image: url(../images/lf/lf_bg_use.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#store {
  background-image: url(../images/lf/lf_bg_store.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ttl_line {
  position: relative;
}
.ttl_line::before {
  content: '';
  width: 30px;
  height: 0;
  border: .1rem solid #53575a;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  border-radius: 1px;
  background-color: #53575a;
}

.ttl_line::after {
  content: '';
  width: 30px;
  height: 0;
  border: .1rem solid #53575a;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  border-radius: 1px;
  background-color: #53575a;
}

/*                        top                       */
#top.lf_contents {
  padding-top: 0%;
}
.mv_top_ttl {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
}
.mv_top_ttl_img {
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
}

.top_flex {
  max-width: 1100px;
  margin: 0 auto 0;
  width:98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
@media screen and (max-height:650px) {
  .top_flex {
    max-width: 1050px;
    top: 35%;
  }
}
.top_ttl_contents {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-height:650px) {
  .top_ttl_contents {
    max-width: 430px;
  }
}
.top_sab_ttl {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 0.5s;
}
.top_sab_ttl::before,.top_sab_ttl::after {
  content: none;
}

.top_ttl_name {
  padding: 35px 0 30px;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 0.5s;
}

.top_ttl {
  background: url(../images/lf/top_ttl_bg.png) no-repeat;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 0.5s;
}

.top_ttl_img {
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 1s;
}

.top_img {
  max-width: 610px;
  width: 100%;
  opacity: 0;
  transform: translateY(10%);
  transition: 1s;
}
@media screen and (max-height:650px) {
  .top_img {
    max-width: 570px;
  }
}
.scrollin .show_fade {
  opacity: 1;
  transform: translate(0);
}
.scroll_inner {
  width: 100vw;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}

.scroll_img {
  max-width: 44px;
  width: 5.5vh;
  margin: 0 auto;
}

.scroll_inner::after {
  content: '';
  max-width: 310px;
  width: 31vh;
  height: 0;
  border: 2px solid #55585a;
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0 50% 0 50%);
}
@media screen and (max-height:650px) {
  .scroll_inner::after {
    top: -30%;
  }
}

.move.scroll_inner::after  {
  animation-name: scroll_move;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes scroll_move {
  0% {
    clip-path: inset(0 50% 0 50%);
  }
  100% {
    clip-path: inset(0 0% 0 0%);
  }

}



/*                      about                   */
.about_ttl {
  width: 100vw;
  font-size: min(6vh,48px);
  position: absolute;
  top: 11.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  letter-spacing: 0.075em;
}
@media screen and (max-height:650px) {
  .about_ttl {
    top: 9%;
  }
}
.about_ttl::before {
  content: none;
}
.about_ttl::after {
  width: 310px;
  left: 0;
  margin: 0 auto;
  border-width: 2px;
  border-color: #55585a;
  transform: none;
  top: auto;
  bottom: 10%;
}


.about_flex {
  max-width: 1026px;
  width: 130vh;
  margin:0 auto ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_01 .about_flex {
  position: relative;
  top: 27%;
}
.about_02 .about_flex {
  position: relative;
  top: 28%;
}
.about_03 .about_flex {
  position: relative;
  top: 28%;
}
.about_04 .about_flex {
    position: relative;
    top: 28%;
}
.about_05 .about_flex {
    position: relative;
    top: 28%;
}
.about_06 .about_flex {
    position: relative;
    top: 28%;
}
@media screen and (max-height:650px) {
  .about_01 .about_flex {
  top: 37%;
}
.about_02 .about_flex {
  top: 27%;
}
.about_03 .about_flex {
  top: 30%;
}
.about_04 .about_flex {
  top: 33%;
}
.about_05 .about_flex {
  top: 31%;
}
.about_06 .about_flex {
  top: 21%;
}
}
.about_flex_reverse {
  flex-direction: row-reverse;
}
.about_txt_box {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex-flow: column;
  justify-content: space-between;
  text-align: left;
}
.about_01 .about_txt_box {
  margin-top: 3.5%;
}
.about_03 .about_txt_box {
  margin-top: 5.5%;
}
.about_04 .about_txt_box {
  margin-top: .5%;
}
.about_05 .about_txt_box {
  margin-top: 9%;
}



.about_txt {
  margin-bottom: 32px;
  font-size: min(5vh,39px);
  line-height: 1.4;
  font-feature-settings: "palt";
}
.about_02 .about_txt {
  font-size: min(4.5vh,36px);
}
.about_03 .about_txt {
  font-size: min(4.7vh,37px);
}
.about_04 .about_txt {
  font-size: min(4.5vh,36px);
}
.about_05 .about_txt {
  font-size: min(4.7vh,37px);
}
.about_06 .about_txt {
  font-size: min(4.5vh,36px);
}
/* @media screen and (max-height:650px) {
  .about_02 .about_txt {
  font-size: 34px;
}
.about_03 .about_txt {
  font-size: 35px;
}
.about_04 .about_txt {
  font-size: 34px;
}
.about_05 .about_txt {
  font-size: 35px;
}
.about_06 .about_txt {
  font-size: 34px;
}
} */

.about_txt_bg {
  color: #fff;
  padding: 0 14px;
  display: inline-block;
  border-radius: 3px;
  background-color: #53575a;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 0.5s;
  position: relative;
  z-index: 1;
}
.about_txt_no_bg {
  padding-left: .3em;
}
#about_01 .about_txt_no_bg {
  padding-left: 0;
}
#about_03 h3:last-of-type .about_txt_no_bg {
  padding-left: 0;
}

.about_txt_box h3:nth-last-child(3) .about_txt_bg {
  transition-delay: 0.7s;
}

.about_txt_box h3:nth-last-child(2) .about_txt_bg {
  transition-delay: 0.9s;
}

.about_txt_box h3:nth-last-child(1) .about_txt_bg {
  transition-delay: 1.1s;
}

.about_txt_bg_detail,
.about_txt_no_bg {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 1s;
}

.about_txt_box h3:nth-last-child(3) .about_txt_bg_detail {
  transition-delay: 1.2s;
}

.about_txt_box h3:nth-last-child(2) .about_txt_bg_detail {
  transition-delay: 1.4s;
}

.about_txt_box h3:nth-last-child(1) .about_txt_bg_detail {
  transition-delay: 1.6s;
}

#about_01 .about_txt_no_bg {
  transition-delay: 1.8s;
}

#about_02 .about_txt_no_bg {
  transition-delay: .5s;
}
#about_02 h3:nth-child(2) .about_txt_no_bg {
  transition-delay: .8s;
}

#about_03 h3:first-of-type .about_txt_no_bg {
  transition-delay: .5s;
}

#about_03 h3:nth-last-child(2) .about_txt_no_bg {
  transition-delay: 1.8s;
}

#about_04 h3:first-of-type .about_txt_no_bg {
  transition-delay: .5s;
}
#about_05 h3:first-of-type .about_txt_no_bg {
  transition-delay: .8s;
}

#about_06 h3:first-of-type .about_txt_no_bg {
  transition-delay: .5s;
}

#about_06 h3:last-of-type .about_txt_no_bg {
  transition-delay: 1.8s;
}

.sm_txt {
  font-size: min(4vh,31px);
}
.about_02 .sm_txt {
  font-size: min(3.7vh,29px);
}
.about_04 .sm_txt {
  font-size: min(3.8vh,30px);
}
.about_05 .sm_txt {
  font-size: min(3.8vh,30px);
}
.about_06 .sm_txt {
  font-size: min(3.7vh,29px);
}
/* @media screen and (max-height:650px) {
  .sm_txt {
      font-size: 29px;
    }
    .about_02 .sm_txt {
      font-size: 27px;
    }
    .about_04 .sm_txt {
      font-size: 28px;
    }
    .about_05 .sm_txt {
      font-size: 28px;
    }
    .about_06 .sm_txt {
      font-size: 27px;
    }
} */

.txt_99 {
  display: inline-block;
  max-width: 54px;
  width: 6.8vh;
  margin-right: 0.2rem;
}
.txt_99 img {
  vertical-align: baseline;
}

.about_txt sup {
  font-size: min(2.5vh,20px);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.about_note sup {
  font-size: min(1.5vh,12px);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.about_note {
  font-size: min(2.5vh,19.5px);
  font-weight: 500;
  margin-top: 1.5rem;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 2s;
  transition-property: clip-path;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka,
}
/* @media screen and (max-height:650px) {
  .about_note {
      font-size: 17.5px;
    }
} */



.about_fixed {
  position: fixed;
}


.about_ttl_absolute {
  position: absolute;
  top: 0;
  z-index: 6;
}

.about_ttl_fixed_02 {
  width: 100vw;
  top: 11.5%;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-height:650px) {
  .about_ttl_fixed_02 {
    top: 9%;
  }
}


.about_txt_fixed_02.show,
.about_ttl_fixed_02.show {
  opacity: 1;
  visibility: visible;
}


.about_img {
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}

.scrollin .about_img {
  opacity: 1;
}
.about_img_01 {
  max-width: 367px;
  width: 41vh;
}
/* @media screen and (max-height:650px) {
  .about_img_01 {
      max-width: 337px;
    }
} */



.about_img_02 .about_img_arrow {
  display: block;
  width: 91px;
  position: absolute;
  top: 25%;
  left: 24%;
  clip-path: inset(0 0 0 100%);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1.5s;
  transition-property: clip-path;
  box-sizing: border-box;
}

.about_img_03 {
  max-width: 335px;
  width: 42vh;
  position: relative;
}
@media screen and (max-height:650px) {
  .about_img_03 {
    max-width: 305px;
  }
}

.about_img_03 .about_img_arrow {
  display: block;
  max-width: 153px;
  width: 20vh;
  position: absolute;
  top: 10%;
  left: -32%;
  clip-path: inset(0 0 100% 0);
  transition: .8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1.5s;
  transition-property: clip-path;
  box-sizing: border-box;
}
/* @media screen and (max-height:650px) {
  .about_img_03 .about_img_arrow {
    max-width: 123px;
    left: -28%;
  }
} */

.about_img_04 {
  max-width: 471px;
  width: 59vh;
  position: relative;
}
/* @media screen and (max-height:650px) {
  .about_img_04  {
    max-width: 440px;
  }
} */

.about_img_04 .about_img_arrow_01 {
  display: block;
  max-width: 190px;
  width: 24vh;
  position: absolute;
  top: 42%;
  left: 1%;
  clip-path: inset(0 100% 0 0);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1s;
  transition-property: clip-path;
}
/* @media screen and (max-height:650px) {
  .about_img_04 .about_img_arrow_01  {
    max-width: 170px;
    top: 40%;
    left: 5%;
  }
} */

.about_img_04 .about_img_arrow_02 {
  display: block;
  max-width: 247px;
  width: 31vh;
  position: absolute;
  top: 58.5%;
  left: -14%;
  clip-path: inset(0 0 0 100%);
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1.5s;
  transition-property: clip-path;
}
/* @media screen and (max-height:650px) {
  .about_img_04 .about_img_arrow_02  {
    max-width: 217px;
    left: -10%;
  }
} */

.about_img_05 {
  max-width: 418px;
  width: 53vh;
  position: relative;
}
/* @media screen and (max-height:650px) {
  .about_img_05 {
    max-width: 388px;
  }
} */

.lf_about_circle {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
  width: 4vh;
  height: 4vh;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #53575a;
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: 1s;
  opacity: 0;
  transition-delay: 1.5s;
}

.circle_01 {
  top: 2.5%;
  left: 31%;
}

.circle_02 {
  top: 12.3%;
  right: 18.2%;
}

.circle_03 {
  top: 35%;
  right: 19%;
}


.scrollin .lf_about_circle {
  opacity: 1;
  transform: scale(1, 1)
}

#about_06 .about_txt_box h3:last-of-type .about_txt_no_bg  {
  font-size: min(2.8vh,22px);
}
/* @media screen and (max-height:650px) {
  #about_06 .about_txt_box h3:last-of-type .about_txt_no_bg {
    font-size: 20px;
  }
} */

.about_img_06 {
  max-width: 300px;
  width: 38vh;
  position: relative;
  margin-top: -3%;
}
@media screen and (max-height:650px) {
  .about_img_06  {
    max-width: 270px;
  }
}

#about_03 .about_note {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    font-weight: normal;
}
#about_06 .about_note {
  margin-top: -2%;
  font-size: min(2.4vh,19px);
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    font-weight: normal;
}
/* @media screen and (max-height:650px) {
  #about_06 .about_note {
    font-size: 17px;
  }
} */

#about_06 .about_note.txt_right {
  font-size: min(1.9vh,15px);
  text-align: right;
  margin-top: -9%;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: normal;
}
/* @media screen and (max-height:650px) {
  #about_06 .about_note.txt_right {
    font-size: 13px;
  }
} */

.about_scroll {
  opacity: 0;
}
.about_scroll.show {
  opacity: 1;
}

.scroll_inner::after {
  content: '';
  max-width: 310px;
  width: 39vh;
  height: 0;
  border: 2px solid #55585a;
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-height:650px) {
  .scroll_inner::after {
    top: -30%;
  }
}
.filter_box {
  max-width: 460px;
  max-height: 460px;
  width: 55vh;
  height: 55vh;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}
@media screen and (max-height:650px) {
  .filter_box {
    max-width: 400px;
  }
}
.filter_list{
  display: flex;
  align-items: center;
  justify-content:center;
  flex-wrap: wrap;
}
.filter_img {
  width: 25%;
  transition: .5s;
}


.filter_img.show {
  transform: scale(1.7,1.7);
  z-index: 5;
}
.scrollin .filter_box {
  opacity: 1;
}

/*                      use                   */
#use {
  padding-top: 10%;
}

.use_ttl {
  font-size: min(6vh,48px);
  letter-spacing: 0.25em;
}


.use_ttl.ttl_line::before {
  content: none;
}
.use_ttl.ttl_line::after {
  max-width: 310px;
  width: 39vh;
  left: 0;
  margin: 0 auto;
  border-width: 2px;
  border-color: #55585a;
  transform: none;
  top: auto;
  bottom: 5%;
}
@media screen and (max-height:650px) {
  .use_ttl.ttl_line::after {
    bottom: 10%;
  }
}

.use_txt {
  text-align: center;
  font-size: min(3.9vh,31px);
  line-height: 1.4;
  letter-spacing: 0.035em;
  margin-top: 2.5%;
  font-family: "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro",
      "メイリオ",
      Meiryo,
      "ＭＳ Ｐゴシック",
      "MS PGothic",
      Osaka,
      sans-serif;
        font-weight: bold;
}

.use_contents {
  display: flex;
  justify-content: space-between;
  max-width: 998px;
  margin: 0 auto;
  width: 125vh;
  margin-top: 6%;
}


.use_content_box {
  position: relative;
  transform: translateY(50%);
  transition: 1s;
  transition-delay: .5s;
  opacity: 0;
}

.scrollin.use_content_box {
  opacity: 1;
  transform: translate(0);
}
.use_detail {
  position: absolute;
  top: 26%;
  left: 4%;
}
.use_detail_01 {
  top: 26%;
}
.use_detail_02 {
  top: 30%;
  left: 3%;
}
.use_detail_03 {
  top: 20%;
}

.use_detail_txt {
  text-align: left;
  font-size: min(2vh,16px);
  line-height: 1.47;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    Osaka,
    sans-serif;
}
.use_img {
 max-width: 320px;
 width: 39vh;
}

/*                        store                  */
#store {
  padding-top: 0;
  position: relative;
}
.store_contents {
  max-width: 342px;
  width: 43vh;
  margin: 0 auto ;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-30%);
  transition: 1s;
  transition-delay: .5s;
  opacity: 0;
}

.scrollin .store_contents {
  opacity: 1;
  transform: translateY(-50%);
}

.store_txt {
  font-size: min(4.7vh,38px);
  line-height: 1.27;
  margin-bottom: 7%;
  font-weight: bold;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.arax_logo img {
  width: auto;
}
.scrollin .show_slide {
  clip-path: inset(0);
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.6666666667vw;
  }

@supports (-webkit-touch-callout: none) {
  .one_page_item {
    height: -webkit-fill-available;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
  }
}
.one_page_item {
  scroll-snap-type: y mandatory;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
#top {
  background-image: url(../images/lf/lf_bg_01_sp.jpg);
  padding-top: 13rem;
}

#about_01 {
  background-image: url(../images/lf/lf_bg_02_sp.jpg);
}

#about_02 {
  background-image: url(../images/lf/lf_bg_03_sp.jpg);
}

#about_03 {
  background-image: url(../images/lf/lf_bg_04_sp.jpg);
}

#about_04 {
  background-image: url(../images/lf/lf_bg_05_sp.jpg);
}

#about_05 {
  background-image: url(../images/lf/lf_bg_06_sp.jpg);
}

#about_06 {
  background-image: url(../images/lf/lf_bg_07_sp.jpg);
}

#use {
  background-image: url(../images/lf/lf_bg_08_sp.jpg);
}
#store {
  background-image: url(../images/lf/lf_bg_09_sp.jpg);
}


/*                lf_contents                   */
.lf_contents{
  padding:2.6rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}
.top_flex {
  max-width: 100%;
  width: 100%;
  display: block;
  top: 0;
  transform: none;
  margin-top: 1rem;
}

.ttl_line::before {
  content: '';
  width: 2rem;
  height: 0;
  border: .1rem solid #53575a;
  position: absolute;
  top: 45%;
  left: -1%;
  transform: translateY(-50%);
  border-radius: 1px;
}
.ttl_line::after {
  content: '';
  width: 2rem;
  height: 0;
  border: .1rem solid #53575a;
  position: absolute;
  top: 45%;
  right: -1%;
  transform: translateY(-50%);
  border-radius: 1px;
}
#top.lf_contents {
  padding: 0;
}
.mv_top_ttl {
  height: auto;
  padding: 2rem 0;
}
@media screen and (max-height:600px) {
  .mv_top_ttl {
    padding-bottom: 2rem;
  }
}

.mv_top_ttl_img {
  max-width: 33.5rem;
}

.top_img {
  max-width: 74.4%;
  transform: none;
  transition: none;
  opacity: 1;
  padding: 0 4.8rem;
}
@media screen and (max-height:600px) {
  .top_img {
    padding: 0 6rem;
  }
}
.scrollin .lf_top_img {
  opacity: 1;
}

.slick-dots {
  top:41.5rem;
  bottom: auto;
  right: -10rem;
}
@media screen and (max-height:600px) {
  .slick-dots{
    top: 37rem;
  }
}
.slick-dots li  {
  margin: 0 .2rem;
  width: 0.9rem;
  height: .9rem;
}
.slick-dots li button {
  width: 0.9rem;
  height: 0.9rem;

}
.slick-dots li button:before {
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 3px solid #53575a;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.slick-dots li.slick-active button:before {
  background-color: #53575a;
  opacity: 1;
}
.scroll_inner {
  position: absolute !important;
  bottom:   1rem;
}
.scroll_inner::after {
  content: none;
}
.scroll_img {
  width: 4.4rem;
}
@media screen and (max-height:600px) {
  .scroll_img {
    width: 3.5rem;
    bottom: .5rem;
  }
}
.scroll_img::after {
  content: none;
}

/*                      about                   */
.about_ttl {
  width: 85.5%;
  font-size: 2.3rem;
  top: 7rem;
  letter-spacing: 0.05em;
}
.about_ttl.about_ttl_absolute {
  width: 100%;
}
.about_ttl::after {
  left: auto;
  bottom: auto;
}
.lf_contents .about_flex {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  top: 0;
}

.lf_contents .about_txt_box {
  margin: 0 auto;
  margin-top: 10rem ;
  width: 100%;
}

.about_ttl.ttl_line::before,
.about_ttl.ttl_line::after {
  top: 50%;
}
.lf_contents .about_txt {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-height:600px) {
  .lf_contents .about_txt {
      font-size: 1.9rem;
    }
}
body.Android .lf_contents .about_txt {
  font-size: 1.9rem;
}
.about_txt_bg {
  padding: 0 .8rem;
}

.lf_contents .sm_txt {
  font-size: 1.7rem;
}
@media screen and (max-height:600px) {
  .lf_contents .sm_txt {
      font-size: 1.6rem;
    }
}
body.Android .lf_contents .sm_txt {
  font-size: 1.6rem;
}

.txt_99 {
  width: 3.2rem;
}

.about_txt sup {
  font-size: 1.3rem;
}

.about_note {
  font-size: 1.1rem;
  margin-top:0;
}
.about_add_fixed {
  position: fixed;
  top: 12.7rem;
  left: 2.6rem;
  z-index: 5;
  transition: 0.1s;
}
.add_space {
  width: 100%;
  height: 4.4rem;
}


.about_txt_absolute {
  position: relative;
}

.about_ttl_fixed_02 {
  top: 4.3rem;
}
.about_txt_fixed_02 {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}

.about_img_01 {
  margin-top: 4rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-height:600px) {
  .about_img_01 {
    margin-top: 6rem;
    padding: 0 2rem;
  }
}
.about_img_02 {
  max-width: 100%;
  margin-top: 1.6rem;
  position: relative;
  transform: none;
}
@media screen and (max-height:600px) {
  .about_img_02 {
    margin-top: 0rem;
    padding: 0 2rem;
  }
}
.about_img_02 .about_img_arrow {
  width: 6rem;
  top: 7.5rem;
  left:8rem;
}
@media screen and (max-height:600px) {
  .about_img_02 .about_img_arrow {
    top: 6.5rem;
    left: 8.5rem;
    padding: 0 .5rem;
  }
}
.about_img_03 {
  max-width: 100%;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-height:600px) {
  .about_img_03 {
    margin-top: 3rem;
    padding: 0 2rem;
  }
}
.about_img_03 .about_img_arrow {
  width: 9.6rem;
  top: 2rem;
  left:3rem;
}
@media screen and (max-height:600px) {
  .about_img_03 .about_img_arrow {
    padding: 0 .5rem;
    top: 3rem;
    left: 5.5rem;
  }
}

.about_img_04 {
  max-width: 100%;
  width: 100%;
  margin-top: 5.5rem;
}
@media screen and (max-height:600px) {
  .about_img_04 {
    margin-top: 3.5rem;
  }
}
.about_img_04 .about_img_arrow_01 {
  width: 11.8rem;
  top: 7.5rem;
  left: 4.2rem;
}
.about_img_04 .about_img_arrow_02 {
  width: 15.1rem;
  top:10.8rem;
  left: 0rem;
}


.about_img_05 {
  max-width: 100%;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-height:600px) {
  .about_img_05 {
    margin-top: 0rem;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

.lf_about_circle {
  width: 2.4rem;
  height: 2.4rem;
}
.circle_01 {
  top: 0.5rem;
  left: 12.5rem;
}
.circle_02 {
  top: 3.8rem;
  right: 2.8rem;
}
.circle_03 {
  top: 10.4rem;
  right: 3rem;
}
@media screen and (max-height:600px) {
  .lf_about_circle {
    width: 2.2rem;
    height: 2.2rem;
  }

  .circle_01 {
    top: .5rem;
    left: 12.8rem;
  }

  .circle_02 {
    top: 3.2rem;
    right: 4.3rem;
  }

  .circle_03 {
    top: 9rem;
    right: 4.5rem;
  }
}


#about_06 .about_txt_box {
  margin-top: 5.5rem;
}

#about_06 .about_txt_box h3:last-of-type .about_txt_no_bg{
  font-size: 1.3rem;
}
.about_img_06 {
  max-width: 100%;
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-height:600px) {
  .about_img_06 {
    margin-top: 1.5rem;
  }
}
#about_06 .about_note {
  margin-top: 2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  letter-spacing: 0em;
}
#about_06 .about_note sup {
  font-size: 1rem;
}
#about_06 .about_note.txt_right {
  width: 100%;
  text-align: right;
  margin-top: 0;
  font-size: 1.05rem;
}
.filter_box {
  margin:0;
  width: 100%;
  height: 100%;

}

.filter_list {
  flex-wrap: wrap;
  justify-content: center;
}
.filter_img {
  width: 25%;
}
@media screen and (max-height:600px) {
  .filter_img {
      width: 20%;
    }
}
.filter_list li {
  transition: 1s;
}
.filter_list li:hover {
  animation-name: filter_scale;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes filter_scale {
  0% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(1.7, 1.7);
  }
  100% {
    transform: scale(1, 1);
  }

}

/*                      use                   */
#use {
  padding: 0;
  padding-top: 6rem;
}
@media screen and (max-height:600px) {
  #use {
    padding-top: 5rem;
  }
}
.use_container {
  padding: 0 2.7rem;
}
.use_ttl {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.use_ttl.ttl_line::before {
  content: '';
}
.use_ttl.ttl_line::after {
  top: 45%;
  left: auto;
  bottom: auto;
  border: .1rem solid #53575a;
}
.use_ttl.ttl_line::before,.use_ttl.ttl_line::after {
  width: 9rem;
}
.use_txt {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
}
@media screen and (max-height:600px) {
  .use_txt {
      font-size: 1.4rem;
      line-height: 1.3;
    }
}

.use_contents {
  margin-top: 1.5rem;
  flex-direction: column;
  max-width: 100%;
}
@media screen and (max-height:600px) {
  .use_contents {
      margin-top: .8rem;
    }
}
.use_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.use_content_box {
  margin-bottom: 1.2rem;
}
@media screen and (max-height:600px) {
  .use_content_box {
      margin-bottom: 1rem;
    }

}

.use_detail {
  position: static;
  width: 15.5rem;
  text-align: left;
}
.use_num {
  width: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-height:600px) {
  .use_num {
    width: 2.5rem;
    margin-bottom: .5rem;
    }
}
@media screen and (max-height:550px) {
  .use_num {
    width: 2.4rem;
    margin-bottom: .5rem;
    }
}
.use_detail_txt {
  position: static;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media screen and (max-height:600px) {
  .use_detail_txt {
    font-size: 1.35rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-height:550px) {
  .use_detail_txt {
    font-size: 1.3rem;
    line-height: 1.28;
  }
}
.use_img {
  width: 13.5rem;
}
@media screen and (max-height:600px) {
  .use_img {
    width: 12rem;
  }
}
@media screen and (max-height:550px) {
  .use_img {
    width: 11.5rem;
  }
}

/*                        store                  */
#store {
  padding: 0;
}
body.Android #store {
  height: 100vh;
}
.store_contents {
  max-width: 100%;
  width: 21rem;
  margin: 0 auto 0;
  text-align: left;
  transform: translateY(-30%);
}
body.Android .scrollin .store_contents {
  transform: translateY(-80%);
}


.store_txt {
  font-size: 2.3rem;
  line-height: 1.27;
}
.store_btn {
  margin: 0;
}
/*                footer_contents                */
#footer {
  position: absolute;
}
  .arax_logo img {
    width: auto;
  }

.scale_filter {
  transform: scale(1.7, 1.7);
}
}

.header_right {
  width: auto;
}

/* .header_right {
  max-width: 400px;
} */
/* 
@media screen and (max-width: 1290px) {
  #hd_sns {
    margin-right: 16%;
  }

  .header_right {
    width: 300px;
    justify-content: flex-end;
  }
} */
/* 
@media screen and (max-width: 768px) {
  #hd_sns {
    margin-right: 16%;
  }

  .header_right {
    width: 240px;
    max-width: none;
    z-index: 10;
    justify-content: flex-end;
  }
} */
