@charset "utf-8";
/*
Theme Name: yfl-2017
Description:
Version: 1.1.1
*/
html,
body,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
table,
thead,
tbody,
thead,
tr,
th,
td,
caption,
figure,
figcaption,
video {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

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

img {
  vertical-align: top;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  background: transparent;
  border: 0;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@font-face {
  font-family: 'Custom Yu Gothic';
  font-weight: 300;
  src: local("Yu Gothic");
}

@font-face {
  font-family: 'Custom Yu Gothic';
  font-weight: 500;
  src: local("Yu Gothic");
}

@font-face {
  font-family: 'Custom Yu Gothic';
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

.en {
  font-family: 'Josefin Sans', sans-serif;
}

input[type=text],
textarea,
.mw_wp_form_confirm .form__input {
  background: #d4f1f1;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 0.8em 0.5em;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

input[type=text],
.mw_wp_form_confirm .form__input {
  line-height: 1;
}

.mw_wp_form_confirm .form__input {
  display: inline-block;
  min-height: 2.6em;
}

textarea {
  line-height: 1.5;
  resize: vertical;
}

.form__button {
  background-color: #fff;
  background-image: url(./images/common/arrow.png);
  background-repeat: no-repeat;
  color: #66cccc;
  line-height: 1;
  text-align: center;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

.text p,
.text li {
  line-height: 1.8;
}

.page-header {
  overflow: hidden;
  position: relative;
}

.page-header::before,
.page-header::after {
  background-color: #ddd;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.page-header::before {
  left: -100%;
  right: 50%;
}

.page-header::after {
  left: 50%;
  right: -100%;
}

.page-header__heading {
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

html.page-shown .page-header::before,
html.page-shown .page-header::after {
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.section__header {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.section__header::before,
.section__header::after {
  background: #eee;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.section__header::before {
  left: -50%;
  right: 100%;
}

.section__header::after {
  left: 100%;
  right: -50%;
}

.section__heading {
  line-height: 1;
  position: relative;
  text-align: center;
}

.page-nav__list {
  list-style: none;
  text-align: center;
}

.page-nav__item {
  display: inline-block;
}

.page-nav__link {
  display: inline-block;
}

.page-nav__link,
.page-nav__link:link,
.page-nav__link:visited {
  color: #000;
}

.site-header {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50000;
}

.site-nav {
  position: fixed;
}

.site-nav__list {
  list-style: none;
}

.site-nav__link {
  color: #000;
}

.site-nav__button-list {
  list-style: none;
}

.site-nav__banner-list {
  list-style: none;
}

.yfl-front-page .footer-nav__link {
  color: #ff0000;
}

.yfl-front-page .footer-nav__link::before {
  border-color: #ff0000;
}

.yfl-front-page .site-nav__link--front-page {
  color: #e60012;
}

.front-page__block {
  position: relative;
}

.front-page-kv {
  position: relative;
}

.front-page-kv__inner {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.front-page-kv__image {
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}

.front-page-kv__scroll {
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.front-page-philosophy__inner {
  text-align: center;
}

.front-page-philosophy__heading {
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1;
}

.front-page-philosophy__lead {
  color: #ff0000;
  letter-spacing: 0.2em;
}

.front-page-philosophy__lead i {
  font-weight: 300;
}

.front-page-philosophy__text p + p {
  margin-top: 1.5em;
}

.front-page-menu__list {
  list-style: none;
}

.front-page-menu__item {
  position: relative;
}

.front-page-menu__link {
  background-color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  -webkit-transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.front-page-menu__shutter {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  width: 100%;
  z-index: 1;
}

.front-page-menu__shutter--left {
  right: 100%;
}

.front-page-menu__shutter--right {
  left: 100%;
}

.front-page-menu__text {
  display: block;
  z-index: 2;
}

.front-page-menu__text > strong {
  color: #000;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.front-page-menu__text > span {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.front-page-menu__item--company .front-page-menu__shutter {
  background-color: #ff6666;
}

.front-page-menu__item--company .front-page-menu__text > span {
  color: #ff6666;
}

.front-page-menu__item--company .front-page-menu__text > span::after {
  border-color: #ff6666;
}

.front-page-menu__item--company .front-page-menu__link.active .front-page-menu__text > strong {
  color: #fff;
}

.front-page-menu__item--company .front-page-menu__link.active .front-page-menu__text > span {
  color: #fff;
}

.front-page-menu__item--company .front-page-menu__link.active .front-page-menu__text > span::before,
.front-page-menu__item--company .front-page-menu__link.active .front-page-menu__text > span::after {
  border-color: #fff;
}

.front-page-menu__item--brand .front-page-menu__shutter {
  background-color: #ff9900;
}

.front-page-menu__item--brand .front-page-menu__text > span {
  color: #ff9900;
}

.front-page-menu__item--brand .front-page-menu__text > span::after {
  border-color: #ff9900;
}

.front-page-menu__item--brand .front-page-menu__link.active .front-page-menu__text > strong {
  color: #fff;
}

.front-page-menu__item--brand .front-page-menu__link.active .front-page-menu__text > span {
  color: #fff;
}

.front-page-menu__item--brand .front-page-menu__link.active .front-page-menu__text > span::before,
.front-page-menu__item--brand .front-page-menu__link.active .front-page-menu__text > span::after {
  border-color: #fff;
}

.front-page-menu__item--recruit .front-page-menu__shutter {
  background-color: #66cccc;
}

.front-page-menu__item--recruit .front-page-menu__text > span {
  color: #66cccc;
}

.front-page-menu__item--recruit .front-page-menu__text > span::after {
  border-color: #66cccc;
}

.front-page-menu__item--recruit .front-page-menu__link.active .front-page-menu__text > strong {
  color: #fff;
}

.front-page-menu__item--recruit .front-page-menu__link.active .front-page-menu__text > span {
  color: #fff;
}

.front-page-menu__item--recruit .front-page-menu__link.active .front-page-menu__text > span::before,
.front-page-menu__item--recruit .front-page-menu__link.active .front-page-menu__text > span::after {
  border-color: #fff;
}

.yfl-company .footer-nav__link {
  color: #ff6666;
}

.yfl-company .footer-nav__link::before {
  border-color: #ff6666;
}

.yfl-company .site-nav__link--company {
  color: #e60012;
}

.yfl-company .page-header__heading {
  color: #ff6666;
}

.yfl-company .page-header::before,
.yfl-company .page-header::after {
  background-color: #ff6666;
}

.yfl-company .section__header::before,
.yfl-company .section__header::after {
  background-color: #ff6666;
}

.company {
  background: #ffefef;
}

.company__name {
  color: #ff6666;
  font-weight: bolder;
  letter-spacing: 0.2em;
  text-align: center;
}

.company__president {
  color: #ff6666;
  margin-top: 0.5em;
  text-align: center;
}

.company-list {
  background: #fff;
}

.company-list__title {
  color: #ff6666;
  font-weight: bolder;
  line-height: 1;
}

.company-list__detail th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.company-list__detail td {
  vertical-align: top;
}

.company-profile th {
  line-height: 1.8;
  text-align: left;
}

.company-profile td {
  line-height: 1.8;
}

.company-profile td li {
  line-height: 1.8;
}

.company-profile__brands {
  list-style: none;
}

.company-profile__places {
  list-style: disc;
}

.company-profile__places li {
  line-height: 1.8;
}

.company-profile__places li + li {
  margin-top: 0.3rem;
}

.yfl-brand .footer-nav__link {
  color: #ff9900;
}

.yfl-brand .footer-nav__link::before {
  border-color: #ff9900;
}

.yfl-brand .site-nav__link--brand {
  color: #e60012;
}

.yfl-brand .page-header__heading {
  color: #ff9900;
}

.yfl-brand .page-header::before,
.yfl-brand .page-header::after {
  background-color: #ff9900;
}

.yfl-brand .section__header::before,
.yfl-brand .section__header::after {
  background-color: #ff9900;
}
.brand {
  background-color: #fff5e5;
}

.brand-block {
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.brand-block__name {
  text-align: center;
}

.brand-block__photo > span {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: block;
  position: relative;
}

.brand-block__photo > span::after {
  bottom: 0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.brand-block__text {
  line-height: 1.8;
}

.brand-block__button-list {
  list-style: none;
}

.brand-block__button {
  background-image: url(./images/brand/page-icon.png);
  background-repeat: no-repeat;
  border: 1px solid #ff9900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
}

.brand-block__button,
.brand-block__button:link,
.brand-block__button:visited {
  color: #000;
}

.brand-block__button--shop-list {
  background-color: #fff5e5;
  background-image: url(./images/brand/search-icon.png);
  border-color: #fff5e5;
}

.shop {
  background-color: #fff5e5;
}

.shop-section {
  background-color: #fff;
}

.shop-section__heading {
  letter-spacing: 0.2em;
  text-align: center;
}

.shop-pref__list {
  list-style: none;
}

.shop-pref__list::after {
  clear: both;
  content: '';
  display: block;
}

.shop-pref__item {
  position: relative;
}

.shop-pref__category {
  display: block;
  font-weight: bolder;
  line-height: 1;
  text-align: center;
}

.shop-pref__pref-list {
  background-color: #fff5e5;
  display: none;
  left: -0.5em;
  line-height: 1.5;
  list-style: none;
  position: absolute;
  right: -0.5em;
  text-align: center;
  top: 100%;
  white-space: pre-wrap;
  z-index: 1;
}

.shop-pref__pref-list::before {
  content: url(./images/brand/arrow.png);
  display: block;
  height: 17px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -17px;
  width: 20px;
}

.shop-pref__pref-link,
.shop-pref__pref-link:link,
.shop-pref__pref-link:visited {
  color: #000;
}

.shop-pref__pref-link--selected,
.shop-pref__pref-link--selected:link,
.shop-pref__pref-link--selected:visited {
  color: #ff9900;
  text-decoration: underline;
}

.shop-brand__list {
  list-style: none;
}

.shop-brand__list::after {
  clear: both;
  content: '';
  display: block;
}

.shop-brand__item {
  float: left;
}

.shop-brand__link {
  display: block;
}

.shop-brand__link--selected {
  background-color: #ff9900;
}

.shop-brand__link--selected.shop-all {
  background-color: transparent;
  color: #ff9900;
  text-decoration: underline;
}

.shop-brand__logo {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.shop-all {
  background-image: url(./images/brand/all.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: bolder;
}

.shop-button {
  background-color: #ff9900;
  background-image: url(./images/brand/search-icon-white.png);
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  letter-spacing: 1em;
  line-height: 1;
  text-align: center;
}

.shop-result--loading {
  background: url(./images/brand/loading.gif) no-repeat center center;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}

.shop-result__pref {
  color: #ff9900;
  font-weight: bolder;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}

.shop-result__list {
  list-style: none;
}

.shop-result__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.shop-result__name {
  color: #ff9900;
  font-weight: bolder;
  line-height: 1.5;
}

.shop-result__address,
.shop-result__tel,
.shop-result__time {
  line-height: 1.5;
}

.shop-result__tel,
.shop-result__time {
  margin-top: 0.2em;
}

.shop-result__map {
  background-image: url(./images/brand/page-icon.png);
  background-repeat: no-repeat;
  border: 1px solid #ff9900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.shop-result__map,
.shop-result__map:link,
.shop-result__map:visited {
  color: #000;
}

.shop-result__brands {
  list-style: none;
}

.shop-result__logo {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.shop-result__brand:nth-child(3n + 1) .shop-result__logo {
  margin-left: 0;
  margin-right: 1em;
}

.shop-result__brand:nth-child(3n) .shop-result__logo {
  margin-left: 1em;
  margin-right: 0;
}

.shop-result__no-shop {
  text-align: center;
}

.yfl-recruit .footer-nav__link {
  color: #66cccc;
}

.yfl-recruit .footer-nav__link::before {
  border-color: #66cccc;
}

.yfl-recruit .site-nav__link--recruit {
  color: #e60012;
}

.yfl-recruit .page-header__heading {
  color: #66cccc;
}

.yfl-recruit .page-header::before,
.yfl-recruit .page-header::after {
  background-color: #66cccc;
}

.yfl-recruit .section__header::before,
.yfl-recruit .section__header::after {
  background-color: #66cccc;
}

.interview-header {
  position: relative;
}

.interview-header__left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 2;
}

.interview-header__image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 1;
}

.interview-header__image::before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.interview-header__heading {
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.interview-header__number {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  line-height: 1;
  position: absolute;
}

.interview-header__title {
  line-height: 1;
}

.interview-header__years {
  display: inline-block;
  line-height: 1;
}

.interview-header__name {
  display: inline-block;
  line-height: 1;
  margin-left: 1em;
}

.interview-header__link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.interview-header__mark {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  text-align: center;
}

.interview-header__mark img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
}

.interview-body {
  display: none;
}

.interview-body__phrase {
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}

.interview-section__heading {
  color: #66cccc;
  line-height: 1;
}

.interview-section__text {
  line-height: 1.8;
  text-align: justify;
}

.interview-section__photo {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.interview-message__heading {
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
}

.interview-message__heading span {
  color: #66cccc;
}

.interview-message__photo {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.interview-message__title {
  color: #66cccc;
  line-height: 1;
  white-space: nowrap;
}

.interview-message__name {
  line-height: 1;
}

.interview-message__text {
  line-height: 1.8;
  text-align: justify;
}

.interview-block.show-body .interview-header__image::before {
  background-color: transparent;
}

.interview-block.show-body .interview-header__link img {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.career-up__inner {
  background-color: #effafa;
}

.career-up__list {
  list-style: none;
}

.career-up__item {
  background-color: rgba(102, 204, 204, 0.2);
  position: relative;
}

.career-up__item::after {
  display: block;
  position: absolute;
  top: 100%;
}

.career-up__item--last {
  background-color: #fff;
}

.career-up__item--last::after {
  display: none;
}

.career-up__title {
  font-weight: bolder;
  text-align: center;
}

.career-up__title--white {
  background-color: #fff;
  color: #66cccc;
}

.career-up__text {
  line-height: 1.8;
}

.recruit-tab {
  list-style: none;
}

.recruit-tab__link,
.recruit-tab__link:link,
.recruit-tab__link:visited {
  color: #000;
}

.recruit {
  background-color: #effafa;
  display: none;
}

.recruit__heading {
  color: #66cccc;
  font-weight: normal;
}

.recruit__lead {
  line-height: 1.8;
}

.recruit__lead dt + dd,
.recruit__lead dd + dt {
  margin-top: 2em;
}

.recruit__lead ul {
  list-style: none;
}

.recruit__table > tbody > tr > th,
.recruit__table > tbody > tr > td {
  text-align: left;
}

.recruit__table > tbody > tr > th {
  line-height: 1.8;
}

.recruit__body {
  line-height: 1.8;
}

.recruit__body + .recruit__body {
  margin-top: 2em;
}

.recruit__body a,
.recruit__body a:link,
.recruit__body a:visited {
  border-bottom: 1px solid #66cccc;
  color: #66cccc;
}

.recruit__body a[target=_blank],
.recruit__body a:link[target=_blank],
.recruit__body a:visited[target=_blank] {
  background: url(./images/recruit/link.png) no-repeat right 2px center;
  padding-right: 1.2em;
}

.recruit__title {
  font-weight: normal;
}

.recruit__note {
  line-height: 1.8;
}

.recruit__job-list {
  list-style: none;
}

.recruit__job-mark {
  color: #66cccc;
}

.recruit__address {
  line-height: 1.8;
}

.recruit__button {
  background-color: #fff;
  background-image: url(./images/common/arrow.png);
  background-repeat: no-repeat;
  color: #66cccc;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}

.recruit__time > tbody > tr > th {
  font-weight: normal;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.recruit__time > tbody > tr > th > span {
  display: inline-block;
  width: 2em;
}

.recruit__time > tbody > tr > td {
  vertical-align: top;
}

.recruit-flow {
  list-style: none;
}

.recruit-flow__item {
  background-position: left top;
  background-repeat: no-repeat;
  height: 0;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
}

.recruit-detail {
  line-height: 1.8;
}

.recruit-detail__heading {
  font-weight: normal;
}

.yfl-privacy .footer-nav__link {
  color: #e60012;
}

.yfl-privacy .footer-nav__link::before {
  border-color: #e60012;
}

.yfl-privacy .footer-nav__link--privacy {
  color: #fff;
}

.yfl-privacy .footer-nav__link--privacy::before {
  background-color: #e60012;
}

.privacy__section {
  border: 1px solid #e60012;
}

.privacy__title {
  line-height: 1.8;
}

.yfl-form .footer-nav__link {
  color: #66cccc;
}

.yfl-form .footer-nav__link::before {
  border-color: #66cccc;
}

.yfl-form .footer-nav__link--form {
  color: #fff;
}

.yfl-form .footer-nav__link--form::before {
  background-color: #66cccc;
}

.form__steps {
  list-style: none;
}

.form__steps li {
  display: inline-block;
}

.form__steps li::after {
  content: '>';
  display: inline-block;
  margin-left: 1em;
  margin-right: 0.5em;
}

.form__steps li:last-child::after {
  content: '';
}

.form__section {
  background-color: #effafa;
}

.form__table > tbody > tr > th {
  text-align: left;
  white-space: nowrap;
}

.form__table > tbody > tr > td.form__note {
  line-height: 1.8;
}

.form__table > tbody > tr > td a,
.form__table > tbody > tr > td a:link,
.form__table > tbody > tr > td a:visited {
  color: #66cccc;
  text-decoration: underline;
}

.form__sub-table > tbody > tr > th {
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}

.form__sub-table > tbody > tr > td {
  vertical-align: top;
}

.form__sub-table .form__label {
  text-align: center;
  vertical-align: top;
}

.form__sub-table--name > tbody > tr > th {
  width: 3rem;
}

.form__sub-table--birthday > tbody > tr > th,
.form__sub-table--tel > tbody > tr > th {
  text-align: center;
}

.form__required {
  color: #e60012;
}

.form__block span {
  display: inline-block;
}

.form__block--radio .mwform-radio-field {
  display: inline-block;
}

.form__privacy a,
.form__privacy a:link,
.form__privacy a:visited {
  color: #66cccc;
  text-decoration: underline;
}

.form__check {
  text-align: center;
}

.form__confirm {
  line-height: 1.8;
  text-align: center;
}

.form__buttons {
  list-style: none;
}

.mw_wp_form_input .form__steps li:first-child {
  color: #66cccc;
}

.mw_wp_form_input .form__steps li:first-child::after {
  color: #000;
}

.mw_wp_form_input .form__buttons li:nth-child(2),
.mw_wp_form_input .form__buttons li:nth-child(3) {
  display: none;
}

.mw_wp_form_confirm .form__steps li:nth-child(2) {
  color: #66cccc;
}

.mw_wp_form_confirm .form__steps li:nth-child(2)::after {
  color: #000;
}

.mw_wp_form_confirm .form__input {
  background-color: #d4f1f1;
}

.mw_wp_form_confirm .form__privacy,
.mw_wp_form_confirm .form__check {
  display: none;
}

.mw_wp_form_confirm .form__buttons li:first-child {
  display: none;
}

.mw_wp_form span.error {
  color: #e60012;
  display: block;
  line-height: 1.8;
  margin-top: 0.2em;
}

.mw_wp_form_input .form__confirm {
  display: none !important;
}

.mw_wp_form_confirm .form__note {
  display: none !important;
}

.yfl-thanks .footer-nav__link {
  color: #66cccc;
}

.yfl-thanks .footer-nav__link::before {
  border-color: #66cccc;
}

.yfl-thanks .footer-nav__link--thanks {
  color: #fff;
}

.yfl-thanks .footer-nav__link--thanks::before {
  background-color: #66cccc;
}

.thanks .form__steps li:nth-child(3) {
  color: #66cccc;
}

.thanks .form__steps li:nth-child(3)::after {
  color: #000;
}

.thanks__section {
  text-align: center;
}

.thanks__text {
  line-height: 1.8;
}

.footer-nav__list {
  list-style: none;
}

.footer-nav__link {
  display: block;
  text-align: center;
}

.footer-banner__list {
  list-style: none;
}

.top-button {
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 50030;
}

html.top-button-visible .top-button {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  body,
  input,
  select,
  textarea,
  button {
    font-family: 'Custom Yu Gothic', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
            font-feature-settings: 'palt' 1;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  html {
    font-size: 14px;
  }

  input[type=text],
  textarea,
  .mw_wp_form_confirm .form__input {
    font-size: 18px;
  }

  .form__button {
    background-position: right 50px center;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    padding: 38px 50px 38px 0;
    text-align: center;
    width: 380px;
  }

  .check {
    font-family: pc;
  }

  main {
    padding-top: 80px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }

  .page-header {
    height: 270px;
    min-width: 1000px;
    padding: 150px 0 0;
  }

  .page-header::before {
    margin-right: 450px;
    -webkit-transform: translate(455px, 0) skewX(-30deg);
        -ms-transform: translate(455px, 0) skewX(-30deg);
            transform: translate(455px, 0) skewX(-30deg);
  }

  .page-header::after {
    margin-left: 450px;
    -webkit-transform: translate(-455px, 0) skewX(-30deg);
        -ms-transform: translate(-455px, 0) skewX(-30deg);
            transform: translate(-455px, 0) skewX(-30deg);
  }

  .page-header__heading {
    font-size: 120px;
    min-width: 1000px;
  }

  .page-body {
    background: url(./images/common/page-shadow.png) repeat-x left top;
    min-width: 1000px;
    padding-top: 60px;
  }

  .section {
    margin-top: -140px;
    padding-top: 140px;
  }

  .section__header {
    padding: 15px 0;
    width: 600px;
  }

  .section__header::before {
    margin-right: -15px;
  }

  .section__header::after {
    margin-left: -15px;
  }

  .section__heading {
    font-size: 30px;
    letter-spacing: 0.3em;
  }

  .simple-header {
    padding: 60px 0 80px;
  }

  .simple-header__heading {
    font-size: 30px;
    letter-spacing: 0.3em;
    text-align: center;
  }

  .page-nav {
    min-width: 1000px;
  }

  .page-nav__item {
    padding: 20px 0;
  }

  .page-nav__item + .page-nav__item {
    margin-left: 140px;
  }

  .page-nav__link {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    -webkit-transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .adjust-paren {
    -webkit-font-feature-settings: 'palt' 0;
            font-feature-settings: 'palt' 0;
    -webkit-font-kerning: none;
            font-kerning: none;
  }

  br.sp-only {
    display: none;
  }

  .site-header {
    height: 80px;
  }

  .site-header__heading {
    padding-top: 28px;
  }

  .menu-button {
    display: none;
  }

  .site-nav {
    height: 80px;
    left: 50%;
    line-height: 16px;
    right: 0;
    top: 0;
    z-index: 50010;
  }

  .site-nav__list {
    padding: 32px 0;
    text-align: right;
    width: 500px;
  }

  .site-nav__item {
    display: inline-block;
  }

  .site-nav__item + .site-nav__item {
    margin-left: 38px;
  }

  .site-nav__link {
    font-size: 16px;
    font-weight: bolder;
    -webkit-transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .site-nav__link:hover {
    color: #e60012;
  }

  .site-nav__button-list {
    display: none;
  }

  .site-nav__banner-list {
    display: none;
  }

  .site-nav__overlay {
    display: none;
  }

  .yfl-front-page .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-front-page .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-front-page .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-front-page .footer-nav__link:hover::before {
    background-color: #ff0000;
  }

  .front-page__block {
    visibility: hidden;
  }

  .front-page-prepared .front-page__block {
    visibility: visible;
  }

  .front-page-kv {
    min-height: 600px;
  }

  .front-page-kv__inner {
    margin: 0 auto;
    top: -80px;
    width: 1000px;
  }

  .front-page-kv__video-box {
    height: 680px;
    left: -140px;
    margin-top: -340px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1280px;
  }

  .front-page-kv__video {
    display: block;
    left: -140px;
    margin-top: -340px;
    position: absolute;
    position: absolute;
    top: 50%;
  }

  .front-page-kv__image {
    background-image: url(./images/front-page/intro.png);
    background-position: center top;
    height: 680px;
    left: -140px;
    margin-top: -340px;
    top: 50%;
    width: 1280px;
  }

  .front-page-kv__image--show {
    opacity: 1;
  }

  .front-page-kv__scroll {
    bottom: 0;
    height: 126px;
    left: 40px;
    margin: auto 0;
    top: 0;
    width: 17px;
  }

  .front-page-kv__scroll--show {
    opacity: 1;
  }

  .front-page-philosophy {
    background-image: url(./images/common/shadow-top.png), url(./images/common/shadow-bottom.png), url(./images/front-page/philosophy-bg.png);
    background-position: center top, center bottom, center center;
    background-repeat: repeat-x, repeat-x, no-repeat;
    -webkit-background-size: auto, auto, auto 100%;
            background-size: auto, auto, auto 100%;
    min-width: 1000px;
  }

  .front-page-philosophy__heading {
    font-size: 48px;
    padding-top: 70px;
  }

  .front-page-philosophy__lead {
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
  }

  .front-page-philosophy__lead i {
    font-size: 24px;
  }

  .front-page-philosophy__text {
    margin-top: 30px;
    padding-bottom: 70px;
  }

  .front-page-philosophy__text p {
    letter-spacing: 0.2em;
  }

  .front-page-philosophy__text br.sp-only {
    display: none;
  }

  .front-page-menu {
    min-width: 1000px;
  }

  .front-page-menu__item {
    height: 600px;
  }

  .front-page-menu__item::before {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 51%;
  }

  .front-page-menu__link {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }

  .front-page-menu__shutter--left {
    -webkit-transform: skewX(-30deg) translate(-120px, 0);
        -ms-transform: skewX(-30deg) translate(-120px, 0);
            transform: skewX(-30deg) translate(-120px, 0);
  }

  .front-page-menu__shutter--right {
    -webkit-transform: skewX(-30deg) translate(120px, 0);
        -ms-transform: skewX(-30deg) translate(120px, 0);
            transform: skewX(-30deg) translate(120px, 0);
  }

  .front-page-menu__text {
    bottom: 0;
    height: 140px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .front-page-menu__text > strong {
    font-size: 54px;
    height: 54px;
  }

  .front-page-menu__text > span {
    font-size: 18px;
    margin-top: 30px;
  }

  .front-page-menu__text > span::after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 12px;
    margin: 10px auto 0;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: border-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: border-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    width: 280px;
  }

  .front-page-menu__link:hover .front-page-menu__shutter--left {
    -webkit-transform: skewX(-30deg) translate(-110px, 0);
        -ms-transform: skewX(-30deg) translate(-110px, 0);
            transform: skewX(-30deg) translate(-110px, 0);
  }

  .front-page-menu__link:hover .front-page-menu__shutter--right {
    -webkit-transform: skewX(-30deg) translate(110px, 0);
        -ms-transform: skewX(-30deg) translate(110px, 0);
            transform: skewX(-30deg) translate(110px, 0);
  }

  .front-page-menu__link.active .front-page-menu__shutter--left {
    -webkit-transform: skewX(-30deg) translate(51%, 0);
        -ms-transform: skewX(-30deg) translate(51%, 0);
            transform: skewX(-30deg) translate(51%, 0);
  }

  .front-page-menu__link.active .front-page-menu__shutter--right {
    -webkit-transform: skewX(-30deg) translate(-51%, 0);
        -ms-transform: skewX(-30deg) translate(-51%, 0);
            transform: skewX(-30deg) translate(-51%, 0);
  }

  .front-page-menu__item--company::before {
    background-image: url(./images/front-page/company-bg.jpg);
    right: 0;
  }

  .front-page-menu__item--company .front-page-menu__link {
    left: 0;
  }

 

  .front-page-menu__item--brand .front-page-menu__link {
    right: 0;
  }

 
 .fron-page-menu__item--recruit .front-page-menu_link{
	 left: 0;
  }
	
 .front-page-menu__item--brand::before {
   -webkit-background-size: auto auto;
           background-size: auto;
    left: 0;
  }

  .front-page-menu__item--brand .front-page-menu__shutter--left {
    -webkit-transform: skewX(30deg) translate(-120px, 0);
        -ms-transform: skewX(30deg) translate(-120px, 0);
            transform: skewX(30deg) translate(-120px, 0);
  }

  .front-page-menu__item--brand .front-page-menu__shutter--right {
    -webkit-transform: skewX(30deg) translate(120px, 0);
        -ms-transform: skewX(30deg) translate(120px, 0);
            transform: skewX(30deg) translate(120px, 0);
  }

  .front-page-menu__item--brand .front-page-menu__link:hover .front-page-menu__shutter--left {
    -webkit-transform: skewX(30deg) translate(-110px, 0);
        -ms-transform: skewX(30deg) translate(-110px, 0);
            transform: skewX(30deg) translate(-110px, 0);
  }

  .front-page-menu__item--brand .front-page-menu__link:hover .front-page-menu__shutter--right {
    -webkit-transform: skewX(30deg) translate(110px, 0);
        -ms-transform: skewX(30deg) translate(110px, 0);
            transform: skewX(30deg) translate(110px, 0);
  }

  .front-page-menu__item--brand .front-page-menu__link.active .front-page-menu__shutter--left {
    -webkit-transform: skewX(30deg) translate(51%, 0);
        -ms-transform: skewX(30deg) translate(51%, 0);
            transform: skewX(30deg) translate(51%, 0);
  }

  .front-page-menu__item--brand .front-page-menu__link.active .front-page-menu__shutter--right {
    -webkit-transform: skewX(30deg) translate(-51%, 0);
        -ms-transform: skewX(30deg) translate(-51%, 0);
            transform: skewX(30deg) translate(-51%, 0);
  }

  .safari .front-page-kv__video {
    height: 704px;
  }

  .yfl-company .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-company .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-company .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-company .footer-nav__link:hover::before {
    background-color: #ff6666;
  }

  .company {
    margin-bottom: 120px;
    margin-top: 60px;
    padding: 70px 180px 60px;
  }

  .company__name {
    font-size: 24px;
  }

  .company-list {
    margin-top: 30px;
    padding: 40px 170px;
  }

  .company-list__title {
    font-size: 16px;
  }

  .company-list__detail {
    margin-top: 0.5em;
  }

  .company-list__detail th {
    line-height: 1;
    padding: 0.5em 0;
    width: 4em;
  }

  .company-list__detail td {
    line-height: 1;
    padding: 0.5em 0;
  }

  .company-list__detail + .company-list__title,
  .company-list__table + .company-list__title,
  .company-list__title + .company-list__title {
    margin-top: 2rem;
  }

  .company-profile {
    margin-top: 60px;
  }

  .company-profile table {
    width: 100%;
  }

  .company-profile th,
  .company-profile td {
    border-bottom: 1px solid #fff;
  }

  .company-profile tr:last-child th,
  .company-profile tr:last-child td {
    border-bottom: 0;
  }

  .company-profile th {
    font-weight: normal;
    padding: 1.3em 0 0.3em 1em;
    vertical-align: top;
    width: 10em;
  }

  .company-profile td {
    padding: 1.3em 0 0.3em;
  }

  .company-profile__brands span {
    margin-left: 1rem;
  }

  .company-profile__places {
    margin-left: 1em;
  }

  .company-profile__places span {
    display: inline-block;
  }

  .company-profile__places span:nth-child(1) {
    white-space: nowrap;
    width: 12em;
  }

  .company-profile__places li:last-child span:nth-child(1) {
    width: 13em;
  }

  .company-profile__places img {
    margin-left: 0.5em;
  }

  .company-map {
    height: 400px;
    margin: 20px 0;
    width: 400px;
  }

  .yfl-brand .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-brand .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-brand .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-brand .footer-nav__link:hover::before {
    background-color: #ff9900;
  }

  .page-nav__link--brand:hover {
    color: #ff9900;
  }

  .brand {
    margin: 60px 0;
    padding: 100px 0 80px;
  }

  .brand__inner::after {
    clear: both;
    content: '';
    display: block;
  }



  .brand-block:nth-child(2n+ 1) {
    float: left;
  }

  .brand-block:nth-child(2n) {
    float: right;
  }

  .brand-block:nth-child(2) {
    margin-top: 200px;
  }

  .brand-block__name {
    height: 80px;
    overflow: hidden;
  }

  .brand-block__toggle {
    display: none;
  }

  .brand-block__lead {
    color: #ff9900;
    font-weight: bolder;
    line-height: 1.8;
    text-align: center;
  }

  .brand-block__lead--sp {
    display: none;
  }


  .brand-block__text {
    height: 100px;
    margin-top: 230px;
  }

  .brand-block__button-list {
    margin-top: 30px;
  }

  .brand-block__button-list::after {
    clear: both;
    content: '';
    display: block;
  }

  .brand-block__button-item {
    float: left;
    margin-bottom: 10px;
  }

  .brand-block__button-item:nth-child(2n) {
    margin-left: 10px;
  }

  .brand-block__button {
    background-position: right 16px center;
    height: 50px;
    line-height: 14px;
    padding: 18px 0 18px 0;
    width: 200px;
  }

  .brand-block__button--shop-list {
    background-position: right 20px center;
  }

  .shop {
    margin-top: 60px;
    padding: 60px 0;
  }

  .shop-section {
    padding: 40px;
    position: relative;
  }

  .shop-section--pref {
    min-height: 270px;
  }

  .shop-section + .shop-section {
    margin-top: 30px;
  }

  .shop-section__heading {
    font-size: 24px;
  }

  .shop-map {
    background: url(./images/brand/map-base.png) no-repeat center center;
    height: 199px;
    left: 95px;
    position: absolute;
    top: 90px;
    width: 222px;
  }

  .shop-map::after {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .shop-map--hokkaido::after {
    background-image: url(./images/brand/map-hokkaido.png);
  }

  .shop-map--tohoku::after {
    background-image: url(./images/brand/map-tohoku.png);
  }

  .shop-map--kanto::after {
    background-image: url(./images/brand/map-kanto.png);
  }

  .shop-map--chubu::after {
    background-image: url(./images/brand/map-chubu.png);
  }

  .shop-map--kinki::after {
    background-image: url(./images/brand/map-kinki.png);
  }

  .shop-map--chugoku::after {
    background-image: url(./images/brand/map-chugoku.png);
  }

  .shop-map--shikoku::after {
    background-image: url(./images/brand/map-shikoku.png);
  }

  .shop-map--kyushu::after {
    background-image: url(./images/brand/map-kyushu.png);
  }

  .shop-map--all::after {
    background-image: url(./images/brand/map-all.png);
  }

  .shop-pref__list {
    left: 450px;
    position: absolute;
    top: 120px;
  }

  .shop-pref__item {
    float: left;
    margin-bottom: 10px;
    width: 110px;
  }

  .shop-pref__item--newline {
    clear: both;
  }

  .shop-pref__category {
    cursor: pointer;
    padding: 10px 0;
  }

  .shop-pref__pref-list {
    margin-top: 10px;
    padding: 10px;
  }

  .shop-pref__pref-item {
    display: inline;
  }

  .shop-pref__pref-item::after {
    content: ' / ';
  }

  .shop-pref__pref-item:nth-child(2n)::after {
    content: '\A';
  }

  .shop-pref__pref-item:last-child::after {
    content: '';
  }

  .shop-brand__list {
    margin-left: -12px;
    margin-top: 60px;
  }

  .shop-brand__item {
    margin-bottom: 20px;
    margin-left: 12px;
    width: 120px;
  }

  .shop-brand__item:nth-child(7n + 1) {
    clear: both;
  }

  .shop-brand__item--all {
    float: right;
  }

  .shop-brand__link {
    padding: 0 10px;
  }

  .shop-brand__logo {
    padding-top: 50px;
  }

  .shop-all {
    cursor: pointer;
    display: block;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 10px 0 10px 30px;
    width: 50px;
  }

  .shop-section--brand .shop-all {
    margin-left: auto;
    margin-top: 10px;
  }

  .shop-button {
    background-position: right 90px center;
    cursor: pointer;
    font-size: 18px;
    margin: 40px auto 0;
    padding: 21px 0;
    width: 300px;
  }

  .shop-result {
    margin-top: 40px;
    min-height: 30px;
  }

  .shop-result__pref {
    font-size: 30px;
    margin-top: 90px;
  }

  .shop-result__list {
    margin-top: 90px;
  }

  .shop-result__list::after {
    clear: both;
    content: '';
    display: block;
  }

  .shop-result__pref + .shop-result__list {
    margin-top: 40px;
  }

  .shop-result__item {
    float: left;
    height: 280px;
    margin-bottom: 20px;
    padding: 40px;
    width: 490px;
  }

  .shop-result__item:nth-child(2n) {
    margin-left: 20px;
  }

  .shop-result__name {
    font-size: 16px;
    height: 48px;
  }

  .shop-result__map {
    background-position: right 15px center;
    letter-spacing: 0.2em;
    line-height: 14px;
    padding: 9px 15px 9px 0;
    position: absolute;
    right: 40px;
    top: 140px;
    width: 120px;
  }

  .shop-result__brands {
    bottom: 30px;
    left: 40px;
    position: absolute;
  }

  .shop-result__brands--2 {
    bottom: 5px;
  }

  .shop-result__brand {
    display: inline-block;
    margin-right: 40px;
    width: 100px;
  }

  .shop-result__logo {
    padding-top: 40px;
  }

  .shop-result__no-shop {
    font-size: 16px;
    margin-top: 80px;
  }

  .yfl-recruit .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-recruit .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-recruit .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-recruit .footer-nav__link:hover::before {
    background-color: #66cccc;
  }

  .page-nav__link--recruit:hover {
    color: #66cccc;
  }

  .interview__inner {
    margin-bottom: 60px;
    margin-top: 60px;
    min-width: 1000px;
  }

  .interview-header {
    height: 600px;
  }

  .interview-header__inner {
    height: 600px;
    padding-top: 100px;
  }

  .interview-header__left {
    background-color: rgba(102, 204, 204, 0.9);
    height: 400px;
    padding: 150px 60px 0;
    width: 500px;
  }

  .interview-header__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .interview-header__image--sp {
    display: none;
  }

  .interview-header__heading {
    font-size: 48px;
    height: 130px;
  }

  .interview-header__number {
    font-size: 100px;
    right: 50px;
    top: 40px;
  }

  .interview-header__title {
    font-size: 24px;
    margin-bottom: 0.5em;
  }

  .interview-header__years {
    font-size: 24px;
  }

  .interview-header__name {
    font-size: 24px;
  }

  .interview-header__mark {
    border-radius: 40px;
    bottom: 70px;
    height: 80px;
    padding: 33px 0 0;
    right: 70px;
    width: 80px;
  }

  .interview-body {
    background-image: url(./images/common/shadow-top.png), url(./images/common/shadow-bottom.png), url(./images/recruit/interview-bg.png);
    background-position: left top, left bottom, center top;
    background-repeat: repeat-x, repeat-x, no-repeat;
    -webkit-background-size: auto, auto, 100% auto;
            background-size: auto, auto, 100% auto;
    padding: 80px 0;
  }

  .interview-body__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }

  .interview-body__phrase {
    font-size: 36px;
    margin-bottom: 80px;
  }

  .interview-body__phrase br {
    display: none;
  }

  .interview-section {
    position: relative;
  }

  .interview-section + .interview-section {
    margin-top: 70px;
  }

  .interview-section__inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 410px;
    padding: 40px 60px;
    width: 770px;
  }

  .interview-section__inner--1 {
    margin-left: 370px;
    padding-left: 180px;
  }

  .interview-section__inner--2 {
    margin-right: 300px;
    padding-right: 180px;
  }

  .interview-section__heading {
    font-size: 24px;
    position: relative;
    white-space: nowrap;
  }

  .interview-section__text {
    margin-top: 40px;
    position: relative;
  }

  .interview-section__photo {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    height: 298px;
    position: absolute;
    top: 60px;
    width: 420px;
  }

  .interview-section__photo--1 {
    left: 70px;
  }

  .interview-section__photo--2 {
    right: 70px;
  }

  .interview-message {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 70px;
    padding: 20px 0 0 430px;
    position: relative;
  }

  .interview-message__heading {
    font-size: 24px;
  }

  .interview-message__photo {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    height: 220px;
    left: 50px;
    position: absolute;
    top: 0;
    width: 320px;
  }

  .interview-message__title {
    bottom: 30px;
    font-size: 18px;
    font-weight: bolder;
    left: 50px;
    position: absolute;
  }

  .interview-message__name {
    bottom: 0px;
    font-size: 18px;
    left: 50px;
    position: absolute;
  }

  .interview-message__text {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
    min-height: 220px;
    padding: 45px 50px;
    position: relative;
    width: 520px;
  }

  .interview-message__text::before {
    content: url(./images/recruit/tri.png);
    display: block;
    height: 87px;
    left: -50px;
    position: absolute;
    top: 70px;
    width: 50px;
  }

  .career-up {
    margin-bottom: 60px;
  }

  .career-up__inner {
    margin-top: 60px;
    padding: 40px 0 80px;
  }

  .career-up__lead {
    line-height: 1;
    text-align: center;
  }

  .career-up__list {
    margin: 40px auto 0;
    width: 600px;
  }

  .career-up__item::after {
    content: url(./images/recruit/career-up-bg.png);
    height: 40px;
  }

  .career-up__item + .career-up__item {
    margin-top: 80px;
  }

  .career-up__item--last {
    display: table;
    width: 100%;
  }

  .career-up__title {
    font-size: 18px;
    letter-spacing: 0.2em;
    padding: 30px 0 10px;
  }

  .career-up__title--white {
    padding: 20px 0;
  }

  .career-up__text {
    padding: 30px 60px 10px;
  }

  .career-up__job-list {
    display: table-cell;
    list-style: disc;
    padding: 30px 0;
    vertical-align: top;
    white-space: nowrap;
  }

  .career-up__job-list:first-child {
    padding-left: 40px;
  }

  .career-up__job-item + .career-up__job-item {
    margin-top: 1em;
  }

  .recruit-info {
    padding-bottom: 60px;
  }

  .recruit-tab {
    display: table;
    margin: 60px 40px 0;
    width: 920px;
  }

  .recruit-tab__item {
    display: table-cell;
    width: 460px;
  }

  .recruit-tab__link {
    background-color: #d4f1f1;
    display: block;
    font-size: 24px;
    font-weight: bolder;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 37px 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .recruit-tab__link::after {
    content: url(./images/recruit/tab.png);
    display: block;
    left: 0;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: opacity 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .recruit-tab__link--active {
    background-color: #effafa;
  }

  .recruit-tab__link--active::after {
    opacity: 1;
  }

  .recruit-heading {
    display: none;
  }

  .recruit {
    padding: 100px 100px 60px;
  }

  .recruit--active {
    display: block;
  }

  .recruit__heading {
    font-size: 24px;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }

  .recruit__lead {
    border-bottom: 1px solid #fff;
    margin: 0 0 1rem;
    padding: 0 0 1rem 150px;
  }

  .recruit__table > tbody > tr > th,
  .recruit__table > tbody > tr > td {
    border-bottom: 1px solid #fff;
    vertical-align: top;
  }

  .recruit__table > tbody > tr > th {
    font-weight: normal;
    padding: 1rem;
    width: 124px;
  }

  .recruit__table > tbody > tr > td {
    padding: 1rem 0;
  }

  .recruit__table:last-child > th,
  .recruit__table:last-child > td {
    border-bottom: 0;
  }

  .recruit__title {
    font-size: 1rem;
  }

  .recruit__note {
    font-size: 11px;
    margin: 1rem 0;
  }

  .recruit__job-list {
    display: inline-block;
    margin-bottom: 2rem;
    padding-right: 1rem;
    vertical-align: top;
  }

  .recruit__training dd + dt {
    margin-top: 2rem;
  }

  .recruit__address {
    padding-left: 1rem;
  }

  .recruit__button {
    background-position: right 50px center;
    font-size: 24px;
    margin: 80px auto 0;
    padding: 38px 0;
    width: 480px;
  }

  .recruit__button.en {
    font-size: 30px;
    padding: 45px 0 35px;
  }

  .recruit__arbeit--sp {
    display: none;
  }

  .recruit-section + .recruit-section {
    margin-top: 40px;
  }

  .recruit-section + .recruit-section--oneline {
    margin-top: 100px;
  }

  .recruit-section--oneline .recruit__body {
    margin: -3rem 0 0 150px;
  }

  .recruit-flow {
    margin: 2rem 0 2rem 1rem;
  }

  .recruit-flow__item {
    display: inline-block;
    padding-top: 250px;
    vertical-align: top;
  }

  .recruit-flow__item--1 {
    background-image: url(./images/recruit/flow-1.png);
    width: 68px;
  }

  .recruit-flow__item--2 {
    background-image: url(./images/recruit/flow-2.png);
    width: 67px;
  }

  .recruit-flow__item--3 {
    background-image: url(./images/recruit/flow-3.png);
    width: 68px;
  }

  .recruit-flow__item--4 {
    background-image: url(./images/recruit/flow-4.png);
    width: 67px;
  }

  .recruit-flow__item--5 {
    background-image: url(./images/recruit/flow-5.png);
    width: 68px;
  }

  .recruit-flow__item--6 {
    background-image: url(./images/recruit/flow-6.png);
    width: 76px;
  }

  .recruit-flow__item--7 {
    background-image: url(./images/recruit/flow-7.png);
    width: 42px;
  }

  .recruit-detail {
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
    margin-left: 150px;
    padding-bottom: 1rem;
  }

  .recruit-detail__heading {
    font-size: 1rem;
  }

  .yfl-privacy .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-privacy .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-privacy .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-privacy .footer-nav__link:hover::before {
    background-color: #e60012;
  }

  .privacy__section {
    margin-bottom: 100px;
    padding: 60px 120px;
  }

  .privacy__table {
    margin-top: 40px;
  }

  .privacy__text {
    margin: -1.8rem 0 0 240px;
  }

  .privacy__text + .privacy__title {
    margin-top: 30px;
  }

  .yfl-form .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-form .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-form .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-form .footer-nav__link:hover::before {
    background-color: #66cccc;
  }

  .form__section {
    margin-bottom: 100px;
    padding: 40px 100px 60px;
  }

  .form__table {
    width: 100%;
  }

  .form__table > tbody > tr > th {
    border-top: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    padding: 45px 1em 45px 0;
    vertical-align: top;
    width: 264px;
  }

  .form__table > tbody > tr > td {
    border-top: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 20px 30px 0;
    width: 536px;
  }

  .form__table > tbody > tr > td.form__note {
    border-top: 0;
    padding-top: 0;
  }

  .form__table > tbody > tr:first-child > th,
  .form__table > tbody > tr:first-child > td {
    border-top: 0;
  }

  .form__sub-table > tbody > tr > th {
    padding-top: 1em;
  }

  .form__sub-table .form__label {
    padding-top: 1em;
  }

  .form__sub-table--name > tbody > tr > th {
    padding-right: 1rem;
    text-align: right;
  }

  .form__sub-table--name input,
  .form__sub-table--name .form__input {
    width: 170px;
  }

  .form__sub-table--birthday .form__label,
  .form__sub-table--tel .form__label {
    width: 3rem;
  }

  .form__sub-table--birthday input,
  .form__sub-table--birthday .form__input,
  .form__sub-table--tel input,
  .form__sub-table--tel .form__input {
    width: 110px;
  }

  .form__sub-table--shop > tbody > tr > th {
    padding-bottom: 1em;
    padding-right: 1em;
    white-space: nowrap;
  }

  .form__sub-table--shop > tbody > tr > td {
    padding-bottom: 1em;
  }

  .form__sub-table--shop input,
  .form__sub-table--shop .form__input {
    margin-right: 1em;
    width: 340px;
  }

  .form__required,
  .form__not-required {
    font-size: 14px;
  }

  .form__mark {
    font-size: 12px;
    vertical-align: super;
  }

  .form__block--radio .mwform-radio-field {
    padding-left: 3em;
    padding-right: 3em;
  }

  .form__block--radio span.error {
    padding-left: 3em;
  }

  .form__privacy {
    margin-top: 50px;
    text-align: center;
  }

  .form__check {
    margin-top: 1em;
  }

  .form__confirm {
    margin: 1em 0 3em;
  }

  .form__buttons {
    margin-top: 30px;
    text-align: center;
  }

  .form__buttons li {
    display: inline-block;
  }

  .form__buttons button[value=confirm] {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
  }

  .form__buttons button[value=send] {
    margin-left: 25px;
  }

  .yfl-thanks .footer-nav__link {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-thanks .footer-nav__link::before {
    -webkit-transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .yfl-thanks .footer-nav__link:hover {
    color: #fff;
  }

  .yfl-thanks .footer-nav__link:hover::before {
    background-color: #66cccc;
  }

  .thanks {
    margin-bottom: 100px;
  }

  .thanks__section {
    background-color: #d4f1f1;
    border: 30px solid #effafa;
    margin-top: 60px;
    padding: 60px 0 50px;
  }

  .thanks__heading {
    font-size: 30px;
    letter-spacing: 1em;
  }

  .thanks__text {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-top: 40px;
  }

  .thanks__link {
    margin-top: 50px;
    width: 480px;
  }

  .site-footer {
    background: url(./images/common/footer-shadow.png) repeat-x center top;
    min-width: 1000px;
    padding: 70px 0 20px;
  }

  .site-footer__copyright {
    letter-spacing: 0;
    margin-top: 20px;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav__item {
    display: inline-block;
  }

  .footer-nav__item + .footer-nav__item {
    margin-left: 14px;
  }

  .footer-nav__link {
    line-height: 14px;
    padding: 9px 0;
    position: relative;
    width: 200px;
  }

  .footer-nav__link::before {
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }

  .footer-nav__link > span {
    display: block;
    position: relative;
  }

  .footer-banner__list {
    border-spacing: 10px 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    width: auto;
  }

  .footer-banner__item {
    display: table-cell;
    vertical-align: middle;
  }

  .top-button {
    bottom: 130px;
    right: 50px;
    -webkit-transform: translate(0, 260px);
        -ms-transform: translate(0, 260px);
            transform: translate(0, 260px);
  }

  .top-button img:nth-child(2) {
    display: none;
  }

  html.top-button-visible .top-button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 768px) {
  body,
  input,
  select,
  textarea,
  button {
    font-family: 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
            font-feature-settings: 'palt' 1;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    letter-spacing: 0.1em;
  }

  .form__button {
    background-position: right 3.14286rem center;
    -webkit-background-size: 2.28571rem auto;
            background-size: 2.28571rem auto;
    display: block;
    font-size: 1rem;
    padding: 1.42857rem 0;
    text-indent: -1.57143rem;
  }

  .check {
    font-family: sp;
  }

  main {
    padding-top: 50px;
  }

  .page-header {
    height: 5.35714rem;
    padding-top: 3.21429rem;
  }

  .page-header::before {
    margin-right: 9.28571rem;
    -webkit-transform: translate(9.64286rem, 0) skewX(-30deg);
        -ms-transform: translate(9.64286rem, 0) skewX(-30deg);
            transform: translate(9.64286rem, 0) skewX(-30deg);
  }

  .page-header::after {
    margin-left: 9.28571rem;
    -webkit-transform: translate(-9.64286rem, 0) skewX(-30deg);
        -ms-transform: translate(-9.64286rem, 0) skewX(-30deg);
            transform: translate(-9.64286rem, 0) skewX(-30deg);
  }

  .page-header__heading {
    font-size: 2.57143rem;
  }

  .page-body {
    background: url(./images/sp/common/page-shadow.png) repeat-x left top;
    -webkit-background-size: auto 8px;
            background-size: auto 8px;
    padding-top: 1.71429rem;
  }

  .section {
    margin-top: -74px;
    padding-top: 74px;
  }

  .section__header {
    padding: 0.71429rem 0;
    width: 18.57143rem;
  }

  .section__header::before {
    margin-right: -0.57143rem;
  }

  .section__header::after {
    margin-left: -0.57143rem;
  }

  .section__heading {
    font-size: 1.14286rem;
  }

  .simple-header {
    padding: 3.21429rem 0;
  }

  .simple-header__heading {
    font-size: 1.42857rem;
    letter-spacing: 0.5em;
    text-align: center;
    text-indent: 0.5em;
  }

  .page-nav__item {
    padding: 1.14286rem 0;
  }

  .page-nav__item + .page-nav__item {
    margin-left: 1.14286rem;
  }

  .page-nav__link {
    font-size: 0.92857rem;
  }

  br.pc-only {
    display: none;
  }

  .site-header {
    height: 50px;
  }

  .site-header__heading {
    padding: 16px 0 16px 16px;
  }

  .site-header__heading img {
    height: 18px;
    width: auto;
  }

  .menu-button {
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 50020;
  }

  .menu-button__line {
    background: #e5e5e5;
    display: block;
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -14px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    width: 28px;
  }

  .menu-button__line--1 {
    -webkit-transform: translate(0, -7px);
        -ms-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }

  .menu-button__line--3 {
    -webkit-transform: translate(0, 7px);
        -ms-transform: translate(0, 7px);
            transform: translate(0, 7px);
  }

  .show-sp-nav .menu-button__line--1 {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }

  .show-sp-nav .menu-button__line--2 {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .show-sp-nav .menu-button__line--3 {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  .site-nav {
    background-color: #fff;
    display: none;
    left: 0;
    top: 50px;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    width: 100%;
    z-index: 49990;
  }

  .site-nav__link {
    border-top: 1px solid #e5e5e5;
    display: block;
    font-size: 1.14286rem;
    padding: 1em;
  }

  .site-nav__button-list {
    border-top: 1px solid #e5e5e5;
    display: table;
    width: 100%;
  }

  .site-nav__button-item {
    display: table-cell;
    padding: 1.42857rem 1.42857rem 0.71429rem;
    width: 50%;
  }

  .site-nav__button-item:nth-child(1) {
    padding-right: 0.71429rem;
  }

  .site-nav__button-item:nth-child(2) {
    padding-left: 0.71429rem;
  }

  .site-nav__button-link {
    border: 1px solid #e60012;
    color: #e60012;
    display: block;
    font-size: 0.78571rem;
    line-height: 1;
    padding: 0.78571rem 0;
    text-align: center;
  }

  .site-nav__banner-list {
    padding: 0 1.42857rem 1.42857rem;
  }

  .site-nav__banner-link {
    display: block;
    margin: 0.71429rem auto 0;
    text-align: center;
  }

  .site-nav__banner-link img {
    height: 56px;
    width: auto;
  }

  .site-nav__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49980;
  }

  .show-sp-nav--animate .site-nav,
  .show-sp-nav--animate .site-nav__overlay {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
  }

  .show-sp-nav .site-nav {
    display: block;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .show-sp-nav .site-nav__overlay {
    display: block;
    opacity: 1;
  }

  .yfl-front-page .footer-nav__link {
    border-color: #ff0000;
  }

  .front-page-kv__inner {
    top: -50px;
  }

  .front-page-kv__video-box {
    display: none;
  }

  .front-page-kv__image {
    background-image: url(./images/sp/front-page/intro-2.png);
    background-position: center center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .front-page-kv__image--sp {
    background-image: url(./images/sp/front-page/intro-1.png);
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .front-page-kv__image--sp-show {
    opacity: 1;
  }

  .front-page-kv__scroll {
    bottom: 1.42857rem;
    height: 7.2rem;
    left: 1.42857rem;
    width: 0.97143rem;
  }

  .front-page-kv__scroll img {
    height: 100%;
    width: 100%;
  }

  .front-page-kv__scroll--sp-show {
    opacity: 1;
  }

  .front-page-philosophy {
    background-image: url(./images/sp/common/shadow-top.png);
    background-position: center top;
    background-repeat: repeat-x;
    -webkit-background-size: auto 15px;
            background-size: auto 15px;
  }

  .front-page-philosophy__heading {
    font-size: 2.07143rem;
    padding-top: 2.5rem;
  }

  .front-page-philosophy__lead {
    font-size: 0.92857rem;
    line-height: 1.5;
    margin-top: 0.71429rem;
  }

  .front-page-philosophy__lead i {
    font-size: 1rem;
  }

  .front-page-philosophy__text {
    background: no-repeat center center;
    background-image: url(./images/sp/common/shadow-bottom.png), url(./images/front-page/philosophy-bg.png);
    background-position: center bottom, center center;
    background-repeat: repeat-x, no-repeat;
    -webkit-background-size: auto 15px, auto 100%;
            background-size: auto 15px, auto 100%;
    margin-top: 1.42857rem;
    padding: 1.42857rem 1.42857rem 2.85714rem;
  }

  .front-page-menu__item {
    padding-bottom: 70%;
  }

  .front-page-menu__item::after {
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 25%;
  }

  .front-page-menu__link {
    padding: 1.07143rem 0;
    position: relative;
  }

  .front-page-menu__shutter--left {
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }

  .front-page-menu__shutter--right {
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }

  .front-page-menu__text {
    position: relative;
  }

  .front-page-menu__text > strong {
    font-size: 1.92857rem;
  }

  .front-page-menu__text > span {
    font-size: 0.85714rem;
    margin-top: 0.42857rem;
  }

  .front-page-menu__text > span::before {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-right: 1em;
    margin-top: 0.2em;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: border-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: border-color 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    vertical-align: top;
    width: 4em;
  }

  .front-page-menu__link.active .front-page-menu__shutter--left {
    -webkit-transform: skewX(-30deg) translate(51%, 0);
        -ms-transform: skewX(-30deg) translate(51%, 0);
            transform: skewX(-30deg) translate(51%, 0);
  }

  .front-page-menu__link.active .front-page-menu__shutter--right {
    -webkit-transform: skewX(-30deg) translate(-51%, 0);
        -ms-transform: skewX(-30deg) translate(-51%, 0);
            transform: skewX(-30deg) translate(-51%, 0);
  }

  .front-page-menu__item--company::after {
    background-image: url(./images/sp/front-page/company-bg.jpg);
  }

  .front-page-menu__item--brand::after {
    background-image: url(./images/sp/front-page/brand-bg.png);
  }

  .front-page-menu__item--recruit::after {
    background-image: url(./images/sp/front-page/recruit-bg.jpg);
  }

  .front-page-menu__item--brand::after {
    background-color: #fff5e5;
    background-position: center center;
    -webkit-background-size: auto 80%;
            background-size: auto 80%;
    left: 0;
  }

  .yfl-company .footer-nav__link {
    border-color: #ff6666;
  }

  .company {
    margin-top: 1.71429rem;
    padding: 1.42857rem;
  }

  .company__name {
    font-size: 1.28571rem;
  }

  .company-list {
    margin-top: 1.71429rem;
    padding: 1.42857rem 1.14286rem;
  }

  .company-list__title {
    font-size: 1.07143rem;
    white-space: nowrap;
  }

  .company-list__title span {
    display: inline-block;
    overflow: hidden;
    width: 0.2em;
  }

  .company-list__detail {
    margin-top: 0.71429rem;
  }

  .company-list__detail th {
    line-height: 1.8;
    width: 5em;
  }

  .company-list__detail td {
    letter-spacing: 0;
    line-height: 1.4;
    white-space: nowrap;
  }

  .company-list__detail + .company-list__title,
  .company-list__table + .company-list__title,
  .company-list__title + .company-list__title {
    margin-top: 2.28571rem;
  }

  .company-profile {
    margin-top: 1.71429rem;
  }

  .company-profile table,
  .company-profile tbody,
  .company-profile tr {
    display: block;
  }

  .company-profile th,
  .company-profile td {
    display: block;
  }

  .company-profile tr + tr {
    margin-top: 1.71429rem;
  }

  .company-profile th {
    border-bottom: 1px solid #fff;
    font-size: 1.07143rem;
    padding-left: 1rem;
  }

  .company-profile td {
    padding: 1rem 1rem 0 1rem;
  }

  .company-profile__brands span {
    font-size: 0.71429rem;
  }

  .company-profile__places {
    margin-left: 0.85714rem;
  }

  .company-profile__places li {
    padding-right: 1rem;
  }

  .company-profile__places li > p::after {
    clear: both;
    content: '';
    display: block;
  }

  .company-profile__places span {
    display: block;
  }

  .company-profile__places img {
    float: right;
    margin-top: -3em;
  }

  .company-map {
    height: 0;
    margin-top: 1.71429rem;
    padding-bottom: 100%;
    width: 100%;
  }

  .yfl-brand .footer-nav__link {
    border-color: #ff9900;
  }

  .brand {
    margin: 1.71429rem 0;
    padding: 2.28571rem 1.42857rem;
  }

  .brand-block {
    padding: 1.42857rem;
    position: relative;
  }

  .brand-block + .brand-block {
    margin-top: 1.78571rem;
  }

  .brand-block__name {
    height: 2.28571rem;
  }

  .brand-block__name img {
    height: 2rem;
    width: auto;
  }

  .brand-block__toggle {
    height: 4.57143rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .brand-block__toggle img {
    bottom: 0;
    height: auto;
    margin: auto 0;
    position: absolute;
    right: 1.14286rem;
    top: 0;
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    width: 1.28571rem;
  }

  .brand-block__toggle--active img {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .brand-block__body {
    display: none;
    padding-top: 0.71429rem;
  }

  .brand-block__lead {
    background-color: #fff5e5;
    color: #ff9900;
    line-height: 1.5;
    padding: 0.5em;
    text-align: center;
  }

  .brand-block__lead--pc {
    display: none;
  }

  .brand-block__photos {
    margin-top: 1.42857rem;
  }

  .brand-block__photos::after {
    clear: both;
    content: '';
    display: block;
  }

  .brand-block__photo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }

  .brand-block__photo:nth-child(1) {
    float: left;
    padding-right: 0.28571rem;
  }

  .brand-block__photo:nth-child(2) {
    float: right;
    padding-left: 0.28571rem;
  }

  .brand-block__photo > span {
    height: 0;
    padding-top: 100%;
    width: 100%;
  }

  .brand-block__text {
    margin-top: 1.42857rem;
  }

  .brand-block__button-list {
    margin-top: 1.42857rem;
    padding: 0 0.57143rem 0.71429rem;
  }

  .brand-block__button-item + .brand-block__button-item {
    margin-top: 0.57143rem;
  }

  .brand-block__button {
    background-position: right 1.57143rem center;
    -webkit-background-size: auto 1em;
            background-size: auto 1em;
    line-height: 1;
    padding: 1em 0 0.8em;
  }

  .shop {
    margin: 1.71429rem 0 0;
    padding: 1.42857rem 1.42857rem 2.85714rem;
  }

  .shop-section {
    padding: 1.42857rem;
  }

  .shop-section + .shop-section {
    margin-top: 1.42857rem;
  }

  .shop-section__heading {
    font-size: 1.14286rem;
  }

  .shop-section--brand .shop-section__heading {
    text-align: left;
  }

  .shop-section--brand .shop-section__heading span {
    display: none;
  }

  .shop-map {
    display: none;
  }

  .shop-pref__list {
    margin-top: 1.42857rem;
  }

  .shop-pref__item {
    float: left;
    width: 25%;
  }

  .shop-pref__category {
    padding: 0.71429rem 0;
  }

  .shop-pref__pref-list {
    margin-top: 1em;
    padding: 0.5em;
  }

  .shop-brand__list {
    margin-top: 1.42857rem;
  }

  .shop-brand__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.71429rem;
    width: 33%;
  }

  .shop-brand__link {
    padding: 0 0.42857rem;
  }

  .shop-brand__logo {
    padding-top: 2rem;
  }

  .shop-all {
    -webkit-background-size: auto 1em;
            background-size: auto 1em;
    display: inline-block;
    padding: 0.71429rem 0 0.71429rem 1.5em;
  }

  .shop-button {
    background-position: right 30% center;
    -webkit-background-size: auto 1.2em;
            background-size: auto 1.2em;
    margin-top: 1.42857rem;
    padding: 1em 0;
    width: 100%;
  }

  .shop-result {
    min-height: 5.71429rem;
  }

  .shop-result__pref {
    font-size: 1.14286rem;
    margin-top: 2.85714rem;
  }

  .shop-result__list {
    margin-top: 2.85714rem;
  }

  .shop-result__pref + .shop-result__list {
    margin-top: 1.42857rem;
  }

  .shop-result__item {
    padding: 1.42857rem;
  }

  .shop-result__item + .shop-result__item {
    margin-top: 0.71429rem;
  }

  .shop-result__name {
    font-size: 1rem;
  }

  .shop-result__address,
  .shop-result__tel,
  .shop-result__time {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .shop-result__address {
    margin-top: 1em;
  }

  .shop-result__map {
    background-position: right 0.35714rem center;
    display: block;
    font-size: 0.78571rem;
    line-height: 1;
    margin: -3.42857rem 0 0 auto;
    padding: 0.35714rem 0.71429rem 0.35714rem 0;
    width: 4.64286rem;
  }

  .shop-result__brands {
    margin-top: 3.57143rem;
  }

  .shop-result__brands::after {
    clear: both;
    content: '';
    display: block;
  }

  .shop-result__brand {
    display: block;
    float: left;
    width: 33%;
  }

  .shop-result__logo {
    margin: 0 0.5em 0.5em;
    padding-top: 1.5em;
  }

  .shop-result__no-shop {
    margin-top: 2.14286rem;
  }

  .yfl-recruit .footer-nav__link {
    border-color: #66cccc;
  }

  .page-nav__link--recruit {
    letter-spacing: 0;
  }

  .interview__inner {
    margin: 1.71429rem 0;
  }

  .interview-header__left {
    background-color: #66cccc;
    padding: 1.42857rem 0 1.42857rem 7.14286rem;
  }

  .interview-header__image {
    height: 0;
    padding-top: 60%;
    position: relative;
  }

  .interview-header__image--pc {
    display: none;
  }

  .interview-header__heading {
    font-size: 1.28571rem;
  }

  .interview-header__heading br {
    display: none;
  }

  .interview-header__number {
    bottom: 0;
    font-size: 3.92857rem;
    height: 1em;
    left: 1.78571rem;
    margin: auto 0;
    top: 0;
  }

  .interview-header__title {
    font-size: 0.92857rem;
    margin-top: 1rem;
  }

  .interview-header__years {
    font-size: 0.92857rem;
  }

  .interview-header__name {
    font-size: 0.92857rem;
    margin-top: 0.5em;
  }

  .interview-header__mark {
    border-radius: 1.42857rem;
    bottom: 1.42857rem;
    height: 2.85714rem;
    padding-top: 1.14286rem;
    right: 1.42857rem;
    width: 2.85714rem;
  }

  .interview-header__mark img {
    height: auto;
    width: 1.14286rem;
  }

  .interview-body__phrase {
    background-color: #e9ffff;
    background-image: url(./images/sp/common/shadow-top.png);
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-background-size: auto 15px;
            background-size: auto 15px;
    font-size: 1.07143rem;
    padding: 1.42857rem;
  }

  .interview-section__inner {
    padding: 1.42857rem;
  }

  .interview-section__inner--2 {
    background-image: url(./images/sp/common/shadow-bottom.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-background-size: auto 15px;
            background-size: auto 15px;
  }

  .interview-section__heading {
    font-size: 0.92857rem;
    letter-spacing: 0;
  }

  .interview-section__text {
    font-size: 0.92857rem;
    padding: 1.42857rem 0.71429rem 0.71429rem;
  }

  .interview-section__photo {
    height: 0;
    padding-top: 60%;
  }

  .interview-message {
    background-image: url(./images/sp/common/shadow-top.png), url(./images/sp/common/shadow-bottom.png), url(./images/recruit/interview-bg.png);
    background-position: left top, left bottom, center top;
    background-repeat: repeat-x, repeat-x, no-repeat;
    -webkit-background-size: auto 15px, auto 15px, auto 100%;
            background-size: auto 15px, auto 15px, auto 100%;
    padding: 2.14286rem 0;
  }

  .interview-message__heading {
    font-size: 1rem;
  }

  .interview-message__heading span {
    font-size: 1.14286rem;
  }

  .interview-message__photo {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
    height: 0;
    margin: 1.42857rem auto 0;
    padding-top: 50%;
    width: 65%;
  }

  .interview-message__caption {
    margin: 0.71429rem auto 0;
    text-align: center;
    white-space: nowrap;
    width: 65%;
  }

  .interview-message__title {
    display: inline-block;
    font-size: 0.78571rem;
  }

  .interview-message__name {
    display: inline-block;
    font-size: 0.78571rem;
    margin-left: 1em;
  }

  .interview-message__text {
    font-size: 0.92857rem;
    padding: 1.42857rem;
  }

  .career-up__inner {
    margin: 1.71429rem 0;
    padding-bottom: 2.14286rem;
  }

  .career-up__lead {
    font-size: 0.92857rem;
    line-height: 1.5;
    padding: 1.42857rem;
  }

  .career-up__list {
    padding: 0 0.71429rem;
  }

  .career-up__item::after {
    background: url(./images/recruit/career-up-bg.png) no-repeat left top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    content: '';
    height: 0;
    left: 0;
    padding-bottom: 6.66667%;
    right: 0;
  }

  .career-up__item + .career-up__item {
    margin-top: 2.85714rem;
  }

  .career-up__item--last {
    padding: 1.42857rem;
  }

  .career-up__title {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1em 0 0.2em;
  }

  .career-up__title--white {
    letter-spacing: 0.2em;
    padding: 1em 0;
  }

  .career-up__text {
    font-size: 0.92857rem;
    padding: 1em;
  }

  .career-up__job-list {
    list-style: none;
  }

  .career-up__job-list + .career-up__job-list {
    margin-top: 1.42857rem;
  }

  .career-up__job-item {
    display: inline;
  }

  .career-up__job-item + .career-up__job-item::before {
    content: '・ ';
  }

  .recruit-info {
    padding-bottom: 2.28571rem;
  }

  .recruit-tab {
    display: none;
  }

  .recruit-heading {
    margin: 1.71429rem 1.42857rem 0;
  }

  .recruit-heading__link {
    background-color: #94dbdb;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1;
    padding: 1em 0;
    position: relative;
    text-align: center;
  }

  .recruit-heading__link img {
    bottom: 0;
    height: auto;
    margin: auto 0;
    position: absolute;
    right: 2.14286rem;
    top: 0;
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.6, 0.3, 1);
    width: 0.85714rem;
  }

  .recruit-heading__link--active img {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .recruit {
    margin: 0 1.42857rem;
    padding: 1.42857rem 1.42857rem 2.28571rem;
  }

  .recruit--active-sp {
    display: block;
  }

  .recruit__heading {
    border-bottom: 1px solid #fff;
    font-size: 1.14286rem;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
  }

  .recruit__lead {
    font-size: 0.92857rem;
  }

  .recruit__lead ul {
    margin-left: 1em;
  }

  .recruit__table,
  .recruit__table > tbody,
  .recruit__table > tbody > tr,
  .recruit__table > tbody > tr > th,
  .recruit__table > tbody > tr > td {
    display: block;
  }

  .recruit__table > tbody > tr {
    margin-top: 1.42857rem;
  }

  .recruit__table > tbody > tr > th {
    border-bottom: 1px solid #fff;
    font-size: 1.07143rem;
  }

  .recruit__table > tbody > tr > td {
    font-size: 0.92857rem;
    margin-top: 0.71429rem;
  }

  .recruit__body {
    font-size: 0.92857rem;
  }

  .recruit__note {
    font-size: 0.78571rem;
    margin: 1.42857rem 0;
  }

  .recruit__note + .recruit__note {
    margin-top: -0.71429rem;
  }

  .recruit__job-list + .recruit__job-list {
    margin-top: 1em;
  }

  .recruit__job-item {
    display: inline-block;
  }

  .recruit__training dd + dt {
    margin-top: 1.42857rem;
  }

  .recruit__address {
    font-size: 0.92857rem;
    margin-top: 0.71429rem;
  }

  .recruit__button {
    background-position: right 1.57143rem center;
    -webkit-background-size: 2.28571rem auto;
            background-size: 2.28571rem auto;
    font-size: 1.07143rem;
    margin: 2.14286rem 0 0;
    padding: 1.42857rem 0;
  }

  .recruit__arbeit--pc {
    display: none;
  }

  .recruit-section + .recruit-section {
    margin-top: 3.21429rem;
  }

  .recruit-flow {
    margin: 0 1.28571rem;
  }

  .recruit-flow__item {
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    display: block;
    padding-top: 26.5%;
  }

  .recruit-flow__item--1 {
    background-image: url(./images/sp/recruit/flow-1.png);
  }

  .recruit-flow__item--2 {
    background-image: url(./images/sp/recruit/flow-2.png);
  }

  .recruit-flow__item--3 {
    background-image: url(./images/sp/recruit/flow-3.png);
  }

  .recruit-flow__item--4 {
    background-image: url(./images/sp/recruit/flow-4.png);
  }

  .recruit-flow__item--5 {
    background-image: url(./images/sp/recruit/flow-5.png);
  }

  .recruit-flow__item--6 {
    background-image: url(./images/sp/recruit/flow-6.png);
  }

  .recruit-flow__item--7 {
    background-image: url(./images/sp/recruit/flow-7.png);
    padding-top: 17.5%;
  }

  .recruit-detail {
    font-size: 0.92857rem;
    margin: 1.42857rem 0;
  }

  .yfl-privacy .footer-nav__link {
    border-color: #e60012;
  }

  .yfl-privacy .footer-nav__link--privacy {
    background-color: #e60012;
  }

  .privacy__section {
    margin: 0 1.42857rem 1.42857rem;
    padding: 1.42857rem;
  }

  .privacy__lead {
    font-size: 0.85714rem;
  }

  .privacy__table {
    margin-top: 2.5rem;
  }

  .privacy__title {
    font-size: 1.07143rem;
    font-weight: bolder;
    margin-bottom: 0.42857rem;
  }

  .privacy__text {
    font-size: 0.92857rem;
  }

  .privacy__text + .privacy__title {
    margin-top: 1.71429rem;
  }

  .privacy__address {
    margin-top: 1.71429rem;
  }

  .yfl-form .footer-nav__link {
    border-color: #66cccc;
  }

  .yfl-form .footer-nav__link--form {
    background-color: #66cccc;
  }

  .form__steps {
    padding: 0.71429rem;
  }

  .form__steps li {
    font-size: 0.78571rem;
  }

  .form__section {
    padding: 2.85714rem 1.42857rem;
  }

  .form__table {
    border-bottom: 1px solid #fff;
  }

  .form__table,
  .form__table > tbody,
  .form__table > tbody > tr,
  .form__table > tbody > tr > th,
  .form__table > tbody > tr > td {
    display: block;
  }

  .form__table > tbody > tr > th {
    border-top: 1px solid #fff;
    font-size: 1.07143rem;
    padding: 0.71429rem 1.42857rem;
  }

  .form__table > tbody > tr > td {
    padding: 0.71429rem 1.42857rem 1.07143rem;
  }

  .form__table > tbody > tr > td.form__note {
    font-size: 0.85714rem;
  }

  .form__table > tbody > tr:first-child > th {
    border-top: 0;
  }

  .form__sub-table > tbody > tr > th {
    padding: 0.5em 0.2em 0 0;
    text-align: left;
  }

  .form__sub-table > tbody > tr > td + th {
    padding-left: 0.5em;
  }

  .form__sub-table .form__label {
    padding: 0.5em 0.2em 0;
  }

  .form__sub-table--name input,
  .form__sub-table--name .form__input {
    width: 6rem;
  }

  .form__sub-table--birthday .form__label,
  .form__sub-table--tel .form__label {
    width: 1.35714rem;
  }

  .form__sub-table--birthday input,
  .form__sub-table--birthday .form__input,
  .form__sub-table--tel input,
  .form__sub-table--tel .form__input {
    width: 3.92857rem;
  }

  .form__sub-table--shop > tbody > tr > th {
    padding-right: 0.2em;
    text-align: center;
  }

  .form__sub-table--shop > tbody > tr > td {
    padding-bottom: 1em;
  }

  .form__sub-table--shop input,
  .form__sub-table--shop .form__input {
    width: 11.42857rem;
  }

  .form__required,
  .form__not-required {
    font-size: 0.78571rem;
    font-weight: normal;
  }

  .form__block--radio {
    text-align: center;
  }

  .form__block--radio .mwform-radio-field {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form__block--radio span.error {
    padding-left: 1em;
  }

  .form__privacy {
    font-size: 0.85714rem;
    line-height: 1.8;
    margin-top: 2.57143rem;
    padding: 0 1.42857rem;
  }

  .form__check {
    margin-top: 1.42857rem;
  }

  .form__confirm {
    font-size: 0.85714rem;
    margin-top: 2.85714rem;
  }

  .form__buttons {
    display: table;
    margin: 1.42857rem 0;
    table-layout: fixed;
    width: 100%;
  }

  .form__buttons li {
    display: table-cell;
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
  }

  .form__buttons li:nth-child(2) {
    padding-right: 0.35714rem;
  }

  .form__buttons li:nth-child(3) {
    padding-left: 0.35714rem;
  }

  .form__buttons button {
    width: 100%;
  }

  .form__buttons button[value=confirm] {
    background-position: right 1.28571rem center;
    -webkit-background-size: 2.42857rem auto;
            background-size: 2.42857rem auto;
    padding-right: 2.28571rem;
  }

  .form__buttons button[value=send],
  .form__buttons button[value=back] {
    background-position: right 1.28571rem center;
    -webkit-background-size: 1.42857rem auto;
            background-size: 1.42857rem auto;
  }

  .yfl-thanks .footer-nav__link {
    border-color: #66cccc;
  }

  .yfl-thanks .footer-nav__link--thanks {
    background-color: #66cccc;
  }

  .thanks__section {
    background-color: #effafa;
    margin-top: 1.07143rem;
    padding: 2.28571rem 2.85714rem;
  }

  .thanks__heading {
    font-size: 1.57143rem;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }

  .thanks__text {
    font-size: 0.92857rem;
    letter-spacing: 0.2em;
    margin-top: 1.42857rem;
    white-space: nowrap;
  }

  .thanks__link {
    margin-top: 2.28571rem;
  }

  .site-footer {
    background: url(./images/sp/common/footer-shadow.png) repeat-x center top;
    -webkit-background-size: auto 8px;
            background-size: auto 8px;
    padding: 1.71429rem 1.42857rem 1.14286rem;
  }

  .site-footer__copyright {
    height: 1.42857rem;
    margin-bottom: -0.71429rem;
    margin-top: 1.71429rem;
    overflow: hidden;
    white-space: none;
  }

  .site-footer__copyright > span {
    display: block;
    font-size: 1.42857rem;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    width: 200%;
  }

  .footer-nav__item + .footer-nav__item {
    margin-top: 0.85714rem;
  }

  .footer-nav__link {
    border-style: solid;
    border-width: 1px;
    font-size: 0.78571rem;
    line-height: 1;
    margin: 0 auto;
    padding: 0.35714rem 0;
    width: 60%;
  }

  .footer-banner__list {
    margin-top: 0.71429rem;
    text-align: center;
  }

  .footer-banner__item--pc-only {
    display: none;
  }

  .footer-banner__item + .footer-banner__item {
    margin-top: 0.71429rem;
  }

  .top-button {
    bottom: 5.28571rem;
    padding: 1rem;
    right: 0.14286rem;
    -webkit-transform: translate(0, 6.28571rem);
        -ms-transform: translate(0, 6.28571rem);
            transform: translate(0, 6.28571rem);
  }

  .top-button img:nth-child(1) {
    display: none;
  }

  .top-button img:nth-child(2) {
    height: auto;
    width: 0.71429rem;
  }

  html.top-button-visible .top-button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 4.375vw;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  html {
    font-size: 2.91667vw;
  }
}
