@charset "utf-8";
#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
    font-size: 16px !important;
}




a img{
  transition: 0.3s;
}

a img:hover{
  opacity: 0.8;
  transition: 0.3s;
}


.super{
  font-size: 80%;
  vertical-align: top;
  position: relative;
}

.sp_only{
  display: none;
}

#wrapper{
  /* overflow: hidden; */
  min-width: 1200px;
  margin: 0 auto;
}

#header{
  display: flex;
  height: 65px;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 2%;
  box-sizing: border-box;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 320px;
  width: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

}

.header_left,.header_right{
  display: flex;
  align-items: center;
}

.header_left{
  width: 58%;
}
/* 
.header_right{
  width: 467px;
} */


#header h1{
  margin-right: 2%;
  width: 14%;
  max-width: 130px;
  min-width: 105px;
}

#header h1 img{
    width: 100%;
}


#header #hd_sns li img{
  height: 22px;
}



#hd_nav nav ul{
    max-width: 846px;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 0;
}

#hd_nav nav ul li{
  margin-right: 3%;
  position: relative;
}

#hd_nav nav ul li.current::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #666464;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,0);
  transition: 0.4s;
}

#hd_nav nav ul li:last-of-type{
  margin-right: 0;
}

#hd_nav nav ul li::after{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #666464;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,0);
  transition: 0.4s;
}

#hd_nav nav ul li:hover::after{
  width: 30px;
}

#hd_color-chip{
  margin-right: 25px;
}

#hd_color-chip ul{
  display: flex;
  justify-content: space-between;
  width: 280px;
}


#hd_color-chip.pc_only::before{
  content: '';
  background: url(../images/common/SP_menu_color_tt_01.svg) no-repeat top left/100% auto;
  width: 185px;
  height: 10px;
  display: block;
  margin: 0 auto 10px;
}

#hd_color-chip ul li{
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
}

#hd_color-chip ul li a{
  display: block;
  width: 100%;
  height: 100%;
}

#hd_color-chip ul li:hover{
  opacity: 0.7;
  transition: 0.3s;
}

#hd_color-chip ul li.color-chip_white{
  background-color: #EEF5F9;
}

#hd_color-chip ul li.color-chip_gray{
  background-color: #595757;
}

#hd_color-chip ul li.color-chip_navy{
  background-color: #42647C;
}

#hd_color-chip ul li.color-chip_khaki{
  background-color: #767150;
}

#hd_color-chip ul li.color-chip_light-gray{
  background-color: #BDC3C4;
}

#hd_color-chip ul li.color-chip_salmon-pink{
  background-color: #F29C97;
}

#hd_color-chip ul li.color-chip_lavender{
  background-color: #D8C6E0;
}

#hd_color-chip ul li.color-chip_baby-pink{
  background-color: #F8CCD9;
}

#hd_color-chip ul li.color-chip_soft-beige{
  background-color: #E4C6A6;
}

#hd_color-chip ul li.color-chip_pink{
  background-color: #F19EC2;
}

#hd_color-chip ul li.color-chip_yellow{
  background-color: #FFDA01;
}

#hd_color-chip ul li.color-chip_saxe-blue{
  background-color: #7ECEF4;
}

#hd_color-chip ul li.color-chip_blue{
  background-color: #4CACE2;
}

#hd_color-chip ul li.color-chip_yellow-green{
  background-color: #B6D56A;
}



#hd_sns {
  margin-right: 15px;
}

#hd_sns ul{
  display: flex;
  flex-direction: row;
  line-height: 0;
}


#hd_sns ul li{
  margin-right: 15px;
}

#hd_sns ul li:last-of-type{
  margin-right: 0;
}

#hd_language ul{
  width: 80px;
  font-size: 14px;
}

#hd_language .menu > li:first-child{
  padding: 18px 0 18px 5px;
}

#hd_language ul li{
  position: relative;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  box-sizing: border-box;
}

#hd_language ul li > ul {
    /* display: none; */
    position: absolute;
    left: 50%;
    text-align: left;
    top: 64px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    width: 130px;
    transform: translateX(-50%);
}

