@charset "utf-8";.-dress_ap018a  {color:#434343;font-family:Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;}@media only screen and (max-width: 641px) {.-dress_ap018a  {color:#434343;}}/* created version 9.00*/

/*--20250616 追加 スムーススクロールの設定--*/
html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ff6d08;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/* 20251023 モバイルのファーストビューについて */
.imageHead {
  margin-bottom: 20px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .imageHead {
    display: block;
  }
  .mobileView {
    display: none;
  }
  /* 20251023 SPハンバーガーメニューの位置について */
  #spNavigationTrigger.-js-menuPosition-left_top_fixed {
    top: 30px;
    right: 0;
    left: auto;
  }
}