#about header h1, .section_header b, #summary .product h3 small, #summary .product h3 strong, #fac_lp_moist ._body .body>section h3 {
  font-family: ryo-display-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important
}
.section_header h2, #fac_lp_moist ._body h1 strong {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td, figure {
  margin: 0;
  padding: 0
}
html {
  font-size: 62.5%;
  overflow-y: scroll
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
ol, ul {
  list-style: none
}
fieldset, img {
  border: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left
}
address, caption, cite, code, dfn, th, var, em, i {
  font-style: normal;
  font-weight: normal
}
img {
  border: none;
  max-width: 100%
}
body {
  overflow: hidden;
  background: #ffffff;
  font-size: 1.3em;
  -webkit-font-smoothing: antialiased;
  line-height: 2em;
  color: #666;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  _display: inline;
  _zoom: 1;
  /*font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;*/
  border: none;
  text-align: left
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 100vw;
  }
}
/*input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}*/
a {
  transition: opacity 0.3s ease-in-out 0s;
  color: #666
}
a:hover {
  opacity: 0.7
}
img {
  vertical-align: middle;
}
em, i {
  font-style: normal
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }
  100% {
    -ms-transform: rotate(360deg)
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }
  100% {
    -o-transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: visible
}
#modal_overlay {
  z-index: 101;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.95)
}
#modal_overlay_nav {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.95)
}
.mw_body {
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  overflow-y: auto
}
.mw_body>.mw_content {
  width: 100%;
  height: auto;
  position: relative
}
.mw_body>.mw_content>div {
  width: 40%;
  height: auto;
  margin: 60px auto
}
.mw_body>.mw_content>div>* {
  width: 100%;
  height: auto
}
.mw_body>.mw_content>div>img {
  border: 1px solid #e7e7e7;
  display: block;
  margin: 10px 0
}
.mw_body .close, .mw_body2 .close {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/2019_2week_lp/icon_close.png) no-repeat;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 103
}
.mw_body .close:hover, .mw_body2 .close:hover {
  opacity: 0.7;
  cursor: pointer
}
.mw_body2 {
  display: none;
  width: 100%;
  padding: 0;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  overflow-y: auto
}
.mw_body2>.mw_content2 {
  width: 560px;
  padding: 60px 0;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  #modal_overlay {
    z-index: 101;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.95)
  }
  #modal_overlay_nav {
    z-index: 99;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.95)
  }
  .mw_body {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102
  }
  .mw_body>.mw_content {
    width: 100%;
    height: auto;
    margin: auto
  }
  .mw_body>.mw_content>div {
    width: 80%;
    height: auto;
    margin: 60px auto
  }
  .mw_body>.mw_content>div>* {
    width: 100%;
    height: auto
  }
  .mw_body>.mw_content>div>img {
    border: 1px solid #e7e7e7
  }
  .mw_body .close, .mw_body2 .close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/2019_2week_lp/icon_close.png) no-repeat;
    background-size: contain;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 103;
    cursor: pointer
  }
  .mw_body2 {
    display: none;
    width: 100%;
    padding: 0;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
  }
  .mw_body2>.mw_content2 {
    width: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
    margin: 0 auto
  }
}

.g_header>nav>.g_nav_01 li.act a {
  color: #508ab7
}

#g_header {
  position: absolute;
  z-index: 100;
  width: 100%;
}

#g_header h1 a {
  position: absolute;
  background-image: url(../images/2020_common/logo_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0
}
@media screen and (max-width: 768px) {
  #g_header h1 a {
    width: 96px;
    height: 29px;
    top: 18px;
    left: 20px
  }
}
@media screen and (min-width: 769px) {
  #g_header h1 a {
    width: 165px;
    height: 50px;
    top: 24px;
    left: 40px
  }
}

#g_header .g_nav {
  position: absolute;
  top: 34px;
  left: 240px
}
@media screen and (max-width: 768px) {
  #g_header .g_nav {
    display: none
  }
}
@media screen and (min-width: 769px) {
  #g_header .g_nav {
    display: none
  }
}
@media screen and (min-width: 1120px) {
  #g_header .g_nav {
    display: block
  }
}

