@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import url("https://use.typekit.net/tld3hdw.css");
@import url("https://use.typekit.net/lmx5ceb.css");
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: inherit;
  vertical-align: baseline;
}

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;
}

/* automatic size vw */
/* text clamp */
/*
    ui
*/
a {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

input {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  /*
      text
  */
  /*
      email
  */
  /*
      password
  */
  /*
      checkbox
  */
  /*
      radio
  */
}
input[type=text] {
  border: 1px solid #000;
  background-color: #fff;
  padding: 7px;
  font-size: 13px;
  width: 100%;
}
input[type=text].short {
  width: 50%;
}
@media (max-width: 750px) {
  input[type=text].short {
    width: calc(100% - 50px);
  }
}
input[type=checkbox] + label {
  display: inline-block;
  padding: 3px 10px 3px 20px;
  position: relative;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background-color: #fff;
  border: 1px solid #000;
}
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 3px;
  height: 6px;
  border-bottom: 2px solid #b2d8a6;
  border-right: 2px solid #b2d8a6;
  transform-origin: center; /* y-offset-keyword | x-offset-keyword | z-offset */
  transform: rotate(45deg) translate(-50%, -60%);
}
input[type=radio] + label {
  display: inline-block;
  padding: 3px 10px 3px 20px;
  position: relative;
}
input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background-color: #fff;
  border: 1px solid #000;
}
input[type=radio]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  background-color: #b2d8a6;
  border: 1px solid #b2d8a6;
}

/*
    textarea
*/
textarea {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  height: 150px;
  padding: 7px;
  font-size: 13px;
  border: 1px solid #000;
}

/*
    button
*/
button {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
button[name=submit] {
  width: 190px;
  height: 45px;
  background-color: #e9ad4c;
}

a.bnr {
  display: block;
  min-width: 185px;
  color: #fff;
  padding: 10px;
  font-size: 25px;
  background-color: #534741;
  text-decoration: none;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 750px) {
  a.bnr {
    font-size: 40px;
    font-size: 5.3333333333vw;
    padding: 4vw;
  }
}
a.disabled {
  pointer-events: none;
}

/*
    Error
*/
p.error {
  color: #d80c1e;
}

.f_animation.animated {
  animation: enlargeEffect 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

#mainview .catchcopy h2 {
  opacity: 0;
}
#mainview .catchcopy p {
  opacity: 0;
}

#mainview.animated .catchcopy h2 {
  animation: fadeInBur 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}
#mainview.animated .catchcopy p {
  animation: fadeInBur 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
}

.content_catch_copy .ttl_left {
  animation: katakataEffect 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4s infinite;
}
.content_catch_copy .ttl_right {
  animation: katakataEffect 3s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
}

@keyframes mainNavView {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInBur {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enlargeEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes katakataEffect {
  0% {
    transform: rotate(0);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  9% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(-2deg);
  }
  15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  font-family: arial, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  line-break: strict;
  word-wrap: break-word;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
a:hover {
  opacity: 0.5;
}
a.disabled {
  pointer-events: none;
}

.util_pc {
  display: block !important;
}
@media (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

.util_sp {
  display: none !important;
}
@media (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

/*
    header
*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media (max-width: 750px) {
  header#header {
    background-color: rgba(35, 25, 22, 0.8);
  }
}
header#header > .inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  header#header > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 750px) {
  header#header > .inner > h1 {
    width: 17.333vw;
  }
}
header#header > .inner #nav {
  width: 100%;
}
@media (max-width: 750px) {
  header#header > .inner #nav {
    display: none;
    position: absolute;
    top: 19.5vw;
    left: 0;
    background-color: rgba(35, 25, 22, 0.8);
    height: calc(100vh - 19.5vw);
  }
}
@media (max-width: 480px) {
  header#header > .inner #nav {
    top: 20.525vw;
    height: calc(100vh - 20.525vw);
  }
}
header#header > .inner #nav > ul {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    display: block;
    padding: 0;
    text-align: left;
  }
}
header#header > .inner #nav > ul:last-child {
  left: auto;
  right: 0;
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul:last-child {
    right: auto;
  }
}
header#header > .inner #nav > ul > li {
  padding: 0 10px;
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul > li {
    padding: 0;
  }
}
header#header > .inner #nav > ul > li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul > li a {
    font-size: 30px;
    font-size: 4vw;
    display: block;
    padding: 4vw;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
header#header > .inner #nav > ul > li a.shop {
  display: inline-block;
  padding: 0 50px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul > li a.shop {
    display: block;
    padding: 4vw 8vw 4vw 4vw;
  }
}
header#header > .inner #nav > ul > li a.shop:after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../images/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul > li a.shop:after {
    right: 4vw;
  }
}
header#header > .inner #nav > ul > li.navi {
  position: relative;
}
header#header > .inner #nav > ul > li.navi > ul {
  display: none;
  position: absolute;
  top: 2.5em;
  left: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 1em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 750px) {
  header#header > .inner #nav > ul > li.navi > ul {
    display: block;
    position: static;
    border: none;
    background-color: transparent;
    padding: 0 1em;
  }
}
header#header > .inner #nav > ul > li.navi > ul > li {
  white-space: nowrap;
}
header#header > .inner #nav > ul > li.navi > ul > li a {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
}
header#header > .inner #nav > ul > li.navi:hover > ul {
  display: block;
}
header#header > .inner #spNav {
  display: none;
}
@media (max-width: 750px) {
  header#header > .inner #spNav {
    display: block;
    width: 10.667vw;
    height: 10.667vw;
    margin: 0 4vw 4vw 0;
  }
}
header#header > .inner #spNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header#header > .inner #spNav a > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5333vw;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
}
header#header > .inner #spNav a > span:first-child {
  top: calc(50% - 2.4vw);
}
header#header > .inner #spNav a > span:last-child {
  top: calc(50% + 2.4vw);
}
header#header > .inner #spNav.open a > span {
  opacity: 0;
}
header#header > .inner #spNav.open a > span:first-child {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg);
}
header#header > .inner #spNav.open a > span:last-child {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg);
}

.company header#header > .inner,
.privacy header#header > .inner,
.contact header#header > .inner,
.recruit header#header > .inner,
.message header#header > .inner {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .company header#header > .inner,
  .privacy header#header > .inner,
  .contact header#header > .inner,
  .recruit header#header > .inner,
  .message header#header > .inner {
    margin-top: 0;
  }
}

/*
    nav
*/
/*
    pankuzu
*/
/*
    footer
*/
footer#footer {
  color: #fff;
  background-color: #231916;
}
footer#footer > .inner {
  margin: auto;
  width: 100%;
  max-width: 1070px;
}
@media (max-width: 750px) {
  footer#footer > .inner {
    padding: 5.333vw 0;
  }
}
footer#footer > .inner > .link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link {
    display: block;
  }
}
footer#footer > .inner > .link > div {
  padding: 200px 0 70px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div {
    padding: 0;
  }
}
footer#footer > .inner > .link > div > ul {
  display: inline-block;
  margin-right: 90px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div > ul {
    display: block;
    margin-right: 0;
  }
}
footer#footer > .inner > .link > div > ul:last-child {
  margin-right: 0;
}
footer#footer > .inner > .link > div > ul > li {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-size: 20px;
  padding: 5px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div > ul > li {
    font-size: 30px;
    font-size: 4vw;
    padding: 0;
  }
}
footer#footer > .inner > .link > div > ul > li.sub {
  padding: 5px 5px 5px 40px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div > ul > li.sub {
    padding: 0;
  }
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div > ul > li.sub > a {
    padding: 3vw 3vw 3vw 6vw;
  }
}
footer#footer > .inner > .link > div > ul > li > a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div > ul > li > a {
    display: block;
    padding: 3vw;
    border-top: 1px solid #fff;
  }
}
footer#footer > .inner > .link > div.address {
  padding: 0;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div.address {
    padding: 4vw 0;
    font-size: 24px;
    font-size: 3.2vw;
    text-align: center;
  }
}
footer#footer > .inner > .link > div.address .banner {
  padding: 50px 0 100px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div.address .banner {
    padding: 5.333vw;
  }
}
footer#footer > .inner > .link > div.address > p {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-size: 27px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .link > div.address > p {
    font-size: 27px;
    font-size: 3.6vw;
  }
}
footer#footer > .inner > .copyright > p {
  text-align: center;
  font-size: 18px;
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  padding: 5px 0 20px;
}
@media (max-width: 750px) {
  footer#footer > .inner > .copyright > p {
    font-size: 18px;
    font-size: 2.4vw;
  }
}

