@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;500;700&display=swap");
/*@import url('styles/boots-bones.css');*/
/*
Theme Name: utage-factory-custom-theme
Theme URI: 
Author: mashtake.jp
Author URI: http://mashtake.jp
Description: Utage factory theme
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
html *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
li, dt, dd{
  list-style: none;
  vertical-align: bottom;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/*----------------------------------------
	color
-----------------------------------------*/
.white01,
a.white01 {
  color: #ffffff;
}

.black01,
a.black01 {
  color: #000000;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  color: #000000;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", YuGothic, YuGothicM, Yu Gothic, "メイリオ", Arial, Helvetica, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  font-weight: 400;
  line-height: 1.6;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {

  clear: both;
  
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  
}
ul,
ol {
  
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  
}
b,
strong {
  font-weight: bold;
}
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;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 3px 5px #ddd inset;
          box-shadow: 0 3px 5px #ddd inset;
}
.en{
  font-family:"Josefin Sans",sans-serif
}

li, dt, dd{
  list-style: none;
  vertical-align: bottom;
}

/* Links */
a {
  color: #000000;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

.taL, .taL_C, .taL_R{
  text-align: left
}

.taC, .taC_R, .taC_L{
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }

  #breadcrumb {
    font-size: 1.2rem;
  }

  .taL_C, .taR_C{
    text-align: center;
  }
}
[class*=font0] {
  font-size: 0rem;
}

[class*=font8] {
  font-size: 0.8rem;
}

[class*=font9] {
  font-size: 0.9rem;
}

[class*=font10] {
  font-size: 1rem;
}

[class*=font11] {
  font-size: 1.1rem;
}

[class*=font12] {
  font-size: 1.2rem;
}

[class*=font13] {
  font-size: 1.3rem;
}

[class*=font14] {
  font-size: 1.4rem;
}

[class*=font15] {
  font-size: 1.5rem;
}

[class*=font16] {
  font-size: 1.6rem;
}

[class*=font17] {
  font-size: 1.7rem;
}

[class*=font18] {
  font-size: 1.8rem;
}

[class*=font19] {
  font-size: 1.9rem;
}

[class*=font20] {
  font-size: 2rem;
}

[class*=font21] {
  font-size: 2.1rem;
}

[class*=font22] {
  font-size: 2.2rem;
}

[class*=font23] {
  font-size: 2.3rem;
}

[class*=font24] {
  font-size: 2.4rem;
}

[class*=font25] {
  font-size: 2.5rem;
}

[class*=font26] {
  font-size: 2.6rem;
}

[class*=font27] {
  font-size: 2.7rem;
}

[class*=font28] {
  font-size: 2.8rem;
}

[class*=font29] {
  font-size: 2.9rem;
}

[class*=font30] {
  font-size: 3rem;
}

[class*=font32] {
  font-size: 3.2rem;
}

[class*=font34] {
  font-size: 3.4rem;
}

[class*=font35] {
  font-size: 3.5rem;
}

[class*=font40] {
  font-size: 4rem;
}

[class*=font45] {
  font-size: 4.5rem;
}

[class*=font50] {
  font-size: 5rem;
}

[class*=font52] {
  font-size: 5.2rem;
}

[class*=font54] {
  font-size: 5.4rem;
}

[class*=font56] {
  font-size: 5.6rem;
}

[class*=font58] {
  font-size: 5.8rem;
}

[class*=font60] {
  font-size: 6rem;
}

[class*=font62] {
  font-size: 6.2rem;
}

[class*=font64] {
  font-size: 6.4rem;
}

[class*=font66] {
  font-size: 6.6rem;
}

[class*=font68] {
  font-size: 6.8rem;
}

[class*=font70] {
  font-size: 7rem;
}

@media print, screen and (min-width: 769px) {
  [class*=font][class*=_10] {
    font-size: 1rem;
  }
  [class*=font][class*=_10] {
    font-size: 1rem;
  }
  [class*=font][class*=_11] {
    font-size: 1.1rem;
  }
  [class*=font][class*=_12] {
    font-size: 1.2rem;
  }
  [class*=font][class*=_13] {
    font-size: 1.3rem;
  }
  [class*=font][class*=_14] {
    font-size: 1.4rem;
  }
  [class*=font][class*=_15] {
    font-size: 1.5rem;
  }
  [class*=font][class*=_16] {
    font-size: 1.6rem;
  }
  [class*=font][class*=_17] {
    font-size: 1.7rem;
  }
  [class*=font][class*=_18] {
    font-size: 1.8rem;
  }
  [class*=font][class*=_19] {
    font-size: 1.9rem;
  }
  [class*=font][class*=_20] {
    font-size: 2rem;
  }
  [class*=font][class*=_21] {
    font-size: 2.1rem;
  }
  [class*=font][class*=_22] {
    font-size: 2.2rem;
  }
  [class*=font][class*=_23] {
    font-size: 2.3rem;
  }
  [class*=font][class*=_24] {
    font-size: 2.4rem;
  }
  [class*=font][class*=_25] {
    font-size: 2.5rem;
  }
  [class*=font][class*=_26] {
    font-size: 2.6rem;
  }
  [class*=font][class*=_27] {
    font-size: 2.7rem;
  }
  [class*=font][class*=_28] {
    font-size: 2.8rem;
  }
  [class*=font][class*=_29] {
    font-size: 2.9rem;
  }
  [class*=font][class*=_30] {
    font-size: 3rem;
  }
  [class*=font][class*=_32] {
    font-size: 3.2rem;
  }
  [class*=font][class*=_34] {
    font-size: 3.4rem;
  }
  [class*=font][class*=_36] {
    font-size: 3.6rem;
  }
  [class*=font][class*=_38] {
    font-size: 3.8rem;
  }
  [class*=font][class*=_40] {
    font-size: 4rem;
  }
  [class*=font][class*=_42] {
    font-size: 4.2rem;
  }
  [class*=font][class*=_44] {
    font-size: 4.4rem;
  }
  [class*=font][class*=_46] {
    font-size: 4.6rem;
  }
  [class*=font][class*=_48] {
    font-size: 4.8rem;
  }
  [class*=font][class*=_50] {
    font-size: 5rem;
  }
  [class*=font][class*=_52] {
    font-size: 5.2rem;
  }
  [class*=font][class*=_54] {
    font-size: 5.4rem;
  }
  [class*=font][class*=_56] {
    font-size: 5.6rem;
  }
  [class*=font][class*=_58] {
    font-size: 5.8rem;
  }
  [class*=font][class*=_60] {
    font-size: 6rem;
  }
  [class*=font][class*=_62] {
    font-size: 6.2rem;
  }
  [class*=font][class*=_64] {
    font-size: 6.4rem;
  }
  [class*=font][class*=_66] {
    font-size: 6.6rem;
  }
  [class*=font][class*=_68] {
    font-size: 6.8rem;
  }
  [class*=font][class*=_70] {
    font-size: 7rem;
  }
  [class*=font][class*=_72] {
    font-size: 7.2rem;
  }
  [class*=font][class*=_74] {
    font-size: 7.4rem;
  }
}
/*----------------------------------------
	font weight
-----------------------------------------*/
.bold01 {
  font-weight: 700;
}

.lig01 {
  font-weight: 300;
}

.med01 {
  font-weight: 500;
}

/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 43px;
  padding: 0 3.735%;
  background: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 769px){
  header{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 980px;
    height: 94px;
    padding: 0 30px;
    background: rgba(0, 0, 0, 0.8);
  }
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
  float: right;
}

.header .bar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90.4%;
  height: 75px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .header .bar {
    /* z-index: 100; */
  }
  .header .bar-inner {
    width: calc(100% - 80px);
    max-width: 1200px;
    height: 135px;
  }
}

header #brand {
}
header #brand h1 {
  font-weight: 900;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #FFF;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #FFF;
  text-transform: lowercase;
}

header .header-logo{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
  height: 100%;
}

@media print, screen and (min-width: 769px){
  header .header-logo{
    width: 154px;
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 1200px){
  header .header-logo{
    margin-right: 65px;
  }
}

header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}

@media print, screen and (min-width: 769px){
  .header-gnav ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-gnav ul li{
  text-align: center;
  letter-spacing: 0.2em;
  margin: 20px 0;
}

@media print, screen and (min-width: 769px){
  .header-gnav ul li{
    margin: 0 15px;
  }
}

@media print, screen and (min-width: 1200px){
  .header-gnav ul li{
    margin: 0 25px;
  }
}

header nav ul li a {
  color: #ffffff;
  /*font-size: 14px;*/
}

@media print, screen and (min-width: 769px){
  .header-gnav ul li a{
    position: relative;
    display: block;
    padding: 5px 0 0 0.1em;
  }

  .header-gnav ul li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
  }

  .header-gnav ul li a:hover::after{
    width: 100%;
  }
}

header nav ul li a:active, header nav ul li a:hover{
  color: #ffffff;
}

header .menu{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-backdrop-filter 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-backdrop-filter 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s, backdrop-filter 0.2s;
  transition: opacity 0.2s, visibility 0.2s, backdrop-filter 0.2s;
  transition: opacity 0.2s, visibility 0.2s, backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
}

@media print, screen and (min-width: 769px){
  header .menu{
    overflow: visible;
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

#header-toggle{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 48px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

@media print, screen and (min-width: 769px){
  #header-toggle{
    display: none;
  }
}

#header-toggle > div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header-toggle > div > span{
  position: absolute;
  left: calc(50% - 9px);
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#header-toggle > div > span:nth-child(1){
  top: calc(50% - 1px - 6px);
}
#header-toggle > div > span:nth-child(2){
  top: calc(50% - 1px);
}
#header-toggle > div > span:nth-child(3){
  top: calc(50% - 1px + 6px);
}

#header-toggle.is-active > div > span{
  top: calc(50% - 2px);
}

#header-toggle.is-active > div > span:nth-child(1){
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header-toggle.is-active > div > span:nth-child(2){
  opacity: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

#header-toggle.is-active > div > span:nth-child(3){
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.headline{
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

.headline .bg{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  padding-top: 43px;
  background: center center no-repeat;
  background-size: cover;
}

.headline .bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(./assets/img/cmn/bg01.svg) center top repeat;
  background-size: 3px auto;
}

.c-title01>span{
  display: block;
  margin: 0 0 8px;
}

.c-title01{
  margin: 0 0 40px;
  color: #4c4c4c;
}

.p-store .headline .bg{
  background-image: url(./assets/img/store/headline_res_bg01s.jpg);
}

.p-business .headline .bg{
  background-image: url(./assets/img/business/headline_bg01s.jpg);
}

.p-company .headline .bg{
  background-image: url(./assets/img/company/headline_bg01s.jpg);
}

.p-news .headline .bg{
  background-image: url(./assets/img/news/headline_bg01s.jpg);
}

.p-contact .headline .bg{
  background-image: url(./assets/img/contact/headline_bg01s.jpg);
}

.p-privacy .headline .bg{
  background-image: url(./assets/img/privacy/headline_bg01s.jpg);
}

.store .headline .bg, .staff-recruit .headline .bg{
  background-image: url(./assets/img/store/detail/headline_bg01s.jpg);
}

.parent-pageid-15 .headline .bg{
  background-image: url(./assets/img/news/detail/headline_res_bg01s.jpg);
}

.single-post .headline .bg{
  background-image: url(./assets/img/news/headline_bg01s.jpg);
}

.headline .title{
  position: relative;
  text-align: center;
  line-height: 1.3;
}

.headline .title span{
  display: block;
}

.base{
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 350px;
  background: #fff;
}

.breadcrumb{
  display: none;
}

.p-store .s-list{
  padding-top: 60px;
}

.c-list-clm3{
  width: 86.456%;
  margin: 0 auto;
}

.p-store .s-list .c-list-clm3{
  margin-bottom: 125px;
}

.c-list-clm3 > li{
  margin: 0 0 35px;
}

.c-list-clm3 > li > a{
  display: block;
  background: #fff;
}

.p-store .s-list .c-list-clm3 > li > a{
  padding-top: 35px;
  background-color: #f7f7f7;
}

.p-store .s-list .c-list-clm3 > li > a .img{
  width: 53.334%;
  margin: 0 auto 18px;
}

.c-list-clm3 > li > a .box{
  padding: 0 8% 35px;
}

.p-store .s-list .c-list-clm3 > li > a .title{
  margin-bottom: 3px;
  line-height: 1.5;
}

.p-store .s-list .c-list-clm3 > li > a .address{
  margin-top: 10px;
  margin-bottom: 18px;
  padding-top: 10px;
  border-top: 1px solid #000;
  line-height: 2;
}

.c-list-clm3 > li > a .box .btn{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 138px;
  height: 30px;
  margin: 0 auto;
  background: #2b2b2b;
}

.c-list-clm3 > li > a .box .btn span{
  padding-top: 3px;
}

.p-business .s-lead{
  position: relative;
  z-index: 0;
  margin: 0 0 60px;
  padding: 50px 0 0;
}

.p-business .s-lead:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 72%;
  height: 250px;
  background: #f4f4f4;
}

