@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Orbitron:400,500,700");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li, ol, dt, dd {
  list-style: none;
}

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

/* Interactive
========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

/* Scripting
========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
========================================================================== */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fr {
  float: right;
}

.imgR {
  float: right;
  margin-left: 20px;
}

.fl {
  float: left;
}

.imgL {
  float: left;
  margin-right: 20px;
}

.imgC, .tC {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/* clearfix */
.clear-fix:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/YakuHanJP-Regular.eot");
  src: url("/assets/fonts/YakuHanJP-Regular.woff2") format("woff2"), url("/assets/fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/YakuHanJP-Bold.eot");
  src: url("/assets/fonts/YakuHanJP-Bold.woff2") format("woff2"), url("/assets/fonts/YakuHanJP-Bold.woff") format("woff");
}
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 1.6;
}

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%;
}

body {
  color: #362e2b;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: none;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, textarea, button {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-appearance: none;
}

a {
  color: #4d362e;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
a figure {
  overflow: hidden;
}
a img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

/* =========================================================
	general
========================================================= */
.sm-inline {
  display: none;
}
@media (max-width: 575px) {
  .sm-inline {
    display: inline-block;
  }
}

.md-inline {
  display: none;
}
@media (max-width: 991px) {
  .md-inline {
    display: inline-block;
  }
}

.lg-inline {
  display: none;
}
@media (min-width: 992px) {
  .lg-inline {
    display: inline-block;
  }
}

.sm-blk {
  display: none;
}
@media (max-width: 575px) {
  .sm-blk {
    display: block;
  }
}

.md-blk {
  display: none;
}
@media (max-width: 991px) {
  .md-blk {
    display: block;
  }
}

.lg-blk {
  display: none;
}
@media (min-width: 992px) {
  .lg-blk {
    display: block;
  }
}

h2 {
  color: #4d362e;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 0.937rem;
  }
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 1.562rem;
  }
}
@media (min-width: 992px) {
  h2 {
    margin-bottom: 3.125rem;
  }
}
h2 .en {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 5px;
}
h2 span {
  display: block;
}
@media (max-width: 767px) {
  h2 span {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  h2 span {
    margin-bottom: 15px;
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  h2 span {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
h2 span.en {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 span.en {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  h2 span.en {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2 span.en {
    font-size: 3.125rem;
  }
}
h2 small {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  vertical-align: top;
}
h2 small:before, h2 small:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #4d362e;
}
@media (max-width: 991px) {
  h2 small:before, h2 small:after {
    width: 30px;
  }
}
@media (min-width: 992px) {
  h2 small:before, h2 small:after {
    width: 70px;
  }
}
@media (max-width: 991px) {
  h2 small:before {
    left: -40px;
  }
}
@media (min-width: 992px) {
  h2 small:before {
    left: -80px;
  }
}
@media (max-width: 991px) {
  h2 small:after {
    right: -40px;
  }
}
@media (min-width: 992px) {
  h2 small:after {
    right: -80px;
  }
}
h2 small.en {
  font-weight: 500;
}
@media (max-width: 767px) {
  h2 small.en {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  h2 small.en {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  h2 small.en {
    font-size: 0.875rem;
  }
}

h3 {
  margin-bottom: 10px;
  color: #4d362e;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

article:after, section:after {
  content: " ";
  display: block;
  clear: both;
}
article p, article ul, article ol, article dl, section p, section ul, section ol, section dl {
  margin-bottom: 1em;
}
article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, section p:last-child, section ul:last-child, section ol:last-child, section dl:last-child {
  margin-bottom: 0;
}

article {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  article {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  article {
    padding: 0 0 150px;
  }
}
article.w100 {
  width: 100%;
  max-width: 100%;
}

section {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  section {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  section {
    padding-top: 50px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
}
table th, table td {
  padding: 20px;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
@media (max-width: 991px) {
  table th, table td {
    padding: 10px;
    font-size: 0.812rem;
  }
}
table th {
  background: #f2f1f0;
}
table td ul:last-child, table td ol:last-child, table td dl:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  table:not(.wide) th, table:not(.wide) td {
    display: block;
  }
}

@media (max-width: 575px) {
  .table-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-right: 4px solid rgba(54, 46, 43, 0.5);
    border-bottom: 4px solid rgba(54, 46, 43, 0.5);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .table-wrap table {
    width: 800px;
    margin-right: 50px;
  }
}

p small, li small, dt small, dd small, th small, td small {
  font-size: 0.8em;
}
@media (min-width: 992px) {
  p small, li small, dt small, dd small, th small, td small {
    font-size: 0.812rem;
  }
}

strong {
  font-weight: 700;
}

.en {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 2px;
}

.lead {
  font-weight: 700;
}
@media (max-width: 767px) {
  .lead {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .lead {
    margin-bottom: 30px;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .lead {
    margin-bottom: 40px;
  }
}

.emphasis {
  color: #d71518;
}

.no-post {
  text-align: center;
}
@media (min-width: 992px) {
  .no-post {
    font-size: 1.125rem;
  }
}

.credit {
  padding-top: 10px;
  font-size: 0.812rem;
  text-align: right;
}

p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
}

ul.attention {
  margin-top: 10px;
}
ul.attention li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
}

ul.list li {
  position: relative;
  padding-left: 1em;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #4d362e;
  border-radius: 100%;
}

ol.num {
  padding: 0 1.5rem 0 1.5rem;
  list-style-position: outside;
}
ol.num li {
  list-style-type: decimal;
}
ol.num li:last-child {
  margin-bottom: 0;
}

.btn-box, .btn-list {
  padding-top: 30px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-box, .btn-list {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .btn-box, .btn-list {
    padding-top: 50px;
  }
}
.btn-box a, .btn-list a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background: #4d362e;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 2px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .btn-box a, .btn-list a {
    width: 100%;
    padding: 1.2rem 1rem;
  }
}
@media (min-width: 992px) {
  .btn-box a, .btn-list a {
    min-width: 320px;
    padding: 1.7rem 2rem;
  }
  .btn-box a.lg, .btn-list a.lg {
    min-width: 0;
    padding: 2rem -70px;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.btn-box a:hover, .btn-list a:hover {
  background: #6d4c41;
}
.btn-box a .arrow, .btn-list a .arrow {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 8px;
  margin-left: 15px;
  vertical-align: middle;
}
.btn-box a .arrow svg, .btn-list a .arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #fff;
}
.btn-box li, .btn-list li {
  display: inline-block;
  padding: 0 15px;
  font-size: 0;
}

@media (max-width: 767px) {
  .btn-list li {
    display: block;
    margin-bottom: 15px;
  }
  .btn-list li:last-child {
    margin-bottom: 0;
  }
}

i.arrow {
  font-size: 0;
  line-height: 0;
}
i.arrow svg {
  width: 26px;
  height: 8px;
  fill: #4d362e;
}

i.window {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 7px;
  margin: -3px 3px 0 5px;
  border: 1px solid #4d362e;
  opacity: .6;
  vertical-align: middle;
}
i.window:after {
  position: absolute;
  content: "";
  right: -3px;
  bottom: -3px;
  width: 8px;
  height: 6px;
  border-right: 1px solid #4d362e;
  border-bottom: 1px solid #4d362e;
}

.wp-pagenavi {
  padding-top: 50px;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  width: 35px;
  margin: 0 1px 0 2px;
  *display: inline;
  *zoom: 1;
  line-height: 35px;
}
.wp-pagenavi .current {
  border: solid 1px #4d362e;
  background: #4d362e;
  color: #fff;
}
.wp-pagenavi .extend {
  padding: 0;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  width: auto;
  padding: 0 10px;
}
.wp-pagenavi .pages {
  width: auto;
  margin-right: 5px;
}
.wp-pagenavi a {
  border: solid 1px #ddd;
  background: #fff;
  color: #aaa;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  border: solid 1px #4d362e;
  background: #fff;
  color: #362e2b;
}

.img-btm, .img-top {
  text-align: center;
}

.img-top {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .img-top {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .img-top {
    padding-bottom: 2rem;
  }
}

.img-btm {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .img-btm {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .img-btm {
    padding-top: 2rem;
  }
}

@media (max-width: 767px) {
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .guide-nav {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .guide-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .guide-nav {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .guide-nav .item {
    margin-bottom: 20px;
  }
  .guide-nav .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .guide-nav .item {
    width: calc(33.33333% - 10px);
  }
}
@media (min-width: 992px) {
  .guide-nav .item {
    width: calc(33.33333% - 25px);
  }
}
.guide-nav a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.guide-nav .ttl {
  position: relative;
  background: #4d362e;
}
@media (max-width: 767px) {
  .guide-nav .ttl {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .guide-nav .ttl {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .guide-nav .ttl {
    padding: 30px 45px 30px 30px;
  }
}
.guide-nav i {
  position: absolute;
}
@media (max-width: 767px) {
  .guide-nav i {
    top: calc(50% - 3px);
    right: 15px;
  }
}
@media (min-width: 768px) {
  .guide-nav i {
    top: calc(50% - 3px);
    right: 15px;
  }
}
@media (min-width: 992px) {
  .guide-nav i {
    top: calc(50% - 4px);
    right: 20px;
  }
}
.guide-nav i svg {
  fill: #fff;
}
@media (max-width: 991px) {
  .guide-nav i svg {
    width: 14px;
    height: 5px;
  }
}
.guide-nav i.window {
  border-color: #fff;
}
.guide-nav i.window:after {
  border-color: inherit;
}
.guide-nav h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.guide-nav h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .guide-nav h3 span {
    font-size: 0.937rem;
  }
}
@media (min-width: 768px) {
  .guide-nav h3 span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .guide-nav h3 span {
    font-size: 1.125rem;
  }
}
.guide-nav h3 small {
  display: block;
  font-size: 0.625rem;
}
@media (max-width: 767px) {
  .guide-nav h3 small {
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .guide-nav h3 small {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .guide-nav h3 small {
    margin-top: 15px;
  }
}

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    padding-top: 80px;
  }
}

/* =========================================================
	.contents
========================================================= */
/* =========================================================
	.pagetitle
========================================================= */
.pagetitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: url("/assets/images/common/bg-pagettl.png") no-repeat right center #4d362e;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .pagetitle {
    height: 150px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .pagetitle {
    height: 200px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .pagetitle {
    height: 300px;
    margin-bottom: 150px;
  }
}
.pagetitle h1 {
  width: 90%;
  max-width: 1240px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1200px) {
  .pagetitle h1 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .pagetitle h1 {
    padding: 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .pagetitle h1 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
}
.pagetitle h1 small {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pagetitle h1 small {
    font-size: 0.625rem;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 small {
    font-size: 0.75rem;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .pagetitle h1 small {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

.breadcrumbs {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1240px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    bottom: -25px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    bottom: 10px;
  }
}
.breadcrumbs ul {
  font-size: 0;
}
.breadcrumbs li, .breadcrumbs a {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .breadcrumbs li, .breadcrumbs a {
    color: #4d362e;
    font-size: 0.65rem;
  }
}
@media (min-width: 992px) {
  .breadcrumbs li, .breadcrumbs a {
    color: #fff;
    font-size: 0.75rem;
  }
}
.breadcrumbs a {
  opacity: .5;
}
.breadcrumbs li:after {
  margin-left: 5px;
  content: ">";
  opacity: .5;
}
.breadcrumbs li:last-child:after {
  content: "";
}

/* =========================================================
	header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
@media (max-width: 767px) {
  header {
    height: 40px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  header {
    height: 60px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  header {
    height: 80px;
    padding: 0 0 0 50px;
    -webkit-transition: all  0.3s;
    transition: all  0.3s;
  }
  header * {
    -webkit-transition: all  0.3s;
    transition: all  0.3s;
  }
}
header a {
  text-decoration: none;
  display: block;
}

.head-logo {
  line-height: 0;
}
.head-logo svg {
  fill: #4d362e;
}
@media (max-width: 767px) {
  .head-logo svg {
    width: 81px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .head-logo svg {
    width: 122px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .head-logo svg {
    width: 162px;
    height: 40px;
  }
}

@media (max-width: 1139px) {
  .menu {
    -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    background: #4d362e;
    text-align: left;
    z-index: 10;
  }
  .menu.on {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .menu {
    padding-top: 60px;
  }
}
@media (min-width: 1140px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.gnav {
  width: 100%;
}
@media (min-width: 1140px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    font-size: 0;
    text-align: right;
  }
}
.gnav.gnav-md {
  display: block;
}
@media (max-width: 1139px) {
  .gnav.gnav-md a i, .gnav.gnav-md a i:after {
    border-color: #fff;
  }
}
@media (min-width: 1140px) {
  .gnav.gnav-md {
    display: none;
  }
}
.gnav li {
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 1139px) {
  .gnav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1rem;
  }
  .gnav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1140px) {
  .gnav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 20px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .gnav li {
    margin-right: 30px;
    font-size: 0.937rem;
  }
}
.gnav a {
  color: #362e2b;
  line-height: 1;
}
@media (min-width: 1140px) {
  .gnav a {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #4d362e;
    -webkit-transition: all  0.2s;
    transition: all  0.2s;
  }
  .gnav a:hover:after, .gnav a.current:after {
    bottom: 0;
  }
}
@media (max-width: 1139px) {
  .gnav a {
    padding: 20px;
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 1139px) {
  .gnav-btn {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .gnav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1140px) {
  .gnav-btn {
    width: 240px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .gnav-btn li:first-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .gnav-btn li {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1140px) {
  .gnav-btn li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
  }
  .gnav-btn li:first-child a {
    background: #6d4c41;
  }
  .gnav-btn li:first-child a:hover {
    background: #7d584b;
  }
  .gnav-btn li:last-child a {
    background: #4d362e;
  }
  .gnav-btn li:last-child a:hover {
    background: #5d4138;
  }
}
.gnav-btn a {
  text-align: center;
}
.gnav-btn a * {
  line-height: 1;
}
@media (max-width: 1139px) {
  .gnav-btn a {
    display: block;
    background: #fff;
    padding: 15px 0;
  }
  .gnav-btn a i, .gnav-btn a span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1140px) {
  .gnav-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    color: #fff;
    font-size: 0.812rem;
  }
}
.gnav-btn a svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1139px) {
  .gnav-btn a svg {
    fill: #4d362e;
  }
}
@media (min-width: 1140px) {
  .gnav-btn a svg {
    fill: #fff;
  }
}
@media (max-width: 1139px) {
  .gnav-btn a span {
    margin-left: 5px;
  }
}
@media (min-width: 1140px) {
  .gnav-btn a span {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #4d362e;
  z-index: 9999;
  line-height: 1;
}
@media (min-width: 768px) {
  .menu-btn {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1140px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn figure {
  position: absolute;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn figure:nth-child(1) {
  top: calc(50% - 7px);
}
.menu-btn figure:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn figure:nth-child(3) {
  top: calc(50% + 5px);
}
.menu-btn.on figure:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-btn.on figure:nth-child(2) {
  background: transparent;
}
.menu-btn.on figure:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =========================================================
	recruit
========================================================= */
.sec-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 0;
  background: #f2f1f0;
}
@media (min-width: 992px) {
  .sec-recruit {
    position: relative;
    display: block;
    height: 600px;
  }
}
.sec-recruit .inner, .sec-recruit .photo {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sec-recruit .inner, .sec-recruit .photo {
    width: 500px;
    height: 600px;
    margin: auto;
  }
}
.sec-recruit .foot-recruit-inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-recruit .foot-recruit-inner {
    padding: 30px 5% 50px;
  }
}
@media (min-width: 768px) {
  .sec-recruit .foot-recruit-inner {
    padding: 30px 5% 50px;
  }
}
@media (min-width: 992px) {
  .sec-recruit .foot-recruit-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 500px;
    height: 600px;
    margin: auto;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .sec-recruit h2 {
    margin-bottom: 0.937rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sec-recruit h2 {
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-recruit h2 {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .sec-recruit h2 span.en {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .sec-recruit h2 span.en {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .sec-recruit h2 span.en {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .sec-recruit .btn-box {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .sec-recruit .btn-box a {
    min-width: 0;
    width: 250px;
  }
}
.sec-recruit .btn-box a i.window {
  border-color: #fff;
  vertical-align: middle;
}
.sec-recruit .btn-box a i.window:after {
  border-color: inherit;
}
.sec-recruit .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sec-recruit .photo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sec-recruit .photo {
    position: absolute;
    width: 500px;
    height: 600px;
  }
}
.sec-recruit .photo:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .sec-recruit .photo:nth-of-type(1) {
    top: 0;
    right: calc(50% + 250px);
  }
}
.sec-recruit .photo:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 992px) {
  .sec-recruit .photo:nth-of-type(2) {
    top: 0;
    left: calc(50% + 250px);
  }
}
@media (max-width: 991px) {
  .sec-recruit .photo li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .sec-recruit .photo li {
    width: 50%;
  }
}

/* =========================================================
	shop
========================================================= */
@media (min-width: 992px) {
  .sec-shop {
    max-width: 1240px;
  }
}
@media (min-width: 992px) {
  .sec-shop .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sec-shop .item:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec-shop .item:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .sec-shop .item {
    width: 48%;
  }
  .sec-shop .item:first-child {
    margin-bottom: 0;
  }
}
.sec-shop .item a {
  display: block;
  background: #f2f1f0;
  color: #362e2b;
  text-decoration: none;
}
.sec-shop .item a:hover {
  background: #f7f6f5;
}
@media (max-width: 767px) {
  .sec-shop .item .inner {
    padding: 0 15px 10px;
  }
}
@media (min-width: 768px) {
  .sec-shop .item .inner {
    padding: 0 20px 15px;
  }
}
@media (min-width: 992px) {
  .sec-shop .item .inner {
    padding: 0 30px 25px;
  }
}
.sec-shop .item h3 {
  position: relative;
  border-bottom: 1px solid #ddd;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec-shop .item h3 {
    padding: 15px 0;
    font-size: 1.125rem;
	  line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .sec-shop .item h3 {
    padding: 20px 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-shop .item h3 {
    padding: 25px 0;
  }
}
.sec-shop .item h3 small {
  display: block;
  margin-top: 10px;
  font-size: 0.625rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
}
.sec-shop .item h3 i {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
.sec-shop .item dl {
  margin-bottom: .5em;
	text-align: left;
}
@media (min-width: 768px) {
  .sec-shop .item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-shop .item dt, .sec-shop .item dd {
  font-size: 0.875rem;
  padding-bottom: 5px;
}
.sec-shop .item dt {
  position: relative;
}
@media (max-width: 767px) {
  .sec-shop .item dt {
    padding-bottom: 0;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .sec-shop .item dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 5em;
  }
  .sec-shop .item dt:after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .sec-shop .item dd {
    padding-left: 5px;
    width: calc(100% - 5em);
  }
}

/* =========================================================
	foot contact
========================================================= */
.foot-contact {
  background: rgba(77, 54, 46, 0.8);
}
@media (max-width: 767px) {
  .foot-contact {
    padding: 30px 5%;
  }
}
@media (min-width: 768px) {
  .foot-contact {
    padding: 40px 5%;
  }
}
@media (min-width: 992px) {
  .foot-contact {
    padding: 60px 50px;
  }
}
.foot-contact * {
  color: #fff;
  line-height: 1;
}
.foot-contact h2 {
  margin-bottom: 1.562rem;
  color: #fff;
}
@media (max-width: 767px) {
  .foot-contact h2 {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
.foot-contact h2 span {
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .foot-contact h2 span {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .foot-contact h2 span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .foot-contact h2 span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .foot-contact .foot-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .foot-contact .foot-contact-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .foot-contact .foot-contact-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.foot-contact div:not(.btn-box):not(.foot-contact-inner) {
  text-align: center;
}
@media (max-width: 991px) {
  .foot-contact div:not(.btn-box):not(.foot-contact-inner) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .foot-contact div:not(.btn-box):not(.foot-contact-inner) {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .foot-contact div:not(.btn-box):not(.foot-contact-inner) {
    width: auto;
    margin-right: 30px;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .foot-contact div:not(.btn-box):not(.foot-contact-inner) {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .foot-contact div:not(.btn-box):not(.foot-contact-inner):nth-of-type(1) {
    margin-right: 40px;
  }
  .foot-contact div:not(.btn-box):not(.foot-contact-inner):nth-of-type(2) {
    margin-right: 0;
  }
}
.foot-contact div.btn-box {
  padding: 0;
}
@media (max-width: 991px) {
  .foot-contact div.btn-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .foot-contact div.btn-box:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .foot-contact div.btn-box {
    margin-right: 20px;
  }
  .foot-contact div.btn-box:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .foot-contact div.btn-box {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .foot-contact div.btn-box a {
    min-width: 220px;
    padding: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .foot-contact div.btn-box a {
    width: 100%;
  }
}
.foot-contact dl, .foot-contact h3 {
  margin-bottom: 0;
}
.foot-contact h3 {
  font-size: 1rem;
}
.foot-contact p {
  margin: 0;
  padding: 10px 0 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .foot-contact p {
    font-size: 9vw;
  }
}
@media (min-width: 768px) {
  .foot-contact p {
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  .foot-contact p {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .foot-contact p {
    font-size: 4vw;
  }
}
.foot-contact p i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.foot-contact p svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.foot-contact dd {
  font-size: 0.812rem;
}

/* =========================================================
	footer
========================================================= */
footer {
  background: #4d362e;
}
@media (min-width: 768px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 5%;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 80px 50px;
  }
}
footer a {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .foot-info {
    padding: 30px 5%;
  }
}
.foot-info h2 {
  color: #fff;
  text-align: left;
  line-height: 0;
}
@media (max-width: 767px) {
  .foot-info h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .foot-info h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .foot-info h2 {
    margin-bottom: 40px;
  }
}
.foot-info h2 svg {
  fill: #fff;
  width: 162px;
  height: 40px;
}
.foot-info p {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .foot-info p {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .foot-info p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .foot-info p {
    font-size: 1.875rem;
    margin-bottom: 50px;
  }
}
.foot-info .copyright {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .foot-link {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .foot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.foot-link a {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .foot-link a {
    padding: 10px 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .foot-link a {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .foot-link a:hover {
    opacity: .7;
  }
}
.foot-link a i.window {
  border-color: #fff;
}
.foot-link a i.window:after {
  border-color: inherit;
}
@media (min-width: 768px) {
  .foot-link ul:first-child {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .foot-link ul:first-child {
    padding-right: 50px;
  }
}
.foot-link li {
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .foot-link li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) {
  .foot-link li {
    margin-bottom: 3px;
  }
  .foot-link li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .foot-link li {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}

/* =========================================================
	pagetop
========================================================= */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
.pagetop a i {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-top: 1px solid #4d362e;
  border-right: 1px solid #4d362e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* index page
========================================================= */
#home-page #wrapper {
  padding-top: 0;
}
#home-page header:not(.fixed) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#home-page header:not(.fixed) a i.window {
  border-color: #fff;
}
#home-page header:not(.fixed) a i.window:after {
  border-color: inherit;
}
#home-page header:not(.fixed) .head-logo svg {
  fill: #fff;
}
#home-page header:not(.fixed) .gnav a {
  color: #fff;
}
#home-page header:not(.fixed) .gnav a:after {
  display: none;
}
#home-page .mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background: url("/assets/images/index/mv-img.png") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 991px) {
  #home-page .mv {
    height: 63vh;
  }
}
@media (max-width: 767px) {
  #home-page .mv {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #home-page .mv {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #home-page .mv {
    margin-bottom: 100px;
  }
}
#home-page .mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#home-page .mv h2 {
  position: relative;
  width: 90%;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 8px;
}
@media (max-width: 767px) {
  #home-page .mv h2 {
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  #home-page .mv h2 {
    font-size: 6vw;
  }
}
@media (min-width: 992px) {
  #home-page .mv h2 {
    font-size: 3.75rem;
  }
}
#home-page .mv small {
  display: block;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  #home-page .mv small {
    margin-top: 20px;
    font-size: .65rem;
  }
}
@media (min-width: 768px) {
  #home-page .mv small {
    margin-top: 30px;
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #home-page .mv small {
    margin-top: 50px;
    font-size: 1.125rem;
  }
}
#home-page .mv small:before, #home-page .mv small:after {
  display: none;
}
#home-page .sec-results .btn-box {
  width: 90%;
  margin: auto;
}
#home-page .sec-about {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #home-page .sec-about {
    margin-bottom: 150px;
  }
}
#home-page .sec-about:after {
  content: "";
  position: absolute;
  left: 0;
  width: 90%;
  background: #f2f1f0;
  z-index: -1;
}
@media (min-width: 992px) {
  #home-page .sec-about:after {
    top: 120px;
    width: 50%;
    height: calc(100% - 120px);
  }
}
#home-page .sec-about .about-wrap {
  max-width: 1240px;
  margin: auto;
}
@media (max-width: 1260px) {
  #home-page .sec-about .about-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #home-page .sec-about .about-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #home-page .sec-about .about-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #home-page .sec-about .about-wrap {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 110px;
  }
  #home-page .sec-about .about-wrap * {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #home-page .sec-about .about-wrap {
    padding-bottom: 220px;
  }
}
#home-page .sec-about .about-wrap figure {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #home-page .sec-about .about-wrap figure {
    width: 90%;
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  #home-page .sec-about .about-wrap figure {
    position: absolute;
    right: 0;
    width: 62%;
  }
}
#home-page .sec-about .about-wrap figure:after {
  content: "";
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  #home-page .sec-about .about-wrap figure:after {
    top: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .9;
  }
}
@media (min-width: 1200px) {
  #home-page .sec-about .about-wrap figure:after {
    width: 43%;
  }
}
@media (max-width: 991px) {
  #home-page .sec-about .about-wrap figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: url("/assets/images/index/about-img-mask.png") no-repeat left bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  #home-page .sec-about .about-wrap figure div {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
  }
}
#home-page .sec-about .inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #home-page .sec-about .inner {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #home-page .sec-about .inner {
    -webkit-transform: translateY(-11vw);
            transform: translateY(-11vw);
  }
}
@media (min-width: 768px) {
  #home-page .sec-about .inner {
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
  }
}
@media (min-width: 992px) {
  #home-page .sec-about .inner {
    max-width: 580px;
  }
}
#home-page .sec-about .inner p {
  letter-spacing: 0;
  line-height: 2;
}
#home-page .sec-about h2 {
  position: relative;
  text-align: left;
  z-index: 10;
}
@media (max-width: 991px) {
  #home-page .sec-about h2 {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 991px) {
  #home-page .sec-about h2 .en {
    font-size: 8vw;
  }
}
@media (min-width: 992px) {
  #home-page .sec-about h2 .en {
    font-size: 70px;
  }
}
#home-page .sec-about h2 small {
  margin-top: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  #home-page .sec-about h2 small {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  #home-page .sec-about h2 small {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #home-page .sec-about h2 small {
    margin-bottom: 20px;
  }
}
#home-page .sec-about h2 small:before, #home-page .sec-about h2 small:after {
  display: none;
}
#home-page .sec-service {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
@media (max-width: 767px) {
  #home-page .sec-service {
    width: 90%;
  }
}
@media (max-width: 1260px) {
  #home-page .sec-service {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #home-page .sec-service {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #home-page .sec-service .service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #home-page .sec-service .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .sec-service .item {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item {
    position: relative;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  #home-page .sec-service .item:nth-child(odd) a {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item:nth-child(odd) a {
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
#home-page .sec-service .item:nth-child(odd) .ttl {
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  #home-page .sec-service .item:nth-child(even) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item:nth-child(even) {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  #home-page .sec-service .item:nth-child(even) a {
    padding-top: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item:nth-child(even) a {
    padding-right: 40px;
    padding-top: 40px;
  }
}
#home-page .sec-service .item:nth-child(even) .ttl {
  top: 0;
  right: 0;
  background: #4d362e;
}
#home-page .sec-service .item:last-child, #home-page .sec-service .item:last-of-type(2) {
  margin-bottom: 0;
}
#home-page .sec-service .item a {
  position: relative;
  display: block;
  text-decoration: none;
}
#home-page .sec-service .item figure img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
#home-page .sec-service .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: #4d362e;
}
@media (max-width: 767px) {
  #home-page .sec-service .item .ttl {
    width: 74%;
    height: 65px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  #home-page .sec-service .item .ttl {
    width: 80%;
    height: 80px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item .ttl {
    width: 350px;
    height: 120px;
    padding: 0 40px;
  }
}
#home-page .sec-service .item .ttl h3 {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  #home-page .sec-service .item .ttl h3 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  #home-page .sec-service .item .ttl h3 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item .ttl h3 {
    font-size: 1.125rem;
  }
}
#home-page .sec-service .item .ttl h3 small {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
}
@media (max-width: 991px) {
  #home-page .sec-service .item .ttl h3 small {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item .ttl h3 small {
    margin-top: 15px;
  }
}
#home-page .sec-service .item .ttl h3 i {
  position: absolute;
}
@media (max-width: 991px) {
  #home-page .sec-service .item .ttl h3 i {
    top: calc(50% - 3px);
    right: 0;
  }
}
@media (min-width: 992px) {
  #home-page .sec-service .item .ttl h3 i {
    top: calc(50% - 4px);
    right: -20px;
  }
}
#home-page .sec-service .item .ttl h3 i svg {
  fill: #fff;
}
@media (max-width: 991px) {
  #home-page .sec-service .item .ttl h3 i svg {
    width: 14px;
    height: 5px;
  }
}
#home-page .sec-news {
  width: 90%;
  max-width: 1240px;
}
@media (min-width: 992px) {
  #home-page .sec-news .news-list {
    padding-bottom: 30px;
  }
}
#home-page .sec-movie {
  width: 90%;
  max-width: 1240px;
}
#home-page .sec-movie .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  #home-page .sec-movie .movie-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #home-page .sec-movie .movie-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #home-page .sec-movie .movie-list .item {
    margin-bottom: 30px;
  }
  #home-page .sec-movie .movie-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #home-page .sec-movie .movie-list .item {
    width: calc(33.33333% - 10px);
    margin-right: 20px;
  }
  #home-page .sec-movie .movie-list .item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #home-page .sec-movie .movie-list .item {
    width: calc(33.33333% - 25px);
    margin-right: 50px;
  }
}
#home-page .sec-movie .movie-list .item .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
#home-page .sec-movie .movie-list .item .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-page .sec-movie .btn-box i {
  border-color: #fff;
}
#home-page .sec-movie .btn-box i:after {
  border-color: #fff;
}
#home-page .sec-movie .item .btn-box {
  padding-top: 30px;
}
@media (min-width: 992px) {
  #home-page .sec-movie .item .btn-box {
    padding-top: 30px;
  }
}
#home-page .sec-movie .item .btn-box a {
  min-width: 0;
}
@media (min-width: 992px) {
  #home-page .sec-movie .item .btn-box a {
    padding: 1rem 2rem;
  }
}