#hd_language ul li > ul li a{
  opacity: 1;
  transition: 0.3s;
}

#hd_language ul li > ul li a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}


#footer{
  height: auto !important;
  padding: 20px 40px;
  background-color: #fff;
  font-size: 12px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#ft_list ul{
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.arax_logo img{
  height: 25px
}

#footer .ft_copy{
  font-size: 12px;
}


body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}



/*body.fadeout::after {
  opacity: 1;
}
*/
.pc_only1280{
  display: none;
}

#pageTitle {
    text-align: center;
    padding: 80px 0 70px 0;
    background: #fff;
}

.pcDspNone {
    display: none;
}


.mB20{
  margin-bottom: 20px;
}

.hd_nav_07 a {
  display: flex;
  align-items: center;
}

.hd_nav_07 a::after{
  content: '';
  width: 24px;
  height: 25px;
  background: url(../images/common/hd_shop_btn.png) no-repeat top left/100% auto;
  display: inline-block;
  margin-left: 7px;
}
#header #hd_nav img{
  height: 13px;
}
@media screen and (max-width:1680px) {
  #header h1 {
    min-width: 94px;
    max-width: 100px;
  }
  #header #hd_nav img {
      height: 12px;
  }
  /* .header_right {
    width: 423px;
  }
   */

  #hd_color-chip {
    margin-right: 20px;
  }


  #hd_color-chip.pc_only::before{
    width: 142px;
    height: 8px;
  }
  

  #hd_color-chip ul {
    width: 260px;
  }

  #hd_color-chip ul li {
    width: 10px;
    height: 10px;
  }

  #hd_sns ul li {
    margin-right: 12px;
  }

  #hd_sns ul {
    width: 86px;
}
  #header #hd_sns{
    margin-right: 0;
  }

  #header #hd_sns li img {
    height: 20px;
  }
}

@media screen and (max-width:1500px) {

  #header #hd_nav img {
      height: 10px;
  }
  }
  
@media screen and (max-width:1450px) {

#header #hd_nav img {
    height: 9px;
}
}

@media screen and (min-width:1291px) {

#hd_nav{
  display: block !important;
}
}

@media screen and (max-width:1291px) {
  #header #hd_nav img {
    height: 12px;
  }
}


@media screen and (max-width:960px) {
  #header #hd_nav img {
    height: 10px;
  }
}


@media screen and (min-width:769px) {
  .hd_nav{
    display: block !important;
  }
  #hd_sns ul,#hd_language{
    margin-top: 9px;
  }
  
}

@media screen and (max-width:1290px) and (min-width:769px) {
  /* #hd_sns ul {
    width: 64px;
}
  #header #hd_sns li img {
    height: 15px;
}
#hd_nav nav ul {
  flex-wrap: wrap;
}
#hd_nav nav ul li{
  margin-right: 8px;
  margin-bottom: 10px;
}
.header_left {
  align-items: baseline;
  padding-top: 10px;
} */
#header h1{
  min-width: 105px;
  max-width: 130px;
}
#hd_language{
  margin-right: -10px;
}
#pageTitle {
  padding: 110px 0 70px 0;
}
#hd_nav{
  display: block !important;
}
#hd_nav nav ul {
  position: fixed;
  width: 100%;
  top: 65px;
  max-width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  left: 0;
  padding: 0 2% 30px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex !important;
}


#hd_nav nav ul li{
  margin-right: 0;
}

#hd_language ul li > ul{
  width: 95px;
}

}

@media screen and (max-width:768px) {
  

#header #hd_nav .menu_color_tt img{
  height: 16px;
}
#header #hd_nav img{
  height: 17px;
}

.pc_only1280{
  display: block;
}

.hd_nav_07 a::after{
  display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 28px;
  height: 24px;
  margin-left: 9px;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #656464;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

#hd_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 70px 0 0;
  display: none;
  /* overflow-y: scroll; */
  /* -ms-overflow-style: none; */
  scrollbar-width: none;
  box-sizing: border-box;
}
#hd_nav::-webkit-scrollbar{
  display:none;
}