/*
    pagetop
*/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 0;
}
@media (max-width: 750px) {
  #pagetop {
    bottom: 6vw;
    right: 4vw;
    width: 9.333vw;
  }
}

/*
    Mainview
*/
#mainview {
  position: relative;
}
#mainview img {
  width: 100%;
}
#mainview ul.slider li {
  line-height: 0;
  width: 100%;
}
#mainview .catchcopy {
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1000px;
  color: #fff;
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.4;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  #mainview .catchcopy {
    top: 200px;
    width: 83.3333%;
    font-size: 21px;
    font-size: 2.8vw;
  }
}
@media (max-width: 750px) {
  #mainview .catchcopy {
    top: 24vw;
  }
}
#mainview .catchcopy h2 {
  font-size: 77px;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  #mainview .catchcopy h2 {
    font-size: 42px;
    font-size: 5.6vw;
  }
}
#mainview .catchcopy p {
  padding: 1em 0 0;
}

@media (max-width: 750px) {
  #main {
    padding-top: 20.2667vw;
  }
}

.section#concept > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
}
@media (max-width: 750px) {
  .section#concept > .inner {
    padding: 5.333vw;
    align-items: flex-start;
  }
}
.section#concept > .inner h2 {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .section#concept > .inner h2 {
    padding: 2vw 4vw 0 0;
    min-width: 30px;
  }
}
.section#concept > .inner h2 img {
  width: 13px;
}
.section#concept > .inner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1030px;
}
@media (max-width: 750px) {
  .section#concept > .inner .container {
    display: block;
  }
}
.section#concept > .inner .container > div.logo {
  padding: 0 50px 0 0;
}
@media (max-width: 750px) {
  .section#concept > .inner .container > div.logo {
    text-align: center;
    padding: 2vw;
  }
}
.section#concept > .inner .container > div p {
  font-size: 18px;
}
@media (max-width: 750px) {
  .section#concept > .inner .container > div p {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#concept > .inner .container > div h3 {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  color: #DA020F;
  padding: 0 0 0.25em;
}
@media (max-width: 750px) {
  .section#concept > .inner .container > div h3 {
    font-size: 60px;
    font-size: 8vw;
  }
}
.section#brand {
  background-color: #dfd0b2;
}
.section#brand > .inner {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 60px 0 130px 43px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .section#brand > .inner {
    padding: 5.333vw;
  }
}
.section#brand > .inner h2 {
  padding: 0 0 0 30px;
  min-width: 43px;
}
@media (max-width: 750px) {
  .section#brand > .inner h2 {
    padding: 2vw 0 0 4vw;
    min-width: 30px;
  }
}
.section#brand > .inner h2 img {
  width: 13px;
}
.section#brand > .inner ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul {
    display: block;
  }
}
.section#brand > .inner ul > li {
  width: 50%;
  padding: 10px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li {
    width: 100%;
  }
}
.section#brand > .inner ul > li .box_brand {
  position: relative;
}
.section#brand > .inner ul > li .box_brand > .thumbnail {
  line-height: 0;
}
.section#brand > .inner ul > li .box_brand > .content {
  margin: 15px 0 0;
  border-top: 1px solid #998b79;
  position: relative;
}
.section#brand > .inner ul > li .box_brand > .content h3 {
  font-size: 27px;
  font-weight: 600;
  color: #614d3f;
  padding: 25px 0 10px 20px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li .box_brand > .content h3 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    padding: 4vw 4vw 0;
  }
}
.section#brand > .inner ul > li .box_brand > .content h3 a {
  color: #614d3f;
  text-decoration: none;
}
.section#brand > .inner ul > li .box_brand > .content .place {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li .box_brand > .content .place {
    position: static;
  }
}
.section#brand > .inner ul > li .box_brand > .content .place h4 {
  font-size: 20px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li .box_brand > .content .place h4 {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#brand > .inner ul > li .box_brand > .content .place > ul {
  justify-content: flex-end;
  flex-wrap: nowrap;
  display: flex;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li .box_brand > .content .place > ul {
    justify-content: flex-end;
  }
}
.section#brand > .inner ul > li .box_brand > .content .place > ul > li {
  padding: 0 0 0 10px;
  width: auto;
}
.section#brand > .inner ul > li .box_brand > .content .txt {
  padding: 10px 0 0;
  font-size: 15px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li .box_brand > .content .txt {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#brand > .inner ul > li .box_brand .gray_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.section#brand > .inner ul > li:nth-of-type(2n) .box_brand {
  margin: 70px 0 -70px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li:nth-of-type(2n) .box_brand {
    margin: 0;
  }
}
.section#brand > .inner ul > li:nth-child(1) {
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li:nth-child(1) {
    padding-bottom: 0;
  }
}
.section#brand > .inner ul > li:nth-child(2) {
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li:nth-child(2) {
    padding-bottom: 0;
  }
}
.section#brand > .inner ul > li:nth-child(3) .box_brand > .content .place {
  top: 25px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li:nth-child(3) .box_brand > .content .place {
    top: auto;
  }
}
.section#brand > .inner ul > li:nth-child(3) .box_brand > .content .txt {
  padding-top: 20px;
}
.section#brand > .inner ul > li:nth-child(4) .box_brand > .content .place {
  top: 25px;
}
@media (max-width: 750px) {
  .section#brand > .inner ul > li:nth-child(4) .box_brand > .content .place {
    top: auto;
  }
}
.section#banner > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
@media (max-width: 750px) {
  .section#banner > .inner {
    padding: 5.333vw;
    align-items: flex-start;
  }
}
.section#banner > .inner h2 {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .section#banner > .inner h2 {
    padding: 2vw 4vw 0 0;
    min-width: 30px;
  }
}
.section#banner > .inner h2 img {
  width: 13px;
}
.section#banner > .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .section#banner > .inner ul {
    display: block;
  }
}
.section#banner > .inner ul > li {
  padding: 8px;
  max-width: 351px;
  line-height: 0;
}
@media (max-width: 750px) {
  .section#banner > .inner ul > li {
    padding: 2vw 0;
    max-width: 100%;
  }
}
.section#banner > .inner ul > li img {
  max-height: 230px;
  width: auto;
}
@media (max-width: 750px) {
  .section#banner > .inner ul > li img {
    max-height: 100%;
    width: 100%;
  }
}