/* =========================================================
 stock list
========================================================= */
.contents .sec-stock {
  max-width: 1240px;
}
@media (min-width: 768px) {
  .contents .stock-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .contents .stock-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.contents .stock-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  .contents .stock-list .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .contents .stock-list .item:nth-of-type(3), .contents .stock-list .item:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .contents .stock-list .item {
    width: 25%;
    margin-bottom: 0;
  }
}
.contents .stock-list a {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  color: #362e2b;
  text-decoration: none;
}
.contents .stock-list dt, .contents .stock-list dd {
  font-size: 0.75rem;
}
.contents .stock-list dt {
  margin-bottom: 10px;
}
.contents .stock-list dt .name {
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents .stock-list dt .name {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contents .stock-list dt .name {
    font-size: 1.125rem;
  }
}
.contents .stock-list dt span {
  display: block;
  margin-top: 5px;
}
.contents .stock-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-top: 1px dotted #ddd;
}
.contents .stock-list dd strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents .stock-list dd strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .contents .stock-list dd strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .contents .stock-list dd strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contents .stock-list dd span:last-child {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contents .stock-list dd span:last-child {
    font-size: 1rem;
  }
}

/* =========================================================
 stock
========================================================= */
#stock-page .pagetitle {
  background-image: url("/assets/images/stock/bg-pagettl.png");
}
@media (max-width: 767px) {
  #stock-page .cnt-stock {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #stock-page .cnt-stock {
    width: 96%;
  }
}
@media (min-width: 992px) {
  #stock-page .cnt-stock {
    width: auto;
    max-width: none;
    margin: 0 50px;
  }
}
#stock-page .stock-list {
  margin: 0 auto;
}
@media (min-width: 992px) {
  #stock-page .stock-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #stock-page .stock-list .item {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #stock-page .stock-list .item {
    margin-bottom: 30px;
    padding: 0 7px;
  }
}
@media (min-width: 1200px) {
  #stock-page .stock-list .item {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  #stock-page .stock-list a {
    padding: 15px;
  }
}
#stock-page .stock-list dt {
  margin-bottom: 10px;
}
#stock-page .stock-list dt .name {
  font-weight: 700;
}
@media (max-width: 767px) {
  #stock-page .stock-list dt .name {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #stock-page .stock-list dt .name {
    font-size: 1.125rem;
  }
}
#stock-page .stock-list dt span {
  display: block;
  margin-top: 5px;
}
#stock-page .stock-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-top: 1px dotted #ddd;
}
#stock-page .stock-list dd strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  #stock-page .stock-list dd strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  #stock-page .stock-list dd strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #stock-page .stock-list dd strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #stock-page .stock-list dd span:last-child {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #stock-page .stock-list dd span:last-child {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  body.cnt-detail h2 {
    margin-bottom: 30px;
  }
}
body.cnt-detail h2 .name {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.cnt-detail .detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body.cnt-detail .img {
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  body.cnt-detail .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 55%;
    max-width: none;
    margin: 0;
  }
}
body.cnt-detail .img figure {
  position: relative;
}
body.cnt-detail .img figure figcaption {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.cnt-detail .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  body.cnt-detail .detail {
    display: block;
    width: calc(45% - 30px);
  }
}
body.cnt-detail .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
  border-top: 3px solid #4d362e;
}
@media (max-width: 767px) {
  body.cnt-detail .price {
    margin: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.cnt-detail .price {
    display: block;
    width: 200px;
  }
}
@media (min-width: 992px) {
  body.cnt-detail .price {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
body.cnt-detail .price dt, body.cnt-detail .price dd {
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  body.cnt-detail .price dt {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.cnt-detail .price dt {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
body.cnt-detail .price dd {
  text-align: right;
}
@media (min-width: 768px) {
  body.cnt-detail .price dd {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  body.cnt-detail .price dd {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.cnt-detail .price dd strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  body.cnt-detail .price dd strong {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  body.cnt-detail .price dd strong {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.cnt-detail .table {
    width: calc(100% - 220px);
  }
}
body.cnt-detail table th, body.cnt-detail table td {
  padding: 10px;
}

/* =========================================================
 results slide
========================================================= */
@media (max-width: 767px) {
  .contents .results-slide .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contents .results-slide .item {
    width: 634px;
    padding: 0 2px;
  }
}
.contents .results-slide .item a {
  display: block;
  width: 100%;
  color: #362e2b;
  background: #f2f1f0;
  text-decoration: none;
}
.contents .results-slide .item a:hover {
  background: #f7f6f5;
}
.contents .results-slide .item a:hover figure:after {
  opacity: 1;
}
.contents .results-slide .item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.contents .results-slide .item figure {
  position: relative;
  width: 100%;
  padding-top: 65.25%;
}
.contents .results-slide .item figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(77, 54, 46, 0.5);
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
.contents .results-slide .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
.contents .results-slide .item figure i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #4d362e;
  color: #fff;
  font-size: 0.812rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .contents .results-slide .item figure i {
    padding: 10px 15px;
    font-size: 0.687rem;
  }
}
.contents .results-slide .item .inner {
  position: relative;
  padding: 30px;
}
@media (max-width: 767px) {
  .contents .results-slide .item .inner {
    padding: 20px;
  }
}
.contents .results-slide .item .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .contents .results-slide .item .arrow {
    right: 20px;
    bottom: 20px;
  }
}
.contents .results-slide .item .arrow svg {
  fill: #d3d3d3;
  width: 38px;
  height: 11px;
}
@media (max-width: 767px) {
  .contents .results-slide .item .arrow svg {
    width: 20px;
    height: 6px;
  }
}
.contents .results-slide .item dl {
  margin-bottom: 0;
}
.contents .results-slide .item dt {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents .results-slide .item dt {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contents .results-slide .item .ttl {
    font-weight: 700;
    font-size: 1.125rem;
  }
}
.contents .results-slide .item .date {
  margin-top: 20px;
  color: #999;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents .results-slide .item .date {
    margin-top: 10px;
    font-size: 0.687rem;
  }
}

/* =========================================================
 slick dots
========================================================= */
.contents .slick-dots {
  padding: 0 5%;
  font-size: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .contents .slick-dots {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .contents .slick-dots {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contents .slick-dots {
    padding-top: 30px;
  }
}
.contents .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
.contents .slick-dots li.slick-active button {
  background: #4d362e;
}
.contents .slick-dots button {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  background: #999;
  text-indent: -99999px;
}

/* =========================================================
 about
========================================================= */
#about-page .kv {
  position: relative;
  background: url("/assets/images/about/mv-img.png") no-repeat right center #1f0e0a;
  background-size: auto 100%;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  #about-page .kv {
    margin-bottom: 60px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  #about-page .kv {
    margin-bottom: 80px;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #about-page .kv {
    margin-bottom: 150px;
    padding: 100px 0;
  }
}
#about-page .kv .inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  #about-page .kv h1 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #about-page .kv h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #about-page .kv h1 {
    margin-bottom: 80px;
  }
}
#about-page .kv h1 small {
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  #about-page .kv h1 small {
    margin-bottom: 10px;
    font-size: 0.687rem;
  }
}
@media (min-width: 768px) {
  #about-page .kv h1 small {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  #about-page .kv h1 small {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
}
#about-page .kv h1 .en {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  #about-page .kv h1 .en {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  #about-page .kv h1 .en {
    font-size: 2.5rem;
  }
}
#about-page .kv .lead {
  font-weight: 700;
}
@media (max-width: 767px) {
  #about-page .kv .lead {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #about-page .kv .lead {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #about-page .kv .lead {
    font-size: 1.875rem;
  }
}
#about-page .kv p {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #about-page .kv p {
    font-size: 0.812rem;
  }
}
@media (min-width: 768px) {
  #about-page .kv p {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #about-page .kv p {
    font-size: 1rem;
    line-height: 2;
  }
}
#about-page .kv p:last-child {
  margin-bottom: 0;
}
#about-page .kv a {
  color: #fff;
}
@media (min-width: 768px) {
  #about-page article {
    text-align: center;
  }
}
#about-page article p {
  line-height: 1.8;
}
#about-page .logo {
  background: #f2f1f0;
  text-align: center;
  line-height: 0;
}
@media (max-width: 767px) {
  #about-page .logo {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #about-page .logo {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #about-page .logo {
    padding: 50px 0;
    margin-bottom: 40px;
  }
}
#about-page .logo svg {
  fill: #4d362e;
}
@media (max-width: 767px) {
  #about-page .logo svg {
    width: 200px;
    height: 49px;
  }
}
@media (min-width: 768px) {
  #about-page .logo svg {
    width: 322px;
    height: 80px;
  }
}
#about-page .summary img {
  width: 950px;
}
#about-page .access {
  text-align: left;
}
#about-page .access .map {
  margin-bottom: 1.5em;
}
#about-page .access .txt {
  margin-top: 1.5em;
}

