@charset "UTF-8";
/* CSS Document */
@media (max-width: 375px) {
  html {
    font-size:85%;
  }
}
body {
  background-color: #fff;
  font-size: 1rem;
  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: 60px;
}
/* menu ---------------------- */
.menu_base_wrap {
  display: none
}
.menu_base {
  position: fixed;
  top: 0px;
  right: -101%;
  width: 100%;
  height: 100vh;
  background-color: #e7e7e7;
  transition: right 0.6s;
  z-index: 51;
}
.app {
  right: 0%;
}
.app_wrap {
  right: 0%;
}
.b_menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 81px;
  height: 60px;
  background: url(../images/b_menu.svg) top 2px left / 81px 120px no-repeat;
  cursor: pointer;
  z-index: 52;
}
.b_menu:hover {
  background: url(../images/b_menu.svg) top 2px left -2px/ 81px 120px no-repeat;
}
.b_menu.av {
  background: url(../images/b_menu.svg) bottom -2px left -2px/ 81px 120px no-repeat;
}
.menu_area {
  position: fixed;
  top: 50px;
  right: -100%;
  width: 100%;
  bottom: 10px;
  padding: 0 2rem 0 2rem;
  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;
}
.app_menu_area {
  right: 0%;
}
a.b_btn {
  display: flex;
  padding: .75rem .25rem 0rem .25rem;
  font-family: "UniversNextPro-Cond";
  text-decoration: none;
  margin: 0rem 0 1rem 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-size: 1.3rem;
}
a.b_btn_2nd {
  display: flex;
  font-family: "UniversNextPro-Cond";
  text-decoration: none;
  margin: .5rem 0rem .75rem 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;
}


.ios-bottom-mask {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
 height: max(env(safe-area-inset-bottom), 10px);
background-color:#e7e7e7;
  z-index: 55; /* モーダルより上だが操作不可に */
  pointer-events: none;
  display: none;
}

/* menu表示時にだけ表示 */
.menu_area.app_menu_area  ~ .ios-bottom-mask {
  display: block;
}


/*--------------------------*/
.header_area {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #f9f9f9;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}
.header_at_logo {
  max-width: 180px;
  width: 34%;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.logo_rexat {
  width: 20%;
  max-width: 100px;
  margin-left: 2%
}
/*--------------------------*/
.title {
  width: 80%;
  text-align: center;
  margin: 40px auto 40px auto;
  font-size: 1.8rem;
  padding-bottom: .25rem;
  font-family: "UniversNextPro-Cond";
  color: #000;
  border-bottom: #e50012 2px solid;
}
.title_j {
  width: 80%;
  text-align: center;
  margin: 40px auto 40px auto;
  font-size: 1.4rem;
  padding-bottom: .25rem;
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: 80%
}
.icon_madeinjapan {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;
}
.icon_madeinjapan img {
  width: 60%
}
.icon_30m {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;
	width: 50px
}
.icon_qh {
  display: flex;
  align-items: center;
  margin: 0px 4px 6px 0px;
		transition: opacity .3s;
	width: 60px
}
.icon_qh img {

}
.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: 1rem auto 1rem 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;
}
.dns {
  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
}
/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: opacity .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 {
  width: 90%;
  margin: 0 auto 0px auto;
  padding: 0rem 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}