@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://use.typekit.net/ewi7rvs.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

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

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

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

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

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

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

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.8;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .025em;
  color: #000;
}

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

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.font-l {
  font-size: 15px;
  font-size: 1.5rem;
}

.font-m {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-s {
  font-size: 11px;
  font-size: 1.1rem;
}

:-ms-input-placeholder {
  font-weight: normal;
  color: #ccc;
}

::placeholder {
  font-weight: normal;
  color: #ccc;
}

/* IE */
:-ms-input-placeholder {
  font-weight: normal;
  color: #ccc;
}

/* Edge */
::-ms-input-placeholder {
  font-weight: normal;
  color: #ccc;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .font-size-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
  body.is-open, body.is-member-nav-open {
    position: fixed;
    width: 100%;
  }
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.content {
  background-color: #fcfcfc;
  overflow: hidden;
}

.bg-type01 {
  background-color: #383838;
  overflow: hidden;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .content {
    padding: 80px 10px 0;
  }
  .bg-type01 {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-size01 {
    max-width: 1150px;
    margin: 0 auto;
  }
  .content-size02 {
    max-width: 980px;
    margin: 0 auto;
  }
  .content-size03 {
    max-width: 755px;
    margin: 0 auto;
  }
  .content-size04 {
    max-width: 780px;
    margin: 0 auto;
  }
  .content-size05 {
    max-width: 640px;
    margin: 0 auto;
  }
  .content-size06 {
    max-width: 560px;
    margin: 0 auto;
  }
  .content-size07 {
    max-width: 415px;
    margin: 0 auto;
  }
  .content-size-max {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-type01 {
    margin: 40px 0 140px;
  }
  .section-type02 {
    margin: 30px 0 80px;
  }
  .section-type03 {
    margin: 20px 0 40px;
  }
  .section-type04 {
    margin: 20px 0 20px;
  }
  .section-type-01 {
    margin: -15px 0 20px;
  }
  .section-first {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding: 85px 10px 0;
  }
  .bg-type01 {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-size-max {
    margin-right: -10px;
    margin-left: -10px;
  }
  .type-sp-indent {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-type01 {
    margin: 20px 0 120px;
  }
  .section-type02 {
    margin: 20px 0 60px;
  }
  .section-type03 {
    margin: 20px 0 40px;
  }
  .section-type-01 {
    margin: 0 0 20px;
  }
  .section-first {
    margin-top: 100px;
  }
}

.header {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background .2s;
  box-sizing: border-box;
}

.header-vav-menu {
    overflow: auto;
}

.header__inner {
  margin: 0 auto;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}

.header__logo a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url(/img/frontend/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.hader__language {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  display: none;
}

.header__member {
  border-radius: 50%;
  overflow: hidden;
}
.header__member a {
  display: block;
}
.header__member img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .header {
    padding: 0 10px;
  }
  .header__inner {
    max-width: 1150px;
    height: 80px;
  }
  .header__logo {
    float: left;
    margin: 18px 40px 0 0;
  }
  .header__logo a {
    width: 105px;
    height: 46px;
    background-size: 105px auto;
  }
  .header__nav {
    float: left;
    margin: 18px 0 0;
  }
  .header__member-nav {
    display: flex;
    float: right;
    padding: 20px 0 0;
    height: 80px;
    position: relative;
    box-sizing: border-box;
  }
  .header__member {
    width: 40px;
    height: 40px;
    margin: 0 0 0 25px;
  }
  .header__member a {
    transition: opacity .2s;
  }
  .header__member a:hover {
    opacity: .6;
  }
  .hader__language a {
    line-height: 40px;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    transition: opacity .2s;
  }
  .hader__language a:hover {
    opacity: .6;
  }
  .hader__language a:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
  }
  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  .header__login a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 80px;
    width: 110px;
    text-align: center;
    color: #000;
    transition: opacity .2s;
  }
  .header__login a:hover {
    opacity: .6;
  }
  .header__reserve {
    border-left: 1px solid #eaeaea;
  }
  .header__reserve a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 80px;
    width: 180px;
    text-align: center;
    color: #000;
    transition: opacity .2s;
  }
  .header__reserve a:hover {
    opacity: .6;
  }
  body.home .header:not(.is-fixed) {
    background-color: transparent;
  }
  body.home .header:not(.is-fixed).is-fixed {
    background-color: #fff;
  }
  body.home .header:not(.is-fixed) .header__logo a {
    background-image: url(/img/frontend/logo_white.png);
  }
  body.home .header:not(.is-fixed) .header__login a, body.home .header:not(.is-fixed) .header__reserve a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .header-vav-menu {
    margin-bottom: 50px;
  }

  .header__inner {
    height: 85px;
    padding: 0 25px;
    /*position: relative;*/
  }
  .header__logo {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__logo a {
    margin: 0 auto;
    width: 110px;
    height: 48px;
    background-size: 110px auto;
  }
  .hader__language {
    float: left;
    margin: 25px 0 0;
  }
  .hader__language a {
    text-decoration: none;
    line-height: 37px;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .hader__language a:after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .header__member {
    float: right;
    width: 37px;
    height: 37px;
    margin: 25px 0 0;
  }
  .header__nav.type-under {
    display: none;
  }
  .header__menu {
    display: none;
  }
}

.header-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__item.type-language {
  display: none;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media print, screen and (min-width: 769px) {
  .header-nav__list {
    display: flex;
  }
  .header-nav__item {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 25px 0 0;
    line-height: 1;
  }
  .header-nav__item a {
    display: block;
    text-decoration: none;
    line-height: 45px;
    transition: opacity .2s;
  }
  .header-nav__item a:hover {
    opacity: .6;
  }
  .header-nav__item.type-language {
    margin-left: 20px;
  }
  .header-nav__item.type-language a {
    line-height: 40px;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    transition: opacity .2s;
  }
  .header-nav__item.type-language a:hover {
    opacity: .6;
  }
  .header-nav__item.type-language a:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
  }
  .header-nav__link {
    display: none;
  }
  body.home .header:not(.is-fixed) .header-nav__item a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .header-nav {
    background-color: #fff;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    height: calc(100vh - 86px);
    padding: 0;
    z-index: 20;
    overflow: auto;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s, opacity .2s;
  }
  body.is-open .header-nav {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__list {
    margin: 0 25px;
  }
  .header-nav__item a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
  }
  .header-nav__item.type-language {
    display: none;
  }
  .header-nav__link a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 70px;
  }
  .header-nav__link.type-reserve {
    margin: 20px 25px;
  }
  .header-nav__link.type-reserve a {
    border: 1px solid #000;
    color: #000;
  }
  .header-nav__link.type-login a {
    margin: 20px 25px 45px;
  }
  .header-nav__link.type-login a {
    background-color: #000;
    color: #fff;
  }
}

.member-nav {
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s, opacity .2s;
}
body.is-member-nav-open .member-nav {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.member-nav__name {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.member-nav__name a {
  color: #000;
  text-decoration: none;
}

.member-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-nav__list a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .member-nav {
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 81px;
    right: 0;
    width: 285px;
    padding: 20px;
    z-index: 20;
    box-sizing: border-box;
  }
  .member-nav__name {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0 0 30px;
  }
  .member-nav__list.type-2nd {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
  }
  .member-nav__list.type-2nd .member-nav__item {
    margin: 15px 0 0;
  }
  .member-nav__list.type-2nd .member-nav__item:first-child {
    margin-top: 20px;
  }
  .member-nav__item {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0 0;
    line-height: 1.4;
  }
  .member-nav__item a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .member-nav {
    background-color: #fff;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    height: calc(100vh - 86px);
    padding: 20px 30px;
    z-index: 20;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .member-nav__name {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
  .member-nav__list.type-1st {
    font-weight: bold;
  }
  .member-nav__list.type-2nd {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
  }
  .member-nav__list.type-2nd .member-nav__item {
    margin: 20px 0 0;
  }
  .member-nav__list.type-2nd .member-nav__item:first-child {
    margin-top: 30px;
  }
  .member-nav__item {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 25px 0 0;
    line-height: 1.4;
  }
}

.footer {
  letter-spacing: .05em;
}

.footer__heading {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  margin: 0;
}

.footer__banner a {
  display: block;
  text-align: center;
  /*border: 1px solid #000;*/
}

@media print, screen and (min-width: 769px) {
  .footer {
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .footer__top {
    padding: 90px 0 60px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
  }
  .footer__column {
    width: 25%;
    box-sizing: border-box;
  }
  .footer__heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  .footer__banner a {
    /*padding: 22px 10px;*/
    transition: opacity .2s;
  }
  .footer__banner a:hover {
    opacity: .6;
  }
  /*.footer__banner img {
    width: 110px;
  }*/
  .footer__logo {
    text-align: center;
    margin: 35px 0;
  }
  .footer__logo img {
    width: 156px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
    margin: 0 44px;
  }
  .footer__top {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .footer__column {
    margin: 50px 0;
  }
  .footer__heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  .footer__banner {
    margin: 35px 20px;
  }
  .footer__banner a {
    /*padding: 20px 10px;*/
  }
  /*.footer__banner img {
    width: 110px;
  }*/
  .footer__logo {
    margin: 30px 0;
  }
  .footer__logo img {
    width: 156px;
  }
}

.footer-address {
  line-height: 1.5;
}

.footer-address__address {
  margin: 10px 0;
}

.footer-address__tel {
  margin: 10px 0;
}

.footer-address__mail {
  margin: 10px 0 0;
}
.footer-address__mail a {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .footer-address {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-address {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer-sns__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sns__item {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.footer-sns__item a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .footer-sns__item {
    margin: 10px 0;
  }
  .footer-sns__item a {
    transition: opacity .2s;
  }
  .footer-sns__item a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  .footer-sns__item {
    margin: 10px 0;
  }
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__item a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .footer-nav__item {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .footer-nav__item a {
    transition: opacity .2s;
  }
  .footer-nav__item a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav__item {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0;
  }
}

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

@media screen and (max-width: 768px) {
  .sp-menu {
    margin: 0;
    position: relative;
    z-index: 110;
    position: absolute;
    right: 25px;
    top: 28px;
  }
  .sp-menu__link {
    display: block;
    text-decoration: none;
    width: 20px;
    height: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
  .sp-menu__button {
    display: block;
    position: relative;
    width: 20px;
    height: 25px;
    margin: 0;
  }
  .sp-menu__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: transparent;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    transition: transform .2s;
    background: #000;
  }
  .sp-menu__icon:before {
    top: 50%;
    margin-top: -4px;
  }
  .sp-menu__icon:after {
    bottom: 50%;
    margin-bottom: -4px;
  }
}

.mainvisual {
  text-align: center;
  position: relative;
}

.mainvisual__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mainvisual__logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.mainvisual__banner {
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #FFF;
  width: 100%;
}
.mainvisual__banner_txt {
  text-decoration: none;
}

.mainvisual__banner_sp {
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #1a1a1a;
  width: 100%;
}
.mainvisual__banner_txt_sp {
  color: #FFF;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .mainvisual {
    margin-top: -80px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .mainvisual__img {
    height: 100vh;
    min-height: 600px;
  }
  .mainvisual__item.type01 .mainvisual__img {
    background-image: url(/img/frontend/mainvisual01.jpg);
  }
  .mainvisual__item.type02 .mainvisual__img {
    background-image: url(/img/frontend/mainvisual02.jpg);
  }
  .mainvisual__item.type03 .mainvisual__img {
    background-image: url(/img/frontend/mainvisual03.jpg);
  }
  .mainvisual__logo img {
    width: 301px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mainvisual__img {
    height: calc(100vh - 85px);
    min-height: 500px;
  }
  .mainvisual__item.type01 .mainvisual__img {
    background-image: url(/img/frontend/mainvisual01_sp.jpg);
  }
  .mainvisual__item.type02 .mainvisual__img {
    background-image: url(/img/frontend/mainvisual02_sp.jpg);
  }
  .mainvisual__item.type03 .mainvisual__img {
    background-image: url(/img/frontend/mainvisual03_sp.jpg);
  }
  .mainvisual__logo img {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-title {
    margin: 100px 0;
  }
  .page-title.type-text {
    margin: 100px 0 50px;
  }
  .page-title.type-min {
    margin: 100px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    margin: 20px 0 30px;
  }
  .page-title.type-text {
    margin: 40px 0 30px;
  }
  .page-title.type-min {
    margin: 40px 0 30px;
  }
}

.visual-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}

.visual-title__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.visual-title__title {
  line-height: 1.4;
  margin: 0;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
}

.visual-title__notes {
  line-height: 1.4;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .visual-title {
    height: 390px;
    margin: 0 0 80px;
  }
  .content .visual-title {
    margin-right: -10px;
    margin-left: -10px;
  }
  .visual-title__title {
    font-size: 61px;
    font-size: 6.1rem;
  }
  .visual-title__notes {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .visual-title {
    height: 200px;
    margin: 0 0 50px;
  }
  .content .visual-title {
    margin-right: -10px;
    margin-left: -10px;
  }
  .visual-title__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .visual-title__notes {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 10px;
  }
}

.heading-type01 {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.heading-type01.type-multi-line {
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .heading-type01 {
    font-size: 40px;
    font-size: 4rem;
    margin: 40px 0;
  }
  .heading-type01.type-mb-min {
    margin-bottom: 25px;
  }
  .heading-type01.type-mb-min + .heading-type01.type-mb-min {
    margin-top: 25px;
  }
  .heading-type01.type-mb-0 {
    margin-bottom: 0;
  }
  .heading-type01.type-mb-0 + * {
    margin-top: 5px;
  }
  .heading-type01.font-xl {
    font-size: 61px;
    font-size: 6.1rem;
    margin-bottom: 60px;
  }
  .heading-type01.font-s {
    font-size: 30px;
    font-size: 3rem;
  }
  .heading-type01.font-xs {
    font-size: 20px;
    font-size: 2rem;
  }
  .heading-type01.font-xxs {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .heading-type01.font-xxs.type-step span {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .heading-type01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 20px 0 30px;
  }
  .heading-type01.font-xl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .heading-type01.font-xxs {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .heading-type01.font-xxs.type-step span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 10px;
  }
  .heading-type01.type-mb-0 {
    margin-bottom: 0;
  }
  .heading-type01.type-mb-0 + * {
    margin-top: 5px;
  }
}

.heading-type02 {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .heading-type02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 20px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .heading-type02 {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 20px;
  }
}

.heading-type03 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.heading-type03.font-s {
  font-size: 12px;
  font-size: 1.2rem;
}
.heading-type03.type-normal {
  font-weight: normal;
}
.heading-type03.type-no-border {
  border-bottom: 0;
  padding-bottom: 0;
}

.button-group01.type-center {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .button-group01 {
    margin: 20px 0;
  }
  .button-group01.column2 [class^="button-type"] + [class^="button-type"] {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .button-group01 {
    margin: 20px 0;
  }
  .button-group01.column2:not(.type-sp-clear) {
    display: flex;
    justify-content: center;
  }
  .button-group01.column2:not(.type-sp-clear) [class^="button-type"] {
    width: 50%;
    max-width: 205px;
    min-width: auto;
  }
  .button-group01.column2:not(.type-sp-clear) [class^="button-type"] + [class^="button-type"] {
    margin-left: 10px;
  }
  .button-group01.type-sp-clear [class^="button-type"] + [class^="button-type"] {
    margin-top: 10px;
  }
  .button-group01.type-sp-center {
    text-align: center;
  }
}

.button-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #383838;
  background-color: #383838;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  cursor: pointer;
  box-sizing: border-box;
}
.button-type01.color-black {
  border-color: #383838;
  background-color: #383838;
  color: #fff;
}
.button-type01.color-white {
  border-color: #383838;
  background-color: transparent;
  color: #000;
}
.button-type01.color-gray {
  border-color: #a2a2a2;
  background-color: #fff;
  color: #000;
}
.button-type01.color-twitter {
  border-color: #2795e9;
  background-color: #2795e9;
  color: #fff;
}
.button-type01.type-counseling {
  border-color: #383838;
  background-color: #fff;
  color: #383838;
  font-weight: normal;
}
.button-type01.type-counseling img {
  width: 16px;
  vertical-align: middle;
  margin-left: 10px;
}
.button-type01.color-facebook {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}
.button-type01.font-normal {
  font-weight: normal;
}
.button-type01.size-max {
  width: 100%;
}
.button-type01.type-file {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: auto;
  letter-spacing: .025em;
  width: 100px;
  line-height: 25px;
  position: relative;
}
.button-type01.type-file:after {
  content: "";
  background-image: url(/img/frontend/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
}
.button-type01.is-disabled, .button-type01[disabled] {
  opacity: .5;
  cursor: default;
}

@media print, screen and (min-width: 769px) {
  .button-type01 {
    min-width: 205px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    transition: color .2s, background .2s;
  }
  .button-type01.color-black:not(.is-disabled):not([disabled]):hover {
    background-color: #fff;
    color: #000;
  }
  .button-type01.color-white:not(.is-disabled):not([disabled]):hover {
    background-color: #383838;
    color: #fff;
  }
  .button-type01.color-gray:not(.is-disabled):not([disabled]):hover {
    background-color: #a2a2a2;
    color: #fff;
  }
  .button-type01.type-counseling:not(.is-disabled):not([disabled]):hover {
    background-color: #f5f5f5;
  }
  .button-type01.color-twitter:not(.is-disabled):not([disabled]):hover {
    background-color: #fff;
    color: #2795e9;
  }
  .button-type01.color-facebook:not(.is-disabled):not([disabled]):hover {
    background-color: #fff;
    color: #3b5998;
  }
  .button-type01.font-l {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .button-type01.size-l {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 330px;
    line-height: 88px;
  }
  .button-type01.size-top {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 237px;
    line-height: 63px;
  }
  .button-type01.type-file:hover:after {
    background-image: url(/img/frontend/icon_plus_black.svg);
  }
}

@media screen and (max-width: 768px) {
  .button-type01 {
    min-width: 205px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .button-type01.font-l {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  height: 40px;
  border: 1px solid #a2a2a2;
  background-color: #fff;
  line-height: 1.2;
  text-align: left;
  box-sizing: border-box;
}
.form-input.type-no-border {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: auto;
  outline: 0;
}

.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 10px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #a2a2a2;
  background-color: #fff;
  line-height: 1.8;
  text-align: left;
  box-sizing: border-box;
}
.form-textarea.type-no-border {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
}
.form-textarea.type-bg-gray {
  border: 0;
  background-color: #fafafa;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 40px 5px 10px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 40px;
  border: 1px solid #a2a2a2;
  background-color: #fff;
  background-image: url(/img/frontend/arrow_select01.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
}
.form-select.type-no-border {
  background-color: transparent;
  border: 0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  outline: 0;
}
.form-select.type-only-border-bottom {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-color: #eaeaea;
  height: auto;
  padding-bottom: 10px;
  outline: 0;
}
.form-select.type-width-auto {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.form-select.font-s {
  font-size: 12px;
  font-size: 1.2rem;
}

.form-select::-ms-expand {
  display: none;
}

.form-radio {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
  line-height: 1.8;
}
.form-radio input {
  opacity: 0;
  position: absolute;
}
.form-radio input:checked + .form-radio__icon:before {
  display: block;
}

.form-radio__icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.form-radio__icon:before {
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
  line-height: 1.8;
}
.form-checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form-checkbox input:checked + .form-checkbox__icon {
  background-image: url(/img/frontend/icon_check.png);
}

.form-checkbox__icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  box-sizing: border-box;
}

.form-radio-vertical__label {
  display: block;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 30px 10px 10px;
  margin: 0 0 10px;
}
.form-radio-vertical__label input[type="radio"] {
  opacity: 0;
  position: absolute;
  outline: 0;
}
.form-radio-vertical__label input[type="radio"]:checked + .form-radio-vertical__icon {
  opacity: 1;
}
.form-radio-vertical__label:first-child {
  padding-top: 5px;
}

.form-radio-vertical__icon {
  opacity: 0;
  width: 13px;
  height: 10px;
  background-image: url(/img/frontend/icon_check03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
  display: block;
  font-style: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  .form-textarea {
    height: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-select {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .form-textarea {
    height: 100px;
  }
}

.step-block01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.step-block01__item {
  background-color: #e1e1e1;
  text-align: center;
  position: relative;
  line-height: 25px;
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.step-block01__item:not(:last-child) {
  margin-right: 20px;
}
.step-block01__item:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #9a9a9a;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.step-block01__item.is-checked {
  background-color: #383838;
  color: #fff;
}
.step-block01__item.is-checked:after {
  border-left: 8px solid #383838;
}

@media print, screen and (min-width: 769px) {
  .step-block01 {
    margin: 30px 0;
  }
  .step-block01__item {
    width: 105px;
  }
}

@media screen and (max-width: 768px) {
  .step-block01 {
    margin: 30px 0;
  }
  .step-block01__item {
    width: 100%;
    white-space: nowrap;
  }
}

.tab-type01 {
  border-bottom: 1px solid #eaeaea;
}

.tab-type01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tab-type01__item a, .tab-type01__item span {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 5px;
  position: relative;
  cursor: pointer;
}
.tab-type01__item a:after, .tab-type01__item span:after {
  display: none;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #000;
}

.tab-type01__item.is-active a:after, .tab-type01__item.is-active span:after {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .tab-type01 {
    margin: 20px 0 45px;
  }
  .tab-type01__list {
    max-width: 600px;
    margin: 0 auto;
  }
  .tab-type01__item {
    width: 25%;
  }
  .tab-type01__item a:hover:after {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .tab-type01 {
    margin: 20px 0 25px;
  }
  .tab-type01__item {
    width: 100%;
  }
}

.tab-body01__item {
  display: none;
}

.tab-body02__item {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .tab-group02 {
    display: flex;
    align-items: flex-start;
  }
  .tab-body02 {
    width: 65.65217%;
    margin-left: 1.73913%;
  }
  .tab-body02 .frame-type01 {
    min-height: 200px;
  }
  .tab-type02 {
    width: 26.08696%;
    box-sizing: border-box;
  }
  .tab-type02__list {
    list-style: none;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
  }
  .tab-type02__item {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-type02__item:last-child {
    border-bottom: 0;
  }
  .tab-type02__item a, .tab-type02__item span {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    position: relative;
  }
  .tab-type02__item a:after, .tab-type02__item span:after {
    content: "";
    background-image: url(/img/frontend/arrow01.png);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .tab-type02__item.is-active {
    background-color: #f8f8f8;
  }
}

.tab-select01 {
  margin: 20px 20px;
  padding: 0 20px 10px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.tab-select01.type-max .tab-select01__text {
  width: 100%;
  display: block;
}
.tab-select01.type-max .tab-select01__select {
  width: 100%;
}

.tab-select01__select {
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.tab-select01__text {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0 20px;
  background-image: url(/img/frontend/arrow_select02.png);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: right center;
  box-sizing: border-box;
}

.frame-type01 {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 30px;
}
.frame-type01 > *:first-child {
  margin-top: 0 !important;
}
.frame-type01 > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .frame-type01 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.img-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.img-list01__item {
  background-color: #e8e8e8;
  overflow: hidden;
  position: relative;
}
.img-list01__item:before {
  content: "";
  display: block;
}
.img-list01__item:nth-child(even) {
  background-color: #f8f8f8;
}
.img-list01__item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 769px) {
  .img-list01.column-pc3 .img-list01__item {
    width: 33.33333%;
  }
  .img-list01.column-pc4 .img-list01__item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .img-list01.column-sp3 .img-list01__item {
    width: 33.33333%;
    display: none;
  }
  .img-list01.column-sp3 .img-list01__item:nth-child(-n+3) {
    display: block;
  }
  .img-list01__item {
    width: 33.33333%;
  }
}

.img-list02 {
  margin: 20px 0;
}
.img-list02:not(.type-left) .img-list02__list {
  justify-content: center;
}

.img-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.img-list02__item {
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
  display: flex;
  align-self: stretch;
}
.img-list02__item.type-square a:before, .img-list02__item.type-square span:before, .img-list02__item.type-square label:before {
  padding-top: 100%;
}
.img-list02__item.type-square a > img, .img-list02__item.type-square span > img, .img-list02__item.type-square label > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-list02__item a, .img-list02__item span, .img-list02__item label {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.img-list02__item a:before, .img-list02__item span:before, .img-list02__item label:before {
  content: "";
  display: block;
}
.img-list02__item a > img, .img-list02__item span > img, .img-list02__item label > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.img-list02__item label {
  cursor: pointer;
}
.img-list02__item label input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.img-list02__item.type-add:before, .img-list02__item.type-add:after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.img-list02__item.type-add:before {
  transform-origin: 0 0;
  transform: rotate(90deg) translate(-50%, -50%);
}
.img-list02__item.type-add:after {
  transform: translate(-50%, -50%);
}
.img-list02__item.type-add .label-delete01 {
  display: none;
}
.img-list02__item.is-selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.img-list02__item img {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media print, screen and (min-width: 769px) {
  .img-list02.column-pc2 .img-list02__item {
    width: calc((100% - 10px * 1) / 2);
    margin: 10px 10px 0 0;
  }
  .img-list02.column-pc2 .img-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .img-list02.column-pc2 .img-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .img-list02.column-pc4 .img-list02__item {
    width: calc((100% - 8px * 3) / 4);
    margin: 20px 8px 0 0;
  }
  .img-list02.column-pc4 .img-list02__item:nth-child(4n) {
    margin-right: 0;
  }
  .img-list02.column-pc4 .img-list02__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .img-list02.column-pc5 .img-list02__item {
    width: calc((100% - 16px * 4) / 5);
    margin: 20px 16px 0 0;
  }
  .img-list02.column-pc5 .img-list02__item:nth-child(5n) {
    margin-right: 0;
  }
  .img-list02.column-pc5 .img-list02__item:nth-child(-n+5) {
    margin-top: 0;
  }
  .img-list02__item {
    width: 167px;
  }
  .img-list02__item a:before, .img-list02__item span:before, .img-list02__item label:before {
    padding-top: 116.76647%;
  }
}

@media screen and (max-width: 768px) {
  .img-list02.column-sp2 .img-list02__item {
    width: calc((100% - 10px * 1) / 2);
    margin: 10px 10px 0 0;
  }
  .img-list02.column-sp2 .img-list02__item:nth-child(2n) {
    margin-right: 0;
  }
  .img-list02.column-sp2 .img-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .img-list02.column-sp3 .img-list02__item {
    width: calc((100% - 9px * 2) / 3);
    margin: 20px 9px 0 0;
  }
  .img-list02.column-sp3 .img-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .img-list02.column-sp3 .img-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .img-list02__item {
    width: 167px;
  }
  .img-list02__item a:before, .img-list02__item span:before, .img-list02__item label:before {
    padding-top: 116.76647%;
  }
}

.img-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.img-list03__item {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.img-list03__item:before {
  content: "";
  display: block;
}
.img-list03__item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-list03__item .label-buy01 {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

@media print, screen and (min-width: 769px) {
  .img-list03__item {
    width: 20%;
  }
  .img-list03__item:before {
    padding-top: 120.19868%;
  }
  .img-list03__item img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-list03__item {
    width: 33.33333%;
  }
  .img-list03__item:before {
    padding-top: 120.8%;
  }
  .img-list03__item img {
    width: 100%;
    height: 100%;
  }
}

.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list01__inner {
  display: block;
  text-decoration: none;
}

.item-list01__text {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
}

.item-list01__lead {
  margin: 0;
}

.item-list01__title {
  margin: 5px 0 0;
}

@media print, screen and (min-width: 769px) {
  .item-list01__inner {
    transition: opacity .2s;
  }
  .item-list01__inner:hover {
    opacity: .6;
  }
  .item-list01__item {
    width: calc((100% - 25px * 2) / 3);
    margin: 50px 25px 0 0;
  }
  .item-list01__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list01__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list01__text {
    margin-top: 20px;
  }
  .item-list01__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .item-list01__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .item-list01__item {
    width: calc((100% - 10px * 2) / 3);
    margin: 30px 10px 0 0;
  }
  .item-list01__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list01__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list01__text {
    margin-top: 10px;
  }
  .item-list01__lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .item-list01__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.item-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list02__item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-list02__item.type-add {
  border-radius: 10px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: stretch;
}
.item-list02__item.type-add .item-list02__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.item-list02__item.type-add .item-list02__inner:after {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.item-list02__add {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.item-list02__add:before, .item-list02__add:after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.item-list02__add:before {
  transform: rotate(90deg) translateX(-50%);
}
.item-list02__add:after {
  transform: translateX(-50%);
}

.item-list02__inner {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  background-color: #fff;
}
.item-list02__inner:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: visibility .2s, opacity .2s;
}
.item-list02__inner:before {
  content: "";
  display: block;
}

.item-list02__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.item-list02__button {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  box-sizing: border-box;
  transition: visibility .2s, opacity .2s;
}

.item-list02__edit {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
  font-weight: bold;
  transition: color .2s, background .2s;
}

.item-list02__delete {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding-left: 5px;
  text-decoration: none;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}
.item-list02__delete:before, .item-list02__delete:after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: -5px;
}
.item-list02__delete:before {
  transform: rotate(-45deg);
}
.item-list02__delete:after {
  transform: rotate(45deg);
}

@media print, screen and (min-width: 769px) {
  .item-list02__item {
    width: calc((100% - 7px * 5) / 6);
    margin: 7px 7px 0 0;
  }
  .item-list02__item:nth-child(6n) {
    margin-right: 0;
  }
  .item-list02__item:nth-child(-n+6) {
    margin-top: 0;
  }
  .item-list02__item:hover .item-list02__button, .item-list02__item:hover .item-list02__inner:after {
    visibility: visible;
    opacity: 1;
  }
  .item-list02__inner:before {
    padding-top: 126.38889%;
  }
  .item-list02__add {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 50px;
  }
  .item-list02__edit {
    width: 130px;
    line-height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .item-list02__edit + .item-list02__delete {
    margin: 20px auto 0;
  }
  .item-list02__edit:hover {
    background-color: #000;
    color: #fff;
  }
  .item-list02__delete {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .item-list02__delete:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  .item-list02__item {
    width: calc((100% - 4px * 2) / 3);
    margin: 4px 4px 0 0;
  }
  .item-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list02__item:hover .item-list02__button, .item-list02__item:hover .item-list02__inner:after {
    visibility: visible;
    opacity: 1;
  }
  .item-list02__inner:before {
    padding-top: 115.87983%;
  }
  .item-list02__add {
    font-size: 10px;
    font-size: 1rem;
    padding-bottom: 30px;
  }
  .item-list02__edit {
    width: 90px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .item-list02__edit + .item-list02__delete {
    margin: 10px auto 0;
  }
  .item-list02__delete {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.item-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list03__item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  line-height: 1.4;
}
.item-list03__item.type-color .item-list03__title {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}
.item-list03__item.type-color .item-list03__num {
  font-weight: 300;
}
.item-list03__item.color-black {
  background-color: #181818;
}
.item-list03__item.color-black > * {
  color: #fff;
}
.item-list03__item.color-gray {
  background-color: #bcbcbc;
}
.item-list03__item.color-white {
  background-color: #fff;
}
.item-list03__item.color-blue {
  background-color: #323dda;
}
.item-list03__item.color-blue > * {
  color: #fff;
}
.item-list03__item.color-green {
  background-color: #307841;
}
.item-list03__item.color-green > * {
  color: #fff;
}
.item-list03__item.color-purple {
  background-color: #c57af4;
}
.item-list03__item.color-brown {
  background-color: #7d6853;
}
.item-list03__item.color-brown > * {
  color: #fff;
}
.item-list03__item.color-beige {
  background-color: #e6dbca;
}
.item-list03__item.color-yellow {
  background-color: #dcd15c;
}
.item-list03__item.color-orange {
  background-color: #f28611;
}
.item-list03__item.color-pink {
  background-color: #e05da4;
}
.item-list03__item.color-pink > * {
  color: #fff;
}
.item-list03__item.color-red {
  background-color: #e63e36;
}
.item-list03__item.color-red > * {
  color: #fff;
}
.item-list03__item.color-navy {
  background-color: #23305f;
}
.item-list03__item.color-navy > * {
  color: #fff;
}
.item-list03__item.color-other {
  background-image: url(/img/frontend/color_other.png);
}
.item-list03__item.color-other > * {
  color: #fff;
}

.item-list03__inner {
  display: block;
  text-decoration: none;
  color: #000;
}

.item-list03__text {
  overflow: hidden;
  padding: 0 5px;
}

.item-list03__title {
  font-weight: bold;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.item-list03__num {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .item-list03__item {
    width: calc((100% - 35px * 3) / 4);
    margin: 35px 35px 0 0;
  }
  .item-list03__item:nth-child(4n) {
    margin-right: 0;
  }
  .item-list03__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .item-list03__item.type-color .item-list03__title {
    margin-top: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .item-list03__item.type-color .item-list03__num {
    margin-bottom: 25px;
  }
  .item-list03__item .img-list01__item:before {
    padding-top: 118.46154%;
  }
  .item-list03__inner {
    transition: opacity .2s;
  }
  .item-list03__inner:hover {
    opacity: .6;
  }
  .item-list03__title {
    margin: 20px 0 5px;
  }
  .item-list03__num {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .item-list03__item {
    width: calc((100% - 9px * 1) / 2);
    margin: 9px 9px 0 0;
  }
  .item-list03__item:nth-child(2n) {
    margin-right: 0;
  }
  .item-list03__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list03__item.type-color .item-list03__title {
    margin: 10px 0 3px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .item-list03__item.type-color .item-list03__num {
    margin-bottom: 10px;
  }
  .item-list03__item .img-list01__item:before {
    padding-top: 118.46154%;
  }
  .item-list03__title {
    margin: 10px 0 0;
  }
  .item-list03__num {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}

.item-list04__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list04__item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1.4;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
.item-list04__item.type-add {
  display: flex;
  align-items: stretch;
}
.item-list04__item.type-add .item-list04__inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.item-list04__add {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.item-list04__add:before, .item-list04__add:after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.item-list04__add:before {
  transform: rotate(90deg) translateX(-50%);
}
.item-list04__add:after {
  transform: translateX(-50%);
}

.item-list04__inner {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  background-color: #fff;
}

.item-list04__img.type-nothing {
  background-color: #383838;
  position: relative;
}

.item-list04__nothing {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  transform: translateY(-50%);
}

.item-list04__text {
  overflow: hidden;
  padding: 0 15px;
}

.item-list04__head {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 15px 0 15px;
  display: flex;
  justify-content: space-between;
}

.item-list04__lead {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}

.item-list04__date {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
}
.item-list04__date span {
  font-size: 11px;
  font-size: 1.1rem;
}

.item-list04__title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.item-list04__title.type-en {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 769px) {
  .item-list04__item {
    width: calc((100% - 35px * 2) / 3);
    margin: 35px 35px 0 0;
  }
  .item-list04__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list04__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list04__inner {
    transition: opacity .2s;
  }
  .item-list04__inner:hover {
    opacity: .6;
  }
  .item-list04__add {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 50px;
  }
  .item-list04__img.type-nothing {
    width: 100%;
    height: 0;
    padding-top: calc(145 / 360 * 100%);
  }
  .item-list04__img .img-list01__item:before {
    padding-top: 120%;
  }
}

@media screen and (max-width: 768px) {
  .item-list04__item {
    width: 100%;
    margin: 18px 0 0 0;
  }
  .item-list04__item:first-child {
    margin-top: 0;
  }
  .item-list04__item.type-add .item-list04__inner {
    justify-content: center;
    height: 80px;
  }
  .item-list04__add {
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 20px;
  }
  .item-list04__add:before, .item-list04__add:after {
    top: -3px;
    bottom: auto;
    left: 0;
  }
  .item-list04__add:before {
    transform: rotate(90deg);
  }
  .item-list04__add:after {
    transform: translateY(0);
  }
  .item-list04__img.type-nothing {
    width: 100%;
    height: 0;
    padding-top: calc(145 / 360 * 100%);
  }
  .item-list04__img .img-list01__item:before {
    padding-top: 120%;
  }
}

.item-list05 {
  margin: 60px 0;
}

.item-list05__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list05__item {
  padding: 30px 25px 30px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.item-list05__item > *:first-child {
  margin-top: 0;
}
.item-list05__item > *:last-child {
  margin-bottom: 0;
}

.item-list05__num {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 25px;
  line-height: 1;
}

.item-list05__title {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 15px;
}

.item-list05__description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923;
}

@media print, screen and (min-width: 769px) {
  .item-list05__list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list05__item {
    width: calc((100% - 50px * 2) / 3);
    margin: 50px 50px 0 0;
  }
  .item-list05__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list05__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .item-list05__item {
    margin: 20px 0 0;
  }
}

.item-list06 {
  margin: 30px 0;
}

.item-list06__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list06__item {
  text-align: center;
  max-width: 615px;
  padding: 20px;
  margin: 20px auto;
  border: 1px solid #000;
  box-sizing: border-box;
}
.item-list06__item > *:first-child {
  margin-top: 0;
}
.item-list06__item > *:last-child {
  margin-bottom: 0;
}

.item-list06__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
}

.item-list06__sub {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
}

.item-list07__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list07__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 20px 0 10px;
}

.item-list07__notes {
  font-size: 12px;
  font-size: 1.2rem;
}
.item-list07__notes > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .item-list07__item {
    margin: 20px 0;
    display: flex;
  }
  .item-list07__media {
    width: 345px;
    margin-right: 4%;
  }
  .item-list07__text {
    width: 775px;
  }
}

@media screen and (max-width: 768px) {
  .item-list07__item {
    margin: 20px 0 40px;
  }
  .item-list07__item + .item-list07__item {
    border-top: 1px solid #000;
    padding-top: 40px;
  }
  .item-list07__media {
    text-align: center;
    margin: 0 10%;
  }
}

.item-list08__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list08__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

.item-list08__img {
  text-align: center;
}

.item-list08__text {
  overflow: hidden;
  border-top: 1px solid #fff;
}

.item-list08__num {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
  line-height: 1;
  letter-spacing: .1em;
}

.item-list08__description {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .item-list08__list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list08__item {
    width: calc((100% - 47px * 2) / 3);
    margin: 47px 47px 0 0;
  }
  .item-list08__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list08__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list08__title {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0 0 30px;
  }
  .item-list08__img {
    margin-bottom: 35px;
  }
  .item-list08__num {
    margin: 15px 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .item-list08__description {
    line-height: 1.46154;
  }
}

@media screen and (max-width: 768px) {
  .item-list08__item {
    margin-top: 80px;
  }
  .item-list08__item:first-child {
    margin-top: 0;
  }
  .item-list08__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .item-list08__img {
    margin-bottom: 25px;
  }
  .item-list08__num {
    margin: 15px 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .item-list08__description {
    line-height: 1.71429;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.faq-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-list01__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.57692;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin: 15px 0;
}

.faq-list01__q {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.faq-list01__q:before, .faq-list01__q:after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transition: transform .2s;
}
.faq-list01__q:before {
  transform: translateY(-50%) rotate(270deg);
}
.faq-list01__q:after {
  transform: translateY(-50%);
}
.faq-list01__q.is-open:before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-list01__q.is-open:after {
  transform: translateY(-50%) rotate(270deg);
}

.faq-list01__a {
  display: none;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
}
.faq-list01__a > *:first-child {
  margin-top: 0 !important;
}
.faq-list01__a > *:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .faq-list01__q {
    padding: 18px 40px 18px 20px;
  }
  .faq-list01__q:before, .faq-list01__q:after {
    right: 25px;
  }
  .faq-list01__a {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 768px) {
  .faq-list01__q {
    padding: 18px 30px 18px 15px;
  }
  .faq-list01__q:before, .faq-list01__q:after {
    right: 15px;
  }
  .faq-list01__a {
    padding: 18px 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .login-block {
    /*margin: 130px 0 140px;*/
    display: flex;
  }
  .login-block__column {
    width: 50%;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .login-block__column:nth-child(odd) {
    padding-right: 90px;
  }
  .login-block__column:nth-child(even) {
    padding-left: 90px;
    border-left: 1px solid #a2a2a2;
  }
  .login-block__column > *:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .login-block {
    margin: 30px 0 140px;
  }
  .login-block__column {
    text-align: center;
  }
  .login-block__column:nth-child(even) {
    margin-top: 50px;
    border-top: 1px solid #a2a2a2;
  }
  .login-block__column > *:first-child {
    padding-top: 40px;
    margin-top: 0 !important;
  }
}

.form-table01 {
  width: 100%;
}
.form-table01 th {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
}
.form-table01 td {
  padding-bottom: 25px;
}

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

@media screen and (max-width: 768px) {
  .form-table01 {
    margin: 10px 0;
  }
}

.form-detail02 {
  margin-bottom: 40px;
}

.form-detail02__row.type-border-bottom {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.form-detail02__row.type-border-bottom .form-detail02__confirm {
  margin-bottom: 0;
}

.form-detail02__row.type-horizon {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
.form-detail02__row.type-horizon .form-detail02__heading {
  margin-bottom: 0;
  margin-right: 20px;
}
.form-detail02__row.type-horizon .form-detail02__confirm {
  font-weight: bold;
  margin-bottom: 0;
}

.form-detail02__heading {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-detail02__heading.type-normal {
  font-weight: normal;
}

.form-detail02__input {
  margin-bottom: 20px;
}
.form-detail02__input.type-border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.form-detail02__input.type-indent {
  padding-left: 10px;
  padding-right: 10px;
}

.form-detail02__confirm {
  margin-bottom: 20px;
}
.form-detail02__confirm.type-border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.form-detail02__confirm.type-indent {
  padding-left: 10px;
  padding-right: 10px;
}
.form-detail02__confirm.type-en {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media print, screen and (min-width: 769px) {
  .form-detail02__row.type-horizon .form-detail02__heading {
    width: 100px;
    margin-right: 0;
    flex-shrink: 0;
  }
  .form-detail02__row.type-column {
    display: flex;
    flex-wrap: wrap;
  }
  .form-detail02__row.type-column.column2 .form-detail02__column {
    width: calc(50% - 20px);
    margin: 0 40px 0 0;
  }
  .form-detail02__row.type-column.column2 .form-detail02__column:nth-child(even) {
    margin-right: 0;
  }
}

.form-detail03__row {
  display: flex;
}
.form-detail03__row:not(.type-column) {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #eaeaea;
}

.form-detail03__column {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.form-detail03__heading {
  white-space: nowrap;
  margin-right: 15px;
}

.form-detail03__input {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .form-detail03__row.column2 .form-detail03__column {
    width: calc(50% - 7px);
    margin: 15px 14px 0 0;
  }
  .form-detail03__row.column2 .form-detail03__column:nth-child(2n) {
    margin-right: 0;
  }
  .form-detail03__row:first-child .form-detail03__column {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-detail03__row.type-column {
    display: block;
  }
  .form-detail03__column {
    margin-top: 15px;
  }
}

.form-list {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.form-list.type-vertical {
  display: block;
}
.form-list.type-vertical .form-list__item {
  margin-bottom: 15px;
}
.form-list.free .form-list__item {
  margin-right: 40px;
}

.form-list__item.type-border-bottom {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

@media print, screen and (min-width: 769px) {
  .form-list.column-pc3 .form-list__item {
    width: calc((100% - 20px * 2) / 3);
    margin: 10px 20px 0 0;
  }
  .form-list.column-pc3 .form-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .form-list.column-pc3 .form-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-list.column-sp1 {
    display: block;
  }
  .form-list.column-sp1 .form-list__item {
    margin-top: 15px;
  }
  .form-list.type-sp-indent {
    margin-right: 0;
    /*margin-left: 15px;*/
  }
  .form-list.column-sp3 .form-list__item {
    width: calc((100% - 20px * 2) / 3);
    margin: 10px 20px 0 0;
  }
  .form-list.column-sp3 .form-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .form-list.column-sp3 .form-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.modal-body {
  display: none;
}

.list-control01 {
  overflow: hidden;
  text-align: center;
  margin: 10px 0 25px;
  line-height: 1;
}

.list-control01__prev {
  float: left;
  text-align: left;
}
.list-control01__prev a {
  text-decoration: none;
}
.list-control01__prev a:before {
  content: "<";
  margin-right: 5px;
}

.list-control01__num {
  float: right;
  text-align: right;
}
.list-control01__num span {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
}

.list-control01__title {
  text-align: center;
  margin: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .tab-type01 + .list-control01 {
    margin-top: -15px;
  }
}

.label-check01 {
  font-size: 1px;
  text-indent: -9999px;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  border: 0;
  background-color: transparent;
  background-image: url(/img/frontend/icon_check02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
}

.label-delete01 {
  font-size: 1px;
  text-indent: -9999px;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  border: 0;
  background-color: transparent;
  background-image: url(/img/frontend/icon_delete01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
  cursor: pointer;
}

.label-buy01 {
  display: block;
  width: 43px;
  line-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #333;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-sizing: border-box;
  transition: opacity .2s;
}
.label-buy01:hover {
  opacity: .6;
}

.label-like01 {
  display: block;
  width: 23px;
  height: 21px;
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-size: 1px;
  text-indent: -9999px;
}
.label-like01.type-white {
  background-image: url(/img/frontend/icon_like_white_off.png);
}
.label-like01.type-white.is-active {
  background-image: url(/img/frontend/icon_like_white_on.png);
}
.label-like01.type-black {
  background-image: url(/img/frontend/icon_like_black_off.png);
}
.label-like01.type-black.is-active {
  background-image: url(/img/frontend/icon_like_black_on.png);
}

.lead-type01 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 15px 0 10px;
  text-align: center;
}
.lead-type01.type-date {
  color: #3e3e3e;
}

@media print, screen and (min-width: 769px) {
  .heading-type01 + .lead-type01 {
    margin-top: -25px;
  }
  .lead-type01 + .heading-type01 {
    margin-top: 15px;
  }
  .lead-type01.type-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .heading-type01 + .lead-type01 {
    margin-top: -15px;
  }
}

.hr-type01 {
  display: block;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  margin: 40px 0;
}

.hr-type02 {
  display: block;
  border: 0;
  border-bottom: 1px solid #383838;
  margin: 80px 0;
}

.form-selet-style {
  margin: 20px 20px;
  padding: 0 20px 10px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.form-selet-style.type-max .form-selet-style__text {
  width: 100%;
  display: block;
}
.form-selet-style.type-max .form-selet-style__select {
  width: 100%;
}

.form-selet-style__select {
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.form-selet-style__text {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0 20px;
  background-image: url(/img/frontend/arrow_select02.png);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: right center;
  box-sizing: border-box;
}

.file-select-block01 {
  margin: 15px 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.file-select-block01 input[type="file"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.file-select-block01.is-selected .file-select-block01__item {
  display: block;
}

.file-select-block01__item {
  display: none;
  width: 85px;
  background-color: #f5f5f5;
  margin-right: 5px;
  text-align: center;
  position: relative;
}
.file-select-block01__item img {
  width: 85px;
  height: 117px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.file-select-block02 {
  text-align: left;
  position: relative;
}
.file-select-block02 input[type="file"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.file-select-block02 [class*="button-type01"] {
  margin: 20px auto;
  width: 205px;
  display: block;
}
.file-select-block02.is-selected .file-select-block02__img {
  display: block;
}
.file-select-block02.is-selected [class*="button-type01"] {
  display: none;
}

.file-select-block02__img {
  display: none;
}

.file-select-block03 {
  text-align: left;
  position: relative;
}
.file-select-block03 input[type="file"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.file-select-block03 [class*="button-type01"] {
  margin: 20px auto;
  width: 205px;
  display: block;
}
.file-select-block03.is-selected .file-select-block03__img {
  display: block;
}
.file-select-block03.is-selected .file-select-block03__button {
  display: none;
}

.file-select-block03__img {
  display: none;
}

.stylist-block01__lead {
  margin: 0;
  line-height: 1;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.stylist-block01__title {
  margin: 0;
  line-height: 1;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .stylist-block01 {
    margin: 100px 0 0;
  }
  .stylist-block01__inner {
    display: flex;
  }
  .stylist-block01__img {
    width: 44.34783%;
    margin-right: 5.65217%;
    flex-shrink: 0;
  }
  .stylist-block01__text {
    width: 100%;
  }
  .stylist-block01__lead {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .stylist-block01__title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .stylist-block01__description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14286;
  }
}

@media screen and (max-width: 768px) {
  .stylist-block01 {
    margin: 50px 0 0;
  }
  .stylist-block01__inner {
    display: flex;
  }
  .stylist-block01__img {
    width: 44.34783%;
    margin-right: 5.65217%;
    flex-shrink: 0;
  }
  .stylist-block01__text {
    width: 100%;
  }
  .stylist-block01__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .stylist-block01__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .stylist-block01__description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.map-block01 {
  background-color: #383838;
  color: #fff;
}

.map-block01__text {
  overflow: hidden;
  box-sizing: border-box;
}

.map-block01__title {
  margin: 0;
  line-height: 1;
  letter-spacing: .1em;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}

.map-block01__address {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: .1em;
}
.map-block01__address dt {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.map-block01__address dd {
  margin: 0;
}
.map-block01__address a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  margin-top: 5px;
}

.map-block01__map {
  width: 100%;
}

.map-block01__googlemap {
  filter: grayscale(100%);
  position: relative;
  padding-top: 60.13072%;
  height: 0;
  overflow: hidden;
}
.map-block01__googlemap iframe, .map-block01__googlemap object, .map-block01__googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .map-block01 {
    display: flex;
  }
  .map-block01__text {
    padding: 30px 30px 5px;
    width: 33.04348%;
    flex-shrink: 0;
  }
  .map-block01__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 30px;
  }
  .map-block01__address dt {
    margin: 12px 0 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .map-block01__address dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .map-block01__address a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .map-block01__text {
    padding: 20px 15px;
  }
  .map-block01__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .map-block01__address dt {
    margin: 12px 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .map-block01__address dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .map-block01__address a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.style-detail-head {
  background-color: #222;
  color: #fff;
  overflow: hidden;
}

.style-detail-frame {
  border: 1px solid #eaeaea;
  background-color: #fff;
  text-align: center;
  padding: 25px;
}

.style-detail__subtitle {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 15px 0;
  letter-spacing: .1em;
  position: relative;
  overflow: hidden;
}
.style-detail__subtitle .label-like01 {
  float: right;
}

.style-detail-head {
  box-sizing: border-box;
}

.style-detail-head__head {
  position: relative;
  padding-right: 30px;
  line-height: 1.4;
}

.style-detail-head__category {
  margin: 0 0 15px;
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
}

.style-detail-head__title {
  margin: 0 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .025em;
}

.style-detail-head__like {
  position: absolute;
  right: 0;
  top: 0;
}

.style-detail-head__description {
  line-height: 1.69231;
}

.style-detail__frame {
  margin: 10px 0;
}

.style-detail-frame {
  margin: 10px 0;
  padding: 25px;
}
.style-detail-frame > *:last-child {
  margin-bottom: 0;
}

.style-detail-frame__title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.style-detail-frame__lead {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 10px 0;
}

.style-detail-frame__button {
  margin: 20px 0;
}
.style-detail-frame__button .button-type01 {
  font-size: 12px;
  font-size: 1.2rem;
  min-width: auto;
  line-height: 1.4;
  padding: 12px 5px;
}
.style-detail-frame__button + .style-detail-frame__button {
  margin-top: -10px;
}
.style-detail-frame__button:not(.max):not(.column2) .button-type01 {
  width: 152px;
}
.style-detail-frame__button.column2 {
  display: flex;
}
.style-detail-frame__button.column2 .button-type01 {
  width: calc(50% - 4px);
  margin: 8px 8px 0 0;
}
.style-detail-frame__button.column2 .button-type01:nth-child(even) {
  margin-right: 0;
}
.style-detail-frame__button.column2 .button-type01:nth-child(-n+2) {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .style-detail {
    display: flex;
  }
  .style-detail__side {
    width: 360px;
    margin-right: 2.8%;
  }
  .style-detail__main {
    width: 755px;
  }
  .style-detail-head {
    padding: 30px 30px 20px;
  }
  .style-detail__description {
    margin: 30px 0;
  }
  .style-detail__subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .style-detail {
    margin: 10px 15px;
  }
  .style-detail .hr-type01 {
    margin: 20px 0;
  }
  .style-detail__side {
    margin-right: -25px;
    margin-left: -25px;
  }
  .style-detail-head {
    padding: 25px 25px 10px;
  }
  .style-detail__main .img-list03 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .style-detail__description {
    margin: 20px 0;
  }
  .style-detail__frame {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .style-detail-frame {
    margin: 10px 0;
    padding: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .message-bord01__textarea {
    margin: 30px 0;
  }
  .message-bord01__textarea textarea {
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  .message-bord01__textarea {
    margin: 20px 0;
  }
  .message-bord01__textarea textarea {
    height: 200px;
  }
}

.media-block.media-center .media-block__media {
  text-align: center;
}
.media-block.media-center .media-block__media figure {
  display: inline-block;
}
.media-block.media-center .media-block__media figcaption {
  text-align: left;
}

.media-block figure {
  margin: 0;
}

.media-block__text *:first-child {
  margin-top: 0 !important;
}

.media-block__text *:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .media-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .media-block.media-left .media-block__media {
    max-width: 60%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .media-block.media-right .media-block__media {
    max-width: 60%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .media-block.type-nowrap .media-block__text {
    overflow: hidden;
  }
  .media-block.type-flex {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .media-block {
    margin: 20px 0;
  }
  .media-block.type-sp-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .media-block.type-sp-reverse .media-block__media, .media-block.type-sp-reverse .media-block__text {
    width: 100%;
  }
  .media-block.type-sp-reverse .media-block__media {
    margin-bottom: 0;
  }
  .media-block.type-sp-reverse .media-block__text {
    margin-bottom: 30px;
  }
  .media-block.type-sp-clear .media-block__media {
    width: auto !important;
    text-align: center;
  }
  .media-block.type-sp-clear .media-block__text {
    width: auto !important;
  }
  .media-block__media {
    margin-bottom: 15px;
  }
  .media-block__media.type-sp-center {
    text-align: center;
  }
  .media-block__media.type-sp-center figure {
    display: inline-block;
    text-align: left;
  }
}

.section-top01 {
  overflow: hidden;
}

.section-top01__text {
  box-sizing: border-box;
}

.section-top01__title {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.2623;
  margin: 0;
}

.section-top01__main {
  box-sizing: border-box;
}

.section-top01__sub {
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
}

.section-top01__description {
  line-height: 2.14286;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .section-top01__inner {
    max-width: 1150px;
    margin: 150px auto;
    display: flex;
  }
  .section-top01__text {
    width: 50%;
    padding-left: 5%;
  }
  .section-top01__title {
    font-size: 61px;
    font-size: 6.1rem;
  }
  .section-top01__main {
    width: 50%;
    padding-right: 1%;
  }
  .section-top01__main > *:last-child {
    margin-bottom: 0;
  }
  .section-top01__sub {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 0 20px;
  }
  .section-top01__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .section-top01 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top01__inner {
    margin: 40px 25px 80px;
  }
  .section-top01__title {
    font-size: 55px;
    font-size: 5.5rem;
    margin: 0 0 30px;
  }
  .section-top01__sub {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
  .section-top01__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}

.section-top02 {
  overflow: hidden;
  position: relative;
}

.section-top02__title {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.2623;
  margin: 0;
}

.section-top02__description {
  line-height: 2.14286;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .section-top02 {
    margin: 0 -10px 120px;
  }
  .section-top02__img {
    max-width: 1340px;
    margin: 0 auto;
    text-align: right;
    padding-left: 20%;
    box-sizing: border-box;
  }
  .section-top02__img img {
    max-width: 1080px;
  }
  .section-top02__inner {
    width: 100%;
    max-width: 1150px;
    margin: 120px auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-top02__text {
    max-width: 560px;
    padding-left: 10px;
  }
  .section-top02__title {
    font-size: 61px;
    font-size: 6.1rem;
    margin: 0 0 30px;
  }
  .section-top02__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .section-top02 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top02__inner {
    margin: 0 0 80px;
  }
  .section-top02__text {
    margin-top: -100px;
    padding: 0 25px;
  }
  .section-top02__title {
    font-size: 55px;
    font-size: 5.5rem;
    margin: 0 0 25px;
  }
  .section-top02__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}

.section-top03 {
  background-color: #f3f3f3;
}

.section-top03__text {
  color: #fff;
  box-sizing: border-box;
}

.section-top03__title {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.section-top03__description {
  line-height: 2.125;
  margin: 0;
}

.section-top03__control {
  display: flex;
}
.section-top03__control button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  outline: 0;
  transition: opacity .2s;
}
.section-top03__control button:hover {
  opacity: .6;
}
.section-top03__control button.slick-prev {
  background-image: url(/img/frontend/arrow_prev.png);
}
.section-top03__control button.slick-next {
  background-image: url(/img/frontend/arrow_next.png);
}

.section-top03__link {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .025;
  transition: opacity .2s;
}
.section-top03__link:hover {
  opacity: .6;
}
.section-top03__link a {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .section-top03 {
    position: relative;
    padding: 100px 0 0;
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top03:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    background-image: url(/img/frontend/top_section02_img01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .section-top03__inner {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
  }
  .section-top03__text {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    padding: 70px 55px 100px;
    background-color: rgba(56, 56, 56, 0.7);
  }
  .section-top03__title {
    font-size: 61px;
    font-size: 4.1rem;
    margin: 0 0 40px;
  }
  .section-top03__description {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  .section-top03__control {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section-top03__control button {
    width: 62px;
    height: 62px;
    background-size: 62px auto;
  }
  .section-top03__link {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 768px) {
  .section-top03 {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top03__text {
    padding: 0 0 70px;
    background-color: #383838;
  }
  .section-top03__title {
    font-size: 55px;
    font-size: 5.5rem;
    margin: 0 25px 40px;
    clear: both;
  }
  .section-top03__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 25px 30px;
  }
  .section-top03__control {
    float: right;
  }
  .section-top03__control button {
    width: 62px;
    height: 62px;
    background-size: 62px auto;
  }
  .section-top03__link {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.section-top04 {
  overflow: hidden;
  background-color: #f3f3f3;
}

.section-top04__title {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.section-top04__description {
  line-height: 2.14286;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .section-top04 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top04__inner {
    max-width: 1150px;
    margin: 110px auto 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .section-top04__img {
    width: 43.47826%;
    text-align: center;
    flex-shrink: 0;
  }
  .section-top04__img img {
    width: 300px;
  }
  .section-top04__text {
    padding-left: 60px;
    padding-right: 10px;
  }
  .section-top04__title {
    font-size: 61px;
    font-size: 6.1rem;
    margin: 125px 0 40px;
  }
  .section-top04__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .section-top04 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top04__inner {
    margin: 50px 25px 0;
  }
  .section-top04__img {
    padding: 0 20%;
    margin-bottom: -100px;
    text-align: center;
  }
  .section-top04__text {
    margin-bottom: 50px;
  }
  .section-top04__title {
    font-size: 55px;
    font-size: 5.5rem;
    margin: 0 0 30px;
  }
  .section-top04__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 40px;
  }
}

.section-top05 {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.section-top05__lead {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .section-top05 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top05__inner {
    margin: 90px 10px;
  }
  .section-top05__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 35px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .section-top05 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top05__inner {
    margin: 70px 10px;
  }
  .section-top05__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 35px;
    line-height: 1.875;
  }
}

.section-top06 {
  background-color: #141414;
  overflow: hidden;
  color: #fff;
}

.section-top06__title {
  font-family: sofia-pro, MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.section-top06__lead {
  line-height: 2.125;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .section-top06 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top06__inner {
    max-width: 1150px;
    margin: 110px auto 135px;
    padding: 0 10px;
    position: relative;
  }
  .section-top06__head {
    margin: 0 0 110px;
    display: flex;
    align-items: center;
  }
  .section-top06__title {
    font-size: 61px;
    font-size: 6.1rem;
    margin-right: 80px;
    white-space: nowrap;
  }
  .section-top06__lead {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .section-top06 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top06__inner {
    margin: 50px 0 80px;
    padding: 0 25px;
  }
  .section-top06__head {
    margin: 0 0 70px;
  }
  .section-top06__title {
    font-size: 55px;
    font-size: 5.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .section-top06__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.section-top07 {
  background-color: #f3f3f3;
  text-align: center;
  overflow: hidden;
}

.section-top07__lead {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .section-top07 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top07__inner {
    margin: 120px 10px;
  }
  .section-top07__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 35px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 768px) {
  .section-top07 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-top07__inner {
    margin: 100px 25px;
  }
  .section-top07__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 35px;
    line-height: 1.875;
  }
}

.change-block01__item {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 990px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  border-radius: 10px;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
  border-radius: 0;
}
.type-stylist .modaal-container {
  background-color: #222;
  color: #fff;
}
.type-done .modaal-container {
  max-width: 520px;
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 1px;
  height: 22px;
  background: #141414;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.type-stylist .modaal-close {
  background: none;
  right: 10px;
  top: 10px;
}
.type-stylist .modaal-close:before, .type-stylist .modaal-close:after {
  background-color: #fff;
  width: 2px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media screen and (max-width: 768px) {
  .modaal-close {
    top: 0;
    right: 0;
  }
}

.alert-success{
  text-align: center; 
  color: #3c763d; 
  position: fixed;
  z-index: 100;
  opacity: 0.7; 
  width: 82%;
}

@media screen and (max-width: 768px) {
  .alert-success{
    width: 100% !important;
  }
}

.alert-success > .alert-content{
  background-color: #dff0d8;
  width: 30%; 
  border-radius: 15px;
  padding: 1px 15px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .alert-success > .alert-content{
    width: 40%;
  }
  .modaal-wrapper {
    -webkit-tap-highlight-color: transparent;
  }
}

label.error {
  color: #af7676;
}

form .err ul li {
  color: #af7676;
  background: none;
  height: auto;
  line-height: inherit;
  padding: 0;
  list-style: none;
  margin-left: -40px;
}

.err p {
  color: #af7676;
  background: none;
  height: auto;
  line-height: inherit;
  padding: 0;
  font-size: 12.5px;
  text-align: left;
}
.grp-error {
  padding-bottom: 12px !important;
}
.grp-control {
  width: 100%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.error-scroll {
  border: 2px solid #af7676;
  font-size: 13px;
  letter-spacing: 2.2px;
  padding: 15px 0px 15px 21px;
  text-align: left;
  margin-bottom: -10px;
}
.error-scroll a {
  color: #af7676;
  text-decoration: none;
}

/* 画像拡大表示 */
.modaal-wrapper.modaal-image .modaal-close {
  top: -5px !important;
  right: -5px !important;
}