/* =========================================================
 consultants
========================================================= */
@media (min-width: 576px) {
  .contents .consultants-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .contents .consultants-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contents .consultants-list .item {
  background: #f2f1f0;
}
@media (min-width: 576px) {
  .contents .consultants-list .item {
    margin-top: 30px;
    width: calc(50% - 15px);
  }
  .contents .consultants-list .item:nth-of-type(1), .contents .consultants-list .item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .contents .consultants-list .item {
    margin-top: 50px;
    margin-right: 49px;
    width: calc(33.33333% - 33px);
  }
  .contents .consultants-list .item:nth-child(1), .contents .consultants-list .item:nth-child(2), .contents .consultants-list .item:nth-child(3) {
    margin-top: 0;
  }
  .contents .consultants-list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.contents .consultants-list .inner {
  background: #f2f1f0;
}
@media (max-width: 575px) {
  .contents .consultants-list .inner {
    padding: 20px;
  }
}
@media (min-width: 576px) {
  .contents .consultants-list .inner {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .contents .consultants-list .inner {
    padding: 30px;
  }
}
.contents .consultants-list .name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.contents .consultants-list .name dt, .contents .consultants-list .name dd {
  line-height: 1;
}
.contents .consultants-list .name dt {
  margin-bottom: 15px;
  color: #999;
  font-size: 0.75rem;
}
@media (max-width: 575px) {
  .contents .consultants-list .name dt {
    margin-bottom: 10px;
  }
}
.contents .consultants-list .name dd {
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .contents .consultants-list .name dd {
    font-size: 1.125rem;
  }
}
.contents .consultants-list .name small {
  display: block;
  margin-top: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}
.contents .consultants-list p {
  font-size: 0.875rem;
}
.contents .consultants-list .profile dl {
  margin-bottom: 5px;
  font-size: 0;
}
.contents .consultants-list .profile dl:last-child {
  margin-bottom: 0;
}
.contents .consultants-list .profile dt, .contents .consultants-list .profile dd {
  display: inline-block;
  font-size: 0.875rem;
}
.contents .consultants-list .profile dt:after {
  content: ":";
  margin: 0 5px;
}

/* =========================================================
 results
========================================================= */
#results-page .results-list {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}
@media (max-width: 1200px) {
  #results-page .results-list {
    width: 100%;
    min-width: none;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  #results-page .results-list {
    padding: 0;
    width: 90%;
  }
}
@media (min-width: 768px) {
  #results-page .results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #results-page .results-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#results-page .results-list .item {
  background: #f2f1f0;
}
@media (max-width: 767px) {
  #results-page .results-list .item {
    margin-bottom: 30px;
  }
  #results-page .results-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #results-page .results-list .item {
    margin-top: 30px;
    width: calc(50% - 15px);
  }
  #results-page .results-list .item:nth-of-type(1), #results-page .results-list .item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #results-page .results-list .item {
    margin-top: 30px;
    margin-right: 30px;
    width: calc(33.33333% - 20px);
  }
  #results-page .results-list .item:nth-child(1), #results-page .results-list .item:nth-child(2), #results-page .results-list .item:nth-child(3) {
    margin-top: 0;
  }
  #results-page .results-list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