#g_header .g_nav ul {
  display: flex
}
#g_header .g_nav li {
  border-left: 1px solid #d5c6c3
}
#g_header .g_nav li:nth-child(1) {
  border-left: none
}
#g_header .g_nav li:nth-child(1).current a {
  background: linear-gradient(transparent 85%, #d6e9f3 85%)
}
#g_header .g_nav li:nth-child(2).current a {
  background: linear-gradient(transparent 85%, #dae3f7 85%)
}
#g_header .g_nav li:nth-child(3).current a {
  background: linear-gradient(transparent 85%, #f7dae6 85%)
}
#g_header .g_nav li:nth-child(4).current a {
  background: linear-gradient(transparent 85%, #d9ebf0 85%)
}
#g_header .g_nav a {
  display: block;
  margin: 0 24px;
  text-decoration: none;
  color: #51322c;
  transition: all 0.4s ease
}
#g_header .g_nav strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal
}
#g_header .g_nav strong sub {
  vertical-align: baseline;
  font-size: 0.7em
}
#g_header .g_nav i {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.04em
}
#g_header .g_nav i sub {
  vertical-align: baseline;
  font-size: 7px
}

#g_header .toggle_menu .order a {
  position: relative;
  display: inline-block;
  background-color: #d4be9d;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #g_header .toggle_menu .order a {
    width: 100%;
    padding: 10px 0 10px 10px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .order a {
    padding: 20px 100px 20px 110px;
    font-size: 1.7rem;
  }
}

#g_header .toggle_btn {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 55px;
  height: 55px;
  cursor: pointer
}
@media screen and (max-width: 768px) {
  #g_header .toggle_btn {
    top: 3px;
    right: 10px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_btn {
    top: 20px;
    right: 30px
  }
}

#g_header .toggle_btn:before, #g_header .toggle_btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  left: 10px;
  background: #3d3f3d;
  transition: all 0.4s ease
}
@media screen and (max-width: 768px) {
  #g_header .toggle_btn:before, #g_header .toggle_btn:after {
    height: 2px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_btn:before, #g_header .toggle_btn:after {
    height: 3px
  }
}
#g_header .toggle_btn:before {
  top: 10px
}
#g_header .toggle_btn:after {
  top: 24px
}

#g_header .toggle_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1em;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.2s linear
}
@media screen and (max-width: 768px) {
  #g_header .toggle_btn span {
    bottom: 9px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_btn span {
    bottom: 5px
  }
}

#g_header .toggle_btn span.close {
  opacity: 0
}

#g_header .toggle_btn:hover:before {
  transform: scaleX(1.2)
}
#g_header .toggle_btn:hover:after {
  transform: scaleX(1.2)
}
#g_header .toggle_btn.nav_close:before {
  transform: translateY(7px) rotate(135deg)
}
#g_header .toggle_btn.nav_close:after {
  transform: translateY(-7px) rotate(-135deg)
}
#g_header .toggle_btn.nav_close span.menu {
  opacity: 0
}
#g_header .toggle_btn.nav_close span.close {
  opacity: 1
}

#g_header .toggle_menu {
  position: fixed;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #f1ece6;
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none
}

#g_header .toggle_menu.show {
  opacity: 1;
  pointer-events: all
}
@media screen and (max-width: 768px) {
  #g_header .toggle_menu nav {
    margin: 70px 20px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu nav {
    width: 944px;
    margin: 100px auto
  }
}

#g_header .toggle_menu .products {
  position: relative;
  display: flex;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .products {
    padding-bottom: 30px
  }
}
#g_header .toggle_menu .products:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d5c6c3
}

@media screen and (max-width: 768px) {
  #g_header .toggle_menu .products li {
    width: 50%;
    margin-bottom: 25px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .products li {
    width: 235px;
    border-left: 1px solid #d5c6c3
  }
  #g_header .toggle_menu .products li:first-child {
    border-left: none
  }
}

#g_header .toggle_menu .products a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #51322c
}

#g_header .toggle_menu .products strong {
  display: block;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal
}
@media screen and (max-width: 768px) {
  #g_header .toggle_menu .products strong {
    font-size: 1.5rem;
    margin-bottom: 0px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .products strong {
    font-size: 1.85rem;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
  }
}

#g_header .toggle_menu .products strong sub {
  vertical-align: baseline;
  font-size: 0.7em
}

#g_header .toggle_menu .products i {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.04em
}
#g_header .toggle_menu .products i sub {
  vertical-align: baseline;
  font-size: 7px
}