.p-business .s-lead .block01 .title{
  margin: 0 0 23px;
}

.p-business .s-lead .block01 .txt{
  margin: 0 0 30px;
  line-height: 2.1;
}

.p-business .s-lead .block01 .img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-business .s-lead .block01 .img figure{
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s,-webkit-transform 0.8s;
  transition: opacity 0.8s 0.2s,-webkit-transform 0.8s;
  -o-transition: opacity 0.8s 0.2s,transform 0.8s;
  transition: opacity 0.8s 0.2s,transform 0.8s;
  transition: opacity 0.8s 0.2s,transform 0.8s,-webkit-transform 0.8s;
}

.p-business .s-lead .block01 .img figure:first-child{
  -webkit-transform: translate(-30%,0%);
  -ms-transform: translate(-30%,0%);
      transform: translate(-30%,0%);
}

.p-business .s-lead .block01 .img.on-anime figure:nth-child(n){
  opacity: 1;
  -webkit-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
      transform: translate(0%,0%);
}

.p-business .s-lead .block02 {
  padding: 15px 0 0;
}

.p-business .s-lead .block03 .title{
  margin: 0 0 23px;
}

.p-business .s-lead .block03 .txt{
  margin: 0 0 50px;
  line-height: 2.1;
}

.p-business .s-lead .block03 .img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-business .s-lead .block03 .img figure{
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s,-webkit-transform 0.8s;
  transition: opacity 0.8s 0.2s,-webkit-transform 0.8s;
  -o-transition: opacity 0.8s 0.2s,transform 0.8s;
  transition: opacity 0.8s 0.2s,transform 0.8s;
  transition: opacity 0.8s 0.2s,transform 0.8s,-webkit-transform 0.8s;
}

.p-business .s-lead .block03 .img figure:first-child{
  -webkit-transform: translate(-30%,0%);
  -ms-transform: translate(-30%,0%);
      transform: translate(-30%,0%);
}

.p-business .s-lead .block03 .img.on-anime figure:nth-child(n){
  opacity: 1;
  -webkit-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
      transform: translate(0%,0%);
}

.p-business .s-business{
  margin: 0 0 125px;
}

.p-business .s-business section{
  margin: 0 0 130px;
}

.p-business .s-business section .box01{
  position: relative;
  padding: 32px 0 10px;
}

.p-business .s-business section .box01 .obj{
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 93.334%;
  height: 100%;
  background: #f7f7f7;
}

.p-business .s-business .block01 .box01 .obj{
  right: 0;
}

.p-business .s-business .block03 .box01 .obj{
  right: 0;
}

.p-business .s-business section .box01>div{
  width: 73%;
  margin: 0 auto;
}

.p-business .s-business section .box01 .title{
  margin: 0 0 18px;
}

.p-business .s-business section .box01 .title span{
  display: block;
  margin-bottom: 5px;
}

.p-business .s-business section .box01 .txt{
  margin: 0 0 32px;
  line-height: 2.1;
}

.p-business .s-business section .img{
  width: 93.334%;
}

.p-business .s-business .block01 .img{
  /* width: 44%;
  margin: -330px 70px 0 auto; */
}

.p-business .s-business .block02 .box01 .obj{
  left: 0;
}

.p-business .s-business .block02 .img{
  margin-left: auto;
}

.p-business .s-business .block03 .img{
  /* width: 44%;
  margin: -330px 70px 0 auto; */
}

.p-company .s-mission{
  margin: 0 0 55px;
  padding: 60px 0 0;
}

.p-company .s-mission .block01{
  width: 90.203%;
  margin: 0 auto;
  padding: 32px 0;
  border: 1px solid #FFF;
  /* background: #fff; */
  background-color: #000;
  color: #FFF;
}

.p-company .s-mission .block01 .title{
  margin: 0 0 25px;
  line-height: 1.4;
}

.p-company .s-mission .block01 .title span{
  display: block;
  margin: 0 0 5px;
}

.p-company .s-mission .block01 .txt{
  line-height: 2.1;
}

.p-company .s-message{
  position: relative;
  z-index: 0;
  margin: 0 0 55px;
  padding: 0 0 30px;
}

.p-company .s-message::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 135px;
  bottom: 0;
  right: 0;
  width: 86.67%;
  background: #f7f7f7;
}

.p-company .s-message .c-title01, .p-company .s-overview .c-title01, .p-company .s-access .c-title01{
  margin-bottom: 30px;
}

.p-company .s-message .block01{
  width: 94.24%;
  margin: 0 auto;
  text-align: center;
}

.p-company .s-message .block01 .logo{
  margin: 0 0 28px;
  padding: 0 0 35px;
  background: #fff;
}

.p-company .s-message .block01 .logo > span{
  display: block;
  width: 233px;
  margin: 0 auto;
}

.p-company .s-message .block01 .txt{
  padding: 0 14% 0;
}

.p-company .s-message .block01 .txt dt{
  margin: 0 0 10px;
  line-height: 1.5;
}

.p-company .s-message .block01 .txt dd{
  line-height: 2.1;
}

.p-company .s-staff{
  position: relative;
  z-index: 0;
  margin: 0 0 55px;
  padding: 0 0 25px;
}

.p-company .s-staff::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 170px;
  bottom: 0;
  left: 0;
  width: 93.334%;
  background: #f7f7f7;
}

.p-company .s-staff .block01{
  width: 94.24%;
  margin: 0 auto;
}

.p-company .s-staff .block01 .profile{
  margin: 0 0 35px;
}

.p-company .s-staff .block01 .profile .pic{
  position: relative;
  width: 64.222%;
  padding-bottom: 64.222%;
  margin: 0 auto;
}

.p-company .s-staff .block01 .profile .pic span{
  display: inline;
  position: static;
}

.p-company .s-staff .block01 .profile .name{
  display: table;
  position: relative;
  margin: -35px 9% 0 auto;
  padding: 16px 25px 16px;
  background: #fff;
  line-height: 1.4;
}

.p-company .s-staff .block01 .profile .name .en{
  color: #4c4c4c;
}