#results-page .results-list .item a {
  display: block;
  width: 100%;
  color: #362e2b;
  background: #f2f1f0;
  text-decoration: none;
}
#results-page .results-list .item a:hover {
  background: #f7f6f5;
}
#results-page .results-list .item a:hover figure:after {
  opacity: 1;
}
#results-page .results-list .item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#results-page .results-list .item figure {
  position: relative;
  width: 100%;
  padding-top: 65.25%;
}
#results-page .results-list .item figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(77, 54, 46, 0.5);
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
#results-page .results-list .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
#results-page .results-list .item figure i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #4d362e;
  color: #fff;
  font-size: 0.812rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #results-page .results-list .item figure i {
    padding: 10px 15px;
    font-size: 0.687rem;
  }
}
#results-page .results-list .item .inner {
  position: relative;
  background: #f2f1f0;
}
@media (max-width: 767px) {
  #results-page .results-list .item .inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #results-page .results-list .item .inner {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #results-page .results-list .item .inner {
    padding: 30px;
  }
}
#results-page .results-list .item .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  #results-page .results-list .item .arrow {
    right: 20px;
    bottom: 20px;
  }
}
#results-page .results-list .item .arrow svg {
  fill: #d3d3d3;
  width: 38px;
  height: 11px;
}
@media (max-width: 767px) {
  #results-page .results-list .item .arrow svg {
    width: 20px;
    height: 6px;
  }
}
#results-page .results-list .item dl {
  margin-bottom: 0;
}
#results-page .results-list .item dt {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #results-page .results-list .item dt {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  #results-page .results-list .item .ttl {
    font-weight: 700;
    font-size: 1.125rem;
  }
}
#results-page .results-list .item .date {
  margin-top: 20px;
  color: #999;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #results-page .results-list .item .date {
    margin-top: 10px;
    font-size: 0.687rem;
  }
}
#results-page .results-detail .hgroup {
  text-align: center;
}
@media (max-width: 767px) {
  #results-page .results-detail .hgroup {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .hgroup {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .hgroup {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #results-page .results-detail .hgroup h2 {
    margin: 10px 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .hgroup h2 {
    margin: 15px 0;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .hgroup h2 {
    margin: 20px 0;
    font-size: 1.875rem;
  }
}
#results-page .results-detail .hgroup i {
  display: inline-block;
  background: #4d362e;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  #results-page .results-detail .hgroup i {
    padding: 10px 15px;
    font-size: 0.687rem;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .hgroup i {
    padding: 15px;
    font-size: 0.812rem;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .hgroup i {
    padding: 15px 20px;
  }
}
#results-page .results-detail .hgroup p {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  #results-page .results-detail .hgroup p {
    font-size: 0.812rem;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .hgroup p {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .hgroup p {
    font-size: 1rem;
  }
}
#results-page .results-detail figure {
  text-align: center;
}
#results-page .results-detail .comment, #results-page .results-detail .message {
  text-align: left;
}
#results-page .results-detail .comment h3, #results-page .results-detail .message h3 {
  text-align: left;
}
#results-page .results-detail .comment h3 span, #results-page .results-detail .comment h3 small, #results-page .results-detail .message h3 span, #results-page .results-detail .message h3 small {
  display: inline-block;
}
@media (max-width: 767px) {
  #results-page .results-detail .comment h3 span, #results-page .results-detail .comment h3 small, #results-page .results-detail .message h3 span, #results-page .results-detail .message h3 small {
    display: block;
  }
}
#results-page .results-detail .comment h3 small, #results-page .results-detail .message h3 small {
  margin-left: 10px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  #results-page .results-detail .comment h3 small, #results-page .results-detail .message h3 small {
    margin-left: 0;
    font-size: 0.65rem;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .message .message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#results-page .results-detail .message .message-inner figure {
  width: 200px;
}
@media (max-width: 767px) {
  #results-page .results-detail .message .message-inner figure {
    margin: auto;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .message .message-inner figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  #results-page .results-detail .message .message-inner .txt {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .message .message-inner .txt {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .message .message-inner .txt {
    padding-left: 20px;
  }
}
#results-page .results-detail .nav {
  position: relative;
}
@media (max-width: 767px) {
  #results-page .results-detail .nav {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .nav {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .nav {
    margin-top: 80px;
  }
}
#results-page .results-detail .nav .btn-box {
  clear: both;
  padding-top: 0;
}
@media (max-width: 767px) {
  #results-page .results-detail .nav .btn-box {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #results-page .results-detail .nav .btn-box {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .nav .btn-box {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .nav .nav-link {
    float: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#results-page .results-detail .nav .nav-link a {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
#results-page .results-detail .nav .nav-link i {
  vertical-align: middle;
}
@media (max-width: 991px) {
  #results-page .results-detail .nav .nav-link.nxt {
    float: right;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .nav .nav-link.nxt {
    float: none;
    right: 0;
  }
}
#results-page .results-detail .nav .nav-link.nxt i {
  margin-left: 10px;
}
@media (max-width: 991px) {
  #results-page .results-detail .nav .nav-link.prev {
    float: left;
  }
}
@media (min-width: 992px) {
  #results-page .results-detail .nav .nav-link.prev {
    float: none;
    left: 0;
  }
}
#results-page .results-detail .nav .nav-link.prev i {
  margin-right: 10px;
}
#results-page .results-detail .nav .nav-link.prev i svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#results-page .results-detail + .guide-wrap .guide-nav {
  padding-top: 0;
}