@media screen and (max-width: 768px) {
  #g_header .toggle_menu .products .image {
    width: 75%;
    margin: 2px auto 0
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .products .image {
    width: 180px;
    margin: 25px auto 0
  }
}
@media screen and (max-width: 768px) {
  #g_header .toggle_menu .products .image.s {
    width: 65%;
    margin-top: 8px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .products .image.s {
    width: 150px;
    margin-top: 35px
  }
}

#g_header .toggle_menu .links {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px 0
}
@media screen and (max-width: 768px) {
  #g_header .toggle_menu .links {
    margin-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .links {
    margin-bottom: 35px
  }
}
#g_header .toggle_menu .links:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d5c6c3
}
#g_header .toggle_menu .links li {
  border-left: 1px solid #d5c6c3
}
#g_header .toggle_menu .links li:last-child {
  border-right: 1px solid #d5c6c3
}
#g_header .toggle_menu .links a {
  display: block;
  text-align: center;
  color: #51322c;
  line-height: 1em;
  text-decoration: none
}
@media screen and (max-width: 768px) {
  #g_header .toggle_menu .links a {
    padding: 5px 20px 5px 15px;
    font-size: 1.2rem
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .links a {
    padding: 20px 40px 20px 30px;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
#g_header .toggle_menu .links a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  margin-right: 10px;
  background-image: url(../images/2020_common/triangle_brown.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}

@media screen and (max-width: 768px) {
  #g_header .toggle_menu .logo {
    width: 120px;
    margin: 20px auto
  }
}
@media screen and (min-width: 769px) {
  #g_header .toggle_menu .logo {
    width: 160px;
    margin: 40px auto
  }
}


#g_footer {
  padding: 5px 0 25px;
  background-color: #b8a894;
  color: #fff
}

#g_footer .products {
  margin-bottom: 35px;
  background-color: #c9b9a6
}
@media screen and (max-width: 768px) {
  #g_footer .products {
    padding: 15px 0
  }
}
@media screen and (min-width: 769px) {
  #g_footer .products {
    padding: 25px 0
  }
}

#g_footer .products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media screen and (max-width: 768px) {
  #g_footer .products li {
    width: calc(50% - 1px);
    margin: 10px 0
  }
  #g_footer .products li:nth-child(even) {
    border-left: 1px solid #d5c6c3
  }
}
@media screen and (min-width: 769px) {
  #g_footer .products li {
    border-left: 1px solid #d5c6c3
  }
  #g_footer .products li:first-child {
    border-left: none
  }
}

#g_footer .products a {
  display: block;
  text-decoration: none;
  color: #fff
}
@media screen and (max-width: 768px) {
  #g_footer .products a {
    text-align: center
  }
}
@media screen and (min-width: 769px) {
  #g_footer .products a {
    margin: 0 24px
  }
}

#g_footer .products strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal
}
@media screen and (max-width: 768px) {
  #g_footer .products strong {
    font-size: 1.5rem
  }
}
@media screen and (min-width: 769px) {
  #g_footer .products strong {
    font-size: 1.8rem
  }
}

#g_footer .products strong sub {
  vertical-align: baseline;
  font-size: 0.7em
}

#g_footer .products i {
  display: block;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.06em
}
@media screen and (max-width: 768px) {
  #g_footer .products i {
    font-size: 0.8rem
  }
}
@media screen and (min-width: 769px) {
  #g_footer .products i {
    font-size: 1rem
  }
}
#g_footer .products i sub {
  vertical-align: baseline;
  font-size: 7px
}

#g_footer .links {
  margin-bottom: 35px
}
#g_footer .links ul {
  display: flex;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  #g_footer .links ul {
    justify-content: center
  }
}
@media screen and (max-width: 768px) {
  #g_footer .links li {
    margin: 5px 15px
  }
}
@media screen and (min-width: 769px) {
  #g_footer .links li {
    margin: 0 17px
  }
}
#g_footer .links a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none
}
#g_footer .links a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: 5px;
  background-image: url(../images/2020_common/chevron_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}
#g_footer h1 a {
  display: block;
  width: 165px;
  height: 53px;
  margin: 0 auto 25px;
  background-image: url(../images/2020_common/logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0
}

#g_footer small {
  position: relative;
  display: block;
  padding-top: 25px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal
}
#g_footer small:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  top: 0px;
  left: calc(50% - 60px);
  background-color: #d1c8bd
}

#g_header strong {
  color: #51322c;
}
#g_footer strong {
  color: #fff;
}

#g_header sub {
  bottom: 0;
}
#g_footer h1 {
  margin: 0;
}