.container_banner {
  position: fixed;
  bottom: 17px;
  right: 100px;
  width: 100px;
  z-index: 1;
}
@media (max-width: 750px) {
  .container_banner {
    width: 15vw;
    bottom: 3vw;
    right: 16vw;
  }
}

/*
    loading
*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DA020F;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

/*
    Shop
*/
.section#shop_list > .inner {
  margin: auto;
  max-width: 1080px;
  padding: 20px 15px;
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
@media (max-width: 750px) {
  .section#shop_list > .inner {
    padding: 4vw;
  }
}
.section#shop_list > .inner .content_catch_copy {
  text-align: center;
  background-color: #b2d8a6;
  border-radius: 20px;
  padding: 30px;
  color: #4d4d4d;
  font-size: 19px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content_catch_copy {
    padding: 4vw;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#shop_list > .inner .content_catch_copy > h2 {
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  margin: auto;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content_catch_copy > h2 {
    font-size: 64px;
    font-size: 8.5333333333vw;
  }
}
.section#shop_list > .inner .content_catch_copy > h2 > span {
  display: block;
  position: absolute;
}
.section#shop_list > .inner .content_catch_copy > h2 > span.ttl_left {
  top: -55px;
  left: -95px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content_catch_copy > h2 > span.ttl_left {
    width: 10vw;
    top: -7.5vw;
    left: -10vw;
  }
}
.section#shop_list > .inner .content_catch_copy > h2 > span.ttl_right {
  top: -55px;
  right: -180px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content_catch_copy > h2 > span.ttl_right {
    width: 20vw;
    top: -7.5vw;
    right: -20vw;
  }
}
.section#shop_list > .inner .content_catch_copy > h3 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content_catch_copy > h3 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.section#shop_list > .inner .content_catch_copy > p {
  margin: auto;
  max-width: 810px;
}
.section#shop_list > .inner .content_catch_copy > p.phone {
  margin-top: 0.2em;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content_catch_copy > p.phone {
    font-size: 55px;
    font-size: 7.3333333333vw;
  }
}
.section#shop_list > .inner .content {
  margin: 50px auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content {
    margin: 5.333vw auto;
    display: block;
  }
}
.section#shop_list > .inner .content > div.thumbnail {
  width: 206px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.thumbnail {
    margin: auto;
  }
}
.section#shop_list > .inner .content > div.txt {
  width: calc(100% - 206px);
  padding: 0 0 0 20px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt {
    width: 100%;
    padding: 0;
  }
}
.section#shop_list > .inner .content > div.txt > h4 {
  font-size: 30px;
  line-height: 1.1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt > h4 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    display: block;
  }
}
.section#shop_list > .inner .content > div.txt > h4 > span {
  display: inline-block;
  position: relative;
  padding: 0 5px 5px 30px;
  border-bottom: 1px solid #534741;
}
.section#shop_list > .inner .content > div.txt > h4 > span:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #534741;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: rotate(-20deg);
  transform-origin: 0 0 0;
}
.section#shop_list > .inner .content > div.txt > h4 > span a {
  text-decoration: none;
  color: #4d4d4d;
}
.section#shop_list > .inner .content > div.txt > h4 > span > span {
  padding: 0;
  border: none;
  display: block;
  font-size: 20px;
  position: absolute;
  top: -1.2em;
  left: 30px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt > h4 > span > span {
    font-size: 28px;
    font-size: 3.7333333333vw;
    position: static;
    top: auto;
    left: auto;
  }
}
.section#shop_list > .inner .content > div.txt > h4 > ul {
  display: flex;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt > h4 > ul {
    margin: 15px auto;
    justify-content: center;
  }
}
.section#shop_list > .inner .content > div.txt > h4 > ul > li {
  padding: 0 5px;
  line-height: 0;
}
.section#shop_list > .inner .content > div.txt .menu {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt .menu {
    padding: 2vw 0;
  }
}
.section#shop_list > .inner .content > div.txt .menu .list {
  width: calc(100% - 40px);
  overflow: hidden;
}
.section#shop_list > .inner .content > div.txt .menu .list > .inner {
  display: flex;
  padding: 5px 0;
  margin-left: -10px;
  min-height: 150px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt .menu .list > .inner {
    display: block;
  }
}
.section#shop_list > .inner .content > div.txt .menu .list > .inner ul {
  padding: 0 0 0 20px;
  min-width: 40%;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt .menu .list > .inner ul {
    min-width: 1%;
    width: 100%;
  }
}
.section#shop_list > .inner .content > div.txt .menu .list > .inner ul > li {
  font-size: 17px;
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt .menu .list > .inner ul > li {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#shop_list > .inner .content > div.txt .menu .list > .photo {
  padding: 5px 0;
}
.section#shop_list > .inner .content > div.txt .menu .list > .photo > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt .menu .list > .photo > ul {
    display: block;
  }
}
.section#shop_list > .inner .content > div.txt .menu .list > .photo > ul > li {
  width: 33.333%;
  padding: 5px;
}
@media (max-width: 750px) {
  .section#shop_list > .inner .content > div.txt .menu .list > .photo > ul > li {
    width: 100%;
    text-align: center;
  }
}
.section#access > .inner {
  margin: auto;
  max-width: 1080px;
  padding: 20px 15px;
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
@media (max-width: 750px) {
  .section#access > .inner {
    padding: 4vw 4vw;
  }
}
.section#access > .inner h2 {
  margin: auto;
  max-width: 600px;
  text-align: left;
  font-size: 30px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section#access > .inner h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.section#access > .inner .content_access {
  text-align: center;
  padding: 10px;
  font-size: 18px;
}
@media (max-width: 750px) {
  .section#access > .inner .content_access {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.section#access > .inner .content_access > p {
  margin-top: 1em;
}
.section#access > .inner .content_access > p.holiday {
  color: #f2b24c;
}
.section#access > .inner .content_access > p.phone {
  margin-top: 0.5em;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  color: #534741;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .section#access > .inner .content_access > p.phone {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}