/* =========================================================
 buy
========================================================= */
#buy-page .kv {
  position: relative;
  background: url("/assets/images/buy/mv-img_250319.png") no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  #buy-page .kv {
    margin-bottom: 60px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  #buy-page .kv {
    margin-bottom: 80px;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #buy-page .kv {
    margin-bottom: 150px;
    padding: 100px 0;
  }
}
#buy-page .kv .breadcrumbs {
  text-align: left;
}
#buy-page .kv h1 {
  width: 80%;
  max-width: 1000px;
  margin: auto;
  color: #fff;
  font-weight: 700;
}
#buy-page .kv h1 span {
  display: block;
}
@media (max-width: 767px) {
  #buy-page .kv h1 span {
    margin: 15px 0;
    font-size: 8vw;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  #buy-page .kv h1 span {
    margin: 20px 0;
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #buy-page .kv h1 span {
    margin: 30px 0;
    font-size: 3.75rem;
    line-height: 1;
  }
}
#buy-page .kv h1 small {
  display: block;
}
@media (max-width: 767px) {
  #buy-page .kv h1 small {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  #buy-page .kv h1 small {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #buy-page .kv h1 small {
    font-size: 1.875rem;
  }
}
#buy-page .kv .btn-box {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#buy-page .kv .btn-box a {
  min-width: 0;
  background: #fff;
  color: #4d362e;
  font-weight: 700;
}
@media (max-width: 767px) {
  #buy-page .kv .btn-box a {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  #buy-page .kv .btn-box a {
    display: inline-block;
    width: auto;
    padding: 20px 50px;
  }
}
@media (min-width: 992px) {
  #buy-page .kv .btn-box a {
    font-size: 1.25rem;
    padding: 30px 70px;
  }
}
#buy-page .kv .btn-box a svg {
  fill: #4d362e;
}
#buy-page .kv .btn-box a:hover {
  background: #dbd7d5;
}
#buy-page .kv .caution {
  color: #fff;
}
#buy-page .btn-box + .caution {
  margin-top: 10px;
  text-align: center;
  font-size: 80%;
}
@media (max-width: 767px) {
  #buy-page .slide-loop li {
    width: 150px;
  }
}
@media (min-width: 768px) {
  #buy-page .slide-loop li {
    width: 200px;
  }
}
#buy-page .simply-scroll-container {
  position: relative;
}
#buy-page .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#buy-page .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 画像の高さ;
  /* 崩れる場合にはこちらも設定 */
}
#buy-page .simply-scroll-list li {
  list-style: none !important;
  float: left;
  margin: 0;
  padding: 0;
}
#buy-page .simply-scroll-list li img {
  display: block;
}
#buy-page .slick-dots {
  padding: 0 5%;
  font-size: 0;
  text-align: center;
}
@media (max-width: 575px) {
  #buy-page .slick-dots {
    padding-top: 15px;
  }
}
#buy-page .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
#buy-page .slick-dots li.slick-active button {
  background: #4d362e;
}
#buy-page .slick-dots button {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  background: #999;
  text-indent: -99999px;
}
#buy-page .cnt-feature .item {
  text-align: left;
}
@media (max-width: 767px) {
  #buy-page .cnt-feature .item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-feature .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-feature .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #buy-page .cnt-feature .item .txt {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-feature .item .txt {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-feature .item .txt {
    padding-right: 40px;
  }
}
#buy-page .cnt-feature .item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  #buy-page .cnt-feature .item figure {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-feature .item figure {
    width: 400px;
  }
}
#buy-page .cnt-feature .item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #buy-page .cnt-feature .item h3 {
    font-size: 1rem;
  }
}
#buy-page .cnt-feature .item h3 i {
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 767px) {
  #buy-page .cnt-feature .item h3 i {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-feature .item h3 i {
    margin-right: 15px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-feature .item h3 i {
    font-size: 1.25rem;
  }
}
#buy-page .cnt-feature .item h3 i:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 2px solid #4d362e;
}
#buy-page .cnt-flow h2 span:first-child {
  line-height: 1;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow h2 span:first-child {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-flow h2 span:first-child {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-flow h2 span:first-child {
    font-size: 1.625rem;
  }
}
#buy-page .cnt-flow .item {
  position: relative;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow .item {
    padding: 20px 25px;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-flow .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-flow .item {
    padding: 40px;
  }
}
#buy-page .cnt-flow .item:nth-child(odd) {
  background: #f2f1f0;
}
#buy-page .cnt-flow .item:nth-child(odd) .txt {
  background: #f2f1f0;
}
#buy-page .cnt-flow .item:nth-child(even) .txt {
  background: #fff;
}
#buy-page .cnt-flow .item:first-child:before {
  display: none;
}
#buy-page .cnt-flow .item:last-child {
  margin-bottom: 0;
}
#buy-page .cnt-flow .item:last-child:after {
  display: none;
}
#buy-page .cnt-flow .item:before, #buy-page .cnt-flow .item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 80px;
  background: #dbd7d5;
  z-index: 1;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow .item:before, #buy-page .cnt-flow .item:after {
    left: calc(50% - 2px);
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-flow .item:before, #buy-page .cnt-flow .item:after {
    left: calc(200px / 2 + 20px);
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-flow .item:before, #buy-page .cnt-flow .item:after {
    left: calc(250px / 2 + 40px);
  }
}
#buy-page .cnt-flow .item:before {
  top: 0;
}
#buy-page .cnt-flow .item:after {
  bottom: 0;
}
#buy-page .cnt-flow .item .txt {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow .item .txt {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-flow .item .txt {
    width: calc(100% - 200px);
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-flow .item .txt {
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}
#buy-page .cnt-flow .item .txt p {
  font-size: 0.875rem;
}
#buy-page .cnt-flow .item .txt p.caution {
  text-align: left;
  font-size: 80%;
}
#buy-page .cnt-flow .item .txt .btn-box {
  padding-top: 0;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow .item .txt .btn-box a {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-flow .item .txt .btn-box {
    text-align: left;
  }
  #buy-page .cnt-flow .item .txt .btn-box a {
    font-size: 1rem;
    text-align: center;
  }
}
#buy-page .cnt-flow .item figure {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow .item figure {
    width: 60%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-flow .item figure {
    width: 200px;
  }
}
@media (min-width: 992px) {
  #buy-page .cnt-flow .item figure {
    width: 250px;
  }
}
#buy-page .cnt-flow .item h3 {
  text-align: left;
}
#buy-page .cnt-flow .item h3 i {
  display: inline-block;
  padding: 7px 15px 4px;
  background: #4d362e;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #buy-page .cnt-flow .item h3 i {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  #buy-page .cnt-flow .item h3 i {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
}
#buy-page .cnt-flow .item h3 span {
  display: block;
}

