@charset "UTF-8";
/* CSS Document */
html {
  scrollbar-gutter: stable both-edges;
}
body {
  background-color: #fff;
  font-size: 1rem;
  max-width: 2400px;
  margin: auto;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: 'ZurichBT-RomanCondensed';
  src: url('webfonts/32D39D_0_0.eot');
  src: url('webfonts/32D39D_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/32D39D_0_0.woff2') format('woff2'), url('webfonts/32D39D_0_0.woff') format('woff'), url('webfonts/32D39D_0_0.ttf') format('truetype');
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
img {
  max-width: 100%;
  height: auto;
  /*  width: auto;*/
}
a {
  text-decoration: none
}
main {
  padding-top: 74px;
}
/* menu ---------------------- */
.menu_base_wrap {
  position: fixed;
  top: 0px;
  right: -105%;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  transition: right 0.3s;
  z-index: 50;
}
.menu_base {
  position: fixed;
  top: 0px;
  right: -401px;
  width: 400px;
  height: 100vh;
  background-color: #e7e7e7;
  transition: right 0.6s;
  z-index: 51;

}
.app {
  right: 0px;
}
.app_wrap {
  right: 0%;
}
.b_menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 74px;
  background: url(../images/b_menu.svg) top left / 100px 148px no-repeat;
  cursor: pointer;
  z-index: 52;
}
.b_menu:hover {
  background: url(../images/b_menu.svg) top left -2px/ 100px 148px no-repeat;
}
.b_menu.av {
  background: url(../images/b_menu.svg) bottom left -2px/ 100px 148px no-repeat;
}
.menu_area {
  position: fixed;
  top: 50px;
  right: -361px;
  width: 360px;
  bottom: 80px;
  transition: right 0.6s;
  z-index: 53;
  overflow-y: scroll;
  overflow-x: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem
}
.menu_area::-webkit-scrollbar {
  display: none;
}
.app_menu_area {
  right: 20px;
}
a.b_btn {
  display: flex;
  padding: 0 .25rem 0rem .25rem;
  font-family: "UniversNextPro-Cond";
  text-decoration: none;
  margin: 2rem 0 2rem 0;
  align-items: center;
  border: transparent 2px solid;
  font-size: 1.6rem;
  color: #000;
  box-sizing: border-box;
}
a.b_btn.b_shop,a.b_btn.b_cp {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
a.b_btn_2nd {
  display: flex;
  font-family: "UniversNextPro-Cond";
  text-decoration: none;
  margin: .5rem 0rem 1rem 2rem;
  padding: 0 .25rem 0rem .25rem;
  align-items: center;
  border: transparent 2px solid;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  box-sizing: border-box;
}
a.b_btn:hover, a.b_btn.av, a.b_btn_2nd:hover {
  border-bottom: #e50012 2px solid;
}
/*--------------------------*/
.header_area {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #f9f9f9;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center
}
.header_at_logo {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.logo_rexat {
  width: 240px;
}
/*--------------------------*/
.title {
  width: 40%;
  text-align: center;
  margin: 80px auto 80px auto;
  font-size: 1.8rem;
  padding-bottom: .5rem;
  font-family: "UniversNextPro-Cond";
  color: #000;
  border-bottom: #e50012 2px solid;
}
.title_j {
  width: 40%;
  text-align: center;
  margin: 80px auto 80px auto;
  font-size: 1.4rem;
  padding-bottom: .5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  border-bottom: #e50012 2px solid;
}
/*--------------------------*/
.icon {
  display: flex;
  align-items: center;
  padding: 2px 4px 2px 4px;
  margin: 0px 0px 0px 0px;
  border-radius: 4px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #fff;	
	transition: opacity .3s
}
.cp {
  background-color: #a68451
}
.gd {
  background-color: #c9a629
}
.sv {
  background-color: #666
}
.gr{
  background-color: #333
}
.ol {
  border: #000 1px solid;
  font-feature-settings: "palt";

  color: #000;
}
.icon.ol.jp {


  color: #000;
}
a.icon:hover,a.icon_asis:hover,a.icon_qh:hover {
opacity: .5
}

.icon_asis {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;
	transition: opacity .3s
}
.icon_asis img {
  width: 60%
}

.icon_madeinjapan {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;

}
.icon_madeinjapan img {
  width: 60%
}
.icon_qh {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;
		transition: opacity .3s;
width: 60px
}
.icon_qh img {

}
.icon_30m {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;width: 70px
}


.awg_icon {
  text-align: left;
  padding: 3px 4px 0px 4px;
  border-radius: 2px;
  font-size: 120%;
  font-weight: bold;
  font-feature-settings: "palt";
  background-color: #666;
  color: #fff
}
.awg_icon_rv {
  text-align: left;
  padding: 3px 4px 0px 4px;
  border-radius: 2px;
  font-size: 120%;
  font-weight: bold;
  font-feature-settings: "palt";
  background-color: #fff;
  color: #000
}
/*--------------------------*/
.footer_area {
  max-width: 1280px;
  margin: 0 auto 0px auto;
  padding: 2rem 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: #ccc 1px solid;
}
.foot_c {
  color: #000;
  font-family: "UniversNextPro-Cond";
  font-size: 0.75rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.b_top {
  position: fixed;
  bottom: 0px;
  right: 1.5%;
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  margin: 0 0 0 .5rem;
  padding: .4rem 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 0.8rem;
  background-color: #333;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}
.b_top:hover {
  color: #000;
  cursor: pointer;
  background-color: #ccc
}
.b_top.appa {
  opacity: 1;
}
.dnp {
  display: none!important
}
.sml {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
  font-size: .7rem;
  line-height: 1rem
}
.sml02 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: .8rem;
  line-height: 1rem
}
.mt--1
 {
margin-top: -1rem!important
}
.mb-1
 {
margin-bottom: 1rem!important
}
.lsnone{
  font-feature-settings: "palt";
  letter-spacing: 0.00rem!important


}

/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: .75s;
  transform: translatey(20%);
}
.av_app {
  opacity: 1;
  transform: translatey(0%);
}
.delay_0 {
  transition-delay: 0s;
}
.delay_05 {
  transition-delay: 0.5s;
}
.delay_1 {
  transition-delay: 1s;
}
.delay_15 {
  transition-delay: 1.5s;
}
.area_outer {
  max-width: 1280px;
  margin: 0 auto 0px auto;
  padding: 0rem 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}