@charset "UTF-8";
/*!
Theme Name: Asian Table
Theme URI: https://idenovasi.com/
Author: Ga Satrya
Author URI: https://idenovasi.com/
Description: An exclusive theme for Asian Table website.
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asian-table
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Asian Table is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
  - Header
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Gallery
  - Callout
  - Footer
# Pages
  - Contact
# Utilities
	- Accessibility
	- Alignments
  - Utility Classes

--------------------------------------------------------------*/
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
 * Convert px to rem.
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
}

p {
  margin-bottom: 2.4rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #9e2622;
  text-decoration: none;
}
a:visited {
  color: #741c19;
}
a:hover,
a:focus,
a:active {
  color: #d9524d;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: #964f4d;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  min-width: 100%;
  padding: 1.4rem 0;
  text-align: center;
}
@media (min-width: 567px) {
  .btn,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    min-width: 36.2rem;
  }
}
.btn:visited,
button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited {
  color: #fff;
}
.btn:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  color: #fff;
}

.btn {
  display: inline-block;
}
.btn--white {
  background-color: #fff;
  color: #964f4d;
}
.btn--white:visited {
  color: #964f4d;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.header {
  align-items: center;
  display: none;
  flex-direction: column;
  padding-bottom: 3.3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 4.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .header {
    display: flex;
  }
}
@media (min-width: 992px) {
  .header {
    flex-flow: row wrap;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.branding {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .branding {
    margin-bottom: 0;
  }
}
@media (min-width: 1336px) {
  .branding {
    align-items: center;
    flex-direction: row;
  }
}
.branding__link {
  align-items: center;
  background-color: #fff;
  border: 3px solid #fa130c;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(108, 108, 108, 0.9);
  display: flex;
  height: 97px;
  justify-content: center;
  width: 97px;
}
.branding__tagline {
  font-size: 1.5rem;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media (min-width: 1336px) {
  .branding__tagline {
    margin-top: 0;
  }
}
.wide-hero .branding__tagline {
  color: #fff;
}

.breadcrumbs-nav {
  align-items: center;
  display: none;
  font-size: 1.8rem;
  letter-spacing: 0.285em;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .breadcrumbs-nav {
    display: flex;
  }
}
.wide-hero .breadcrumbs-nav {
  color: #fff;
  position: relative;
  z-index: 1;
}
.breadcrumbs-nav::before {
  border-bottom: 0.1rem solid #000;
  content: '';
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 13.2rem;
}
.wide-hero .breadcrumbs-nav::before {
  border-color: #fff;
}
.breadcrumbs-nav .breadcrumbs {
  padding-left: 10rem;
}
.breadcrumbs-nav .trail-items a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs-nav .trail-items a:hover {
  /*color: #d9524d;*/
}
.wide-hero .breadcrumbs-nav .trail-items a {
  color: #fff;
}
.breadcrumbs-nav .trail-items li::after {
  content: '\203a';
  padding: 0 2.7rem;
}

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10.4rem;
  position: relative;
}
@media (min-width: 567px) {
  .banner {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .banner {
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 31rem;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-top: 9.4rem;
  }
}
.banner .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 0;
  position: relative;
}
@media (min-width: 567px) {
  .banner .container {
    align-items: flex-end;
    padding: 0 3rem 4rem;
  }
}
.banner__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  letter-spacing: 0.285em;
  margin: 0;
  padding: 0 2rem;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 567px) {
  .banner__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .banner__title {
    padding: 0;
  }
}
.banner__title::before {
 
	background-image: url("../asian-table/assets/img/page-topicon.png");
  content: '';
  display: none;
  height: 7.9rem;
  width: 12.9rem;
}
@media (min-width: 567px) {
  .banner__title::before {
    display: inline-block;
  }
}
.banner__title::{
  border-bottom: 0.1rem solid #fff;
  content: '';
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 5rem;
}
@media (min-width: 567px) {
  .banner__title::after {
    left: 7.9rem;
    width: 9.9rem;
  }
}
.banner__title span {
  margin-left: 2.5rem;
}
@media (min-width: 567px) {
  .banner__title span {
    margin-left: 2.5rem;
  }
}

/* Navigation
--------------------------------------------- */
@media (min-width: 992px) {
  .navigation {
    margin-left: auto;
  }
}
.navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
}
.navigation ul ul ul {
  left: -999em;
  top: 0;
}
.navigation ul ul li:hover > ul,
.navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.navigation ul ul a {
  width: 200px;
}
.navigation ul li:hover > ul,
.navigation ul li.focus > ul {
  left: auto;
}
.navigation li {
  margin-right: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .navigation li {
    margin-right: 4.6rem;
  }
}
.navigation li:last-child {
  margin-right: 0;
}
.navigation a {
  color: #000;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
}
.wide-hero .navigation a {
  color: #fff;
}
.navigation a:hover {
  color: #d9524d;
}
@media (min-width: 768px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation ul {
  display: none;
}

.mobile-menu {
  list-style: none;
  margin: 2rem 0;
  padding: 2rem 3em;
  width: 100%;
  z-index: 1;
	background:#fff;
}
.mobile-menu li {
  padding: 0.7rem 0;
	text-align:center;
	border-bottom:solid 1px #eee;
}
.mobile-menu a {
  color: #666464;

}
#mobile-navigation{height:0}
.page-template .mobile-menu {
}
.mobile-links.dalianbg{background:#477518; padding:.5em 3em; display:block; margin:0 auto; color:#fff; margin-bottom:.5em; max-width:20em; border-radius:8px;}
.mobile-links.paobg{background:#F4C8DD; padding:.5em 3em; display:block; margin:0 auto; border-radius:8px; max-width:20em; color:#666464;}
.m-logo-blk{
position:absolute;
	background:#fff; padding:2em; 
 z-index:11; width:100%;
    top: 8rem;
    text-align: center;
	display:none
}
.m-link-blk{
position:absolute;
	background:#fff; padding:2em; 
 z-index:11; width:100%;
    top: 8rem;
    text-align: center;
    height: 8rem;
	display:none
}
.mobile-navigation.toggled .m-logo-blk,.mobile-navigation.toggled .m-link-blk{display:block}
.menu-toggle {
  background-color: transparent;
  min-width: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: auto;
  z-index: 99;
}

/* Small menu. */
.menu-toggle,
.mobile-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .mobile-navigation ul {
    display: flex;
  }
}
.page-mobile {
  position: relative;
  width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
  text-align: end;
}

/* Posts and pages
--------------------------------------------- */
.blog .site-main {
  margin-top: 4.6rem;
}
@media (min-width: 992px) {
  .blog .site-main {
    margin-top: 22.3rem;
  }
}
.single-post .site-main {
  margin-top: 9rem;
}
@media (min-width: 992px) {
  .single-post .site-main {
	  margin-top:23rem;
  }
}
.page .site-main {
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .page .site-main {
    margin-top: 13.5rem;
  }
}
.page-template-templates .site-main {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-template-templates .site-main {
    /*margin-top: 13.5rem;*/
  }
}
@media (min-width: 768px) {
  .wide-hero .site-main {
   /* margin-top: calc(100vh - 202px);*/
  }
}
@media (min-width: 768px) {
  .page-template-home.wide-hero .site-main {
    /*margin-top: calc(100vh - 175px);*/
  }
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post--list {
  border-bottom: 1px solid #e4d3d9;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2.9rem;
  padding-bottom: 2.9rem;
}
@media (min-width: 768px) {
  .post--list {
    margin-bottom: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.post--list .post__img {
  margin-right: 1.8rem;
  width: 13.8rem;
}
.post__img {
  flex: 1;
}
.single-post .post__img {
  margin-bottom: 3rem;
}
@media (min-width: 567px) {
  .single-post .post__img {
    margin-bottom: 10.6rem;
  }
}
.post__details {
  flex-basis: 60%;
  width: 60%;
}
@media (min-width: 567px) {
  .post__details {
    flex-basis: 80%;
    width: 80%;
  }
}
.single-post .post__details {
  flex-basis: 100%;
  width: 100%;
}
.post__link {
  display: block;
}
.post__thumbnail {
  display: block;
}
.post__cat {
  display: inline-block;
  margin-bottom: 0.9rem;
}
.post__cat-link {
  background-color: #9e2622;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.285em;
  line-height: 161.2%;
  padding: 0.5rem 1.4rem;
}
@media (min-width: 567px) {
  .post__cat-link {
    font-size: 1.2rem;
  }
}
.post__cat-link:hover {
  background-color: #000;
  color: #fff;
}
.post__cat-link:active,
.post__cat-link:visited,
.post__cat-link:focus {
  color: #fff;
}
.post__date {
  color: #6a6a6a;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.285em;
}
@media (min-width: 567px) {
  .post__date {
    font-size: 1.6rem;
  }
}
.post__title {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.285em;
}
@media (min-width: 567px) {
  .post__title {
    font-size: 1.6rem;
  }
}
.post__title a {
  color: #000;
}
.post__title a:hover {
  color: #d9524d;
}
.single-post .post__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 161.2%;
  margin-bottom: 1.4rem;
}
.post__line {
  display: block;
  margin-bottom: 2.5rem;
  text-align: right;
}
.post__content {
  margin: 0 auto;
  max-width: 63.7rem;
}
.post__back-btn {
  margin-top: 5rem;
  text-align: center;
}
@media (min-width: 567px) {
  .post__back-btn {
    margin-top: 9.2rem;
  }
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  flex-flow: row wrap;
}
.pagination .page-numbers {
  margin-right: 35px;
}
.pagination .next,
.pagination .prev {
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 3.1rem;
}
.pagination .next {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.88058 4.94506L2.01071 8.8148C1.76454 9.06108 1.36542 9.06108 1.11937 8.8148C0.873297 8.56873 0.873297 8.16962 1.11937 7.92357L4.5436 4.49945L1.11947 1.07544C0.873396 0.829271 0.873396 0.430209 1.11947 0.184139C1.36554 -0.0620307 1.76464 -0.0620307 2.01081 0.184139L5.88068 4.05394C6.00371 4.17703 6.06516 4.33819 6.06516 4.49943C6.06516 4.66075 6.00359 4.82202 5.88058 4.94506Z' fill='black'/%3E%3C/svg%3E%0A");
}
.pagination .prev {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.11942 4.05494L4.98929 0.185205C5.23546 -0.0610847 5.63458 -0.0610847 5.88063 0.185205C6.1267 0.431274 6.1267 0.830377 5.88063 1.07643L2.4564 4.50055L5.88053 7.92456C6.1266 8.17073 6.1266 8.56979 5.88053 8.81586C5.63446 9.06203 5.23536 9.06203 4.98919 8.81586L1.11932 4.94606C0.996289 4.82297 0.934841 4.66181 0.934841 4.50057C0.934841 4.33925 0.996408 4.17798 1.11942 4.05494Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Callout
--------------------------------------------- */
.callout {
  background-color: #964f4d;
  background-image: url("data:image/svg+xml,%3Csvg width='765' height='289' viewBox='0 0 765 289' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='420' cy='142' r='344.5' stroke='white' stroke-opacity='0.5'/%3E%3Ccircle cx='345' cy='287' r='344.5' stroke='white' stroke-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 22.6rem;
  margin-top: 4.6rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 567px) {
  .callout {
    height: 28.9rem;
  }
}
@media (min-width: 992px) {
  .callout {
  margin-top: 4.6rem;
  }
	.page-id-51 .callout, .page-id-94 .callout{
  margin-top: 0;
  }
}
.callout .container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.callout__info {
  color: #fff;
  display: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.3em;
  line-height: 3.4rem;
  position: absolute;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media (min-width: 567px) {
  .callout__info {
    display: block;
  }
}
.callout p {
  color: #fff;
  line-height: 2.2rem;
  text-align: left;
}
@media (min-width: 567px) {
  .callout p {
    text-align: center;
  }
}
.callout__btn {
  min-width: 23.1rem;
}

/* Footer
--------------------------------------------- */
.footer {
  align-items: center;
  background-color: #452726;
  display: flex;
  height: auto;
  justify-content: center;
  margin-top:0;
  padding-top: 4rem;
}
@media (min-width: 567px) {
  .footer {
    height: 52.2rem;
    margin-top: 0;
    padding-top: 0;
  }
}
.footer .container {
  max-width: 108.4rem;
}

@media (max-width:768px) {
	.features__details__circle{display:none!important}
	
	.footer__bottom {margin-bottom:3em}
}


.footer__top,
.footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer__top,
  .footer__bottom {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 567px) {
  .footer__top {
    border-bottom: 1px solid #fff;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.footer__logo {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 0;
    text-align: left;
  }
}
.footer__menu {
  display: none;
  margin-left: auto;
}
@media (min-width: 567px) {
  .footer__menu {
    display: block;
  }
}
.footer__menu li {
  margin-right: 0;
}
.footer__menu li:last-child a::after {
  border-right: 0;
  margin: 0;
}
.footer__menu a {
  color: #fff;
  display: flex;
  font-size: 1.6rem;
}
.footer__menu a::after {
  border-right: 1px solid #fff;
  content: '';
  display: inline-block;
  height: 30px;
  margin: 0 2.2rem;
  width: 1px;
}
.footer__address {
  color: #fff;
  line-height: 2.2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__address {
    margin-bottom: 0;
    text-align: left;
  }
}
.footer__address p {
  margin-bottom: 0;
  margin-top: 0.6rem;
}
.footer__address a {
  color: #fff;
}
.footer__address a:hover {
  color: #d9524d;
}
.footer__partners {
  display: none;
}
@media (min-width: 768px) {
  .footer__partners {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer__partners {
    margin-left: auto;
  }
}
.footer__partners ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.footer__partners ul li:first-child {
  margin-right: 1.6rem;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* Home
--------------------------------------------- */
.hero.hero--home {
  justify-content: center;
}
.hero.hero--home .hero__title {
  bottom: unset;
  left: unset;
  line-height: 2.5rem;
  padding: 0 2rem;
}

.section-one {
  background-color: #eae3da;
  padding: 5.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-one {
    padding: 21.9rem 0 30rem;
  }
}
@media (min-width: 768px) {
  .section-one::after {
    background-image: url("data:image/svg+xml,%3Csvg width='206' height='316' viewBox='0 0 206 316' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M205 103C205 159.885 159.333 206 103 206C46.667 206 1 159.885 1 103' stroke='white'/%3E%3Cpath d='M205 103C205 159.885 159.333 206 103 206C46.667 206 1 159.885 1 103' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M1 103C0.999995 46.1147 46.667 1.38419e-05 103 8.91712e-06C159.333 3.99233e-06 205 46.1147 205 103L103 103L1 103Z' fill='%23964F4D'/%3E%3Cline x1='104.5' y1='54' x2='104.5' y2='206' stroke='white'/%3E%3Cline x1='104.5' y1='54' x2='104.5' y2='206' stroke='url(%23paint1_linear)'/%3E%3Cline x1='104.5' y1='206.005' x2='103.5' y2='315.005' stroke='white'/%3E%3Cline x1='104.5' y1='206.005' x2='103.5' y2='315.005' stroke='url(%23paint2_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='103' y1='103' x2='103' y2='206' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='104' y1='130' x2='103' y2='130' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='103.5' y1='260.5' x2='102.5' y2='260.491' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -21.3rem;
    content: '';
    height: 31.6rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20.6rem;
    z-index: 1;
  }
}

.photo {
  display: flex;
  flex-flow: row wrap;
}
.photo img {
  display: block;
}
.photo__left {
  margin-right: 2rem;
  position: relative;
  width: 69.5rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .photo__left::after {
    background-color: rgba(186, 63, 60, 0.3);
    border-radius: 50%;
    content: '';
    filter: blur(200px);
    height: 74.1rem;
    left: 0;
    position: absolute;
    top: -12rem;
    width: 74.2rem;
    z-index: 0;
  }
}
.photo__right {
  flex: 1;
  position: relative;
}
.photo__items {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.photo__item {
  margin-bottom: 2rem;
}
.photo__taglines {
  bottom: 15rem;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.photo__tagline {
  color: #7e211f;
  display: inline;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.44em;
  line-height: 4.3rem;
  position: relative;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.photo__tagline::after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='237' viewBox='0 0 26 237' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='237' fill='white'/%3E%3Crect width='26' height='237' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='13' y1='0' x2='13' y2='237' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: repeat;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.6rem;
  z-index: 0;
}
.photo__tagline span {
  position: relative;
  z-index: 1;
}
.photo__tagline:nth-child(2) {
  top: -6rem;
}
.photo__tagline:nth-child(3) {
  top: -8rem;
}

.photo__left li:nth-child(3) {
  padding-left: 3rem;
  padding-top: 3rem;
}

.photo__right .photo__items {
  position: relative;
}
.photo__right .photo__items li:nth-child(1) {
  left: 3rem;
  position: relative;
  top: -6rem;
}
.photo__right .photo__items li:nth-child(2) {
  position: relative;
  top: -5rem;
}

.company {
  color: #964f4d;
  margin-top: 4.9rem;
  text-align: right;
}
@media (min-width: 768px) {
  .company {
    margin-top: 17.5rem;
    text-align: center;
  }
}
.company__title {
  color: #7e211f;
  font-size: 1.8rem;
  letter-spacing: 0.125em;
  line-height: 4.3rem;
}
@media (min-width: 768px) {
  .company__title {
    font-size: 3rem;
  }
}

.offer {
  display: flex;
  flex-direction: column;
  margin-top: 4.9rem;
}
@media (min-width: 768px) {
  .offer {
    flex-direction: row;
    margin-top: 28.4rem;
  }
}
.offer > div {
  flex: 1;
}
.offer__image {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .offer__image {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .offer__image::after {
    background: rgba(186, 63, 60, 0.3);
    border-radius: 50%;
    content: '';
    filter: blur(200px);
    height: 33.2rem;
    left: -10rem;
    position: absolute;
    top: -12rem;
    width: 32.9rem;
    z-index: 0;
  }
}
.offer__image img {
  position: relative;
  z-index: 1;
}
.offer__details {
  color: #7e211f;
  order: 1;
}
@media (min-width: 768px) {
  .offer__details {
    order: 0;
  }
}
.offer__title {
  font-size: 1.5rem;
  letter-spacing: 0.125em;
  line-height: 2.1rem;
}
@media (min-width: 768px) {
  .offer__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
	  margin-bottom: 5rem;
  }
}
.offer__action {
  margin-top: 3rem;
	margin-right: 8rem;
  text-align: center;
}

.ck {
  align-items: center;
  background-color: #eae3da;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column wrap;
  height: 31rem;
  justify-content: center;
  margin-bottom: 28rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
	.brands{padding-bottom:13em!important}
  .ck {
    height: 115.8rem;
	  justify-content:unset;
    padding-top: 210px;
    margin-bottom: 0;
  }
}
@media (min-width: 1336px) {
	
  .ck {
    height: 120.8rem;
	}
}
@media (min-width: 1360px) {
	
  .ck {
    height: 120.8rem;
	}
}
@media (min-width: 1436px) {
	
  .ck {
    height: 140.8rem;
	}
}
@media (min-width: 1600px) {
	
  .ck {
    height: 150.8rem;
	}
}
@media (min-width: 1700px) {
	
  .ck {
    height: 160.8rem;
	}
}
@media (min-width: 1800px) {
	
  .ck {
    height: 170.8rem;
	}
}
@media (min-width: 768px) {
  .br-circle {
    background-image: url("data:image/svg+xml,%3Csvg width='355' height='357' viewBox='0 0 355 357' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M341.08 165.448C348.347 256.4 281.018 335.981 190.697 343.197C100.377 350.413 21.2665 282.531 14 191.579L177.54 178.513L341.08 165.448Z' fill='white'/%3E%3Cpath d='M341.08 165.448C348.347 256.4 281.018 335.981 190.697 343.197C100.377 350.413 21.2665 282.531 14 191.579L177.54 178.513L341.08 165.448Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M13.8797 191.175C6.50909 100.231 73.7466 20.573 164.059 13.2535C254.371 5.93404 333.559 73.725 340.93 164.669L177.405 177.922L13.8797 191.175Z' fill='%23964F4D'/%3E%3Cline x1='184.5' y1='177.001' x2='184.5' y2='246.001' stroke='%23964F4D'/%3E%3Cline x1='184.5' y1='107.001' x2='184.5' y2='177.001' stroke='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='177.54' y1='178.513' x2='190.697' y2='343.197' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -6.4rem;
    content: '';
    height: 35.7rem;
    position: absolute;
    right: 0;
    transform: rotate(-1.7deg);
    width: 35.5rem;
    z-index: 1;
  }
	.br-circle::after{
		
	}
	
	.br-highlights {
	  color: #fff;
	  font-family: 'Noto Serif JP', serif;
	  font-size: 1.8rem;
	  font-weight: 700;
	  letter-spacing: 0.8rem;
	text-align:initial;
	  line-height: 2.5rem;
    font-size: 3rem;
    line-height: 5.3rem;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
		
    right: 144px;
    position: absolute;
    bottom: -143px;
	}
	.br-highlights span,.news__header span{color:#964f4d}
	.news__header{    mix-blend-mode: unset!important; letter-spacing:.3em;
    top: 6.5rem!important;}
}
@media (min-width: 768px) and (min-width: 1336px) {
  .ck::after {
    bottom: 0.4rem;
  }
}
.ck__highlights {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.8rem;
text-align:initial;
  line-height: 2.5rem;
}
.brands__highlights{
	
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.8rem;
text-align:initial;
  line-height: 2.5rem;
    font-size: 3rem;
    line-height: 5.3rem;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.ck__highlights{text-align:auto}
@media (min-width: 768px) {
  .ck__highlights {
    font-size: 2.1rem;line-height:4rem;
	  margin-top:1em;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}
.ck__content {
  background-color: #fff;
  bottom: -22rem;
  margin: auto;
  position: absolute;
  width: 95%;
  z-index: 0;
}
.ck__content > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ck__content {
    background-color: transparent;
    bottom: unset;
    margin: unset;
    position: relative;
    width: 100%;
  }
}
.ck__title {
  color: #000;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .ck__title {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.14em;
    line-height: 4.3rem;
    margin-top: 4.1rem;
  }
}
.ck__desc {
  color: #000;
  line-height: 2.7rem;
  margin-top: 1.7rem;
}
@media (min-width: 768px) {
  .ck__desc {
    color: #fff;
    margin-top: 4.7rem;
  }
}
.ck__action {
  margin-top: 5.4rem;
}

.brands {
  background-color: #964f4d;
  padding: 4.9rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .brands {
   /* padding: 41.9rem 0;*/
  }
}
@media (min-width: 768px) {
  .brands::before {
    background: inherit;
    content: '';
    height: 60%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
    width: 100%;
	  display:none;
  }
}
@media (min-width: 768px) {
  .brands::after {
    background-image: url("data:image/svg+xml,%3Csvg width='204' height='204' viewBox='0 0 204 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M204 102H102H0C0 45.667 45.667 0 102 0C158.333 0 204 45.667 204 102Z' fill='white'/%3E%3Cpath d='M204 102H102H0C0 45.667 45.667 0 102 0C158.333 0 204 45.667 204 102Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M204 102C204 158.333 158.333 204 102 204C45.667 204 0 158.333 0 102H102H204Z' fill='%23964F4D'/%3E%3Cline x1='102.5' y1='48' x2='102.5' y2='148' stroke='white'/%3E%3Cline x1='102.5' y1='48' x2='102.5' y2='148' stroke='url(%23paint1_linear)'/%3E%3Cline x1='102.5' y1='54' x2='102.5' y2='102' stroke='%239E2622'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='102' y1='0' x2='102' y2='102' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='102' y1='98' x2='101' y2='98' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -10.2rem;
    content: '';
    height: 20.4rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20.4rem;
  }
}
.brands__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;;
}
.brands__items__secsion{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  grid-gap: 10px; /* セクション間の間隔を設定 */
  justify-content: flex-start; /* 左揃え */
}
.brands__items__secsion:nth-child(n+2){
	margin-top: 60px;
}
@media (max-width: 567px) {
	.brands__items__secsion:nth-child(n+2){
		margin-top: 0px;
	}
	.brands__items__secsion{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px; /* セクション間の間隔を設定 */
  justify-content: flex-start; /* 左揃え */
}
}
@media (min-width: 768px) {
  .brands__items > div {
    flex-basis: 57rem;
    max-width: 57rem;
  }
}
.brands__item {
  margin: 0 auto;
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .brands__item {
    margin-bottom: 0;
    width: 56.9rem;
  }
}
.brands__img {
  margin-bottom: 5rem;
}
.brands__img img {
  display: block;
}
.brands__badge {
  margin-bottom: 3rem;
}
.brands__badge-link {
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='334' height='61' viewBox='0 0 334 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M323.366 0.294922H10.6342L0.680176 10.3142V50.7283L10.6342 60.7056H323.366L333.32 50.7283V10.3142L323.366 0.294922Z' fill='white'/%3E%3Cpath d='M323.366 0.294922H10.6342L0.680176 10.3142V50.7283L10.6342 60.7056H323.366L333.32 50.7283V10.3142L323.366 0.294922Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M12.314 56.6218L12.692 56.2851L5.216 48.8337V12.2085L12.524 4.8834H321.476L328.784 12.2085V48.8337L321.476 56.1588H12.314V56.6218L12.692 56.2851L12.314 56.6218V57.127H321.854L329.75 49.2126V11.7875L321.854 3.87305H12.146L4.25 11.7875V49.2126L12.146 57.127H12.314V56.6218Z' fill='%23964F4D'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='167' y1='0.294922' x2='167' y2='60.7056' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: flex;
  height: 6.1rem;
  justify-content: center;
  margin: auto;
  width: 33.4rem;
}
.brands__badge{
  font-family: 'Noto Serif JP', serif;}
.brands__desc {
  color: #fff;
  letter-spacing: 0.195em;
  margin: auto;
  max-width: 46.7rem;
}
.brands__desc p {
  border-bottom: 0.1rem dashed #fff;
  display: inline;
  line-height: 217.7%;
}
.brands__actions,.other__actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 49.7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .brands__actions,.other__actions {
    align-items: unset;
    flex-direction: row;
  }
}
.brands__link,.other__link {
  border-bottom: 0.1rem solid #fff;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.195em;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  position: relative;
  width: 60%;
}
.brands__link:visited,
.brands__link:active,
.brands__link:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .brands__link {
    margin-bottom: 0;
    width: 48%;
  }
}
.brands__link::after {
  border-right: 0.1rem solid #fff;
  bottom: -0.2rem;
  content: '';
  height: 1.1rem;
  position: absolute;
  right: 0.4rem;
  transform: rotate(-45deg);
  width: 0.1rem;
}

.section-three {
  display: flex;
  justify-content: center;
  padding: 5.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-three {
    padding: 34.8rem 0 10rem;
  }
}

.news {
  margin: auto;
  max-width: 76rem;
}
.news__header {
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 3rem;
  font-style: normal;
  font-weight: bold;
  line-height: 4.3rem;
  margin: auto;
  mix-blend-mode: screen;
  position: absolute;
  text-align: center;
  top: 5.8rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.news__lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news__list {
  border-bottom: 0.1rem solid #dedede;
  display: flex;
  padding: 1.5rem 0;
}
.news__date {
  flex: 1 1 auto;
}
.news__date time {
  color: #964f4d;
}
.news__title {
  flex-basis: 75%;
  max-width: 75%;
}
.news__action {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .news__action {
    margin-top: 10rem;
  }
}

/* About
--------------------------------------------- */
.abmessage {
  background-color: #eae3da;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .abmessage {
    padding: 20.4rem 0;
  }
}
.abmessage__wrapper {
  background-color: #fff;
  padding: 3.8rem 1.7rem;
}
@media (min-width: 768px) {
  .abmessage__wrapper {
    padding: 8.5rem 9.6rem;
  }
}
.abmessage__header {
  align-items: center;
  color: #7e211f;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0.195em;
  margin-bottom: 4.4rem;
}
@media (min-width: 768px) {
  .abmessage__header {
    font-size: 3rem;
  }
}
.abmessage__header::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='41' height='26' viewBox='0 0 41 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.956' cy='12.9561' r='12.956' transform='rotate(-90 12.956 12.9561)' fill='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='41' y2='12.292' stroke='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='25.912' y2='12.292' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 2.6rem;
  margin-right: 2.4rem;
  width: 4.1rem;
}
@media (min-width: 768px) {
  .abmessage__header::before {
    background-image: url("data:image/svg+xml,%3Csvg width='144' height='78' viewBox='0 0 144 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39' cy='39' r='39' fill='%237E211F'/%3E%3Cpath d='M39 0C60.5391 0 78 17.4609 78 39C78 60.5391 60.5391 78 39 78L39 39V0Z' fill='%237E211F'/%3E%3Cline x1='40.01' y1='38.5001' x2='143.989' y2='40.5813' stroke='%237E211F'/%3E%3Cline x1='39' y1='39.5' x2='78' y2='39.5' stroke='white'/%3E%3Cline x1='39' y1='39.5' x2='78' y2='39.5' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='58.5' y1='40' x2='58.5' y2='41' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 7.8rem;
    margin-right: 2.4rem;
    width: 14.4rem;
  }
}
.abmessage__details {
  display: flex;
  flex-flow: row wrap;
}
.abmessage__content {
  margin-left: auto;
  width: 51.2rem;
}
.abmessage__img {
  display: block;
  margin-bottom: 3.5rem;
}
.abmessage__captions {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .abmessage__captions {
    flex-direction: row;
  }
}
.abmessage__caption:nth-child(1) {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.195em;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .abmessage__caption:nth-child(1) {
    font-size: 1.5rem;
    margin-right: 1.8rem;
  }
}
.abmessage__caption:nth-child(2) {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .abmessage__caption:nth-child(2) {
    font-size: 2.4rem;
  }
}
.abmessage__sep {
  background-color: #9e2622;
  height: 0.3rem;
  width: 8.7rem;
}
@media (min-width: 768px) {
  .abmessage__sep {
    margin: 2.3rem auto 0;
  }
}
.abmessage__title {
  border-bottom: 1rem solid rgba(191, 93, 90, 0.2);
  display: inline;
  font-size: 1.5rem;
  line-height: 2.1rem;
  position: relative;
}
@media (min-width: 768px) {
  .abmessage__title {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.abmessage__title span {
  position: relative;
  top: 0.8rem;
}
.abmessage__text {
  margin-top: 3rem;
}

/**
 * Philosophy
 */
.philosophy {
  margin: 4.8rem 0;
}
@media (min-width: 768px) {
  .philosophy {
    margin: 24.1rem 0;
  }
}
.philosophy__header {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .philosophy__header {
    align-items: center;
    text-align: center;
  }
}
.philosophy__title {
  align-items: center;
  color: #7e211f;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .philosophy__title {
    display: block;
    font-size: 3rem;
    letter-spacing: 0.125em;
    line-height: 4.3rem;
    padding-top: 14.2rem;
    position: relative;
    text-align: center;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}
.philosophy__title::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='41' height='26' viewBox='0 0 41 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.956' cy='12.9561' r='12.956' transform='rotate(-90 12.956 12.9561)' fill='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='41' y2='12.292' stroke='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='25.912' y2='12.292' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 2.6rem;
  margin-right: 1.4rem;
  width: 4.1rem;
}
@media (min-width: 768px) {
  .philosophy__title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='125' viewBox='0 0 79 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39.5' cy='39.5' r='39' fill='%237E211F' stroke='%23964F4D'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='125' stroke='%23964F4D'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='79' stroke='white'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='79' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='59' x2='39' y2='59' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 12.5rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.9rem;
  }
}
.philosophy__desc {
  color: #7e211f;
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .philosophy__desc {
    font-size: 2.4rem;
    line-height: 4.4rem;
    margin-top: 10.3rem;
  }
}
.philosophy__content {
  color: #964f4d;
  line-height: 2.2rem;
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .philosophy__content {
    margin: auto;
    margin-top: 10rem;
    width: 45.4rem;
  }
}
.philosophy__items {
  margin-top: 5.6rem;
}
@media (min-width: 768px) {
  .philosophy__items {
    margin-top: 28.9rem;
  }
}
.philosophy__item {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 4.7rem;
}
@media (min-width: 768px) {
  .philosophy__item {
    margin-bottom: 16.7rem;
  }
}
.philosophy__text {
  color: #964f4d;
  line-height: 3rem;
  order: 1;
  width: 49rem;
}
@media (min-width: 768px) {
  .philosophy__text {
    order: 0;
  }
}
.philosophy__image {
  order: 0;
  width: 59.9rem;
}
@media (min-width: 768px) {
  .philosophy__image {
    order: 1;
  }
}
.philosophy__image-lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.philosophy__image-lists li {
  padding: 1.2rem 0;
}
@media (min-width: 768px) {
  .philosophy__image-lists li:nth-child(2) {
    margin-left: 10rem;
  }
}
.philosophy__img {
  position: relative;
  z-index: 1;
}

.philosophy__item--reverse .philosophy__text {
  order: 1;
}
.philosophy__item--reverse .philosophy__image {
  order: 0;
}

.philosophy__item-one .philosophy__image {
  position: relative;
}
@media (min-width: 768px) {
  .philosophy__item-one .philosophy__image::before {
    background: rgba(150, 79, 77, 0.1);
    bottom: -5rem;
    content: '';
    height: 12.6rem;
    left: -4.3rem;
    position: absolute;
    width: 26.1rem;
    z-index: 0;
  }
}

.philosophy__item-two .philosophy__image-list:nth-child(2) {
  position: relative;
}
@media (min-width: 768px) {
  .philosophy__item-two .philosophy__image-list:nth-child(2)::before {
    background: rgba(150, 79, 77, 0.1);
    content: '';
    height: 13.7rem;
    left: -4.3rem;
    position: absolute;
    top: -5rem;
    width: 13.7rem;
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .philosophy__item-two .philosophy__text {
    text-align: right;
  }
}

.philosophy__item-three .philosophy__image {
  position: relative;
}
@media (min-width: 768px) {
  .philosophy__item-three .philosophy__image::before {
    background: rgba(150, 79, 77, 0.1);
    content: '';
    height: 37rem;
    left: -4.4rem;
    position: absolute;
    top: -4.8rem;
    width: 52.1rem;
    z-index: 0;
  }
}

/**
 * History
 */
.history__header {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .history__header {
    align-items: center;
    text-align: center;
  }
}
.history__title {
  align-items: center;
  color: #7e211f;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .history__title {
    display: block;
    font-size: 3rem;
    letter-spacing: 0.125em;
    line-height: 4.3rem;
    padding-top: 14.2rem;
    position: relative;
    text-align: center;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}
.history__title::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='41' height='26' viewBox='0 0 41 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.956' cy='12.9561' r='12.956' transform='rotate(-90 12.956 12.9561)' fill='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='41' y2='12.292' stroke='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='25.912' y2='12.292' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 2.6rem;
  margin-right: 1.4rem;
  width: 4.1rem;
}
@media (min-width: 768px) {
  .history__title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='125' viewBox='0 0 79 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39.5' cy='39.5' r='39' fill='%237E211F' stroke='%23964F4D'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='125' stroke='%23964F4D'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='79' stroke='white'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='79' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='59' x2='39' y2='59' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 12.5rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.9rem;
  }
}
.history__content {
  color: #964f4d;
  line-height: 2.2rem;
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .history__content {
    margin: auto;
    margin-top: 10rem;
    width: 52rem;
  }
}

.timeline {
  list-style: none;
  margin: 5.1rem 0 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline {
    margin: 23.7rem 0 0;
  }
}
.timeline__list {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 4.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .timeline__list {
    align-items: inherit;
  }
}
.timeline__date {
  color: #964f4d;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.125em;
  line-height: 1;
  text-align: right;
  width: 20%;
font-family: "Radley","Noto Serif JP",serif;

  font-style: italic;
}
@media (min-width: 768px) {
  .timeline__date {
    font-size: 3.6rem;
    width: 46%;
  }
}
.timeline__dot {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  position: relative;
  width: 8%;
}
.timeline__dot::before {
  background: #964f4d;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 0.9rem;
  width: 0.9rem;
}
@media (min-width: 768px) {
  .timeline__dot::before {
    height: 3.6rem;
    width: 3.6rem;
  }
}
.timeline__dot::after {
  border-left: 0.1rem solid #964f4d;
  content: '';
  height: 16rem;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
.timeline__desc {
  align-items: center;
  background-color: #eae3da;
  display: flex;
  padding: 1.2rem;
  position: relative;
  text-align: left;
  width: 72%;
}
@media (min-width: 768px) {
  .timeline__desc {
    padding: 2.7rem 2.8rem;
    width: 46%;
  }
}
.timeline__desc span {
  color: #964f4d;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.125em;
}
@media (min-width: 768px) {
  .timeline__desc span {
    font-size: 1.8rem;
  }
}
.timeline__desc::before {
  border-top: 0.1rem solid #964f4d;
  content: '';
  height: 0.1rem;
  left: -1.8rem;
  position: absolute;
  top: unset;
  width: 1.8rem;
}
@media (min-width: 768px) {
  .timeline__desc::before {
    left: -3.2rem;
    top: 1.8rem;
    width: 3.2rem;
  }
}

@media (min-width: 768px) {
  .timeline__list--reverse .timeline__date {
    order: 2;
    text-align: left;
  }
  .timeline__list--reverse .timeline__dot {
    order: 1;
  }
  .timeline__list--reverse .timeline__desc {
    order: 0;
  }
  .timeline__list--reverse .timeline__desc::before {
    left: inherit;
    right: -3.2rem;
  }
}

.timeline__list--last .timeline__dot::after {
  height: 0;
}
@media (min-width: 768px) {
  .timeline__list--last .timeline__dot::after {
    height: 16rem;
  }
}

/**
 * Profile
 */
.profile {
  background-color: #eae3da;
  margin-top: 3.6rem;
  padding: 3.6rem 0;
}
@media (min-width: 768px) {
  .profile {
    margin-top: 29.7rem;
    padding: 24.6rem 0;
  }
}
.profile__wrapper {
  background-color: #fff;
  padding: 3.6rem 1.7rem;
}
@media (min-width: 768px) {
  .profile__wrapper {
    padding: 10rem 12.2rem;
  }
}
.profile__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile__item {
  border-bottom: 0.1rem solid #dedede;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 1.5rem 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .profile__item {
    align-items: center;
    flex-direction: row;
  }
}
.profile__item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7L0.5 13.0622V0.937822L11 7Z' fill='%239E2622'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  height: 1.4rem;
  left: 1rem;
  margin-right: 1.7rem;
  position: absolute;
  top: 1.8rem;
  width: 1.1rem;
}
@media (min-width: 768px) {
  .profile__item::before {
    left: unset;
    position: relative;
    top: 0;
  }
}
.profile__item:last-child {
  border-bottom: 0;
}
.profile__name {
  display: inline-block;
  flex: 1;
}
.profile__value {
  width: 70%;
}

.hero {
  align-items: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column wrap;
  height: 56.5rem;
  justify-content: flex-end;
  padding: 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .hero {
    align-items: center;
    height: 100vh;
    justify-content: center;
    padding: 0;
  }
}
.hero::after {
  background: rgba(72, 10, 8, 0.2);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .wide-hero .hero {
    left: 0;
    /*position: absolute;*/
    top: 0;
  }
}
.hero__tagline {
  bottom: 80px;
  color: #fff;
  margin-bottom: 1rem;
  order: 0;
  position: relative;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__tagline {
    bottom: 0;
    font-size: 1.6rem;
    left: 0;
    order: 0;
  }
}
.hero__title {
  bottom: 80px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 5.2rem;
  order: 1;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__title {
    bottom: 0;
    font-size: 3.6rem;
    left: 0;
    order: 1;
    text-align: center;
  }
}

.role {
  align-items: center;
  background-color: #964f4d;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 5.5rem 0;
}
@media (min-width: 768px) {
  .role {
    padding: 20rem 0;
    text-align: center;
  }
}
.role__title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 4.3rem;
  order: 1;
}
@media (min-width: 768px) {
  .role__title {
    font-size: 3rem;
  }
}
.role__sep {
  background-color: #fff;
  height: 0.2rem;
  order: 2;
  width: 8.9rem;
}
.role__desc {
  margin-top: 3.4rem;
  order: 4;
}
@media (min-width: 768px) {
  .role__desc {
    margin-top: 0;
    order: 3;
  }
}
.role__items {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 3rem 0 0;
  order: 3;
  padding: 0;
}
@media (min-width: 768px) {
  .role__items {
    flex-direction: row;
    order: 4;
  }
}
.role__item {
  align-items: center;
  display: flex;
  margin: 0 3.8rem 1.1rem;
}
.role__link {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  display: flex;
  flex-flow: column wrap;
  height: 3.8rem;
  justify-content: center;
  margin-right: 2.9rem;
  width: 3.8rem;
}
@media (min-width: 768px) {
  .role__link {
    height: 21.7rem;
    margin-right: 0;
    width: 21.7rem;
  }
}
.role__number {
  color: #964f4d;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .role__number {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 1.7rem;
  }
}
.role__name {
  color: #964f4d;
  display: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .role__name {
    display: block;
  }
}
.role__name--mobile {
  display: block; font-family: 'Noto Serif JP', serif;
font-size:15px;
}
@media (min-width: 768px) {
  .role__name--mobile {
    display: none;
  }
}

.features {
  align-items: center;
  display: flex;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .features {
    padding: 39rem 0;
  }
}
.features--red {
  position: relative;
}
@media (min-width: 768px) {
  .features--red {
    background-color: rgba(150, 79, 77, 0.4);
  }
}
@media (min-width: 768px) {
  .features--red::before,
  .features--red::after {
    background-image: url("data:image/svg+xml,%3Csvg width='227' height='227' viewBox='0 0 227 227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='113.5' cy='113.5' r='113.5' fill='%23964F4D'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 22.7rem;
    position: absolute;
    width: 22.7rem;
  }
}

@media (min-width: 1025px) {
  .features--red::before {
    right: calc(50% - 550px);
    top: -10rem;
  }
	
  .features--red::after {
    bottom: -10rem;
    left: calc(50% - 550px);
  }
}
@media (min-width: 768px) {
  .features--red::before {
    right: calc(50% - 450px);
    top: -10rem;
  }
}
@media (min-width: 768px) {
	
  .features--red::after {
    bottom: -10rem;
    left: calc(50% - 450px);
  }
}
/*
.features--red .features__img::before {
  background-image: url("data:image/svg+xml,%3Csvg width='650' height='650' viewBox='0 0 650 650' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='325' cy='325' r='325' fill='%23ffffff' /%3E%3C/svg%3E%0A");
}


.features--red .features__img::after{
    position: absolute;
    right: -120px;
    top: 60px;
    content: "";
	width:300px;
    white-space: pre;
    color: #444;
    z-index: 1;
	background:#fff;
}
*/
.features__details__circle{
	
    width: 650px;
    height: 650px;
    background: #fff;
    position: absolute;
	
    border-radius: 50%;
    z-index: 11;
	overflow:hidden
}


#scale .features__details__circle{
    right: 366px;
	top:-134px;
	
}
#product .features__details__circle{
    right: 55px;
	top:-134px;
	
    background: rgba(150, 79, 77, 0.4);
}

#keeper .features__details__circle{
    right: 55px;
	top:-134px;
	
    background: rgba(150, 79, 77, 0.4);
}

.features__name{
    font-family: 'Palatino Linotype', serif;}
.features--reverse .features__name{white-space:nowrap; position:absolute; right:0;}
@media (max-width: 1192px) {
.features__details__circle{
	
}
}

.features__details__circle:after{
    position: absolute;
    right: -676px;
	top:205px;
    content: "ADVANTAGE OF SCALE";
    white-space: pre;
	font-size:64px;
    color: rgba(150, 79, 77, 0.4);
    z-index: 39;
    font-family: 'Palatino Linotype', serif;
}
/*
#product .features__details__circle:after{
    position: absolute;
    right: 432px;
    top: 283px;
    content: "PRODUCT DEVELOPMENT";
    white-space: pre;
	font-size:64px;
    color: #fff;
    z-index: 39;
    font-family: 'Palatino Linotype', serif;
}
*/
#keeper .features__details__circle:after{
    position: absolute;
    right: 454px;
    top: 283px;content:none!important;
    white-space: pre;
	font-size:64px;
    color: #fff;
    z-index: 39;
    font-family: 'Palatino Linotype', serif;
}
#keeper .features__title,#product .features__title{
	text-align:left
}
@media (min-width: 768px) {
  .features--red .features__title,
  .features--red .features__desc {
    color: #fff;
  }
}
.features--red .features__title {
  position: relative;
	margin-top:8em
}
.features--red .features__title::after {
  background-image: url('assets/img/border.svg');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 1.2rem;
  margin-left: auto;
  margin-top: 1rem;
  width: 34.6rem;
}


#keeper .features__title::after,#product .features__title::after {
    background-image: url('assets/img/border2.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 1.2rem;
    margin-top: 1rem;
    width: 34.6rem;
}




.features--red .features__sep {
  display: none;
}
.features--red .features__item-desc {
  background-color: #fff;
}
.features--reverse .features__details {
  flex-direction: row-reverse;
}

@media (min-width:1025px) {
	/*
	#product .features__details__circle:after{
		position: absolute;
		right: 636px;
		top: 283px;
		content: "PRODUCT DEVELOPMENT";
		white-space: pre;
		font-size:64px;
		color: #fff;
		z-index: 39;
		font-family: 'Palatino Linotype', serif;
	}
	*/
}
@media (min-width: 768px) {
	

  .features--reverse .features__content {
    text-align: right;
  }
}
.features--reverse .features__content::before {
  left: auto;
  right: -2.8rem;
  top: 3rem;
}
.features--reverse .features__sep {
  margin-left: auto;
}
@media (min-width: 768px) {
  .features--reverse .features__number,
  .features--reverse .features__name {
    color: #fff;
  }
}
.features--reverse .features__img::before {
  left: 12.8rem;
}
.features--reverse .features__header {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media (min-width: 768px) {
  .features--reverse .features__header {
    margin-right: 0;
    text-align: right;
  }
}
.features--reverse .features__name {
}
.features--last {
  padding-bottom: 0;
  position: relative;
}
.features--last::before {
  border: 1px solid #964f4d;
  border-radius: 50%;
  content: '';
  display: none;
  height: 13.4rem;
  left: calc(50% - 550px);
  position: absolute;
  top: 15rem;
  width: 13.4rem;
}
.features__details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .features__details {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .features__content {
    width: 50%;
  }
}
.features__content::before {
  background-color: #d5b9b8;
  border-radius: 50%;
  content: '';
  display: block;
  height: 28.6rem;
  left: -2.8rem;
  position: absolute;
  top: 0;
  width: 28.6rem;
  z-index: -1;
	
}
@media (min-width: 768px) {
  .features__content::before {
    display: none;
  }
}
.features__img {
  position: relative; z-index:11;
}
@media (min-width: 768px) {
  .features__img {
    width: 50%;
  }
}
.features__img--desktop {
  display: none;
}
@media (min-width: 768px) {
  .features__img--desktop {
    display: block;
  }
}
.features__img--mobile {
  display: block;
	margin-top:100px;
  width: 90%;
}
@media (min-width: 768px) {
  .features__img--mobile {
    display: none;
    width: auto;
  }
}
.features__img img {
  position: relative;
}
.features__img::before {
  background-color: #d5b9b8;
	
  border-radius: 50%;
  content: '';
  display: none;
  height: 65rem;
  left: -23.5rem;
  position: absolute;
  top: -16.8rem;
  width: 65rem;
}
@media (min-width: 768px) {
  .features__img::before {
    display: none;
  }
}

@media (min-width: 1025px) {
	#product .features__img{margin-top:0em} 
}
@media (min-width: 768px) {
	#product .features__img{margin-top:6em} 
}
@media (max-width: 1024px) {
	.features__img{width:45%}
	.features__content{width:55%}
}

@media (max-width: 767px) {
	.role h2.role__title{margin-bottom:1rem;}
	.role hr{margin-bottom:.5rem;}
	
	h1.hero__title{line-height:3.4rem}
	.features__img--mobile{margin-left:auto; margin-top:0}
	.features--reverse .features__img--mobile{margin-left:unset; margin-top:100px}
}
.features__header {
  color: rgba(150, 79, 77, 0.4);
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-left: auto;
  text-align: right;
  width: 78%;
}
@media (min-width: 768px) {
  .features__header {
    font-size: 8.5rem;
    line-height: 97.7%;
    margin-bottom: 9.6rem;
    margin-left: none;
    text-align: left;
    width: auto;
  }
}
.features__name {
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .features__name {
    font-size: 6.4rem;
  }
}
.features__title {
  color: #7e211f;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  margin-top: 2.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .features__title {
    font-size: 3rem;
    margin-top: 0;
    text-align: right;
  }
}
.features__sep {
  background-color: #7e211f;
  margin: 0.6rem 0 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .features__sep {
    width: 346px;
  }
}
.features__desc {
  line-height: 2.8rem;
}
.features__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .features__items {
    margin: 16.9rem 0 0;
  }
}
.features__item {
  display: flex;
  flex-direction: column;
  width: 37.8rem;
}
@media (min-width: 768px) {
  .features__item {
    align-items: center;
  }
}

.features__item-img {
  width: 100%;
}
@media (min-width: 768px) {
  .features__item-img {
    position: relative;
    top: 50px;
    width: auto;
  }
}
.features__item-img img {
  display: block;
  width: 100%;
}
.features__item-desc {
  padding: 1.6rem 0 2.6rem;
}
@media (min-width: 768px) {
  .features__item-desc {
    background: rgba(150, 79, 77, 0.1);
    height: 192px;
    padding: 7.6rem 4rem 2.6rem;
  }
}

/* Contact
--------------------------------------------- */
.cf {
  background-color: #eae3da;
  border-radius: 5px;
  padding: 2rem;
}
@media (min-width: 567px) {
  .cf {
    padding: 6rem;
  }
}
.cf__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.1rem;
}
@media (min-width: 567px) {
  .cf__row {
    flex-flow: row wrap;
  }
}
.cf__row--centered {
  justify-content: center;
  margin-bottom: 0;
}
.cf__row--last {
  margin-bottom: 3.5rem;
}
@media (min-width: 567px) {
  .cf__col:first-of-type {
    width: 30%;
  }
}
@media (min-width: 567px) {
  .cf__col:nth-child(2) {
    margin-left: auto;
    width: 65%;
  }
}
.cf__label {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  margin-bottom: 0.7rem;
  position: relative;
}
@media (min-width: 567px) {
  .cf__label {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.cf__field--split {
  display: flex;
  justify-content: space-between;
}
.cf__field--split span {
  margin-right: 0.5rem;
  width: 20.2rem;
}
.cf__field--pcode {
  align-items: center;
  display: flex;
}
.cf__field--pcode .wpcf7-form-control-wrap.code-1 {
  width: 10.1rem;
}
.cf__field--pcode .wpcf7-form-control-wrap.code-2 {
  align-items: center;
  display: flex;
  width: 12.5rem;
}
.cf__field--pcode .wpcf7-form-control-wrap.code-2::before {
  border-bottom: 0.2rem solid #9d9d9d;
  content: '';
  height: 0.1rem;
  margin: 0 1rem;
  width: 1.6rem;
}
.cf input[type='text'],
.cf input[type='tel'],
.cf input[type='email'] {
  border: 1px solid #9d9d9d;
  border-radius: 0.3rem;
  height: 3.8rem;
  width: 100%;
}
.cf textarea {
  border: 1px solid #9d9d9d;
  border-radius: 0.3rem;
}
.cf .required {
  background-color: #9e2622;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.4rem;
  margin-left: 1rem;
  padding: 0.2rem 1.4rem;
  position: absolute;
  text-align: center;
  top: 0.3rem;
}
@media (min-width: 567px) {
  .cf .required {
    margin-left: 0;
    right: 0;
  }
}
.cf input[type='submit']:disabled {
  background-color: #bc9190;
}
.cf .wpcf7-list-item {
  display: block;
  margin-bottom: 1rem;
  margin-left: 0;
}
@media (min-width: 567px) {
  .cf .wpcf7-list-item {
    display: inline-block;
    margin-left: 1em;
  }
}
.cf .wpcf7-list-item.first {
  margin-left: 0;
}
.cf .wpcf7-list-item:nth-child(3) {
  margin-left: 0;
}
.cf .desc {
  color: #6d6d6d;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6rem;
}
.cf .acceptance {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.cf p {
  margin: 0;
}
.cf .ajax-loader {
  display: block;
  margin: 1rem auto 0;
  text-align: center;
}

.wpcf7-response-output {
  display: none;
}

/* Brand
--------------------------------------------- */
.other__header-title,
.store__header-title,
.menu__header-title,
.other__header-title {
  align-items: center;
  color: #7e211f;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0.195em;
  margin-bottom: 3rem;
  padding-left: 5rem;
}
@media (min-width: 992px) {
  .other__header-title,
  .store__header-title,
  .menu__header-title {
    font-size: 3rem;
    margin-bottom: 4.4rem;
    padding-left: 0;
  }
}
.other__header-title::before,
.store__header-title::before,
.menu__header-title::before {
  border-bottom: 0.1rem solid #7e211f;
  content: '';
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 4rem;
}
@media (min-width: 992px) {
  .other__header-title::before,
  .store__header-title::before,
  .menu__header-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='144' height='78' viewBox='0 0 144 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39' cy='39' r='39' fill='%237E211F'/%3E%3Cpath d='M39 0C60.5391 0 78 17.4609 78 39C78 60.5391 60.5391 78 39 78L39 39V0Z' fill='%237E211F'/%3E%3Cline x1='40.01' y1='38.5001' x2='143.989' y2='40.5813' stroke='%237E211F'/%3E%3Cline x1='39' y1='39.5' x2='78' y2='39.5' stroke='white'/%3E%3Cline x1='39' y1='39.5' x2='78' y2='39.5' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='58.5' y1='40' x2='58.5' y2='41' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    content: '';
    display: inline-block;
    height: 7.8rem;
    margin-right: 2.4rem;
    position: relative;
    width: 14.4rem;
  }
	
}

.intro {
  background-color: #21401e;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .intro {
    padding-bottom: 8rem;
    padding-top: 18.2rem;
  }
}
.intro__img {
	height:40.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.intro__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4rem;
  padding: 0 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .intro__content {
    margin-top: 7rem;
    padding: 0;
  }
}
.intro__title {
  font-size: 1.8rem;
  letter-spacing: 0.195em;
  line-height: 4.3rem;
}
@media (min-width: 768px) {
  .intro__title {
    font-size: 3rem;
  }
}
.intro__sep {
  background-color: #fff;
  height: 0.2rem;
  width: 10rem;
}
.intro__desc {
  font-size: 1.3rem;
  text-align: left;
}
@media (min-width: 768px) {
  .intro__desc {
    font-size: 1.6rem;
    text-align: center;
  }
}

.feature {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  .feature {
    margin-top: 24.6rem;
  }
}
.feature .container {
  padding: 0;
}
.feature__item {
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .feature__item {
    margin-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .feature__item {
    display: flex;
    margin-bottom: 18.8rem;
  }
}
.feature__item--reverse .feature__img {
  left: inherit;
  right: 0;
}
@media (min-width: 992px) {
  .feature__item--reverse .feature__content {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: auto;
    padding-left: 7.2rem;
    padding-right: 50rem;
  }
}
.feature__item--reverse .feature__info {
  padding-left: 0;
  padding-right: 7.2rem;
}
.feature__item--reverse .feature__content::before {
  left: 0;
  right: -2.2rem;
}
@media (min-width: 992px) {
  .feature__img {
    left: 0;
    position: absolute;
    top: -4.9rem;
    z-index: 1;
  }
}
.feature__img img {
  display: block;
  width: 100%;
}
.feature__content {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.4rem;
}
@media (min-width: 992px) {
  .feature__content {
    align-items: center;
    background-color: #EDEEE2;
    display: flex;
    height: 370px;
    margin-left: auto;
    padding-left: 48rem;
    padding-right: 7.2rem;
    position: relative;
    width: 101.6rem;
    z-index: 0;
  }
  .feature__content::before {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='125' viewBox='0 0 79 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39.5' cy='39.5' r='39' fill='%237E211F' stroke='%23964F4D'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='125' stroke='%23964F4D'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='79' stroke='white'/%3E%3Cline x1='40.5' y1='39' x2='40.5' y2='79' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='40' y1='59' x2='39' y2='59' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 12.5rem;
    left: -2.2rem;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3.8rem;
    width: 7.9rem;
  }
}
.feature__name {
  color: #7e211f;
  display: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 3.4rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  .feature__name {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .feature__name {
    display: block;
  }
}
.feature__name-mobile {
  align-items: center;
  display: flex;
  margin-bottom: 2.2rem;
  padding-left: 5rem;
  position: relative;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
@media (min-width: 992px) {
  .feature__name-mobile {
    display: none;
  }
}
.feature__name-mobile::before {
  border-bottom: 0.1rem solid #7e211f;
  content: '';
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 4rem;
}
@media (min-width: 992px) {
  .feature__info {
    padding-left: 7.2rem;
  }
}
.feature__title {
  font-size: 1.5rem;
  letter-spacing: 0.195em;
}
@media (min-width: 768px) {
  .feature__title {
    font-size: 1.8rem;
  }
}
.feature__desc {
  line-height: 2.2rem;
}

.menu__header .container,.store__header .container,.other__header .container {
  padding: 0;
}
.menu__content {
  background-color: #EDEEE2;
  padding: 5.6rem 0;
}
@media (min-width: 992px) {
  .menu__content {
    padding: 11.6rem 0;
  }
}
.menu__items {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: auto;
  max-width: 100rem;
}
@media (min-width: 992px) {
  .menu__items {
    flex-flow: row wrap;
  }
}
.menu__item {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .menu__item {
    margin-bottom: 0;
    width: 30.2rem;
  }
}
.menu__img {
  flex: 1;
  margin-right: 1.7rem;
}
@media (min-width: 992px) {
  .menu__img {
    flex: 1 1 auto;
    margin-bottom: 5.4rem;
    margin-right: 0;
  }
}
.menu__img img {
  display: block;
}
.menu__details {
  flex: 1;
}
@media (min-width: 992px) {
  .menu__details {
    flex: 1 1 auto;
  }
}
.menu__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.195em;
  margin-bottom: 1.2rem;
}

.store {
  margin-top: 3.9rem;
}
@media (min-width: 992px) {
  .store {
    margin-top: 15.2rem;
  }
}
.store__content {
  background-color: #EDEEE2;
  padding: 4.5rem 0;
}
@media (min-width: 992px) {
  .store__content {
    padding: 10.5rem 0;
  }
}
.store__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.store__item {
  align-items: center;
  background: #fff;
  border: 0.1rem solid #964f4d;
  border-radius: 0.5rem;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  margin-bottom: 1.7rem;
  width: 100%;
}
@media (min-width: 992px) {
  .store__item {
    width: 58.6rem;
  }
}
.store__item span {
  padding-left: 1.5rem;
  width: 50%;
}
@media (min-width: 992px) {
  .store__item span {
    padding-left: 6.1rem;
  }
}
.store__item span.store__phone {
  padding-left: 0;
}
.store__name {
  color: #964f4d;
  font-size: 1.3rem;
  letter-spacing: 0.200em;
}
@media (min-width: 567px) {
  .store__name {
    font-size: 1.8rem;
  }
}
.store__phone {
  color: #964f4d;
  font-size: 1.3rem;
  letter-spacing: 0.285em;
}
@media (min-width: 567px) {
  .store__phone {
    font-size: 1.8rem;
  }
}
.store__phone::before {
	background-image: url("../asian-table/assets/img/phone.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1.7rem;
  margin-right: 0.5rem;
  width: 1.7rem;
}

.page-id-21 .store__phone::before {
	background-image: url("../asian-table/assets/img/phone_red.png");
}
@media (min-width: 992px) {
  .store__phone::before {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.store__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4.2rem;
  text-align: center;
}
@media (min-width: 567px) {
  .store__actions {
    flex-direction: row;
  }
}
.store__btn:first-child {
  margin-bottom: 1rem;
  margin-right: 2.8rem;
}
@media (min-width: 567px) {
  .store__btn:first-child {
    margin-bottom: 0;
  }
}

.other {
  margin-top: 15.2rem;
}
@media (min-width: 768px) {
  .other {
    display: block;
  }
}
.other__content {
  background-color: #EDEEE2;
  padding: 12.2rem 0;
}
.other__items {
  align-items: center;
  display: flex;
}
.other__item {
  margin: auto;
  width: 56.9rem;
}
.other__img {
  margin-bottom: 5rem;
}
.other__img img {
  display: block;
}
.other__badge {
  margin-bottom: 3rem;
}
.other__badge-link {
  align-items: center;
	background-image: url("../asian-table/assets/img/other__badge.png");
 display: flex;
  height: 6.1rem;
  justify-content: center;
  margin: auto;
  width: 33.4rem;
	background-repeat:no-repeat;
}
.page-id-21 .other__badge-link {
	background-image: url("../asian-table/assets/img/other__badge_w.png"); color:#000;
	
}
.page-id-94 .other__badge-link {
	background-image: url("../asian-table/assets/img/other__badge_g.png"); color:#666464;
	
}
.other__desc {
  color: #fff;
  letter-spacing: 0.195em;
  margin: auto;
  max-width: 46.7rem;
}
.other__desc p {
  border-bottom: 0.1rem dashed #fff;
  display: inline;
  line-height: 217.7%;
}
.other__actions {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 46.7rem;
  text-align: center;
}
.other__link {
  border-bottom: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.195em;
  line-height: 1.8rem;
  padding-bottom: 0.5rem;
  position: relative;
  width: 48%;
}
.other__link::after {
  border-right: 0.1rem solid #fff;
  bottom: -0.2rem;
  content: '';
  height: 1.1rem;
  position: absolute;
  right: 0.4rem;
  transform: rotate(-45deg);
  width: 0.1rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  margin-bottom: 1.5em;
  /*rtl:ignore*/
  margin-right: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin-bottom: 1.5em;
  /*rtl:ignore*/
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 1.5em;
}

/* Utility Classes
--------------------------------------------- */
.container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .container {
    padding: 0;
  }
}
.container--narrow {
  max-width: 78.3rem;
}

.noto-serif-jp {
  font-family: 'Noto Serif JP', serif;
}

.narrow-border {
  width: 83px;
}

.center {
  text-align: center;
}

.wide-hero .site {
  position: relative;
}

	.footer__logo img{max-width:150px;}
@media (max-width: 767px) {
	.m-logo-blk img{max-width:55%}
	.page-id-15 .callout{margin-top:3em}
	.page-id-120 .wp-block-group.has-background{padding:40px 20px 20px 20px!important}
	.page-id-120 h5{margin-bottom:0}
	.page-id-120 p{margin-top:.5em}
	.page-id-120 .wp-block-spacer{display:none}
	.store__phone::before{background-size:contain; vertical-align:middle}
	.profile__value{margin-top:.6em}
#scale .features__title::after{background-image: url('assets/img/border2.png');
}
	.page-id-120 h2{font-size:18px}
	.features__title{text-align:center!important}
	.features__img{width:100%}
	.features__content{width:100%}
	.features__name{font-size:26px;text-align:right}
	.container{overflow:hidden}
	.features--reverse .features__name{text-align:left; left:0}
	
	.feature__content::before{background-image:none!important;
    
    content: '';
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 4rem;}
	
	.other__header-title{position:relative}
	 .other__header-title::before,.menu__header-title::before, .store__header-title::before, .other__header-title::before{background-image:none!important;
    border-bottom: 0.1rem solid #7e211f!important;
    content: '';
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 4rem!important;}
}

.visible-xs{display:none}
.hidden-xs{display:block}


  .page-id-94 .other__header-title::before,
  .page-id-94 .store__header-title::before,
  .page-id-94 .menu__header-title::before{
	background-image: url("../asian-table/assets/img/tiokyopao-point2.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    content: '';
    display: inline-block!important;
    height: 7.8rem;
    margin-right: 2.4rem;
    position: relative;
    width: 14.4rem;
  }

.page-id-94 .intro,.page-id-94 .menu__content, .page-id-94 .feature__content, .page-id-94 .store__content, .page-id-94 .other__content{background:#eee}
.close-btn{display:none}
	.page-id-44 .hero{
		background-image: url("../asian-table/assets/img/central-kitchen.jpg");}
@media (max-width: 768px) {
.page-id-19 .alignright,.page-id-19 .alignleft{margin-right:0!important;margin-left:0!important; margin-bottom:1em!important}
	.company,.offer{position:relative;}
	.company:after{
    background-color: rgba(186, 63, 60, 0.2);
    border-radius: 50%;
    content: '';
    filter: blur(80px);
    height: 28.1rem;
    right: -100px;
    position: absolute;
    top: -12rem;
    width: 34.2rem;
    z-index: 0;}
	.offer:after{
    background-color: rgba(186, 63, 60, 0.3);
    border-radius: 50%;
    content: '';
    filter: blur(80px);
    height: 28.1rem;
    left: -100px;
    position: absolute;
    top: 12rem;
    width: 38.1rem;
    z-index: 0;}
	.page-id-120 h5{font-size:16px}
	.features__img--mobile{margin-right:-20px;}
	.features--reverse .features__img--mobile{margin-right:auto; margin-left:-20px;}
	.section-two .ck{
		background-image: url("../asian-table/assets/img/central-kitchen-m.png")!important; height:53rem}
	.page-id-44 .hero{
		background-image: url("../asian-table/assets/img/central-kitchen-m.png");}
	.single-post .callout,.blog .callout{margin-top:2em}
	.container-m{margin-left:-2em; margin-right:-2em}
	.container-m img{width:100%}
	.callout{background-size:cover;
  background-image: url("../asian-table/assets/img/circle-bg.png");}
	.feature__content{padding-top:3em; padding-bottom:2em}
	.mobile-navigation.toggled .close-btn{display:block; color:#333;}
	.menu-toggle{position:fixed;}
	.mobile-navigation.toggled svg{display:none}
	.mobile-navigation.toggled .m-logo-blk{top:0;height:100vh!important; padding-top:6em; position:fixed}
	.blog .container,.page-id-15 .container,.page-id-19 .container{overflow:visible}
	.page-id-19 .banner__title,.blog .banner__title,.page-id-15 .banner__title{padding-left:0}
	.page-id-19 .banner__title::before,.blog .banner__title::before,.page-id-15 .banner__title::before{
    display: block;
    background: none;
    border-bottom: 1px solid;
    position: absolute;
    top: -2.5em;width:2em; height:3em;
}
	
	.section-two .ck__content{margin-bottom:20px}
	.page-id-21 .intro__img,.page-id-94 .intro__img{height:auto}
	.code-1 input,.code-2 input{width:10rem!important}
	.pagination .nav-links{flex-flow:unset;}
	.pagination a.next{margin-right:0}
	.moreblock hr{margin-bottom:2.5em}
	.moreblock{padding-top:25px!important}
	.rec-contact-btn{margin-bottom:2em}
	.feature__item--reverse .feature__info{padding-right:0}
#product.features--last{padding-bottom:0em!important}
	.ck__content{bottom:-28rem}
	.section-two {
		background-color: #eae3da;}
	.section-two .ck__action{margin-bottom:2em}
	.photo__moblie h4{line-height:2}
	.cf .required{left:unset; top:unset; position:relative;}
	.abmessage__title{line-height:3rem}
	.page-id-94 .feature__content{background:#fff;}
	.other__content,.store__content{padding-top:2em}
	.page-id-21 .menu__header,.page-id-21 .other__header{background:#edeee2; padding-top:2em}
	.page-id-94 .menu__header,.page-id-94 .other__header{background:#eee; padding-top:2em}
	.store__content{background:transparent!important}
	.menu__content{padding-top:1em;}
	.other__header-title{margin-bottom:0}
	.page-id-21 .intro__title{margin-bottom:1rem}
	.page-id-21 .intro__sep{margin-bottom:1rem}
	.page-id-19 .callout,.page-id-94 .callout{margin-top:0}
	.bg-xs-cream{background:#eae3da; margin-left:-2rem; margin-right:-2rem; padding:2rem;padding-bottom:4rem; padding-top:0!important}
	.wp-block-image .alignright,.wp-block-image .alignleft{margin:0 auto; float:none}
	.moreblock{margin-left:-2rem; margin-right:-2rem; padding-bottom:1rem!important}
	#scale .features__img{display:none}
	.features--red .features__title{margin-top:2.3rem}
	#keeper .features__title::after,#product .features__title::after,#scale .features__title::after {
    margin-right: auto;
    max-width: 60%;
    margin-left: auto;}
	#keeper .features__desc p,.features__item-desc{line-height:1.7}
	.page-id-44 .role__desc{line-height:2}
	.features__name{font-size:30px}
	.page-id-51 .callout{margin-top:0}
	.mt-xs-0{margin-top:0!important}
	.mb-xs-0{margin-bottom:0!important}
	.news__header{
		mix-blend-mode:unset;
		position:relative;
	  color:#7E211F;
		font-size:1.8rem;
		text-align:left;
		writing-mode:unset;
		padding-left:70px;
		top:0;
	}
	
	.news__header::before {
		background-image: url("data:image/svg+xml,%0A%3Csvg width='41' height='26' viewBox='0 0 41 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.956' cy='12.9561' r='12.956' transform='rotate(-90 12.956 12.9561)' fill='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='41' y2='12.292' stroke='%237E211F'/%3E%3Cline x1='12.792' y1='12.292' x2='25.912' y2='12.292' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
		position:absolute;
		left:20px;
		top:9px;
  height: 2.6rem;
  margin-right: 2.4rem;
  width: 4.1rem;
  }
	.section-three{display:block}
	.philosophy__desc{line-height:3rem}
	.philosophy__content p{margin-top:0; margin-bottom:0;line-height:3rem}
	.abmessage__title{border-bottom:0}
	.abmessage__header::before,.philosophy__title::before,.history__title::before{margin-right:1rem}
	.page-id-51 .hero{background-position:64%}
	.footer__address{text-align:left; font-size:12px; font-variant:400}
	.footer__logo{margin-bottom:0}
.section-two .ck__action{margin-right:2em; margin-left:2em}
.brands p{font-size:13px;}
.brands .brands__link,.other__link{font-size:13px; width:75%;}
.brands .brands__badge-link{font-size:15px;}
	.other__badge-link{font-family: 'Noto Serif JP', serif;font-size:15px}
	.hero--mobile{    background-image:url("../asian-table/assets/img/home-hero-m.png")!important;}
	.photo__moblie .photo__items{margin-left:-1.5em;margin-right:-1.5em;}
	.photo h4{color:#7E211F}
	.company{margin-top:0em;}
	.photo__moblie h4{ text-align:center; margin-top:1em; margin-bottom:2em}
.visible-xs{display:block}
.hidden-xs{display:none}
	.other{margin-top:2em}
	#scale .ccontainer{padding:0; overflow:hidden}
	.other__header-title,.page-id-94 .menu__header-title,
.page-id-94 .store__header-title{/*padding-left:0!important*/}
	.other__item{width:unset;}
 
  .page-id-94 .store__header-title::before,
	.page-id-94 .menu__header-title::before, .page-id-94 .store__header-title::before, .page-id-94 .other__header-title::before, .page-id-21 .other__header-title::before{height:auto!important;border-bottom: 0.1rem solid #666464!important; position:absolute; left:0}
	
	.company__title,.offer__title{line-height:1.7; font-size:18px; margin-top:1em
	}
	.company__desc,.offer__desc{line-height:2; font-size:13px;}
	.home .offer__action{margin:10% 5% 0;}
	
	.page-id-21 .intro, .page-id-94 .intro{padding-top:0!important}
	.callout{margin-top:0}
	.page-id-120 #primary{margin-top:0!important}
	
}
@media (min-width: 768px) and (max-width: 1024px) {
.features__item {
  display: flex;
  flex-direction: column;
    width: 32rem!important;
}
}
.page-id-94 .intro__title, .page-id-94  .intro__desc, .page-id-94 .feature__name, .page-id-94 .feature__title, .page-id-94 .feature__desc p, .page-id-94 .menu__desc, .page-id-94 .menu__title, .page-id-94 .menu__header-title, .page-id-94 .other__header-title, .page-id-94 .store__header-title, .page-id-94 .other__desc, .page-id-94 .other__link{color:#666464}
.page-id-94  .intro__sep{border-color:#666464; background:#666464}

.page-id-94 .feature__content::before {
    background-image: url("../asian-table/assets/img/tiokyopao-point.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 12.5rem;
    left: -2.2rem;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3.8rem;
    width: 7.9rem;
  }

.page-id-94  .store__actions .btn{background: #F4C8DD; color:#666464}
.page-id-94 .store__item a,.page-id-94 .store__item span,.page-id-94 .store__item .store__phone::before{color:#666464}
.page-id-94 .store__item {
    align-items: center;
    background: #fff;
    border: 0.1rem solid #666464;
}
.page-id-21 .other__desc, .page-id-21 .other__link {
  color: #000000;
}
.page-id-21 .other__desc p  {
	border-bottom: 0.1rem dashed #000;
}
.page-id-21 .other__link {
	border-bottom: 0.1rem solid #000;
}
.page-id-21 .other__link::after {
	border-right: 0.1rem solid #000;
}
.page-id-94 .other__desc p  {
	border-bottom: 0.1rem dashed #666464;
}
.page-id-94 .other__link {
	border-bottom: 0.1rem solid #666464;
}
.page-id-94 .other__link::after {
	border-right: 0.1rem solid #666464;
}

.single-post .post-thumbnail img{margin:0 auto;}
article#post-17{margin-bottom:10em}

/*.breadcrumbs-nav{margin-top:170px;}*/
.wide-hero .navigation a{color:#666464;}
.breadcrumbs-nav{
    position: absolute!important;
    top: 170px;
    left: 0;
}
header{background:transparent;position:absolute!important;top:0; width:100%;}
header.fixed{width:100%; height:80px; position: fixed!important;
    top: 0; z-index:111!important}
header.fixed .branding__link{width:50px!important; height:50px!important}
header.fixed{padding:1em!important;box-shadow: 0 3px 6px rgba(0,0,0,0.2);}
.page-id-15 header,.page-id-19 header,.page-id-120 header,.page-id-94 header,.page-id-21 header,.page-id-17 header,.blog header{ background:#fff!important;padding-bottom:8.3rem}
header.fixed{ background:#fff!important}
.page-id-10 header ul#primary-menu li a,.page-id-51 header ul#primary-menu li a,.page-id-44 header ul#primary-menu li a{color:#fff}
header.fixed ul#primary-menu li a,header.fixed .branding__tagline{color:#666464; transition: 0.5s ease-in-out;}
.page-id-21 .intro,.page-id-94 .intro{padding-top: 37.2rem;}
.page-id-120 .banner{}
.page-id-120 #primary{margin-top:30rem;}
.post__cat-link:hover{background:#9e2622!important;}
.container header{background:transparent!important}
footer .navigation a{color:#fff!important}
#product.features--last{padding-bottom:10em}
.page-id-120 #primary{margin-top:10rem}
.next.page-numbers,.prev.page-numbers,.next.page-numbers:hover,.prev.page-numbers:hover{color:#fff}
.page-numbers{
    padding: 0.5em 1em;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;}
.footer__partners a img{max-width:269px}
.page-numbers.current{
	background:#9e2622; color:#fff;}
.formError{
    position: absolute;
    bottom: -29px!important;
	top:auto!important;
    left: 0!important; right:auto!important;}
.telformError{
    bottom: -49px!important;}
.messageformError,.lnameformError,.fnameformError{
    bottom: -20px!important;}
.formError .formErrorContent{background:transparent!important;font-size:11px!important; color:#9e2622!important;border:none!important; box-shadow:none!important;}
.formErrorArrow{display:none!important}
.formError .formErrorContent br{display:none; margin-right:1em}
.wpcf7-not-valid-tip{display:none}
@media (max-width: 768px) {

.photo__moblie h2 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
	font-size:1.8em;
	line-height:2;
    color: #7E211F;
}
}
.brands__badge h3{font-size:1.5rem}