/* =========================================================
 after-follow
========================================================= */
#after-follow-page .inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#after-follow-page .inner p {
  line-height: 2;
}
#after-follow-page .follow-list {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}
@media (min-width: 992px) {
  #after-follow-page .follow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #after-follow-page .follow-list .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #after-follow-page .follow-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  #after-follow-page .follow-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 48%;
  }
}
@media (max-width: 767px) {
  #after-follow-page .follow-list .item .txt {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #after-follow-page .follow-list .item .txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 55%;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #after-follow-page .follow-list .item .txt {
    padding-top: 30px;
  }
}
#after-follow-page .follow-list .item .figure {
  text-align: center;
}
@media (max-width: 767px) {
  #after-follow-page .follow-list .item .figure {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #after-follow-page .follow-list .item .figure {
    width: 45%;
  }
}
@media (min-width: 992px) {
  #after-follow-page .follow-list .item .figure {
    width: 100%;
  }
}

/* =========================================================
finance-plan
========================================================= */
#finance-plan-page .inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#finance-plan-page .inner p {
  line-height: 2;
}
#finance-plan-page .plan-list {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}
@media (min-width: 992px) {
  #finance-plan-page .plan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #finance-plan-page .plan-list .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #finance-plan-page .plan-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  #finance-plan-page .plan-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 48%;
  }
}
@media (max-width: 767px) {
  #finance-plan-page .plan-list .item .txt {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #finance-plan-page .plan-list .item .txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 55%;
    padding-left: 15px;
  }
  #finance-plan-page .plan-list .item .txt h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #finance-plan-page .plan-list .item .txt {
    padding-top: 30px;
  }
}
#finance-plan-page .plan-list .item .figure {
  text-align: center;
}
@media (max-width: 767px) {
  #finance-plan-page .plan-list .item .figure {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #finance-plan-page .plan-list .item .figure {
    width: 45%;
  }
}
@media (min-width: 992px) {
  #finance-plan-page .plan-list .item .figure {
    width: 100%;
  }
}

/* =========================================================
 consultants-page
========================================================= */
#consultants-page .pagetitle {
  background-image: url("/assets/images/consultants/bg-pagettl.png");
}

/* =========================================================
 news list
========================================================= */
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .news-list {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .news-list .item {
    margin-bottom: 30px;
  }
  .news-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list .item {
    width: calc(33.33333%);
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .news-list .item {
    padding: 0 20px;
  }
}
.news-list a {
  display: block;
  background: #fff;
  text-decoration: none;
}
.news-list a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.news-list figure {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  background: #fff;
}
.news-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99), -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-list figure.blank:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list .title {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .news-list .title {
    font-size: .875rem;
  }
}
.news-list .txt {
  position: relative;
}
@media (max-width: 767px) {
  .news-list .txt {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .news-list .txt {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .news-list .txt {
    padding: 30px 0 0;
  }
}
.news-list .date {
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .news-list .date {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .news-list .date {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.news-list .date:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #4d362e;
}
.news-list .cat {
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .news-list .cat {
    left: 20px;
    bottom: 20px;
    font-size: .687rem;
  }
}
@media (min-width: 768px) {
  .news-list .cat {
    left: 15px;
    bottom: 15px;
    font-size: .687rem;
  }
}
@media (min-width: 992px) {
  .news-list .cat {
    left: 30px;
    bottom: 30px;
    font-size: .75rem;
  }
}

/* =========================================================
 news page
========================================================= */
@media (min-width: 768px) {
  #news-page .news-list .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #news-page .news-list .item {
    margin-bottom: 40px;
  }
}
#news-page .post {
  max-width: 800px;
  margin: auto;
}
#news-page .post h2 {
  text-align: left;
}
@media (max-width: 767px) {
  #news-page .post h2 {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  #news-page .post h2 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #news-page .post h2 {
    margin-bottom: 30px;
    font-size: 1.625rem;
  }
}
#news-page .post .update {
  margin-bottom: 20px;
  padding: 15px;
  background: #f2f1f0;
  text-align: right;
  font-size: 0;
}
#news-page .post .update dt, #news-page .post .update dd {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.812rem;
}
#news-page .post .update dt:after {
  content: ":";
  margin: 0 5px;
}
#news-page .post .post-inner p:last-child, #news-page .post .post-inner ul:last-child, #news-page .post .post-inner dl:last-child {
  margin-bottom: 0;
}
#news-page .post .post-inner img {
  display: block;
}
#news-page .post .post-inner img.alignright {
  margin: 0 0 0 auto;
}
#news-page .post .post-inner img.alignleft {
  margin: 0 auto 0 0;
}
#news-page .post .post-inner img.aligncenter {
  margin: 0 auto;
}