.p-company .s-overview .inner{
  width: 86%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company .s-overview{
  margin: 0 0 55px;
}

.p-company .s-overview .block01, .p-company .s-overview .block02{
  /* width: 90.24%; */
  width: 75.24%;
  margin: 0 auto;
}

@media print, screen and (max-width: 480px){
  .p-company .s-overview .block01, .p-company .s-overview .block02{
    width: 90.24%;
  }

  .p-company .s-overview .block02{

  }
}

.p-company .s-overview .block01 .txt{
  line-height: 1.9;
}

.p-company .s-overview .block01 .txt dl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company .s-overview .block01 .txt dl dt,
.p-company .s-overview .block02 .txt dl dt{
  /* width: 9em; */
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.p-company .s-overview .block01 .txt dl dd,
.p-company .s-overview .block02 .txt dl dd{
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-company .s-overview .block02 .txt dl dt{
  /* width: 9em; */
  /* flex-basis: 30%; */
}

.p-company .s-overview .block02 .txt dl dd{
  
  margin-bottom: 20px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-company .s-overview .block03 .txt dl dt{
  width: 9em;
}

.p-company .s-overview .block02{
  /* margin: 15px auto;
  padding: 0;
  display: flex;
  width: 90%; */
}

.p-company .s-overview .block03{
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company .s-overview .block02 div{
 
}

.p-company .s-overview .c-title02{
  margin-top: 80px;
}

.p-company .s-overview .block02 dl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-company .s-overview .block02 dl dt{
  margin-right: 0px;
}

@media print, screen and (max-width: 480px){
  .p-company .s-overview .block01 .txt dl dt{
    width: 33%;
  }

  .p-company .s-overview .block01 .txt dl dd{
    width: 66%;
  }
  
  .p-company .s-overview .block02 dl dt{
    margin-right: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .p-company .s-overview .block02{
    /* width: 90%; */
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){

}

.p-company .s-overview .block03{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company .s-overview .block03 h2{
  margin-top: 20px;
}

.p-company .s-overview .block03 ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company .s-overview .block03 li{

}

.p-company .s-overview .block03 .radio-news{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company .s-overview .block03 .radio-news .rd-np{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company .s-access{
  padding: 55px 0 125px;
  background: #f7f7f7;
}

.p-company .s-access .block01 .map{
  position: relative;
  padding-bottom: 66%;
}

.p-company .s-access .block01 .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-news .s-list{
  position: relative;
  z-index: 0;
  padding: 60px 0 125px;
}

.p-news .s-list:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 180px);
  background: #f4f4f4;
}

.p-news .s-list .c-list-clm3 > li > a .title{
  margin: 0 0 28px;
  line-height: 1.5;
}

.p-news .s-list .c-list-clm3 > li > a .box{
  padding-top: 24px;
}

.p-news .s-list .c-list-clm3 > li > a .info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  margin: 0 0 8px;
  line-height: 1.2;
}

.p-news .s-list .c-list-clm3>li>a .info p+p{
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #000;
}

.p-news .s-list .c-list-clm3 > li > a .img{
  overflow: hidden;
  max-height: 270px;
}
.p-news .s-list .c-list-clm3 > li > a .img img{
  -webkit-transform: translateY(-13%);
      -ms-transform: translateY(-13%);
          transform: translateY(-13%);
}

.c-pager{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.c-pager > li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  min-width: 30px;
  font-size: 2rem;
  line-height: 1;
}

.c-pager > li > a, .c-pager > li > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 3px 0 0;
  background: #fff;
  font-size: 1.8rem;
}

.c-pager > li > div{
  background: #000;
  color: #fff;
}

.c-pager > li.next a, .c-pager > li.prev a{
  position: relative;
  font-size: 0;
}

.c-pager > li.prev a{
  margin-right: 20px;
}

.c-pager > li.next a:before, .c-pager > li.prev a:before{
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  width: 15px;
  height: 5px;
  border: 1px solid;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

.c-pager > li.prev a:before{
  border-color: transparent transparent #000 #000;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
      transform: skewX(-45deg);
}

.c-pager > li.next a:before{
  border-color: transparent #000 #000 transparent;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
      transform: skewX(45deg);
}

.screen-reader-response, .wpcf7-response-output{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.p-contact .s-form{
  margin: 0 0 125px;
  padding: 50px 0 0;
}

.p-contact .s-form .block01{
  margin: 0 0 30px;
}

.p-contact .s-form .block01 p{
  line-height: 2.1;
}

.c-form dl dt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  height: 65px;
  padding: 0 6.4%;
  border-top: 1px dotted #dddfe2;
  background: #f4f4f4;
}

.c-form dl dd{
  width: 87.202%;
  margin: 0 auto;
  padding: 5px 0 25px;
}

.c-form dl dd > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
}

.wpcf7 .btn, .c-form .btn{
  width: 87.202%;
	margin: 40px auto 0;
}

.wpcf7 dl dt, .c-form dl dt{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
  padding: 0 6.4%;
  border-top: 1px dotted #dddfe2;
  background: #f4f4f4;
}

.wpcf7 dl dd, .c-form dl dd{
  width: 87.202%;
  margin: 0 auto;
  padding: 5px 0 25px;
}

.wpcf7 dl dd > div > p, .c-form dl dd > div > p{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  width: 100%;
}

.wpcf7 dl dd input, .wpcf7 dl dd textarea, .c-form dl dd input,.c-form dl dd textarea{
  display: block;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
	width: 100%;
}

.c-form dl dd textarea{
  width: 100%;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}

.wpcf7 dl dd input, .c-form dl dd input{
  height: 48px;
}

.wpcf7 dl dd input.company, .c-form dl dd input.company{
  width: 76.455%;
}

.wpcf7 dl dd input.name, .c-form dl dd input.name{
  width: 80.876%;
}

.wpcf7 dl dt .required, .c-form dl dt .required{
  width: 40px;
  padding: 5px 0;
  background: #ea6d65;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.wpcf7 dl dd > div > p > span.font12_13, .c-form dl dd > div > p > span.font12_13{
  width: 2.8em;
}

.wpcf7 dl dd input.tel, .c-form dl dd input.tel{
  width: 61.165%;
}

.wpcf7 .btn p > a, .wpcf7 .btn p > input, .c-form .btn p > a, .c-form .btn p > input{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3em;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #000;
  -webkit-appearance: none;
	color: #fff;
    padding: 0 3em;
    font-size: 1.75rem;
}

.c-form .btn p>a, .c-form .btn p>input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #000;
  -webkit-appearance: none;
}

.c-form .btn p{
  height: 43px;
  margin: 10px auto 15px;
}

.screen-reader-response, .wpcf7-response-output{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.wpcf7-response-output{
  margin-bottom: 10%;
}

.p-privacy .s-privacy{
  margin: 0 0 125px;
  padding: 55px 0 0;
}

.p-privacy .s-privacy .block01{
  margin: 0 0 35px;
}

.p-privacy .s-privacy .block01 .txt{
  line-height: 2.1;
}

.p-privacy .s-privacy .block02 section{
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px dotted #dfe1e4;
}

.p-privacy .s-privacy .block02 section .title{
  margin: 0 0 15px;
  color: #343434;
  line-height: 1.5;
}

.p-privacy .s-privacy .block02 section .txt{
  line-height: 2.1;
}

.p-privacy .s-privacy .block02 section .txt dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 0 0 10px;
  padding: 5px 0 0;
  line-height: 1;
}

.p-privacy .s-privacy .block02 section .txt dl dt{
  width: 6em;
  margin-right: 2em;
  border-right: 1px solid #dfe1e4;
}

.p-privacy .s-privacy .block01 .txt{
  line-height: 2.1;
}



@media print, screen and (min-width: 769px){
  .headline{
    height: 500px;
  }

  .headline .bg{
    height: 500px;
    padding-top: 94px;
  }

  .p-store .headline .bg{
    background-image: url(./assets/img/store/headline_res_bg01.jpg);
  }

  .p-business .headline .bg{
    background-image: url(./assets/img/business/headline_bg01.jpg);
  }

  .p-company .headline .bg{
    background-image: url(./assets/img/company/headline_bg01.jpg);
  }

  .p-news .headline .bg{
    background-image: url(./assets/img/news/headline_bg01.jpg);
  }

  .p-contact .headline .bg{
    background-image: url(./assets/img/contact/headline_bg01.jpg);
  }

  .p-privacy .headline .bg{
    background-image: url(./assets/img/privacy/headline_bg01.jpg);
  }

  .store .headline .bg, .staff-recruit .headline .bg, .single-post .headline .bg{
    background-image: url(./assets/img/store/detail/headline_bg01.jpg);
  }
  
  .parent-pageid-15 .headline .bg{
    background-image: url(./assets/img/news/detail/headline_res_bg01.jpg);
  }

  .headline .bg::before{
    background-size: 6px auto;
  }

  .base{
    margin-top: 500px;
  }

  .breadcrumb{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
  }

  .breadcrumb ol{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .breadcrumb ol li {
    margin-right: 8px;
  }

  .breadcrumb ol li:not(:first-child) {
    position: relative;
    padding-left: 18px;
  }

  .breadcrumb ol li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -2px;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    -webkit-transform: scale(1, 0.5) rotate(45deg);
        -ms-transform: scale(1, 0.5) rotate(45deg);
            transform: scale(1, 0.5) rotate(45deg);
  }

  .breadcrumb ol li a:hover {
    text-decoration: underline;
  }

  .p-store .s-list{
    padding-top: 100px;
  }

  .c-list-clm3{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .c-list-clm3:after, .c-list-clm3:before{
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
         order: 1;
    width: 30%;
  }

  .p-store .s-list .c-list-clm3{
    margin-bottom: 85px;
  }

  .c-list-clm3 > li{
    width: 30%;
    margin: 0 0 60px;
  }

  .c-list-clm3::before, .c-list-clm3::after{
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
  }
   
  .c-list-clm3 > li > a{
    height: 100%;
  }

  .p-store .s-list .c-list-clm3 > li > a{
    padding-top: 50px;
  }

  .p-store .s-list .c-list-clm3 > li > a .img{
    width: 50%;
    margin-bottom: 12px;
  }

  .c-list-clm3 > li > a .box{
    padding: 0 8.334% 50px;
  }

  .p-store .s-list .c-list-clm3 > li > a .title{
    margin-bottom: 4px;
  }

  .p-store .s-list .c-list-clm3 > li > a .address{
    margin-top: 22px;
  }

  .c-list-clm3 > li > a .box .btn{
    width: 174px;
    height: 38px;
  }

  .c-list-clm3 > li:nth-child(3n+2){
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .c-list-clm3 > li:nth-child(3n+3){
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  .p-business .s-lead{
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .p-business .s-lead:before{
    top: -50px;
    width: calc(50% - 200px);
    height: 620px;
  }

  .p-business .s-lead .block01{
    max-width: calc(1200px + (60px * 2));
    padding: 0 60px;
    margin: 0 auto;
  }

  .p-business .s-lead .block01 .title{
    margin-bottom: 30px;
  }

  .p-business .s-lead .block01 .txt{
    margin-bottom: 50px;
    line-height: 1.9;
  }

  .p-business .s-lead .block01 .img figure{
    width: 25%;
  }

  .p-business .s-lead .block01 .img figure:nth-child(n){
    -webkit-transform: translate(30%,0%);
    -ms-transform: translate(30%,0%);
        transform: translate(30%,0%);
  }

  .p-business .s-lead .block01 .img figure:first-child{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
       transition-delay: 0.3s;
  }

  .p-business .s-lead .block02 .box02{
    /* max-width: calc(1200px + (60px * 2)); */
    max-width: calc(1200px + (10px * 2));
    padding: 0 60px;
    margin: 0 auto;
  }

  .p-business .s-business section{
    position: relative;
  }

  .p-business .s-business .block01{
    margin-bottom: 140px;
  }

  .p-business .s-business .block03{
    margin-bottom: 180px;
  }

  .p-business .s-business section .box01{
    position: static;
    width: 78%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
  }

  .p-business .s-business .block01 .box01 .obj{
    top: -300px;
    width: calc(50% + 190px);
    height: 620px;
  }

  .p-business .s-business section .box01>div{
    width: 41%;
  }

  .p-business .s-business .block01 .box01>div{
    margin-left: 0;
  }

  .p-business .s-business section .box01 .title{
    margin-bottom: 50px;
  }

  .p-business .s-business section .box01 .title span{
    margin-bottom: 15px;
  }

  .p-business .s-business section .box01 .txt{
    margin-bottom: 65px;
    line-height: 1.8;
  }

  .p-business .s-business .block01 .img{
    width: 52%;
    margin: -330px 0 0 auto;
  }

  .p-business .s-business .block02 .box01 .obj{
    display: none;
  }

  .p-business .s-business .block02 .box01>div{
    margin-right: 0;
  }

  .p-business .s-business .block02 .img{
    width: calc(52% - 80px);
    margin: -310px auto 0 0;
  }

  .p-business .s-business .block03 .box01 .obj{
    top: -300px;
    width: calc(50% + 190px);
    height: 620px;
  }

  .p-business .s-business .block03 .box01>div{
    margin-left: 0;
  }

  .p-business .s-business .block03 .img{
    width: 52%;
    margin: -330px 0 0 auto;
  }

  .p-company .s-mission{
    margin: 0 0 140px;
    padding: 110px 0 0;
  }

  .p-company .s-mission .block01{
    width: 100%;
    max-width: 1020px;
    padding: 45px 50px 60px;
  }

  .p-company .s-mission .block01 .title{
    margin: 0 0 30px;
  }

  .p-company .s-mission .block01 .title span{
    margin: 0 0 10px;
  }

  .p-company .s-mission .block01 .txt{
    line-height: 2;
  }

  .p-company .s-message{
    margin-bottom: 80px;
    padding-bottom: 125px;
  }

  .p-company .s-message::before{
    top: 220px;
    left: 0;
    right: auto;
    width: 94%;
  }

  .p-company .s-message .block01{
    width: 90%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }

  .p-company .s-message .block01 .logo{
    position: relative;
    width: 39%;
    /* margin: 0 5% 0 -2.5%; */
    padding: 0 0 80px;
  }

  .p-company .s-message .block01 .logo::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
  }

  .p-company .s-message .block01 .logo span{
    position: relative;
    /* width: 75%; */
    width: 60%;
    /* margin: 40px auto 10px auto; */
    margin: 40px 30px 10px auto;
  }

  .p-company .s-message .block01 .txt{
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 4%;
    padding: 0;
  }

  .p-company .s-message .block01 .txt dt{
    margin-bottom: 20px;
    line-height: inherit;
  }

  .p-company .s-message .block01 .txt dd{
    line-height: 2;
  }

  .p-company .s-staff{
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .p-company .s-staff::before{
    top: 345px;
    left: auto;
    right: 0;
    width: 88%;
  }

  .p-company .s-staff .block01{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-company .s-staff .block01::before, .p-company .s-staff .block01::after{
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 27.413%;
    margin: 0 1.769%;
  }

  .p-company .s-staff .block01 .profile{
    width: 27.413%;
    margin: 0 1.769% 70px;
  }

  .p-company .s-staff .block01 .profile .pic{
    width: 90.323%;
    padding: 0;
  }

  .p-company .s-staff .block01 .profile .pic span{
    display: inline;
    position: static;
  }

  .p-company .s-staff .block01 .profile .name{
    max-width: 90%;
    margin: -30px 0 0 auto;
  }

  .p-company .s-staff .block01 .profile:nth-child(3n+2) .pic, .p-company .s-staff .block01 .profile:nth-child(3n+2) .name{
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .p-company .s-staff .block01 .profile .name p span{
    display: inline-block;
  }

  .p-company .s-overview{
    margin-bottom: 110px;
  }

  .p-company .s-overview .inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-company .s-overview .block01, .p-company .s-overview .block02{
    margin: 0px 20px;
  }

  .p-company .s-overview .block01 .txt{
    /* display: table; */
    margin: 0 auto;
    line-height: 2.8;
  }

  .p-company .s-overview .block01 .txt dl dt{
    /* width: 33%; */
    /* flex: 0 0 10em; */
    margin-bottom: 30px;
  }
  
  .p-company .s-overview .block02{
    /* width: 50%;
    margin: 0px 20px; */
  }

  .p-company .s-overview .block02 div{
    
  }
  
  .p-company .s-overview .block02 .txt dl dt{
    /* width: 33%;
    flex: 0 0 6em; */
    /* margin-bottom: 30px;
    flex-basis: 40%;
    padding: 2px 4px; */

  }

  .p-company .s-overview .block02 dl dd{
    min-height: 115px;
  }
  

  .p-company .s-overview .block02 dl .dd-s{
    min-height: 80px;
  }

  .p-company .s-overview .block02 dl .dd-xl{
    min-height: 145px;
  }

  .p-company .s-overview .block03 dl dt{

  }

  .p-company .s-access{
    padding: 80px 0 240px;
  }

  .p-company .s-access .block01{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
  }

  .p-company .s-access .block01 .map{
    padding-bottom: 41.667%;
  }

  .p-news .s-list{
    padding: 100px 0 125px;
  }

  .p-news .s-list:before{
    height: calc(100% - 240px);
  }

  .p-news .s-list .c-list-clm3 > li > a .box{
    padding-top: 30px;
  }

  .p-news .s-list .c-list-clm3>li>a .info{
    margin: 0 0 15px;
    line-height: 1;
  }

  .p-news .s-list .c-list-clm3>li>a .title{
    margin: 0 0 45px;
  }

  .c-list-clm3>li:nth-child(3n+2){
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
       transition-delay: 0.1s;
  }

  .c-list-clm3>li:nth-child(3n+3){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
  }

  .c-pager > li{
    min-width: 50px;
    font-size: 3.8rem;
  }

  .c-pager > li > a, .c-pager > li > div{
    width: 50px;
    height: 50px;
    margin: 0 8px;
    font-size: 2.2rem;
  }

  .c-pager > li > a:hover {
    color: #fff;
    background: #000;
  }

  .p-contact .s-form{
    padding-top: 90px;
  }

  .p-contact .s-form .block01{
    margin-bottom: 40px;
  }

  .p-contact .s-form .block01 p{
    line-height: 1.9;
  }

  .p-contact .s-form .block02{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
  }

  .c-form dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #dddfe2;
  }

  .c-form dl:first-child{
    border-top: 1px dotted #dddfe2;
  }

  .c-form dl dt{
    width: 290px;
    height: auto;
    padding: 0 30px 0 40px;
    border: none;
  }

  .c-form dl dd{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
    width: auto;
    padding: 30px 0 30px 50px;
  }

  .wpcf7 dl{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #dddfe2;
  }

  .wpcf7 dl:nth-child(1){
    border-top: 1px dotted #dddfe2;
  }

  .wpcf7 .btn, .c-form .btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-top: 80px;
  }

  .c-form .btn p{
    width: 244px;
    height: 60px;
    margin: 0 15px;
  }

  .wpcf7 dl dt{
    width: 290px;
    height: auto;
    padding: 0 30px 0 40px;
    border: none;
  }

  .wpcf7 dl dd{
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding: 30px 0 30px 50px;
  }

  .wpcf7 dl dd > div{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .wpcf7 dl dd > div > p{
    margin-top: 0;
  }

/*   .wpcf7 dl dd > div > p + p{
    margin-left: 30px;
  } */

  .wpcf7 dl dd input{
    height: 48px;
  }

  .wpcf7 dl dd input.company, .c-form dl dd input.company{
    width: 320px;
  }

/*   .wpcf7 dl dd input.name{
    width: 140px;
  } */

	span.wpcf7-form-control-wrap.your-message {
		width: 70%;
	}
  .wpcf7 dl dd input.tel{
    width: 320px;
  }

  .wpcf7 dl dt .required{
    width: 50px;
    padding: 6px 0;
    border-radius: 0;
    font-size: 1.3rem;
  }

  .wpcf7 dl dd > div > p.textarea, .c-form dl dd > div > p.textarea{
    width: 100%;
  }
	
  .wpcf7 dl dd > div > p.textarea .message, .c-form dl dd > div > p.textarea .message{
    width: 100%;
    max-width: 480px;
  }

  .wpcf7 dl dd textarea, .c-form dl dd textarea{
    height: 220px;
  }

  .p-privacy .s-privacy{
    padding-top: 90px;
  }

  .p-privacy .s-privacy .block01{
    margin-bottom: 60px;
  }

  .p-privacy .s-privacy .block02 section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-bottom: 70px;
    padding-bottom: 0;
    border: none;
  }

  .p-privacy .s-privacy .block02 section .title{
    width: 40%;
    margin-bottom: 0;
  }

  .p-privacy .s-privacy .block02 section .txt{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
    padding-bottom: 60px;
    border-bottom: 1px dotted #dfe1e4;
  }

  .p-privacy .s-privacy .block02 section .txt dl{
    margin: -5px 0 20px;
    padding: 15px 0 0;
  }
}
.wpcf7 form .wpcf7-response-output {
	width: 87.202%;
    margin: 1em auto 5em;
    padding: 1.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
}
	input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 0.75em;
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
  .p-company .s-overview .inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .s-overview .block01, .p-company .s-overview .block02{
    margin: 0 auto;
  }

  .p-company .s-overview .block02{
    
  }
}

@media only screen and (min-width: 1200px){
  .p-company .s-overview .block01 .txt dl dt, .p-company .s-overview .block02 .txt dl dt{
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

.p-business .s-business .block01 .box01{
  margin-bottom: 25px;
}

.menu .menu-inner{
  display: table;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px){
  .menu .menu-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 80px);
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
}

.menu-inner div{
  display: table-cell;
  vertical-align: middle;
  padding: 75px 0;
  width: 100%;
}

@media print, screen and (min-width: 769px){
  .menu-inner div{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 140px;
  }
}

.menu-inner nav.site-navigation{
  position: relative;
}

@media print, screen and (min-width: 769px){
  .menu-inner nav.site-navigation ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.menu-inner nav.site-navigation ul li{
  text-align: center;
  letter-spacing: 0.2em;
  margin: 20px 0;
}

@media print, screen and (min-width: 769px){
  .menu-inner nav.site-navigation ul li{
    margin: 5px 0 5px 30px;
  }
}

@media print, screen and (min-width: 1200px){
  .menu-inner nav.site-navigation ul li{
    margin: 0 0 0 55px;
  }
}

.header-sns{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

@media print, screen and (min-width: 769px){
  .header-sns{
    margin: 0;
  }
}

.header-sns li{
  width: 18px;
  margin: 0 13px;
  font-size: 0;
}

@media print, screen and (min-width: 769px){
  .header-sns li{
    width: 23px;
    margin: 0 0 0 20px;
  }
}

.header-sns li a{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

section .video-box{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

section .video-box::after{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

section video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.bg{

}

img.ofi-contain, img.ofi-cover {
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

img.ofi-cover{
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.section-01 .c-text{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  opacity: 0;
}

#content .section-01 .c-text{
  opacity: 1;
  -webkit-transition: opacity 1.5s 0.5s;
  -o-transition: opacity 1.5s 0.5s;
  transition: opacity 1.5s 0.5s;
}

.title-box-inner{
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.c-text-inner .title-box .title-box-inner{
  width: 88%;
  max-width: 330px;
  margin: 0 auto 40px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.5s cubic-bezier(0.22, 1, 0.36, 1)
}

@media print, screen and (min-width: 769px){
  .c-text-inner .title-box .title-box-inner{
    width: 500px;
    max-width: none;
    margin-bottom: 70px;
  }
}

.c-text .inner-paragraph{
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.4;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .c-text .inner-paragraph{
    margin-bottom: 55px;
    font-size: 2rem;
  }
}

h1, h2, h3, h4, h5, h6{
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, small, [class^=en_], [class*=" en_"]{
  line-height: 1.3;
}

.header-menu_logo img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li img, dt img, dd img {
  vertical-align: top;
}

.header-sns{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

@media print, screen and (min-width: 769px){
  .header-sns{
    margin: 0;
  }
}

.header-sns li{
  width: 18px;
  margin: 0 13px;
  font-size: 0;
  list-style: none;
  vertical-align: bottom;
}

@media print, screen and (min-width: 769px){
  .header-sns li{
    width: 23px;
    margin: 0 0 0 20px;
  }
}

@media print, screen and (min-width: 769px){
  button.rOver, img.rOver, a.rOver{
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  button.rOver:hover, img.rOver:hover, a.rOver:hover{
    opacity: 0.6;
  }
}

header .header-menu{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 50%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.header-menu.is-active{
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 769px){
  header .header-menu{
    overflow: visible;
    position: relative;
    /* flex: 1; */
    background: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

header .header-menu_inner{
  display: table;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px){
  header .header-menu_inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

header .header-menu_inner > div{
  display: table-cell;
  vertical-align: middle;
  padding: 43px 0 0;
  width: 100%;
}

@media print, screen and (min-width: 769px){
  header .header-menu_inner > div{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.header-menu_logo{
  width: 136px;
  margin: 0 auto 50px;
}

@media print, screen and (min-width: 769px){
  .header-menu_logo{
    display: none;
  }
}

.p-top .header{
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.p-top .header.on{
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.p-top .s-mv{
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.p-top .s-mv .movie{
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

@media print, screen and (min-width: 769px){
  .p-top .s-mv .movie{
    display: block;
  }
}

.p-top .s-mv .movie > div{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top .s-mv .movie video{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-top .s-mv .txt{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/img/cmn/bg01.svg) center top repeat;
  background-size: 3px auto;
}

@media print, screen and (min-width: 769px){
  .p-top .s-mv .txt{
    background-size: 6px auto;
  }
}

.p-top .s-mv .txt .title{
  position: relative;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px){
  .p-top .s-mv .txt .title{
    margin-bottom: 25px;
  }
}

.p-top .s-mv .txt .title::after{
  content: "";
  display: inline;
  padding: 1px;
  background: #fff;
  margin: 0 5px;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-top .s-mv .txt p{
  position: relative;
  top: 40px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  opacity: 0;
}

@media print, screen and (min-width: 769px){
  .p-top .s-mv .txt p{
    line-height: 1.9;
  }
}

.p-top .s-mv .txt.on p{
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 1.2s, top 0.5s;
  -o-transition: opacity 1.2s, top 0.5s;
  transition: opacity 1.2s, top 0.5s;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.p-top .s-mv .slide{
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px){
  .p-top .s-mv .slide{
    display: none;
  }
}

.p-top .s-mv .slide-item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 3s, -webkit-transform 15s linear;
  transition: opacity 3s, -webkit-transform 15s linear;
  -o-transition: opacity 3s, transform 15s linear;
  transition: opacity 3s, transform 15s linear;
  transition: opacity 3s, transform 15s linear, -webkit-transform 15s linear;
}

.p-top .s-mv .slide-item.current{
  z-index: 30;
  opacity: 1;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.p-top .s-mv .slide-item.active{
  z-index: 20;
  opacity: 1;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.p-top .s-mv .down{
  position: absolute;
  bottom: -40px;
  left: 0;
  background: #fff;
  opacity: 0;
}

.p-top .s-mv .down.on{
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 1.2s, bottom 0.5s;
  -o-transition: opacity 1.2s, bottom 0.5s;
  transition: opacity 1.2s, bottom 0.5s;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.p-top .s-mv .down a{
  display: block;
  width: 35px;
  padding: 18px 0 56px 13px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-top .s-mv .down a::before{
  content: "";
  position: absolute;
  bottom: 11px;
  left: 16px;
  width: 5px;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #000 #000;
  -webkit-transform: skewY(-55deg);
      -ms-transform: skewY(-55deg);
          transform: skewY(-55deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.p-top .s-mv .down a span{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 769px){
  .p-top .s-mv .down a{
    width: 65px;
    padding: 36px 0 95px 22px;
  }

  .p-top .s-mv .down a::before{
    bottom: 15px;
    left: 28px;
    width: 5px;
    height: 68px;
    border-width: 2px;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

img.ofi-cover, img.ofi-contain{
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

img.ofi-cover{
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.fade{
  position: relative;
  opacity: 0;
  top: 40px;
}

.fade.on-fade{
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 1.2s, top 0.5s;
  -o-transition: opacity 1.2s, top 0.5s;
  transition: opacity 1.2s, top 0.5s;
}

.p-top .btn01{
  width: 140px;
  height: 30px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px){
  .p-top .btn01{
    width: 174px;
    height: 38px;
  }
}

/* Sections
-------------------------------------------------------------- */
.sec-box{
  margin-top: -43px;
  padding-top: 43px;
}

@media print, screen and (min-width: 769px){
  .sec-box{
    margin-top: -94px;
    padding-top: 94px;
  }
}

@media print, screen and (min-width: 769px){
  .p-top .s-business{
    margin-bottom: 370px;
  }
}

.p-top .s-restaurants .bg{
  padding: 50px 0 0;
}

.p-top .s-factory{
  position: relative;
}

.p-top .s-factory .block02{
  padding: 35px 6.63% 1px;
  background: #fff;
}

@media print, screen and (min-width: 769px){
  .p-top .s-restaurants .bg{
    overflow: hidden;
    position: relative;
    padding: 190px 0 0;
  }

  .p-top .s-business{
    margin-bottom: 370px;
  }

  .p-top .s-business .bg{
    padding: 25px 0 0;
  }

  .p-top .s-business .bg{
    padding-top: 175px;
  }

  .p-top .s-factory .bg{
    padding: 85px 0 90px;
  }

  .p-top .s-factory .block02 > dl{

  }

  .p-top .s-news .bg{
    padding: 85px 0 120px;
  }

  .p-top .s-company .bg{
    padding: 86px 0 60px;
  }
}

.inner{
  width: 92.535%;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px){
  .inner{
    width: 100%;
    max-width: 1320px;
    padding: 0 60px;
  }
}

.p-top .s-business section{
  margin: 0 0 50px;
}

.p-top .s-restaurants .block01 .title{
  margin: 0 0 32px;
  line-height: 1;
}

.p-top .s-restaurants .block01 .title span{
  display: block;
  margin-bottom: 6px;
}

.p-top .s-restaurants .block01 .logo{
  width: 167px;
  margin: 0 auto 18px;
}

.p-top .s-restaurants .block01 .txt{
  margin: 0 0 35px;
}

.p-top .s-restaurants .block01 .txt p{
  margin: 0 0 15px;
}

.p-top .s-restaurants .block02{
  margin: 0 0 100px;
}

.p-top .s-restaurants .block02 .img{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-top .s-restaurants .block02 .img figure{
  position: relative;
}

.p-top .s-restaurants .block02 .img figure:nth-child(1){
  width: 41.334%;
  margin: -29% 0 0 auto;
}

.p-top .s-restaurants .block02 .img figure:nth-child(2){
  width: 57.334%;
  margin: -23% 0 0 20%;
}

.p-top .s-restaurants .block02 .img figure:nth-child(3){
  width: 41.07%;
}

.p-top .s-restaurants .block03{
  overflow: hidden;
}

.p-top .s-restaurants .block03 .img{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top .s-restaurants .block03 .img figure{
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s, -webkit-transform 0.8s;
  transition: opacity 0.8s 0.2s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s 0.2s, transform 0.8s;
  transition: opacity 0.8s 0.2s, transform 0.8s;
  transition: opacity 0.8s 0.2s, transform 0.8s, -webkit-transform 0.8s;
}

.p-top .s-restaurants .block03 .img figure:nth-child(1){
  -webkit-transform: translate(-30%, 0%);
      -ms-transform: translate(-30%, 0%);
          transform: translate(-30%, 0%);
}

.p-top .s-restaurants .block03 .img figure:nth-child(2){
  -webkit-transform: translate(0%, -30%);
      -ms-transform: translate(0%, -30%);
          transform: translate(0%, -30%);
}

.p-top .s-restaurants .block03 .img figure:nth-child(3){
  -webkit-transform: translate(0%, 30%);
      -ms-transform: translate(0%, 30%);
          transform: translate(0%, 30%);
}

.p-top .s-restaurants .block03 .img figure:nth-child(4){
  -webkit-transform: translate(30%, 0%);
      -ms-transform: translate(30%, 0%);
          transform: translate(30%, 0%);
}

.p-top .s-restaurants .block03 .img.on-anime figure:nth-child(n){
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@-webkit-keyframes slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1500px 0;
  }
}
@keyframes slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1500px 0;
  }
}

.p-top .s-business section .box01{
  position: relative;
  margin: 0 0 50px;
  padding: 32px 0;
}

.p-top .s-business section .box01 .obj{
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 82.334%;
  height: 100%;
  background: #f7f7f7;
}

.p-top .s-business .block01 .box01 .obj{
  right: 0;
}

.p-top .s-business .block02 .box01 .obj{
  left: 0;
}

.p-top .s-business .block02 .img{
  margin-left: auto;
}

.p-top .s-business .block03 .box01 .obj{
  right: 0;
}

.p-top .s-business section .box01>div{
  width: 73%;
  margin: 0 auto;
}

.p-top .s-business section .box01 .title{
  margin: 0 0 18px;
}

.p-top .s-business section .box01 .title span{
  display: block;
  margin-bottom: 5px;
}

.p-top .s-business section .box01 .txt{
  margin: 0 0 32px;
  line-height: 2.1;
}

.p-top .s-business section .box01 .btn01{
  margin-left: 0;
}

.p-top .s-company .block01{
  width: 94.24%;
  margin: 0 auto;
}

.p-top .s-business section .img{
  width: 93.334%;
}

.p-top .s-business .block01 .img{
  margin-right: auto;
}

.p-top .s-factory{
  position: relative;
}

.p-top .s-factory .bg{
  padding: 40px 0 50px;
  background: #ededed;
}

.p-top .s-factory .block01 .title{
  margin: 0 0 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-top .s-factory .block01 .title span{
  display: block;
  margin-bottom: 13px;
}

.p-top .s-factory .block01 .box01{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-top .s-factory .block01 .box01 .logo{
  width: 183px;
  margin: 0 auto 25px;
}

.p-top .s-factory .block01 .box01 .txt{
  max-width: 330px;
  margin: 0 auto 25px;
  line-height: 1.8;
}

.triangle{
  background-image: url(./assets/img/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.top-triangle{
  width: 40%; 
  padding-bottom: 40%;
  bottom: 17%;
  left: 30.5%;
}

.business-triangle{
  width: 190px; 
  padding-bottom: 190px;
  bottom: 11%;
  left: calc(50% - 94px);
}

@media print, screen and (min-width: 481px){
  .top-triangle{
    width: 33%; 
    padding-bottom: 33%;
    bottom: 16%;
    left: 33.5%;
  }
}

.p-top .s-factory .block01 .box02 .list, .p-business .block02 .box02 .list{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 360px;
  margin: 0 auto 10px;
}

.p-top .s-factory .block01 .box02 .list li, .p-business .block02 .box02 .list li{
  margin: 0 0 20px;
}

.p-top .s-factory .block01 .box02 .list li:nth-child(1), 
.p-business .block02 .box02 .list li:nth-child(1){
  width: 100%;
}

.p-top .s-factory .block01 .box02 .list li:nth-child(2)
{
  width: 50%;
}

.p-top .s-factory .block01 .box02 .list li:nth-child(3),
.p-business .block02 .box02 .list li:nth-child(3)
{
  width: 50%;
}

.p-business .block02 .box02 .list li:nth-child(1){
  margin-bottom: -30px;
}

.p-business .block02 .box02 .list li:nth-child(2){
  width: 100%;
  margin-bottom: -30px;
}

.p-business .block02 .box02 .list li:nth-child(4)
{
  width: 50%;
}

.p-top .s-factory .block01 .box02 .list li > div,
.p-business .block02 .box02 .list li > div
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #f1f1f1;
  padding: 20px;
}

.p-business .block02 .box02 .list li .no-bg{
  border: none;
  background: none;
  width: 120px;
  height: 120px;
}

.p-top .s-factory .block01 .box02 .list li figure,
.p-business .block02 .box02 .list li figure
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: 0 auto 0;
}

.p-top .s-factory .block01 .box02 .list li:nth-child(1) figure,
.p-business .block02 .box02 .list li:nth-child(1) figure
{
  width: 37%;
}

.p-top .s-factory .block01 .box02 .list li:nth-child(2) figure
{
  width: 33%;
}

.p-top .s-factory .block01 .box02 .list li:nth-child(3) figure
{
  width: 55%;
}

.p-business .block02 .box02 .list li:nth-child(2) figure{
  width: 100%;
  margin-bottom: -24px;
}

.p-business .block02 .box02 .list li:nth-child(3) figure{
  width: 33%;
}

.p-business .block02 .box02 .list li:nth-child(4) figure{
  width: 55%;
}

.p-top .s-factory .block01 .box02 .list li p,
.p-business .block02 .box02 .list li p
{
  margin: 0 -2em;
  line-height: 1.3;
}

.p-top .s-factory .block02 dl{
  margin: 0 0 35px;
}

.p-top .s-factory .block02 dl dt{
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #d2d2d2;
  line-height: 1.3;
}

.p-top .s-factory .block02 dl dd ul li{
  margin: 0 0 6px;
}

.p-top .s-factory .block02 dl dd ul li::before{
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
}

.p-top .s-news .bg{
  padding: 35px 0 65px;
}

.p-top .s-news .block01 .title{
  margin: 0 0 35px;
  color: #4c4c4c;
  line-height: 1;
}

.p-top .s-news .block01 .title span{
  display: block;
  margin-bottom: 6px;
}

.p-top .s-news .block01 .list{
  margin: 0 0 50px;
}

.p-top .s-news .block01 .list li + li{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #bfbfbf;
}

.p-top .s-news .block01 .list li .img{
  overflow: hidden;
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 39.197%;
}

.p-top .s-news .block01 .list li .img > span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top .s-news .block01 .list li .txt{
  margin: 0 0 4px;
}

.p-top .s-news .block01 .list li .icon{
  display: table;
  padding: 2px 10px;
  background: #000;
  line-height: 1;
}

.p-top .s-news .block01 .list li .icon a{
  color: #fff;
}

.p-top .s-company .bg{
  padding: 62px 0 125px;
  background: #f4f4f4;
}

.p-top .s-company .block01{
  width: 94.24%;
  margin: 0 auto;
}

.p-top .s-company .block01 .title{
  margin: 0 0 32px;
  color: #4c4c4c;
  line-height: 1;
}

.p-top .s-company .block01 .title span{
  display: block;
  margin-bottom: 12px;
}

.p-top .s-company .block01 .txt{
  margin-bottom: 20px;
}

.p-top .s-company .block01 .txt dl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.9;
}

.p-top .s-company .block01 .txt dl dt{
  width: 7em;
}

.p-top .s-company .block01 .txt dl dd{
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (min-width: 769px){
  .p-top .s-restaurants .block01{
    padding-bottom: 230px;
  }

  .p-top .s-restaurants .block01 .title{
    margin-bottom: 70px;
  }

  .p-top .s-restaurants .block01 .title span{
    margin-bottom: 12px;
  }

  .p-top .s-restaurants .block01 .logo{
    width: 266px;
    margin-bottom: 30px;
  }

  .p-top .s-restaurants .block01 .txt{
    margin-bottom: 45px;
  }

  .p-top .s-restaurants .block01 .txt p{
    margin-bottom: 25px;
  }

  .p-top .s-restaurants .block02{
    margin: 0;
  }

  .p-top .s-restaurants .block02 .img figure{
    position: absolute;
    margin: 0;
  }

  .p-top .s-restaurants .block02 .img figure:nth-child(1){
    right: calc(50% + 332px);
    width: 282px;
    margin: 446px 0 0;
  }

  .p-top .s-restaurants .block02 .img figure:nth-child(2){
    left: calc(50% + 378px);
    width: 390px;
    margin: 10px 0 0;
  }

  .p-top .s-restaurants .block02 .img figure:nth-child(3){
    right: calc(50% + 412px);
    width: 386px;
    margin: 35px 0 0;
  }

  .p-top .s-business section, .p-top .s-restaurants .block03{
    position: relative;
  }
  
  .p-top .s-restaurants .block03 .img{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 375px;
    background: url(./assets/img/restaurants_03_bg02a.jpg) 0 0 repeat-x;
    -webkit-animation: slider 30s linear infinite;
    animation: slider 30s linear infinite;
  }

  .p-top .s-restaurants .block03 .img figure{
    display: none;
  }

  .p-top .s-business .block01{
    margin-bottom: 570px;
  }

  .p-top .s-business section .box01{
    position: static;
    width: 78%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
  }

  .p-top .s-business .block01 .box01 .obj{
    top: -300px;
    width: calc(50% + 190px);
    height: 620px;
  }

  .p-top .s-business .block02 .box01 .obj{
    top: -150px;
    left: auto;
    right: 0;
    width: calc(50% + 75px);
    height: 1000px;
  }

  .p-top .s-business .block01 .box01 > div{
    margin-left: 0;
  }

  .p-top .s-business .block01 .img{
    width: 52%;
    margin: -350px 0 0 auto;
    margin-top: -500px;
  }

  .p-top .s-business .block02{
    margin-bottom: 390px;
  }

  .p-top .s-business .block02 .img{
    width: 35%;
    margin: -754px auto 0 3.7%;
  }

  .p-top .s-business section .box01>div{
    width: 41%;
  }

  .p-top .s-business .block02 .box01>div{
    margin-right: 0;
  }

  .p-top .s-business section .box01 .title{
    margin-bottom: 90px;
  }

  .p-top .s-business section .box01 .title span{
    margin-bottom: 15px;
  }

  .p-top .s-business section .box01 .txt{
    margin-bottom: 65px;
    line-height: 1.8;
  }

  .p-top .s-business .block03 .box01 .obj{
    display: none;
  }

  .p-top .s-business .block03 .box01>div{
    margin-left: 0;
  }

  .p-top .s-business .block03 .img{
    width: 48%;
    margin: -450px 0 0 auto;
  }

  .p-top .s-company .block01{
    width: 780px;
  }

  .sp{
    display: none;
  }

  .p-top .s-factory .bg{
    padding: 85px 0 90px;
  }

  .p-top .s-factory .block01{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }

  .p-top .s-factory .block01 .title{
    width: 100%;
    margin-bottom: 50px;
  }

  .p-top .s-factory .block01 .box01{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }

  .p-top .s-factory .block01 .box01 .logo{
    width: 78%;
    margin: 0 auto 50px;
  }

  .p-top .s-factory .block01 .box01 .logo > span{
    display: block;
    width: 328px;
  }

  .p-top .s-factory .block01 .box01 .txt{
    width: 78%;
    max-width: none;
    margin: 0 auto;
    line-height: 2;
  }

  .p-top .s-factory .block01 .box02{
    width: 50%;
  }

  .top-triangle{
    width: 280px; 
    padding-bottom: 280px;
    bottom: 26%;
    left: calc(15% + (50px/3));
  }

  .business-triangle{
    width: 380px;
    padding-bottom: 380px;
    bottom: 13%;
    left: calc(50% - (188px));
  }

  .p-top .s-factory .block01 .box02 .list, .p-business .block02 .box02 .list{
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }

  .p-top .s-factory .block01 .box02 .list li,
  .p-business .block02 .box02 .list li
  {
    margin-bottom: 30px;
  }

  .p-business .block02 .box02 .list li:nth-child(1){
    margin-bottom: -30px;
  }

  .p-business .block02 .box02 .list li:nth-child(2){
    margin-bottom: -60px;
  }

  .p-top .s-factory .block01 .box02 .list li > div,
  .p-business .block02 .box02 .list li > div
  {
    width: 208px;
    height: 208px;
  }

  .p-business .block02 .box02 .list li .no-bg{
    width: 200px;
    height: 200px;
  }

  .p-top .s-factory .block01 .box02 .list li figure,
  .p-business .block02 .box02 .list li figure
  {
    height: 90px;
  }

  .p-top .s-factory .block02{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 5% 30px;
  }

  .p-top .s-factory .block02 > dl{
    width: 46%;
    margin-bottom: 0;
  }

  .p-top .s-factory .block02 > dl dt{
    margin-bottom: 25px;
  }

  .p-top .s-factory .block02 > dl dd ul li{
    margin-bottom: 10px;
  }

  .p-top .s-news .block01 .title{
    margin-bottom: 66px;
  }

  .p-top .s-news .block01 .title span{
    margin-bottom: 18px;
  }

  .p-top .s-news .block01 .list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }

  .p-top .s-news .block01 .list li{
    width: 31.667%;
  }

  .p-top .s-news .block01 .list li::before, .p-top .s-news .block01 .list li::after{
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 31.667%;
  }

  .p-top .s-news .block01 .list li + li{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .p-top .s-news .block01 .list li:nth-child(2){
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .p-top .s-news .block01 .list li:nth-child(3){
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  .p-top .s-news .block01 .list li .img{
    margin-bottom: 20px;
  }

  .p-top .s-news .block01 .list li .img img{
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    -o-transition: transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .p-top .s-news .block01 .list li .txt{
    margin-bottom: 12px;
  }

  .p-top .s-news .block01 .list li .icon{
    padding: 5px 10px;
  }

  .p-top .s-news .block01 .list li .img > span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .p-top .s-company .bg{
    padding: 86px 0 60px;
  }

  .p-top .s-company .block01{
    width: 780px;
  }

  .p-top .s-company .block01 .title{
    margin-bottom: 66px;
  }

  .p-top .s-company .block01 .title span{
    margin-bottom: 18px;
  }

  .p-top .s-company .block01 .txt{
    margin-bottom: 45px;
  }

  .p-top .s-company .block01 .txt dl{
    line-height: 2.5;
  }
}

@media print, screen and (min-width: 1320px){
  .top-triangle{
    width: 280px;
    padding-bottom: 280px;
    bottom: 26%;
    left: 50%;
    left: calc(50% - (884px/2));
  }
}

.p-top .btn01{
  width: 140px;
  height: 30px;
  margin: 0 auto;
}

.p-top .btn01 a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
}

.p-top .btn01 a span{
  padding-top: 3px;
}

@media print, screen and (min-width: 769px){
  .p-top .btn01{
    width: 174px;
    height: 38px;
  }
}

@media print, screen and (min-width: 1024px){
  .p-business .block02 .box02 .list li:nth-child(3) div{
    /* margin-right: -50px; */
    margin-right: 90px;
  }
  
  .p-business .block02 .box02 .list li:nth-child(4) div{
    /* margin-left: -50px; */
    margin-left: 90px;
  }
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  
}
article .title {
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  /* letter-spacing: 0.1em; */
}
article .title a {
  text-decoration: none;
  
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

.p-news-detail .s-article, .store .s-article, .staff-recruit .s-article,
.single-post .s-article{
  margin: 0 0 120px;
  padding: 55px 0 0;
}

.p-news-detail .s-article .head, .store .s-article .head, .staff-recruit .s-article .head,
.single-post .s-article .head{
  margin: 0 0 23px;
  padding: 0 0 10px;
  border-bottom: 2px solid #000;
}

.p-news-detail .s-article .head .data, .store .s-article .head .data, .staff-recruit .s-article .head .data,
.single-post .s-article .head .data{
  margin: 0 0 5px;
  color: #4c4c4c;
}

.p-news-detail .s-article .body, .store .s-article .body, .staff-recruit .s-article .body,
.single-post .s-article .body{
  font-size: 1.2rem;
  line-height: 2.1;
}

.p-news-detail .s-article .body p, .store .s-article .body p, .staff-recruit .s-article .body p,
.single-post .s-article .body p{
  margin: 0 0 20px;
}

.p-news-detail .s-article .body img, .store .s-article .body img, .staff-recruit .s-article .body img,
.single-post .s-article .body img{
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.p-news-detail .s-article .body h2, .store .s-article .body h2, .staff-recruit .s-article .body h2,
.single-post .s-article .body h2{
  position: relative;
  margin: 40px 0 25px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-news-detail .s-article .body h2:after, .p-news-detail .s-article .body h2:before, .store .s-article .body h2:after, .store .s-article .body h2:before, .staff-recruit .s-article .body h2:after, .staff-recruit .s-article .body h2:before,
.single-post .s-article .body h2:after, .single-post .s-article .body h2:before{
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.p-news-detail .s-article .body h2:before, .store .s-article .body h2:before, .staff-recruit .s-article .body h2:before,
.single-post .store .s-article .body h2:before{
  width: 140px;
  background: #ccc;
}

.p-news-detail .s-article .body h2:after, .store .s-article .body h2:after, .staff-recruit .s-article .body h2:after,
.single-post .s-article .body h2:after{
  width: 40px;
  background: #000;
}

.p-news-detail .s-article .body h3, .store .s-article .body h3, .staff-recruit .s-article .body h3,
.single-post .s-article .body h3{
  margin: 25px 0 15px;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-news-detail .s-article .body h4, .store .s-article .body h4, .staff-recruit .s-article .body h4,
.single-post .s-article .body h4{
  margin: 20px 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.p-news-detail .s-article .body a, .store .s-article .body a, .staff-recruit .s-article .body a,
.single-post .s-article .body a{
  padding-bottom: 2px;
  border-bottom: 1px solid #1a0dab;
  color: #1a0dab;
  font-weight: 700;
}

.single-post .s-article .body a.white01{
  border: none;
  color: #FFF;
}

.single-post .s-article .body img{
  display: inline;

}

.p-store-detail .s-heading, .parent-pageid-15 .s-heading{
  position: relative;
  z-index: 0;
  padding: 55px 0 60px;
}

.p-store-detail .s-heading:before, .parent-pageid-15 .s-heading:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 77%;
  height: 50%;
  background: #f7f7f7;
}

.p-store-detail .s-heading .block01, .parent-pageid-15 .s-heading .block01{
  position: relative;
  margin: 0 auto;
}

.p-store-detail .s-heading .block01 .slide, .parent-pageid-15 .s-heading .block01 .slide{
  margin: 30px 0 0;
  font-size: 0;
}

.p-store-detail .s-heading .block01 .slide .slick-dots, .parent-pageid-15 .s-heading .block01 .slide .slick-dots{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 10px;
}

.p-store-detail .s-heading .block01 .slide .slick-dots li, .parent-pageid-15 .s-heading .block01 .slide .slick-dots li{
  margin: 0 3px;
}

.p-store-detail .s-heading .block01 .slide .slick-dots li button, .parent-pageid-15 .s-heading .block01 .slide .slick-dots li button{
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #999;
  border-radius: 50%;
  background: none;
}

.p-store-detail .s-heading .block01 .slide .slick-dots li.slick-active button, .parent-pageid-15 .s-heading .block01 .slide .slick-dots li.slick-active button{
  border: 1px solid #000;
  background: #000;
}

.p-store-detail .s-heading .block01 .slide .slick-dots li button:before, .parent-pageid-15 .s-heading .block01 .slide .slick-dots li button:before{
  display: none;
}

.p-store-detail .s-heading .block01 .txt, .parent-pageid-15 .s-heading .block01 .txt{
  margin: 25px 0 0;
  padding: 18px 7%;
  border: 1px solid #000;
  background: #fff;
  line-height: 2.1;
}

.p-store-detail .s-heading .block02, .parent-pageid-15 .s-heading .block02{
  height: 180px;
  padding: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 768px){
  .p-store-detail .s-heading .block02, .parent-pageid-15 .s-heading .block02{
    height: 250px;
  }
}

.p-store-detail .s-heading .block03, .parent-pageid-15 .s-heading .block03{
  position: relative;
  margin: 0 15px 0;
}

.p-store-detail .s-heading .block03 .txt, .parent-pageid-15 .s-heading .block03 .txt{
  margin: 25px 0 0;
  padding: 18px 7%;
  border: 1px solid #000;
  background: #fff;
  line-height: 2.1;
  display: none;
}

.p-store-detail .s-heading .block01 .commit-txt, .parent-pageid-15 .s-heading .block01 .commit-txt{
  width: 80%;
  margin: 0 auto;
  line-height: 2.2em;
}

.p-store-detail .s-heading .block01 .c-title01, .parent-pageid-15 .s-heading .block01 .c-title01{
  padding-top: 80px;
  margin-bottom: 70px;
}

.page-id-40 .s-heading .block02{
  margin: 0 0 120px;
}

.p-store-detail .s-heading .block02, .parent-pageid-15 .s-heading .block02

.p-store-detail .s-heading .block02 .img, .parent-pageid-15 .s-heading .block02 .img{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-store-detail .s-heading .block02 .img figure, .parent-pageid-15 .s-heading .block02 .img figure{
  position: relative;
}

.p-store-detail .s-heading .block02 .img figure:nth-child(1), 
.parent-pageid-15 .s-heading .block02 .img figure:nth-child(1){
  width: 41.334%;
  margin: -29% 0 0 auto;
}

.p-store-detail .s-heading .block02 .img figure:nth-child(2), 
.parent-pageid-15 .s-heading .block02 .img figure:nth-child(2){
  width: 49.334%;
  margin: -32% 0 0 47%;
}

.p-store-detail .s-heading .block02 .img figure:nth-child(3), 
.parent-pageid-15 .s-heading .block02 .img figure:nth-child(3){
  width: 43.07%;
  margin: 0% 0% 0% 3%;
}

.p-store-detail .s-store, .parent-pageid-15 .s-store{
  padding: 55px 0 45px;
}

.p-store-detail .s-store .block01, .parent-pageid-15 .s-store .block01{
  width: 94.24%;
  margin: 20px auto 0;
}

.p-store-detail .s-store .block01 .txt, .parent-pageid-15 .s-store .block01 .txt{
  margin: 0 0 30px;
  line-height: 1.9;
}

.p-store-detail .s-store .block01 .txt dl, .parent-pageid-15 .s-store .block01 .txt dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.p-store-detail .s-store .block01 .txt dl dt, .parent-pageid-15 .s-store .block01 .txt dl dt{
  /* width: 10em; */
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.p-store-detail .s-store .block01 .txt dl dt, .parent-pageid-15 .s-store .block01 .txt dl dd{
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-store-detail .s-store .block01 .btn>p, .parent-pageid-15 .s-store .block01 .btn>p, 
.single-post .s-store .block01 .btn>p{
  height: 43px;
  margin: 0 0 15px;
}

.p-store-detail .s-store .block01 .btn>p>a, .parent-pageid-15 .s-store .block01 .btn>p>a,
.single-post .s-store .block01 .btn>p>a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  font-size: 16px;
}

.p-store-detail .s-store .block01 .btn>p>a>img, .parent-pageid-15 .s-store .block01 .btn>p>a>img,
.single-post .s-store .block01 .btn>p>a>img{
  max-width: 17px;
  margin-right: 12px;
  margin-left: 0;
}

.p-store-detail .s-store .block01 .btn>p>a span, .parent-pageid-15 .s-store .block01 .btn>p>a span,
.single-post .s-store .block01 .btn>p>a span{
  position: relative;
  padding: 0 16px;
}

.p-store-detail .s-store .block01 .btn>p>a span img, .parent-pageid-15 .s-store .block01 .btn>p>a span img,
.single-post .s-store .block01 .btn>p>a span img{
  width: 18px;
  margin-bottom: 7px;
}

.p-store-detail .s-store .block01 .btn>p>a span:after, .p-store-detail .s-store .block01 .btn>p>a span:before,
.parent-pageid-15 .s-store .block01 .btn>p>a span:after, .parent-pageid-15 .s-store .block01 .btn>p>a span:before,
.single-post .s-store .block01 .btn>p>a span:before, .single-post .s-store .block01 .btn>p>a span:after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
}

.p-store-detail .s-store .block01 .btn>p>a span:before, .parent-pageid-15 .s-store .block01 .btn>p>a span:before,
.single-post .s-store .block01 .btn>p>a span:before
{
  top: 2px;
  right: 0;
}

.p-store-detail .s-store .block01 .btn>p>a span:after, .parent-pageid-15 .s-store .block01 .btn>p>a span:after,
.single-post .s-store .block01 .btn>p>a span:after{
  top: 0;
  right: 2px;
}

.p-store-detail .s-staff, .parent-pageid-15 .s-staff{
  position: relative;
  z-index: 0;
  padding: 55px 0 50px;
}

.p-store-detail .s-staff:before, .parent-pageid-15 .s-staff:before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: #f7f7f7;
}

.p-store-detail .s-staff .block01, .parent-pageid-15 .s-staff .block01{
  position: relative;
  width: 94.24%;
  margin: 0 auto;
}

.p-store-detail .s-staff .block01 .profile, .parent-pageid-15 .s-staff .block01 .profile{
  margin: 0 0 30px;
}

.p-store-detail .s-staff .block01 .profile .pic, .parent-pageid-15 .s-staff .block01 .profile .pic{
  position: relative;
  width: 64.222%;
  padding-bottom: 64.222%;
  margin: 0 auto;
}

.p-store-detail .s-staff .block01 .profile .pic span, .parent-pageid-15 .s-staff .block01 .profile .pic span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-store-detail .s-staff .block01 .profile .name, .parent-pageid-15 .s-staff .block01 .profile .name{
  display: table;
  position: relative;
  margin: -35px 0 0 auto;
  padding: 16px 25px 16px;
  background: #fff;
  line-height: 1.4;
}

.p-store-detail .s-staff .block01 .txt, .parent-pageid-15 .s-staff .block01 .txt{
  width: 84.71%;
  margin: 0 auto;
}

.p-store-detail .s-staff .block01 .txt dt, .parent-pageid-15 .s-staff .block01 .txt dt{
  margin: 0 0 12px;
  line-height: 1.5;
}

.p-store-detail .s-staff .block01 .txt dd, .parent-pageid-15 .s-staff .block01 .txt dd{
  line-height: 2.1;
}

.p-store-detail .s-access, .parent-pageid-15 .s-access{
  padding: 55px 0 0;
}

.p-store-detail .s-access .block01 .map, .parent-pageid-15 .s-access .block01 .map{
  position: relative;
  padding-bottom: 66%;
}

.p-store-detail .s-access .block01 .map iframe, .parent-pageid-15 .s-access .block01 .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-store-detail .s-recruit, .parent-pageid-15 .s-recruit{
  position: relative;
  margin: 0 0 120px;
  padding: 55px 0 0;
}

.p-store-detail .s-recruit .block01 .pic, .parent-pageid-15 .s-recruit .block01 .pic{
  margin: 0 auto 30px;
  width: 200px;
}

.p-store-detail .s-recruit .block01 .txt, .parent-pageid-15 .s-recruit .block01 .txt{
  line-height: 1.9;
  text-align: center;
}

.p-store-detail .s-recruit-2 .block01 .txt, .parent-pageid-15 .s-recruit-2 .block01 .txt{
  text-align: left;
}

.p-store-detail .s-recruit-2 .block01 .recruit-text, .parent-pageid-15 .s-recruit-2 .block01 .recruit-text{
  width: 100%;
  margin: 0 auto;
}

.single-post .s-store{
  padding: 80px 0 90px;
}

.single-post .s-store .block01{
  width: 94.24%;
  margin: 20px auto 0;
}

.single-post .s-store .block01 .txt{
  margin: 0 0 30px;
  line-height: 1.9;
}

.single-post .s-store .block01 .txt dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-post .s-store .block01 .txt dl dt{
  /* width: 10em; */
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.single-post .s-store .block01 .txt dl dd{
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
}

@media print, screen and (min-width: 769px){
  
  .p-news-detail .s-article, .store .s-article,.single-post .s-article, .staff-recruit .s-article{
    padding: 95px 0 0;
  }

  .p-news-detail .s-article .head, .store .s-article .head, .staff-recruit .s-article .head,
  .single-post .s-article .head{
    width: 83.334%;
    margin: 0 auto 45px;
    padding-bottom: 15px;
  }

  .p-news-detail .s-article .head .data, .store .s-article .head .data, .staff-recruit .s-article .head .data,
  .single-post .s-article .head .data{
    margin-bottom: 10px;
  }

  .p-news-detail .s-article .body, .store .s-article .body, .staff-recruit .s-article .body,
  .single-post .s-article .body{
    width: 83.334%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-news-detail .s-article .body p, .store .s-article .body p, .staff-recruit .s-article .body p,
  .single-post .s-article .body{
    margin: 0 0 40px;
  }

  .p-news-detail .s-article .body h2, .store .s-article .body h2, .staff-recruit .s-article .body h2,
  .single-post .s-article .body{
    margin: 60px auto 30px;
    padding-bottom: 12px;
    font-size: 2.6rem;
  }

	
  .store .s-article .body h2:before.taC,.store .s-article .body h2:after.taC,
  .store .s-article .body h2:before.has-text-align-center,.store .s-article .body h2:after.has-text-align-centerC,
  .single-post .s-article .body h2:before.has-text-align-center, .single-post .s-article .body h2:after.has-text-align-centerC{
      content: none;
  }
  .p-news-detail .s-article .body h3, .store .s-article .body h3, .staff-recruit .s-article .body h3,
  .single-post .s-article .body h3{
    margin: 35px 0 20px;
    font-size: 2.2rem;
  }

  .p-news-detail .s-article .body h4, .store .s-article .body h4, .staff-recruit .s-article .body h4,
  .single-post .s-article .body h4{
    margin: 30px 0 15px;
    font-size: 1.8rem;
  }

  .p-store-detail .s-heading:before, .parent-pageid-15 .s-heading:before{
    width: 94%;
  }

  .p-store-detail .s-heading .block01, .parent-pageid-15 .s-heading .block01{
    width: 75%;
  }

  .p-store-detail .s-heading .block01 .commit-txt, .parent-pageid-15 .s-heading .block01 .commit-txt{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
       -moz-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 100%;
  }

  .p-store-detail .s-heading .block01 .commit-txt dl, 
  .parent-pageid-15 .s-heading .block01 .commit-txt dl{
    width: 50%;
    padding: 0 10px;
    text-align: left;
    margin-top: 145px;
  }

  .p-store-detail .s-heading .block01 .slide, .parent-pageid-15 .s-heading .block01 .slide{
    margin-top: 40px;
  }

  .p-store-detail .s-heading .block01 .slide .slick-dots li, .parent-pageid-15 .s-heading .block01 .slide .slick-dots li{
    margin: 0 5px;
  }

  .p-store-detail .s-heading .block01 .slide .slick-dots li button, .parent-pageid-15 .s-heading .block01 .slide .slick-dots li button{
    width: 10px;
    height: 10px;
  }

  .p-store-detail .s-heading .block01 .txt, .parent-pageid-15 .s-heading .block01 .txt{
    /* margin: 40px 80px 0; */
    margin: 120px 80px 0;
    padding: 25px 5%;
    line-height: 2;
  }

  .p-store-detail .s-heading .block03, .parent-pageid-15 .s-heading .block03{
    width: 95%;
    margin: 100px auto 0;
  }

  .p-store-detail .s-heading .block03 .txt, .parent-pageid-15 .s-heading .block03 .txt{
    /* margin: 40px 80px 0; */
    margin: 180px 0px 0;
    padding: 25px 5%;
    line-height: 2;
  }


  .p-store-detail .s-heading .block02, .parent-pageid-15 .s-heading .block02{
    margin: 0;
    height: initial;
  }

  .p-store-detail .s-heading .block02 .img figure, .parent-pageid-15 .s-heading .block02 .img figure{
    position: absolute;
    margin: 0;
  }

  .p-store-detail .s-heading .block02 .img figure:nth-child(1), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(1){
    right: calc(50% + 332px);
    /* width: 282px; */
    width: 500px;
    margin: 446px 0 0;
  }

  .p-store-detail .s-heading .block02 .img figure:nth-child(2), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(2){
    left: calc(50% - 351px);
    /* width: 390px; */
    width: 280px;
    top: 596px;
    margin: 10px 0 0;
  }

  .p-store-detail .s-heading .block02 .img figure:nth-child(3), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(3){
    right: calc(50% + 130px);
    /* width: 386px; */
    width: 300px;
    top: 300px;
    margin: 30px 0 0;
  }

  .p-store-detail .s-store, .parent-pageid-15 .s-store{
    padding: 80px 0 90px;
  }

  .p-store-detail .s-store .block01 .txt, .parent-pageid-15 .s-store .block01 .txt{
    display: table;
    margin: 0 auto 70px;
    line-height: 2.8;
  }

  .p-store-detail .s-store .block01 .txt dl dt, .parent-pageid-15 .s-store .block01 .txt dl dt{
    width: 15em;
  }

  .p-store-detail .s-store .block01 .btn, .parent-pageid-15 .s-store .block01 .btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .p-store-detail .s-store .block01 .btn>p, .parent-pageid-15 .s-store .block01 .btn>p, .single-post .s-store .block01 .btn>p{
    width: 213px;
    height: 55px;
    margin: 0 15px;
  }

  .p-store-detail .s-store .block01 .btn>p>a span img, .parent-pageid-15 .s-store .block01 .btn>p>a span img,
  .single-post .s-store .block01 .btn>p>a span img{
    margin-bottom: 6px;
  }

  .p-store-detail .s-staff, .parent-pageid-15 .s-staff{
    padding-top: 80px;
    padding-bottom: 85px;
  }

  .p-store-detail .s-staff:before, .parent-pageid-15 .s-staff:before{
    width: calc(50% + 280px);
  }

  .p-store-detail .s-staff .block01, .parent-pageid-15 .s-staff .block01{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 80%;
  }

  .p-store-detail .s-staff .block01 .profile, .parent-pageid-15 .s-staff .block01 .profile{
    width: 33.334%;
    margin: 0 50px 0 0;
  }

  .p-store-detail .s-staff .block01 .profile .pic, .parent-pageid-15 .s-staff .block01 .profile .pic{
    width: 100%;
    padding-bottom: 100%;
  }

  .p-store-detail .s-staff .block01 .profile .name, .parent-pageid-15 .s-staff .block01 .profile .name{
    margin: -40px -50px 0 auto;
  }

  .p-store-detail .s-staff .block01 .txt, .parent-pageid-15 .s-staff .block01 .txt{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
  }

  .p-store-detail .s-staff .block01 .txt dt, .parent-pageid-15 .s-staff .block01 .txt dt{
    margin-bottom: 20px;
  }

  .p-store-detail .s-staff .block01 .txt dd, .parent-pageid-15 .s-staff .block01 .txt dd{
    line-height: 1.9;
  }

  .p-store-detail .s-access, .parent-pageid-15 .s-access{
    position: relative;
    z-index: 0;
    padding-top: 80px;
  }

  .p-store-detail .s-access:before, .parent-pageid-15 .s-access:before{
    content: "";
    position: absolute;
    bottom: -220px;
    left: 0;
    z-index: -1;
    width: calc(50% + 280px);
    height: 600px;
    background: #f7f7f7;
  }

  .p-store-detail .s-access .block01, .parent-pageid-15 .s-access .block01{
    width: 100%;
    max-width: calc(1200px + (60px * 2));
    margin: 0 auto;
    padding: 0 60px;
  }

  .p-store-detail .s-access .block01 .map, .parent-pageid-15 .s-access .block01 .map{
    width: 75%;
    margin: 0 auto;
    padding-bottom: 49.167%;
  }

  .p-store-detail .s-recruit, .parent-pageid-15 .s-recruit{
    z-index: 0;
    padding-top: 115px;
  }

  .p-store-detail .s-recruit:before, .parent-pageid-15 .s-recruit:before{
    content: "";
    position: absolute;
    top: 470px;
    left: 0;
    z-index: -1;
    width: calc(50% - 100px);
    height: 600px;
    background: #f7f7f7;
  }

  .p-store-detail .s-recruit .block01, .parent-pageid-15 .s-recruit .block01{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 86.667%;
    margin: 0 auto;
    padding: 30px 0 0;
  }

  .p-store-detail .s-recruit .block01 .txt, .parent-pageid-15 .s-recruit .block01 .txt{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
    text-align: left;
  }

  .p-store-detail .s-recruit .block01 .pic, .parent-pageid-15 .s-recruit .block01 .pic{
    /*width: 48%;*/
    width: 15%;
    margin: 0 60px 0 60px;
  }

  .single-post .s-store .block01 .txt{
    display: table;
    margin: 0 auto 70px;
    line-height: 2.8;
  }

  .single-post .s-store .block01 .txt dl dt{
    /* width: 15em; */
  }

  .single-post .s-store .block01 .btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .p-store-detail .s-recruit-2 .block01 .recruit-text, .parent-pageid-15 .s-recruit-2 .block01 .recruit-text{
    width: 86.667%;
  }
}

@media print, screen and (min-width: 1024px){
  .p-store-detail .s-heading .block02 .img figure:nth-child(2), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(2){
    /* left: calc(50% + 378px); */
  }

  .p-store-detail .s-heading .block02 .img figure:nth-child(3), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(3){
    /* right: calc(50% + 412px); */
  }
}

@media print, screen and (min-width: 1024px){
  .p-store-detail .s-heading .block02 .img figure:nth-child(2), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(2){
    /* left: calc(50% + 378px);
    width: 430px; */
  }

  .p-store-detail .s-heading .block02 .img figure:nth-child(3), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(3){
    /* right: calc(50% + 340px);
    width: 400px; */
  }
}


@media print, screen and (min-width: 1200px){
  .p-store-detail .s-heading .block02 .img figure:nth-child(2), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(2){
    /* left: calc(50% + 378px);
    width: 500px; */
  }

  .p-store-detail .s-heading .block02 .img figure:nth-child(3), 
  .parent-pageid-15 .s-heading .block02 .img figure:nth-child(3){
    /* right: calc(50% + 412px);
    width: 460px; */
  }

  .p-store-detail .s-heading .block03, .parent-pageid-15 .s-heading .block03{
    width: 75%;
    margin-top: 180px;
  }
}

/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
 
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  position: relative;
  padding: 26px 0 0;
  background: #000;
}

@media print, screen and (min-width: 769px){
  .footer{
    padding: 52px 0 0;
  }
}

#pagetop{
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 135px;
  height: 135px;
}

@media print, screen and (min-width: 769px){
  #pagetop{
    width: 300px;
    height: 300px;
  }
}

#pagetop::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

#pagetop a{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 45px 20px 0 10px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 769px){
  #pagetop a{
    padding: 90px 45px 0 20px;
    font-size: 1.6rem;
  }
}

#pagetop a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  width: 5px;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent transparent #fff;
  -webkit-transform: skewY(55deg);
      -ms-transform: skewY(55deg);
          transform: skewY(55deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

@media print, screen and (min-width: 769px){
  #pagetop a::before{
    left: 25px;
    width: 5px;
    height: 68px;
    border-width: 2px;
  }
}



.footer-logo{
  width: 136px;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 769px){
  .footer-logo{
    width: 154px;
  }
}

.footer-txt{
  display: none;
}

@media print, screen and (min-width: 769px){
 .footer-txt{
    display: block;
    margin: 0 0 42px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: center;
 }
}

.footer-sns{
  margin: 0 0 28px;
}

.footer-sns ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sns ul li{
  width: 18px;
  margin: 0 13px;
  font-size: 0;
}

@media print, screen and (min-width: 769px){
  .footer-sns ul li{
    width: 23px;
    margin: 0 15px;
  }
}

.footer-sns ul li a{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.footer-nav{
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright{
  padding: 13px 3.735%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}

@media print, screen and (min-width: 769px){
  .footer-nav{
    max-width: 1400px;
    margin: 0 auto;
    padding: 23px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }
}

.footer-nav ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  margin: 0 auto;
  row-gap: 10px;
}

@media print, screen and (min-width: 769px){
  .footer-nav ul{
    max-width: none;
  }
}

.footer-nav ul li{
  margin: 0 25px;
}

@media print, screen and (min-width: 769px){
  .footer-nav ul li{
    margin: 0 25px;
  }
}

@media print, screen and (min-width: 1200px){
  .footer-nav ul li{
    margin: 0 35px;
  }
}

.footer-nav ul li a{
  color: #fff;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px){
  .footer-nav ul li a{
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 1.4rem;
  }

  .footer-nav ul li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
  }

  .footer-copyright{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 60px;
    height: 740px;
    padding: 0;
    color: #000;
    letter-spacing: 0.05em;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      /* font-size: 2.5em; 
      line-height: 1.5em;*/
    }
    article .title{
      /* font-size: 1.8em; */
      line-height: 1.5em;
    }
    article .post-meta{
      /* font-size: 0.7em; */
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      /* font-size: 1em; */
      line-height: 1.5em;
    }
    #sidebar{
      /* font-size: 0.7em; */
      line-height: 1.5em;
    }
    #sidebar h3{
      /* font-size: 1.5em; */
      line-height: 1.5em;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      /* font-size: 1em; */
      line-height: 1.5em;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .bg .title{
      font-size: 2em;
    }
    article .title{
      font-size: 2em;
      font-size: 1.3em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.7em;
      line-height: 1.5em;
    }
    article .bg .title{
      font-size: 2em;
    }
    article .title{
      font-size: 2em;
      font-size: 1.2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

#wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.slick-list{
  position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-list, .slick-slider .slick-track{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.pagination{
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.pagination .page-numbers{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  min-width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 3px 7px 0;
  background: #fff;
  font-size: 1.8rem;
  font-family: "Josefin Sans",sans-serif;
}

.pagination a:hover{
  color: #fff;
  background: #000;
}

/*.pagination a:before{
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  width: 15px;
  height: 5px;
  border: 1px solid;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}*/

.pagination a.prev:before{
  border-color: transparent transparent #000 #000;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
      transform: skewX(-45deg);
}

.sfwppa-navi-style.sfwppa-style-1 .current, .sfwppa-navi-style.sfwppa-style-1 .sfwppa-pages:hover, .sfwppa-navi-style.sfwppa-style-1 .nav-links .page-numbers:hover{
  background: #000;
  color: #fff;
  border: none;
}
.sfwppa-navi-style.sfwppa-style-1 .sfwppa-pages, .sfwppa-navi-style.sfwppa-style-1 .current, .sfwppa-navi-style.sfwppa-style-1 .nav-links .page-numbers{
  font-size: 1.8rem;
  padding: 3px 0 0;
  margin: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .current{
  background: #000;
  color: #fff;
  border: none;
}

.pagination .prev{

} 

@media print, screen and (min-width: 769px){
  .pagination .page-numbers{
    min-width: 50px;
    height: 50px;
    margin: 0 8px;
    font-size: 2.2rem;
  }

  .sfwppa-navi-style.sfwppa-style-1 .sfwppa-pages, .sfwppa-navi-style.sfwppa-style-1 .current, .sfwppa-navi-style.sfwppa-style-1 .nav-links .page-numbers{
    margin: 0 8px;
    font-size: 2.2rem;
  }
}