@charset "utf-8";

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: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

.header_left,.header_right{
  display: flex;
  align-items: center;
}

.header_left{
  width: 58%;
}

.header_right{
  width: 40%;
  max-width: 500px;
}


#header h1{
  margin-right: 3%;
  width: 14%;
  max-width: 130px;
  min-width: 105px;
}

#header h1 img{
    width: 100%;
}


#header #hd_nav img{
  height: 11px;
}

#header #hd_sns li img{
  height: 22px;
}

#hd_nav nav ul{
    max-width: 846px;
    width: 100%;
    display: flex;
    line-height: 0;
}

#hd_nav nav ul li{
  margin-right: 4%;
}

#hd_nav nav ul li:last-of-type{
  margin-right: 0;
}

#hd_color-chip{
  margin-right: 4%;
}

#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.png) no-repeat top left/100% auto;
  width: 173px;
  height: 0;
  display: block;
  padding-bottom: 3%;
  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: 4%;
    width: 95px;
}

#hd_sns ul{
  display: flex;
  flex-direction: row;
  line-height: 0;
}

#hd_sns ul li:nth-of-type(2){
  margin: 0 16%;
}

#hd_language ul{
  width: 96px;
  font-size: 14px;
}

#hd_language .menu > li:first-child{
  padding: 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: 0;
    text-align: left;
    top: 64px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}

#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: 2;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#ft_list ul{
  width: 450px;
  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;
}

@media screen and (max-width:1280px) {

#header #hd_nav img{
    height: 15px;
}

.pc_only1280{
  display: block;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 28px;
  height: 24px;
  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;
}
#hd_nav::-webkit-scrollbar{
  display:none;
}

#hd_nav nav ul {
  width: 390px;
  margin: 60px 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 {
  min-width: 230px;
  width: 20%;
}

#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 {
  width: 100%;
  padding: 0 1%;
  box-sizing: border-box;
}

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;
}


#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;
}

  #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: 192px;
  max-width: none;
  z-index: 10;
}

#hd_sns {
    margin-right: 9%;
}

#header #hd_sns li img {
    height: 22px;
    max-width: none;
}

#hd_language ul li > ul {
    top: 57px;
}

#footer {
    padding: 3%;
    font-size: 10px;
    flex-direction: column;
}

#footer .ft_copy {
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 0.1em;

}

#pageTitle {
    padding: 28px 0 23px 0;
}

#pageTitle img {
    height: 16px;
}

.pcDspNone {
    display: block;
}

.spDspNone {
    display: none;
}
}