/*  form page
========================================================= */
#contact-page .step, #assess-page .step {
  overflow: hidden;
}
@media (min-width: 768px) {
  #contact-page .step, #assess-page .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #contact-page .step, #assess-page .step {
    margin-top: 30px;
  }
}
#contact-page .step li, #assess-page .step li {
  position: relative;
  background: #f2f1f0;
  color: rgba(77, 54, 46, 0.5);
  font-weight: 700;
}
@media (max-width: 767px) {
  #contact-page .step li, #assess-page .step li {
    text-align: center;
    padding: 15px;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  #contact-page .step li, #assess-page .step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33333%;
    height: 50px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #contact-page .step li, #assess-page .step li {
    height: 60px;
  }
}
#contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 767px) {
  #contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
    top: 0;
    border-width: 25px 0 25px 15px;
  }
}
@media (min-width: 992px) {
  #contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
    border-width: 30px 0 30px 15px;
  }
}
#contact-page .step li:before, #assess-page .step li:before {
  border-color: transparent transparent transparent #fff;
  z-index: 9;
}
@media (min-width: 768px) {
  #contact-page .step li:before, #assess-page .step li:before {
    top: -2px;
    border-width: 26px 0 26px 17px;
    right: -17px;
  }
}
@media (min-width: 992px) {
  #contact-page .step li:before, #assess-page .step li:before {
    border-width: 32px 0 32px 17px;
  }
}
#contact-page .step li:after, #assess-page .step li:after {
  border-color: transparent transparent transparent #f2f1f0;
  z-index: 10;
}
@media (min-width: 768px) {
  #contact-page .step li:after, #assess-page .step li:after {
    right: -15px;
  }
}
#contact-page .step li.cur, #assess-page .step li.cur {
  color: #fff;
  background: #4d362e;
}
#contact-page .step li.cur:after, #assess-page .step li.cur:after {
  border-color: transparent transparent transparent #4d362e;
}
#contact-page .contents form, #assess-page .contents form {
  width: 100%;
}
#contact-page .contents h3, #assess-page .contents h3 {
  margin-bottom: 15px;
  color: #362e2b;
  text-align: left;
}
#contact-page .contents h3 .must, #assess-page .contents h3 .must {
  display: inline-block;
  width: 35px;
  height: 18px;
  background: #d71518;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 18px;
  text-indent: 0;
  border-radius: 4px;
}
#contact-page .contents .form-wrap, #assess-page .contents .form-wrap {
  width: 100%;
  margin: auto;
}
#contact-page .contents .form-wrap dl, #assess-page .contents .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  border-bottom: dotted 1px #ddd;
}
#contact-page .contents .form-wrap dl:first-of-type, #assess-page .contents .form-wrap dl:first-of-type {
  border-top: dotted 1px #ddd;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dl, #assess-page .contents .form-wrap dl {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dl, #assess-page .contents .form-wrap dl {
    display: block;
  }
}
#contact-page .contents .form-wrap dt, #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dt, #assess-page .contents .form-wrap dd {
  padding: 20px 15px;
  border: none !important;
  font-size: 100%;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dt, #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dt, #assess-page .contents .form-wrap dd {
    display: block;
  }
}
#contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
    width: auto;
    padding: 1rem;
    border-bottom: 1px dotted #ddd !important;
  }
}
@media (min-width: 768px) {
  #contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
    width: 350px;
  }
}
#contact-page .contents .form-wrap dt span, #assess-page .contents .form-wrap dt span {
  display: block;
  float: right;
  width: 35px;
  height: 18px;
  margin-top: 3px;
  background: #d71518;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 18px;
  text-indent: 0;
  border-radius: 4px;
}
#contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dd {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dd {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dd {
    width: 100%;
  }
}
#contact-page .contents .form-wrap dd dl, #assess-page .contents .form-wrap dd dl {
  width: 100%;
  margin-bottom: 5px;
  border: none !important;
}
#contact-page .contents .form-wrap dd dl:first-of-type, #assess-page .contents .form-wrap dd dl:first-of-type {
  border-top: none;
}
#contact-page .contents .form-wrap dd dl:last-child, #assess-page .contents .form-wrap dd dl:last-child {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap dd dl dt, #contact-page .contents .form-wrap dd dl dd, #assess-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dd {
  padding: 0;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dd dl dt, #contact-page .contents .form-wrap dd dl dd, #assess-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dd {
    width: auto;
    border: none !important;
    background: none;
  }
}
#contact-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dt {
  background: none;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dt {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dt {
    width: 150px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd dl dd, #assess-page .contents .form-wrap dd dl dd {
    width: calc(100% - 150px);
  }
}
#contact-page .contents .form-wrap .error, #assess-page .contents .form-wrap .error {
  display: block;
  padding-top: 5px;
  color: #d71518;
  font-weight: 700;
}
#contact-page .contents .form-wrap .info, #assess-page .contents .form-wrap .info {
  display: block;
  font-size: 13px;
}
#contact-page .contents .form-wrap .attention li, #assess-page .contents .form-wrap .attention li {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap input, #contact-page .contents .form-wrap select, #contact-page .contents .form-wrap textarea, #assess-page .contents .form-wrap input, #assess-page .contents .form-wrap select, #assess-page .contents .form-wrap textarea {
  font-size: 16px;
}
#contact-page .contents .form-wrap input:focus, #contact-page .contents .form-wrap select:focus, #contact-page .contents .form-wrap textarea:focus, #assess-page .contents .form-wrap input:focus, #assess-page .contents .form-wrap select:focus, #assess-page .contents .form-wrap textarea:focus {
  outline: none;
}
#contact-page .contents .form-wrap input[type="text"], #contact-page .contents .form-wrap input[type="tel"], #contact-page .contents .form-wrap input[type="email"], #contact-page .contents .form-wrap textarea, #assess-page .contents .form-wrap input[type="text"], #assess-page .contents .form-wrap input[type="tel"], #assess-page .contents .form-wrap input[type="email"], #assess-page .contents .form-wrap textarea {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100% !important;
}
#contact-page .contents .form-wrap input.zip, #assess-page .contents .form-wrap input.zip {
  width: 100px !important;
}
#contact-page .contents .form-wrap #zip, #contact-page .contents .form-wrap #other_zip, #assess-page .contents .form-wrap #zip, #assess-page .contents .form-wrap #other_zip {
  margin-right: 3px;
}
#contact-page .contents .form-wrap #zip1, #contact-page .contents .form-wrap #other_zip1, #assess-page .contents .form-wrap #zip1, #assess-page .contents .form-wrap #other_zip1 {
  margin-left: 5px;
}
#contact-page .contents .form-wrap dd li, #assess-page .contents .form-wrap dd li {
  margin-bottom: 10px;
}
#contact-page .contents .form-wrap dd li:last-child, #assess-page .contents .form-wrap dd li:last-child {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap dd .event-name, #assess-page .contents .form-wrap dd .event-name {
  margin-left: 5px;
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd .event-name, #assess-page .contents .form-wrap dd .event-name {
    width: calc(100% - 7em) !important;
    margin-right: 10px;
  }
}
#contact-page .contents .form-wrap dd .menu-price, #assess-page .contents .form-wrap dd .menu-price {
  margin: 0 5px;
  width: 20% !important;
}
#contact-page .contents .form-wrap dd .event-year, #contact-page .contents .form-wrap dd .event-month, #assess-page .contents .form-wrap dd .event-year, #assess-page .contents .form-wrap dd .event-month {
  width: 80px !important;
  margin: 0 5px;
}
#contact-page .contents .form-wrap .custom, #assess-page .contents .form-wrap .custom {
  overflow: hidden;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  z-index: 10;
}
#contact-page .contents .form-wrap .custom i, #assess-page .contents .form-wrap .custom i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  margin: 0;
  width: 8px;
  height: 8px;
}
#contact-page .contents .form-wrap .custom i:before, #assess-page .contents .form-wrap .custom i:before {
  width: 8px;
  height: 8px;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
#contact-page .contents .form-wrap select, #assess-page .contents .form-wrap select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 130%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 15;
  vertical-align: middle;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
#contact-page .contents .form-wrap input[type=radio], #contact-page .contents .form-wrap input[type=checkbox], #assess-page .contents .form-wrap input[type=radio], #assess-page .contents .form-wrap input[type=checkbox] {
  display: none;
}
#contact-page .contents .form-wrap .mwform-radio-field, #contact-page .contents .form-wrap .mwform-checkbox-field, #assess-page .contents .form-wrap .mwform-radio-field, #assess-page .contents .form-wrap .mwform-checkbox-field {
  display: block;
  margin: 0 0 10px;
}
#contact-page .contents .form-wrap .mwform-radio-field:last-of-type, #contact-page .contents .form-wrap .mwform-checkbox-field:last-of-type, #assess-page .contents .form-wrap .mwform-radio-field:last-of-type, #assess-page .contents .form-wrap .mwform-checkbox-field:last-of-type {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap .mwform-radio-field label, #contact-page .contents .form-wrap .mwform-checkbox-field label, #assess-page .contents .form-wrap .mwform-radio-field label, #assess-page .contents .form-wrap .mwform-checkbox-field label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer;
}
#contact-page .contents .form-wrap .mwform-radio-field label:hover:after, #contact-page .contents .form-wrap .mwform-checkbox-field label:hover:after, #assess-page .contents .form-wrap .mwform-radio-field label:hover:after, #assess-page .contents .form-wrap .mwform-checkbox-field label:hover:after {
  border-color: #4d362e;
}
#contact-page .contents .form-wrap .mwform-radio-field label:before, #contact-page .contents .form-wrap .mwform-radio-field label:after, #contact-page .contents .form-wrap .mwform-checkbox-field label:before, #contact-page .contents .form-wrap .mwform-checkbox-field label:after, #assess-page .contents .form-wrap .mwform-radio-field label:before, #assess-page .contents .form-wrap .mwform-radio-field label:after, #assess-page .contents .form-wrap .mwform-checkbox-field label:before, #assess-page .contents .form-wrap .mwform-checkbox-field label:after {
  display: block;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
}
#contact-page .contents .form-wrap .mwform-radio-field label:before, #contact-page .contents .form-wrap .mwform-checkbox-field label:before, #assess-page .contents .form-wrap .mwform-radio-field label:before, #assess-page .contents .form-wrap .mwform-checkbox-field label:before {
  opacity: 0;
  z-index: 2;
}
#contact-page .contents .form-wrap .mwform-radio-field label:after, #contact-page .contents .form-wrap .mwform-checkbox-field label:after, #assess-page .contents .form-wrap .mwform-radio-field label:after, #assess-page .contents .form-wrap .mwform-checkbox-field label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  left: 0;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
}
#contact-page .contents .form-wrap .mwform-radio-field label.selected:after, #contact-page .contents .form-wrap .mwform-checkbox-field label.selected:after, #assess-page .contents .form-wrap .mwform-radio-field label.selected:after, #assess-page .contents .form-wrap .mwform-checkbox-field label.selected:after {
  border-color: #4d362e;
}
#contact-page .contents .form-wrap .mwform-radio-field label.selected:before, #contact-page .contents .form-wrap .mwform-checkbox-field label.selected:before, #assess-page .contents .form-wrap .mwform-radio-field label.selected:before, #assess-page .contents .form-wrap .mwform-checkbox-field label.selected:before {
  opacity: 1;
}
#contact-page .contents .form-wrap .mwform-radio-field label:before, #assess-page .contents .form-wrap .mwform-radio-field label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  left: 6px;
  margin-top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4d362e;
}
#contact-page .contents .form-wrap .mwform-radio-field label:after, #assess-page .contents .form-wrap .mwform-radio-field label:after {
  border-radius: 100%;
}
#contact-page .contents .form-wrap .mwform-checkbox-field label:before, #assess-page .contents .form-wrap .mwform-checkbox-field label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #4d362e;
  border-bottom: 3px solid #4d362e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#contact-page .contents #submit, #assess-page .contents #submit {
  margin-top: 30px;
  text-align: center;
}
#contact-page .contents .intro-message, #assess-page .contents .intro-message {
  display: block;
  margin-bottom: 2em;
}
#contact-page .contents .conf-message, #contact-page .contents .error-message, #assess-page .contents .conf-message, #assess-page .contents .error-message {
  display: none;
  margin-bottom: 2em;
  text-align: center;
}
#contact-page .contents .caution dl, #contact-page .contents .caution dt, #contact-page .contents .caution dd, #assess-page .contents .caution dl, #assess-page .contents .caution dt, #assess-page .contents .caution dd {
  display: block;
  width: 100%;
}
#contact-page .contents .mw_wp_form_confirm dl dd .custom, #assess-page .contents .mw_wp_form_confirm dl dd .custom {
  border: none;
  background: none;
}
#contact-page .contents .mw_wp_form_confirm dl dd .custom i, #assess-page .contents .mw_wp_form_confirm dl dd .custom i {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm dl dd .info, #assess-page .contents .mw_wp_form_confirm dl dd .info {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm .intro-message, #assess-page .contents .mw_wp_form_confirm .intro-message {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm .privacy-wrap, #assess-page .contents .mw_wp_form_confirm .privacy-wrap {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm .conf-message, #assess-page .contents .mw_wp_form_confirm .conf-message {
  display: block;
}
#contact-page .contents .mw_wp_form_confirm .conf-message p, #assess-page .contents .mw_wp_form_confirm .conf-message p {
  color: #d71518;
  font-weight: 700;
}
#contact-page .contents .mw-wp-form_image img, #assess-page .contents .mw-wp-form_image img {
  max-width: 300px;
}
#contact-page .contents .mw_wp_form_error .error-message, #assess-page .contents .mw_wp_form_error .error-message {
  display: block;
}
#contact-page .contents .mw_wp_form_error .error-message p, #assess-page .contents .mw_wp_form_error .error-message p {
  color: #d71518;
  font-weight: 700;
}
#contact-page .contents .button, #assess-page .contents .button {
  text-align: center;
}
@media (min-width: 992px) {
  #contact-page .contents .button, #assess-page .contents .button {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  #contact-page .contents .button, #assess-page .contents .button {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .button, #assess-page .contents .button {
    margin-top: 0;
  }
}
#contact-page .contents .button input, #assess-page .contents .button input {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: #4d362e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact-page .contents .button input:focus, #assess-page .contents .button input:focus {
  outline: none;
}
@media (min-width: 992px) {
  #contact-page .contents .button input, #assess-page .contents .button input {
    width: 35%;
    height: 60px;
    margin: 0 15px;
    font-size: 16px;
  }
  #contact-page .contents .button input:hover, #assess-page .contents .button input:hover {
    background: #6d4c41;
  }
}
@media (max-width: 991px) {
  #contact-page .contents .button input, #assess-page .contents .button input {
    width: 40%;
    height: 50px;
    margin: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .button input, #assess-page .contents .button input {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .thanks-message ul, #assess-page .contents .thanks-message ul {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  #contact-page .contents .thanks-message ul, #assess-page .contents .thanks-message ul {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .thanks-message ul, #assess-page .contents .thanks-message ul {
    margin: 0 0 50px;
  }
}
#contact-page .contents .thanks-message p, #assess-page .contents .thanks-message p {
  text-align: center;
  line-height: 2;
}