#hd_nav nav ul {
  width: 390px;
  margin: 50px auto 0;
  flex-wrap: wrap;
}

#hd_nav nav ul li {
  margin-right: 30px;
}

#hd_color-chip {
  margin-right: 0;
}

#hd_color-chip.pc_only{
  display: none;
}

#hd_color-chip.pc_only1280 ul li {
  width: 25px;
  height: 25px;
}

#hd_color-chip.pc_only1280 ul li{
  margin-bottom: 14px;
}

#hd_color-chip.pc_only1280 ul li.color-chip_lavender {
  margin-right: 0;
}

/* .header_right {
  width: 180px;
} */

#header h1,#hd_sns,#hd_language{
    z-index: 11;
}

#hd_language ul {
    font-size: 14px;
}

#hd_nav nav ul.hd_nav_tt{
  flex-direction: column;
}

#hd_nav nav ul.hd_nav_tt li {
    margin-right: 0;
    margin-bottom: 30px;
}

#hd_nav nav ul.hd_nav_tt img {
    height: 16px;
}











}
@media screen and (max-width:768px) {
.pc_only{
  display: none;
}
.sp_only{
  display: block;
}

#wrapper{
  min-width: 100%;
  /* overflow: hidden; */
}

#header {
  height: 50px;
  padding: 0 3%;
  min-width: 100%;
}

#header h1 {
    width: 110px;
    z-index: 11;
}

.header_left {
    width: 40%;
}

#ft_list ul {
  box-sizing: border-box;
  width: 100%;
  display: table;
  text-align: left;

}

#ft_list .arax_logo{
  margin-top: 6px;
  margin-right: 5%;
  margin-top: 6px;
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}

#ft_list ul li{
  display: inline-block;
  margin-left: 4%;
}

.arax_logo img {
    height: 20px;
}

img{
  max-width: 100%;
  height: auto;
}

#hd_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 70px 0 0;
  display: none;
  box-sizing: border-box;
}



#hd_nav nav ul {
  width: 60.8%;
  margin: 5% auto 8%;
  flex-wrap: wrap;
  min-width: 280px;
  max-width: 300px;
}

#hd_nav nav ul li {
  margin-right: 5%;
}

#hd_color-chip {
  margin-right: 0;
}


#hd_color-chip ul li{
  margin-bottom: 8%;
}

#hd_color-chip ul li.color-chip_lavender {
  margin-right: 0;
}

#header #hd_nav .menu_color_tt{
  width: 68%;
  margin: 0 auto;
}

#header #hd_nav .menu_color_tt img {
  height: 10px;
  max-width: none;
  width: auto;
}

  #hd_nav nav ul.hd_nav_tt{
    flex-direction: column;
  }

  #hd_nav nav ul.hd_nav_tt li{
    margin-bottom: 10%;
  }

#header #hd_nav img {
    height: 15px;
}
.header_right {
    /* width: 100%;
    max-width: 100%; */
    z-index: 10;
}

.header_right {
  /* width: 174px;
  max-width: none; */
  z-index: 10;
  min-width: 127px;
}

#hd_sns {
    margin-right: 9%;
}

#hd_sns ul li {
    margin-right: 9%;
}

#header #hd_sns li img {
    height: 22px;
    max-width: none;
}

#hd_language ul {
    width: 86px;
    margin-right: -10px;
}

#hd_language ul li > ul {
    top: 57px;
}

#footer {
    padding: 3%;
    font-size: 10px;
    flex-direction: column;
      width: 100%;
}

#footer .ft_copy {
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 0.1em;

}

#pageTitle {
  padding: 16px 0;
  line-height: 1;
}

#pageTitle img {
    height: 16px;
}

.pcDspNone {
    display: block;
}

.spDspNone {
    display: none;
}
}

@media screen and (max-width:374px) {
#header #hd_sns li img {
    height: 19px;
    max-width: none;
}
}