.section#access > .inner .content_access > h3 {
  margin: 1em 0 0;
}
.section#access > .inner .content_access > h3 a {
  text-decoration: none;
  color: #000;
}
.section#access > .inner .content_access > h3 a > span {
  display: inline-block;
  line-height: 1.1;
  color: #fff;
  background-color: #534741;
  padding: 10px 15px;
}
.section#access > .inner .content {
  padding: 30px 0;
}
.section#access > .inner .content > div {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
  padding-top: 50%;
}
.section#access > .inner .content > div .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    Sakanabar Grill
*/
.sakanabardon .section {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.sakanabardon .section.concept > .inner {
  margin: auto;
  width: 100%;
  max-width: 1030px;
  padding: 30px 15px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner {
    padding: 5.333vw 4vw;
  }
}
.sakanabardon .section.concept > .inner .content_about {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_about {
    display: block;
  }
}
.sakanabardon .section.concept > .inner .content_about > div {
  width: calc(100% - 190px);
  font-size: 14px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_about > div {
    width: 100%;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.sakanabardon .section.concept > .inner .content_about > div.logo {
  width: 190px;
  padding: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_about > div.logo {
    width: 100%;
    padding: 4vw 0;
    text-align: center;
  }
}
.sakanabardon .section.concept > .inner .content_about > div.logo > ul {
  display: flex;
  justify-content: center;
}
.sakanabardon .section.concept > .inner .content_about > div.logo > ul > li {
  padding: 7px;
}
.sakanabardon .section.concept > .inner .content_access {
  padding: 25px 0 0 170px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access {
    padding: 4vw 0;
  }
}
.sakanabardon .section.concept > .inner .content_access h2 {
  position: relative;
  z-index: 1;
  font-size: 30px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.sakanabardon .section.concept > .inner .content_access h2 > span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
}
.sakanabardon .section.concept > .inner .content_access h2 > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #534741;
  z-index: -1;
}
.sakanabardon .section.concept > .inner .content_access h2 > span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #534741;
  transform: rotate(20deg);
  transform-origin: 100% 0 0;
}
.sakanabardon .section.concept > .inner .content_access > p {
  font-size: 18px;
  padding: 0.5em 0 0.5em 0.2em;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access > p {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.sakanabardon .section.concept > .inner .content_access > p > span {
  color: #998b79;
}
.sakanabardon .section.concept > .inner .content_access > p.holiday {
  color: #f2b24c;
}
.sakanabardon .section.concept > .inner .content_access > p a {
  color: #000;
}
.sakanabardon .section.concept > .inner .content_access.shop {
  padding: 25px 0 0 0;
}
.sakanabardon .section.concept > .inner .content_access .content_shop {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access .content_shop {
    display: block;
  }
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.thumbnail {
  text-align: center;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data {
  width: calc(100% - 430px);
  padding: 0 0 0 30px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data {
    width: 100%;
    padding: 4vw 0;
  }
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 {
  line-height: 1.1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 0.1em;
  margin: 0 0 0.2em;
  position: relative;
  border-bottom: 1px solid #534741;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #534741;
  transform: rotate(20deg);
  transform-origin: 100% 0 0;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 > span {
  padding-right: 25px;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 > span:before {
  content: none;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 > span:after {
  content: none;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 > span:first-child {
  font-size: 21px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > h2 > span:first-child {
    font-size: 30px;
    font-size: 4vw;
  }
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > p {
  padding: 10px 0 10px 10px;
  font-size: 18px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > p {
    padding: 2vw 0 2vw 2vw;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > p.holiday {
  color: #f2b24c;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > p span {
  color: #998b79;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > .place > ul {
  display: flex;
  justify-content: flex-end;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data > .place > ul > li {
  padding: 5px;
}
.sakanabardon .section.concept > .inner .content_access .content_shop > div.content_data a {
  color: #000;
}
.sakanabardon .section.concept > .inner .link {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .link {
    padding: 6.6667vw 0;
  }
}
.sakanabardon .section.concept > .inner .link p {
  font-size: 12px;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .link p {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
.sakanabardon .section.concept > .inner .link p.shopname {
  color: #f2b24c;
  font-size: 15px;
}
.sakanabardon .section.concept > .inner .link a.bnr {
  display: inline-block;
  margin: auto;
  min-width: 195px;
}
.sakanabardon .section.concept > .inner .link > ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .sakanabardon .section.concept > .inner .link > ul {
    display: block;
  }
}
.sakanabardon .section.concept > .inner .link > ul > li {
  padding: 0 10px;
}
.sakanabardon .section.concept > .inner.delete {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}
.sakanabardon .section.concept > .inner.delete:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(116, 116, 116, 0.8);
  z-index: 1;
}
.sakanabardon .section.map > .inner .content#map_canvas {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  position: relative;
}
@media (max-width: 750px) {
  .sakanabardon .section.map > .inner .content#map_canvas {
    height: 70vw;
  }
}
.sakanabardon .section.map > .inner .content#map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sakanabardon .section.map > .inner .content#map_canvas_2 {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  position: relative;
}
@media (max-width: 750px) {
  .sakanabardon .section.map > .inner .content#map_canvas_2 {
    height: 70vw;
  }
}
.sakanabardon .section.map > .inner .content#map_canvas_2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sakanabardon .section.map > .inner.delete {
  position: relative;
  margin: 0 auto;
  max-width: 1030px;
}
.sakanabardon .section.map > .inner.delete:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(116, 116, 116, 0.8);
  z-index: 1;
}
.sakanabardon .section.map.last {
  padding-bottom: 50px;
}
.sakanabardon .section.menu > .inner {
  text-align: center;
  padding: 50px 15px;
}
@media (max-width: 750px) {
  .sakanabardon .section.menu > .inner {
    padding: 6.6667vw 2.667vw;
  }
}
.sakanabardon .section.menu > .inner h2 {
  font-size: 25px;
  color: #534741;
}
@media (max-width: 750px) {
  .sakanabardon .section.menu > .inner h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.sakanabardon .section.menu > .inner ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .sakanabardon .section.menu > .inner ul {
    display: block;
  }
}
.sakanabardon .section.menu > .inner ul > li {
  padding: 7px;
}

/*
    Privacy
*/
#mainview > .content {
  height: 200px;
  background-color: #d80c1e;
  border-bottom: 1px solid #000;
}
@media (max-width: 750px) {
  #mainview > .content {
    height: auto;
  }
}

.privacy section {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.privacy section.section > .inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 50px 15px;
}
@media (max-width: 750px) {
  .privacy section.section > .inner {
    padding: 8vw 4vw;
  }
}
.privacy section.section > .inner > h2 {
  text-align: center;
  font-size: 25px;
}
@media (max-width: 750px) {
  .privacy section.section > .inner > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.privacy section.section > .inner > h2 + p {
  padding: 50px 0;
  text-align: center;
  color: #808080;
  font-size: 21px;
}
@media (max-width: 750px) {
  .privacy section.section > .inner > h2 + p {
    padding: 4vw 0;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.privacy section.section > .inner > .content {
  padding: 20px 0;
  font-size: 18px;
}
@media (max-width: 750px) {
  .privacy section.section > .inner > .content {
    padding: 2.667vw 0;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.privacy section.section > .inner > .content > p {
  text-indent: 1em;
  line-height: 1.667;
}

/*
    Contact
*/
.contact section {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.contact section.section > .inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 50px 15px;
}
@media (max-width: 750px) {
  .contact section.section > .inner {
    padding: 8vw 4vw;
  }
}
.contact section.section > .inner > h2 {
  text-align: center;
  font-size: 25px;
}
@media (max-width: 750px) {
  .contact section.section > .inner > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.contact section.section > .inner > h2 + p {
  padding: 50px 0;
  text-align: center;
  font-size: 21px;
}
@media (max-width: 750px) {
  .contact section.section > .inner > h2 + p {
    padding: 4vw 0;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.contact section.section > .inner > h2 + span {
  text-align: center;
  display: block;
  color: #808080;
}
.contact section.section > .inner > h2 + span + p {
  padding: 50px 0;
  text-align: center;
  font-size: 21px;
}
@media (max-width: 750px) {
  .contact section.section > .inner > h2 + span + p {
    padding: 4vw 0;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.contact section.section > .inner .form .container {
  padding: 25px;
  background-color: #e6e6e6;
  font-size: 13px;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container {
    padding: 4vw;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.contact section.section > .inner .form .container .contact_ttl {
  margin: 0 auto 30px;
  max-width: 840px;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .contact_ttl {
    margin: 0 auto 4vw;
  }
}
.contact section.section > .inner .form .container .contact_ttl > h3 {
  font-weight: 700;
  padding-left: 30px;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 14px;
}
.contact section.section > .inner .form .container .contact_ttl > h3 + p {
  padding-left: 30px;
}
.contact section.section > .inner .form .container .contact_ttl > h3 + p .required {
  color: #f2b24c;
}
.contact section.section > .inner .form .container .content_form {
  margin: auto;
  max-width: 840px;
  display: flex;
  padding: 5px 0;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form {
    display: block;
    padding: 2vw 0;
  }
}
.contact section.section > .inner .form .container .content_form > div {
  width: calc(100% - 170px);
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form > div {
    width: 100%;
  }
}
.contact section.section > .inner .form .container .content_form > div.ttl {
  width: 170px;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form > div.ttl {
    width: 100%;
  }
}
.contact section.section > .inner .form .container .content_form > div .required {
  color: #f2b24c;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form > div .required {
    display: inline-block;
  }
}
.contact section.section > .inner .form .container .content_form > div > ul {
  padding: 10px 0;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form > div > ul {
    padding: 2vw 0;
  }
}
.contact section.section > .inner .form .container .content_form > div > ul > li {
  padding: 5px 0;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form > div > ul > li {
    padding: 1.333vw 0;
  }
}
.contact section.section > .inner .form .container .content_form > div > ul + p {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .container .content_form > div > ul + p {
    margin-bottom: 2vw;
  }
}
.contact section.section > .inner .form .authentication {
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .contact section.section > .inner .form .authentication {
    margin: 5.3333vw 0;
    text-align: left;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.contact section.section > .inner .form .submit {
  text-align: center;
}
.contact section.section > .inner .contact_form_body {
  text-align: center;
}

/*
    Company
*/
.section#company_profile > .inner {
  padding: 70px 20px 50px;
}
@media (max-width: 750px) {
  .section#company_profile > .inner {
    padding: 6.667vw 4vw 5.333vw;
  }
}
.section#company_profile > .inner > h2 {
  margin: auto;
  max-width: 830px;
}
.section#company_profile > .inner > h2 > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.section#company_profile > .inner > h2 > span:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ed1e79;
  position: absolute;
  top: 50%;
  left: -100vw;
  margin-top: -3px;
}
.section#company_profile > .inner > h2 > span:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ed1e79;
  position: absolute;
  top: 50%;
  right: -100vw;
  margin-top: -3px;
}
.section#company_profile > .inner .content {
  margin: auto;
  max-width: 830px;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .section#company_profile > .inner .content {
    padding: 1.333vw 0;
  }
}
.section#company_profile > .inner .content .profile_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 23px;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  .section#company_profile > .inner .content .profile_table {
    display: block;
    font-size: 30px;
    font-size: 4vw;
  }
}
.section#company_profile > .inner .content .profile_table > .tr {
  display: table-row;
}
@media (max-width: 750px) {
  .section#company_profile > .inner .content .profile_table > .tr {
    display: block;
  }
}
.section#company_profile > .inner .content .profile_table > .tr > .th {
  display: table-cell;
  padding: 30px 10px 10px;
  width: 250px;
  border-bottom: 1px solid #ed1e79;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .section#company_profile > .inner .content .profile_table > .tr > .th {
    display: block;
    padding: 5.333vw 1.333vw 1.33vw;
    width: 100%;
  }
}
.section#company_profile > .inner .content .profile_table > .tr > .td {
  display: table-cell;
  padding: 30px 10px 10px;
  width: calc(100% - 250px);
  border-bottom: 1px solid #ed1e79;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .section#company_profile > .inner .content .profile_table > .tr > .td {
    display: block;
    padding: 1.333vw 1.333vw 1.33vw;
    width: 100%;
    border: none;
  }
}
.section#company_profile > .inner .content .profile_table > .tr > .td a {
  color: #000;
}
.section#company_profile > .inner .content .profile_table > .tr:last-child > .th {
  border: none;
}
@media (max-width: 750px) {
  .section#company_profile > .inner .content .profile_table > .tr:last-child > .th {
    border-bottom: 1px solid #ed1e79;
  }
}
.section#company_profile > .inner .content .profile_table > .tr:last-child > .td {
  border: none;
}
.section#company_history > .inner {
  padding: 40px 20px 30px;
  background-color: #e6e6e6;
}
@media (max-width: 750px) {
  .section#company_history > .inner {
    padding: 6.667vw 4vw 5.333vw;
  }
}
.section#company_history > .inner > h2 {
  margin: auto;
  max-width: 830px;
}
.section#company_history > .inner > h2 > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.section#company_history > .inner > h2 > span:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ed1e79;
  position: absolute;
  top: 50%;
  left: -100vw;
  margin-top: -3px;
}
.section#company_history > .inner > h2 > span:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ed1e79;
  position: absolute;
  top: 50%;
  right: -100vw;
  margin-top: -3px;
}
.section#company_history > .inner .content {
  margin: auto;
  max-width: 830px;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .section#company_history > .inner .content {
    padding-top: 1.333vw;
  }
}
.section#company_history > .inner .content .history_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 18px;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  .section#company_history > .inner .content .history_table {
    display: block;
    font-size: 25px;
    font-size: 3.3333333333vw;
  }
}
.section#company_history > .inner .content .history_table > .tr {
  display: table-row;
}
@media (max-width: 750px) {
  .section#company_history > .inner .content .history_table > .tr {
    display: block;
  }
}
.section#company_history > .inner .content .history_table > .tr > div {
  display: table-cell;
  padding: 20px 0;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .section#company_history > .inner .content .history_table > .tr > div {
    display: block;
    padding: 2.667vw 0;
  }
}
.section#company_history > .inner .content .history_table > .tr > div.th {
  width: 220px;
}
@media (max-width: 750px) {
  .section#company_history > .inner .content .history_table > .tr > div.th {
    width: 100%;
    border-bottom: 1px solid #aaa;
  }
}
.section#company_history > .inner .content .history_table > .tr > div.td {
  width: calc(100% - 220px);
}
@media (max-width: 750px) {
  .section#company_history > .inner .content .history_table > .tr > div.td {
    width: 100%;
  }
}
.section#company_shoplist > .inner {
  padding: 70px 20px 50px;
}
@media (max-width: 750px) {
  .section#company_shoplist > .inner {
    padding: 6.667vw 4vw 5.333vw;
  }
}
.section#company_shoplist > .inner > h2 {
  margin: auto;
  max-width: 830px;
}
.section#company_shoplist > .inner > h2 > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.section#company_shoplist > .inner > h2 > span:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ed1e79;
  position: absolute;
  top: 50%;
  left: -100vw;
  margin-top: -3px;
}
.section#company_shoplist > .inner > h2 > span:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ed1e79;
  position: absolute;
  top: 50%;
  right: -100vw;
  margin-top: -3px;
}
.section#company_shoplist > .inner .content {
  margin: auto;
  max-width: 1090px;
  padding-top: 30px;
}
@media (max-width: 750px) {
  .section#company_shoplist > .inner .content {
    padding-top: 4vw;
  }
}
.section#company_shoplist > .inner .content > ul {
  display: flex;
  flex-wrap: wrap;
}
.section#company_shoplist > .inner .content > ul > li {
  width: 360px;
  padding: 5px;
}
@media (max-width: 750px) {
  .section#company_shoplist > .inner .content > ul > li {
    padding: 1.3333vw;
  }
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data a {
  display: inline-block;
  color: #666666;
  font-size: 19px;
  padding-left: 33px;
  position: relative;
}
@media (max-width: 750px) {
  .section#company_shoplist > .inner .content > ul > li .box_shop .data a {
    font-size: 30px;
    font-size: 4vw;
    padding-left: 5.333vw;
  }
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data a:before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -60%);
}
@media (max-width: 750px) {
  .section#company_shoplist > .inner .content > ul > li .box_shop .data a:before {
    width: 4.667vw;
    height: 4.667vw;
  }
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data a.home:before {
  background-image: url("../images/company/icon_home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data a.takeout:before {
  background-image: url("../images/company/icon_takeout.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data a.cart:before {
  background-image: url("../images/company/icon_cart.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data .sns > ul {
  display: flex;
  justify-content: flex-end;
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data .sns > ul > li {
  padding: 5px;
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data .sns > ul > li img {
  height: 39px;
  width: auto;
}
.section#company_shoplist > .inner .content > ul > li .box_shop .data .sns > ul > li a {
  padding: 0;
}
.section#company_shoplist > .inner .content > ul > li .box_shop.delete {
  position: relative;
}
.section#company_shoplist > .inner .content > ul > li .box_shop.delete:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(116, 116, 116, 0.8);
  z-index: 1;
}

/*
    Recruit
*/
.recruit .section {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.recruit .section#recruit_application > .inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 50px 15px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner {
    padding: 8vw 4vw;
  }
}
.recruit .section#recruit_application > .inner > h2 {
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner > h2 {
    font-size: 45px;
    font-size: 6vw;
  }
}
.recruit .section#recruit_application > .inner > h2 + span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #808080;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner > h2 + span {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.recruit .section#recruit_application > .inner > h2 + span + p {
  padding: 50px 0;
  text-align: center;
  font-size: 21px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner > h2 + span + p {
    padding: 4vw 0;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.recruit .section#recruit_application > .inner .container_recruit {
  padding: 50px 0 20px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner .container_recruit {
    padding: 5.333vw 0 2.667vw;
  }
}
.recruit .section#recruit_application > .inner .container_recruit .table_recruit {
  margin: auto;
  width: 100%;
  max-width: 860px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner .container_recruit .table_recruit {
    display: block;
  }
}
.recruit .section#recruit_application > .inner .container_recruit .table_recruit > .tr {
  display: table-row;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner .container_recruit .table_recruit > .tr {
    display: block;
  }
}
.recruit .section#recruit_application > .inner .container_recruit .table_recruit > .tr > div {
  display: table-cell;
  padding: 20px 20px;
  font-size: 20px;
  border-bottom: 1px solid #808080;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner .container_recruit .table_recruit > .tr > div {
    display: block;
    padding: 4vw;
    font-size: 30px;
    font-size: 4vw;
  }
}
.recruit .section#recruit_application > .inner .container_recruit .table_recruit > .tr > div.th {
  width: 320px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_application > .inner .container_recruit .table_recruit > .tr > div.th {
    padding-bottom: 0;
    border: none;
    width: auto;
  }
}
.recruit .section#recruit_application > .inner .contact_form_body {
  font-size: 16px;
  text-align: center;
}
.recruit .section#recruit_form {
  background-color: #fbd2d3;
}
.recruit .section#recruit_form > .inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 15px;
  position: relative;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner {
    padding: 5.333vw 1.333vw;
  }
}
.recruit .section#recruit_form > .inner:before {
  content: "";
  display: block;
  width: 44px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  background-image: url("../images/recruit/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner:before {
    width: 22px;
    height: 29px;
  }
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner {
    padding: 8vw 4vw;
  }
}
.recruit .section#recruit_form > .inner > h2 {
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner > h2 {
    font-size: 45px;
    font-size: 6vw;
  }
}
.recruit .section#recruit_form > .inner > h2 > .icon {
  line-height: 1.1;
}
.recruit .section#recruit_form > .inner > h2 + span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #808080;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner > h2 + span {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.recruit .section#recruit_form > .inner > p.attend_txt {
  text-align: right;
  color: #d80c1e;
}
.recruit .section#recruit_form > .inner .container_form {
  margin: auto;
  width: 100%;
  max-width: 970px;
  padding: 50px 0;
  border-bottom: 1px solid #808080;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form {
    padding: 5.333vw 0;
  }
}
.recruit .section#recruit_form > .inner .container_form .table_recruit {
  margin: auto;
  width: 100%;
  max-width: 950px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .table_recruit {
    display: block;
  }
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr {
  display: table-row;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .table_recruit > .tr {
    display: block;
  }
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div {
  display: table-cell;
  padding: 5px;
  font-size: 18px;
  vertical-align: top;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div {
    display: block;
    padding: 1vw;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div.th {
  width: 236px;
  padding: 8px 5px 5px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div.th {
    padding-bottom: 0;
    width: auto;
  }
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div > ul.holizontal {
  display: flex;
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div > ul.holizontal > li {
  padding: 1px 5px;
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div .required {
  color: #d80c1e;
  font-size: 14px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div .required {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div > p {
  text-align: center;
}
.recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div > p.error {
  text-align: left;
  font-size: 14px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .table_recruit > .tr > div > p.error {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.recruit .section#recruit_form > .inner .container_form:last-child {
  border: none;
}
.recruit .section#recruit_form > .inner .container_form .authentication {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .authentication {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.recruit .section#recruit_form > .inner .container_form .submit {
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .recruit .section#recruit_form > .inner .container_form .submit {
    padding: 3.667vw 0;
  }
}
.recruit .section#recruit_form > .inner .container_form .submit button {
  width: 220px;
  color: #fff;
  font-size: 17.6px;
  background-color: #d80c1e;
  cursor: pointer;
}
.recruit .section#recruit_form > .inner .container_form .submit button:hover {
  background-color: #cd5257;
}
.recruit input[type=text] {
  border: 1px solid #5f666a;
  border-radius: 8px;
  font-size: 16px;
}
.recruit input[type=checkbox] + label {
  padding: 3px 10px 3px 30px;
}
.recruit input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 1px solid #5f666a;
  border-radius: 8px;
}
.recruit input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 4px;
  height: 10px;
  border-bottom: 3px solid #f2b24c;
  border-right: 3px solid #f2b24c;
  transform-origin: center;
  transform: rotate(45deg) translate(-50%, -60%);
}
.recruit input[type=radio] + label {
  padding: 3px 10px 3px 30px;
}
.recruit input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 1px solid #5f666a;
  border-radius: 8px;
}
.recruit input[type=radio]:checked + label:after {
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background-color: #f2b24c;
  border: 1px solid #f2b24c;
  border-radius: 4px;
}
.recruit textarea {
  width: 100%;
  border: 1px solid #5f666a;
  border-radius: 8px;
  font-size: 16px;
}
.recruit select {
  padding: 5px 10px;
  border: 1px solid #5f666a;
  border-radius: 8px;
  font-size: 16px;
}

/*
    Message
*/
.message .section {
  font-family: "Century Gothic", Futura, helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
.message .section > .inner {
  margin: 0 auto;
  padding: 35px 15px;
  max-width: 1110px;
}
@media (max-width: 750px) {
  .message .section > .inner {
    padding: 4vw;
  }
}
.message .section > .inner > h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .message .section > .inner > h2 {
    font-size: 45px;
    font-size: 6vw;
  }
}
.message .section > .inner > h2 + span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #c1272d;
}
@media (max-width: 750px) {
  .message .section > .inner > h2 + span {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.message .section#message_tab > .inner > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .message .section#message_tab > .inner > ul {
    margin-top: 2.667vw;
  }
}
.message .section#message_tab > .inner > ul > li {
  padding: 12px;
}
@media (max-width: 750px) {
  .message .section#message_tab > .inner > ul > li {
    padding: 1.333vw;
    width: 50%;
  }
}
.message .section#message_tab > .inner > ul > li img {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.message .section#message_staff > .inner > .container {
  padding: 10px 0;
}
.message .section#message_staff > .inner .box_message_staff {
  padding: 10px 0;
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl {
  display: flex;
  justify-content: space-between;
  background-color: #e6e6e6;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl {
    display: block;
    margin: 0 -4vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 30px;
  width: 300px;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div {
    width: 100%;
    padding: 4vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.thumbnail {
  padding: 0;
  line-height: 0;
  position: relative;
  width: calc(100% - 300px);
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.thumbnail {
    width: 100%;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.thumbnail > p {
  line-height: 1;
  font-size: 30px;
  width: 250px;
  height: 55px;
  background-color: #c1272d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, 0);
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.thumbnail > p {
    font-size: 40px;
    font-size: 5.3333333333vw;
    width: 53.333vw;
    height: 10.667vw;
    right: auto;
    left: 0;
    transform: translate(0, 0);
  }
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.data > h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.data > h3 {
    font-size: 45px;
    font-size: 6vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.data > span {
  font-size: 20px;
  color: #666666;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.data > span {
    font-size: 30px;
    font-size: 4vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.data > p {
  padding-top: 30px;
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_message_staff_ttl > div.data > p {
    padding-top: 4vw;
    font-size: 30px;
    font-size: 4vw;
  }
}
.message .section#message_staff > .inner .box_message_staff:nth-child(2) > .box_message_staff_ttl {
  flex-direction: row-reverse;
}
.message .section#message_staff > .inner .box_message_staff:nth-child(2) > .box_message_staff_ttl > div.thumbnail > p {
  right: auto;
  left: 0;
  transform: translate(-40%, 0);
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff:nth-child(2) > .box_message_staff_ttl > div.thumbnail > p {
    transform: translate(0, 0);
  }
}
.message .section#message_staff > .inner .box_message_staff:nth-child(4) > .box_message_staff_ttl {
  flex-direction: row-reverse;
}
.message .section#message_staff > .inner .box_message_staff:nth-child(4) > .box_message_staff_ttl > div.thumbnail > p {
  right: auto;
  left: 0;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff:nth-child(4) > .box_message_staff_ttl > div.thumbnail > p {
    transform: translate(0, 0);
  }
}
.message .section#message_staff > .inner .box_message_staff .container_qa {
  padding: 10px 0 10px 5px;
}
.message .section#message_staff > .inner .box_message_staff .box_qa {
  padding: 8px 0;
  font-size: 20px;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_qa {
    font-size: 30px;
    font-size: 4vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_qa > .question {
  position: relative;
  padding: 0 0 0.2em 2em;
}
.message .section#message_staff > .inner .box_message_staff .box_qa > .question:before {
  content: "Q";
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 35px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_qa > .question:before {
    top: 0.1em;
    font-size: 45px;
    font-size: 6vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_qa > .question > p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_qa > .question > p {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.message .section#message_staff > .inner .box_message_staff .box_qa > .answer {
  position: relative;
  padding: 0 0 0 2em;
}
.message .section#message_staff > .inner .box_message_staff .box_qa > .answer:before {
  content: "A";
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 35px;
  color: #c1272d;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media (max-width: 750px) {
  .message .section#message_staff > .inner .box_message_staff .box_qa > .answer:before {
    font-size: 45px;
    font-size: 6vw;
  }
}
.message .section#message_leader {
  background-color: #e6e6e6;
}
.message .section#message_leader > .inner .content_message_leader {
  padding: 30px 0;
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main {
    display: block;
    padding: 4vw;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_photo {
  line-height: 0;
  max-width: 420px;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_photo {
    max-width: 100%;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt {
  padding: 0 20px 0 0;
  max-width: calc(100% - 420px);
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt {
    padding: 2vw 0;
    max-width: 100%;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > p {
  font-size: 18px;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > p.upper {
  font-size: 17px;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > p.upper {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > h3 {
  font-size: 35px;
  font-weight: 700;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > h3 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    padding: 4vw 0;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > h3 > span {
  display: inline-block;
  line-height: 1;
  color: #c1272d;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_main .message_leader_txt > h3 > span {
    font-size: 30px;
    font-size: 4vw;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 25px 0;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept {
    display: block;
    padding: 4vw 0;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container {
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container {
    padding: 0 0 0 25px;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > h3 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > h3 {
    font-size: 43px;
    font-size: 5.7333333333vw;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > .txt {
  font-size: 20px;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > .txt {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > .sign {
  position: absolute;
  top: 0;
  left: 0;
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > .sign > span {
  margin: 9px 0;
  display: block;
  width: 9px;
  height: 44px;
  background-color: #fff;
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .container > .sign > span.active {
  background-color: #c1272d;
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .thumbnail {
  width: 540px;
  padding: 9px 20px 0 0;
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept > .thumbnail {
    padding: 4vw 0 0 0;
    width: 100%;
  }
}
.message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept:nth-child(2) > .container {
  width: calc(100% - 540px);
}
@media (max-width: 750px) {
  .message .section#message_leader > .inner .content_message_leader .message_leader_concept .box_message_leader_concept:nth-child(2) > .container {
    width: 100%;
  }
}
.message .section#message_leader > .photo_area {
  text-align: center;
  line-height: 0;
  padding: 0 0 30px;
}/*# sourceMappingURL=style.css.map */