/*  error page
========================================================= */
#error-page .pagetitle h1 {
  padding: 0;
  border: none;
}
#error-page .contents {
  text-align: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print {
  * html body {
    zoom: .7;
  }
}


/*  190626　追加
========================================================= */
.contents .news-list .item figure i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #4d362e;
  color: #fff;
  font-size: 0.812rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .contents .news-list .item figure i {
    padding: 10px 15px;
    font-size: 0.687rem;
  }
}
#news-page .results-list .item figure i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #4d362e;
  color: #fff;
  font-size: 0.812rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #news-page .results-list .item figure i {
    padding: 10px 15px;
    font-size: 0.687rem;
  }
}

/* =========================================================
 news slide
========================================================= */
@media (max-width: 767px) {
  .contents .news-slide .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contents .news-slide .item {
    width: 425px;
    padding: 0 20px;
  }
}

.contents .news-slide .item a:hover {
  background: #f7f6f5;
}
.contents .news-slide .item a:hover figure:after {
  opacity: 1;
}
.contents .news-slide .item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.contents .news-slide .item figure {
  position: relative;
  width: 100%;
  padding-top: 65.25%;
}
.contents .news-slide .item figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(77, 54, 46, 0.5);
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
.contents .news-slide .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
.contents .news-slide .item figure i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #4d362e;
  color: #fff;
  font-size: 0.812rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .contents .news-slide .item figure i {
    padding: 10px 15px;
    font-size: 0.687rem;
  }
}
.contents .news-slide .item .inner {
  position: relative;
  padding: 30px;
}
@media (max-width: 767px) {
  .contents .news-slide .item .inner {
    padding: 20px;
  }
}
.contents .news-slide .item .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .contents .news-slide .item .arrow {
    right: 20px;
    bottom: 20px;
  }
}
.contents .news-slide .item .arrow svg {
  fill: #d3d3d3;
  width: 38px;
  height: 11px;
}
@media (max-width: 767px) {
  .contents .news-slide .item .arrow svg {
    width: 20px;
    height: 6px;
  }
}
.contents .news-slide .item dl {
  margin-bottom: 0;
}
.contents .news-slide .item dt {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents .news-slide .item dt {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contents .news-slide .item .ttl {
    font-weight: 700;
    font-size: 1.125rem;
  }
}
.contents .news-slide .item .date {
  margin-top: 20px;
  color: #999;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents .news-slide .item .date {
    margin-top: 10px;
    font-size: 0.687rem;
  }
}
@media (min-width: 992px) {
  #home-page .sec-news .news-slide {
    padding-bottom: 30px;
  }
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .news-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .news-slide {
    margin: 0 ;
  }
}
@media (max-width: 767px) {
  .news-slide .item {
    margin-bottom: 30px;
  }
  .news-slide .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-slide .item {
    width: calc(33.33333%);
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .news-slide .item {
    padding: 0 20px;
  }
}
.news-slide a {
  display: block;
  background: #fff;
  text-decoration: none;
}
.news-slide a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.news-slide figure {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  background: #fff;
}
.news-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99), -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-slide figure.blank:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-slide .title {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .news-slide .title {
    font-size: .875rem;
  }
}
.news-slide .txt {
  position: relative;
}
@media (max-width: 767px) {
  .news-slide .txt {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .news-list .txt {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .news-slide .txt {
    padding: 30px 0 0;
  }
}
.news-slide .date {
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .news-slide .date {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .news-slide .date {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.news-slide .date:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #4d362e;
}
.news-slide .cat {
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .news-list .cat {
    left: 20px;
    bottom: 20px;
    font-size: .687rem;
  }
}
@media (min-width: 768px) {
  .news-slide .cat {
    left: 15px;
    bottom: 15px;
    font-size: .687rem;
  }
}
@media (min-width: 992px) {
  .news-slide .cat {
    left: 30px;
    bottom: 30px;
    font-size: .75rem;
  }
}
/*# sourceMappingURL=style.css.map */


/* =========================================================
追加
========================================================= */

/*190718*/
/*@media (min-width: 992px) {
.sec-shop .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
	}
}*/

/*190821*/

#about-page #access .shop-img {
		margin-bottom: 50px;
}
@media (min-width: 992px) { 
#about-page #access .shop-img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
}
@media (min-width: 768px) { 
#about-page #access .shop-img .txt {
	margin-top: 50px;
	}
}

@media (max-width: 767px) { 
#about-page #access .shop-img .txt {
	margin-top: 20px;
	}
}
@media (max-width: 767px) {
#about-page #access .shop-img .item {
				margin-bottom: 0;
			}
}
@media (min-width: 768px) and (max-width: 991px) { 
#about-page #access .shop-img .item {
				display: flex;
				flex-wrap: nowrap;
				align-items: center;
			}
}
@media (min-width: 992px) { 
#about-page #access .shop-img .item {
				display: flex;
				flex-wrap: nowrap;
				flex-direction: column;
				justify-content: flex-start;
				width: 48%;
			}
}
#about-page #access .shop-img .figure {
				text-align: center;
}
@media (max-width: 767px) { 
#about-page #access .shop-img .figure {
	max-width: 400px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
#about-page #access .shop-img .figure {
				width: 45%;
				}
}
@media (min-width: 992px) { 
#about-page #access .shop-img .figure {
					width: 100%;
				}
			}

/*191126*/
.gnav-btn li.gnav-insta svg.insta {
		fill: #4d362e;
		width: 40px;
		height: 40px;
}

@media (min-width: 768px){
	.gnav-btn li {
		width: 33%;
		margin-bottom: 0;
	}
	.gnav-btn li.gnav-insta svg.insta {
		width: 30px;
		height: 30px;
	}
}
@media (min-width: 1140px) { 
	.gnav-btn li.gnav-insta svg.insta {
		width: 40px;
		height: 40px;
	}
	#home-page header:not(.fixed) .gnav-btn li.gnav-insta svg.insta {
		fill: #fff;
	}
	#home-page header:not(.fixed) .gnav-btn li.gnav-insta svg.insta :hover {
		fill: #6d4c41;
	}
	.gnav-btn {
		width: 250px;
	}
	.gnav-btn li a {
    background: #6d4c41;
	}
	.gnav-btn li.gnav-insta {
		width: 50px;
	}
	.gnav-btn li.gnav-insta a,
	.gnav-btn li.gnav-insta a:hover {
		background: none;
	}
	.gnav-btn li.gnav-insta a svg.insta {
		fill: #362e2b;
	}
	.gnav-btn li.gnav-insta a svg.insta:hover {
		fill: #6d4c41;
	}
	.gnav-btn li {
		width: 100px;
	}
	.gnav li {
		margin-right: 20px;
	}
}
@media (min-width: 1300px) {
	.gnav li {
		margin-right: 30px;
	}
	.gnav-btn {
		width: 300px;
	}
	.gnav-btn li {
		width: 120px;
	}
	.gnav-btn li.gnav-insta {
		width: 60px;
	}
}
@media (max-width: 767px) {
	.gnav-btn li.gnav-insta a svg.insta {
    fill: #fff;
	width: 40px;
	height: 40px;
	}
	.gnav a {
		padding: 15px;
	}
	.gnav-btn li {
		margin-bottom: 15px;
	}
	.gnav-btn li.gnav-insta {
		padding: 0px;
	}
	.gnav-btn li.gnav-insta a {
		background: none;
		height: 40px;
		padding: 0;
	}
}

.foot-link svg.insta {
    fill: #fff;
    height: 35px;
    width: 35px;
    margin: 8px 0 0;
	}
@media (min-width: 992px) {
	.foot-link svg.insta {
		margin: 10px 0 0;
	}
	.foot-link li.insta {
		text-align: right;
	}
}
@media (min-width: 768px) {
	.foot-link svg.insta {
		margin: 5px 0 0;
	}
	.foot-link li.insta {
		text-align: right;
	}
}
@media (max-width: 767px) {
	.foot-link svg.insta {
		margin: 0;
	}
	.foot-link li.insta {
		text-align: left;
	}
}

/*200417*/
article.top_news {
	text-align: center;
	margin-top: -30px;
	padding-bottom: 60px;
}
article.top_news a {
	color: #e20300; 
	text-decoration: underline;
	font-weight: bold;
}
@media (max-width: 767px) {
	article.top_news {
		margin-top: -3vh;
		padding-bottom: 5vh;
	}
}

/*210128*/
.contents .stock-list ul.stock_link {
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.contents .stock-list .stock_link a {
    padding: 0;
    border: 1px solid #4d362e;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
#stock-page .stock-list a {
	padding: 0;
}
@media (max-width: 767px) {
.contents .stock-list ul.stock_link {
    display: block;
}

.contents .stock-list .stock_link a {
    padding: 0;
    border: 1px solid #4d362e;
    width: 80%;
    text-align: center;
    margin: 0 auto 2vh;
}
.contents .stock-list .slick-dots {
    display: none;
}
#stock-page .contents .stock-list ul.stock_link {
    width: 100%;
}
}

/*250318*/
.contents .stock-list a {
  width: 450px;
	height: 150px;
	margin: 0 auto;
}
@media (max-width: 767px) {
.contents .stock-list a {
  width: 85%;
	height: 100px;
}	
}