@charset "UTF-8";
/*
Theme Name: Letter Song
Theme URI:
Description:
Author: kei
Author URI:
Template:
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Damion&display=swap");
.main-color {
  color: #333; }

html {
  font-size: 62.5%; }

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

.option-button-wrap {
  margin: 7px 0 30px; }
  @media screen and (max-width: 1118px) {
    .option-button-wrap {
      padding: 0 15px; } }
  @media screen and (min-width: 1119px) {
    .option-button-wrap {
      display: flex;
      justify-content: center;
      margin: 30px auto 50px; } }
  .option-button-wrap--contact-line {
    margin: 10px 0 15px; }
    @media screen and (min-width: 1119px) {
      .option-button-wrap--contact-line {
        margin: 10px 0 25px; } }
  .option-button-wrap .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-radius: 35px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 1118px) {
      .option-button-wrap .btn-link:first-child {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1119px) {
      .option-button-wrap .btn-link {
        width: 400px;
        padding: 25px 0;
        font-size: 25px; }
        .option-button-wrap .btn-link:first-child {
          margin-right: 30px; } }
    .option-button-wrap .btn-link:hover {
      transition: 0.4s;
      box-shadow: 0 7px 10px 4px rgba(0, 0, 0, 0.14);
      transform: translateY(-1px); }
    .option-button-wrap .btn-link--tel {
      background-color: #E91E62; }
    .option-button-wrap .btn-link--line {
      background-color: #48C304; }
    .option-button-wrap .btn-link--contact-line:first-child {
      margin: 0; }
      @media screen and (min-width: 1119px) {
        .option-button-wrap .btn-link--contact-line:first-child {
          width: 580px; } }

body {
  position: relative; }

.contact-block--sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #a47a77;
  z-index: 9999; }
  @media screen and (min-width: 1119px) {
    .contact-block--sp {
      display: none; } }
  .contact-block--sp nav {
    height: 100%; }
  .contact-block--sp .contact-list {
    display: flex; }
    .contact-block--sp .contact-list__item {
      width: calc(100% / 3);
      border-right: 1px solid #fff;
      text-align: center; }
      .contact-block--sp .contact-list__item:nth-last-of-type(1) {
        border-right: none; }
      .contact-block--sp .contact-list__item a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 60px;
        padding: 10px 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.4; }
        .contact-block--sp .contact-list__item a span {
          display: block;
          font-style: 18px;
          color: #fff; }

.contact-block--pc {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.2s;
  z-index: 9999; }
  .contact-block--pc:hover {
    opacity: 0.8; }
  @media screen and (max-width: 1118px) {
    .contact-block--pc {
      display: none; } }
  .contact-block--pc .img {
    height: 126px;
    width: 126px; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

p {
  display: block;
  margin: 1em 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.entry-content {
  max-width: 800px;
  margin: auto; }

/* --------------------------------- Theme ---------------------------------*/
table {
  border-collapse: collapse; }
  table td {
    border: 1px solid;
    text-align: left;
    padding: 5px; }

.entry-content a {
  text-decoration: underline; }

/* --------------------------------- ここから下はリファクタしていく ---------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #402110; }

h1,
h2,
h3 {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

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

input,
textarea {
  border: solid 1px #eceae3; }

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

@media screen and (max-width: 768px) {
  /* line 168, _footer.scss */
  .ly-global-footer .util-row.is-copyright {
    font-size: 12px; }
    .ly-global-footer .util-row.is-copyright .text {
      margin-bottom: 0; }
    .ly-global-footer .util-row.is-copyright .sp-text {
      display: block;
      margin-top: 0; } }
.ly-global-footer {
  background-color: #402110;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .ly-global-footer {
      height: 240px; } }
  .ly-global-footer .util-row.is-social-table {
    font-size: 14px;
    width: 870px;
    height: 80px;
    display: table;
    padding-top: 20px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .ly-global-footer .util-row.is-social-table {
        width: 320px;
        height: 100px;
        text-align: center; } }
    .ly-global-footer .util-row.is-social-table .social-table-content {
      overflow: hidden;
      *zoom: 1;
      width: 50%;
      display: table-cell;
      vertical-align: top; }
      .ly-global-footer .util-row.is-social-table .social-table-content h2 {
        text-align: center;
        width: 100%;
        font-size: 21px;
        margin-bottom: 20px;
        color: #fff; }
        @media screen and (max-width: 480px) {
          .ly-global-footer .util-row.is-social-table .social-table-content h2 {
            margin-bottom: 10px; } }
      .ly-global-footer .util-row.is-social-table .social-table-content .social-icon-list {
        display: flex;
        justify-content: space-between;
        width: 400px;
        margin: 20px auto; }
        @media screen and (max-width: 480px) {
          .ly-global-footer .util-row.is-social-table .social-table-content .social-icon-list {
            width: 280px; } }
        .ly-global-footer .util-row.is-social-table .social-table-content .social-icon-list a {
          width: calc(100% / 4 - 20px); }
        .ly-global-footer .util-row.is-social-table .social-table-content .social-icon-list .social-icon img {
          width: 100%; }
  .ly-global-footer .util-row.is-links .links-list {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .ly-global-footer .util-row.is-links .links-list {
        margin: auto;
        margin-top: 10px; } }
    .ly-global-footer .util-row.is-links .links-list > li {
      display: inline-block;
      width: auto; }
    .ly-global-footer .util-row.is-links .links-list a.fotter-links {
      display: block;
      color: #fff;
      margin: 10px; }
      @media screen and (max-width: 768px) {
        .ly-global-footer .util-row.is-links .links-list a.fotter-links {
          font-size: 12px;
          margin: 0 7px 0; } }
      @media screen and (max-width: 768px) {
        .ly-global-footer .util-row.is-links .links-list a.fotter-links.is-corporate {
          margin-left: 30px;
          margin-right: 20px; } }
  .ly-global-footer .util-row.is-copyright {
    text-align: center; }
    .ly-global-footer .util-row.is-copyright .text {
      margin-top: 10px;
      margin-bottom: 10px;
      color: #fff; }
    .ly-global-footer .util-row.is-copyright .sp-text {
      display: none;
      color: #fff; }

.audiojs {
  width: 30px;
  height: 28px;
  background: none;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  float: left;
  margin-right: 15px; }
  .audiojs .play-pause {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 14px; }
  .audiojs p {
    display: none;
    width: 26px;
    height: 26px;
    margin: 0px;
    cursor: pointer; }
  .audiojs .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .audiojs .scrubber {
    display: none; }
  .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 0px;
    background: #3a3a3a;
    z-index: 1; }
  .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 0px;
    background: #dddddd; }
  .audiojs .time {
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    border-left: none;
    color: #666;
    text-shadow: none;
    display: none; }
    .audiojs .time em {
      padding: 0px 2px 0px 0px;
      color: #666;
      font-style: normal;
      display: none; }
    .audiojs .time strong {
      padding: 0px 0px 0px 2px;
      font-weight: normal;
      display: none; }
  .audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 10px;
    height: 26px;
    width: 200px;
    overflow: hidden;
    line-height: 26px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; }
    .audiojs .error-message a {
      color: #eee;
      text-decoration: none;
      padding-bottom: 1px;
      border-bottom: 1px solid #999;
      white-space: wrap; }
  .audiojs .play {
    position: relative; }
    .audiojs .play:after {
      content: "▶︎";
      display: inline-block;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px; }
  .audiojs .loading,
  .audiojs .error {
    display: none; }
  .audiojs .pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .audiojs .pause:after {
      content: "■";
      display: inline-block;
      color: #fff;
      font-size: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) {
  /* line 152, _audio.scss */
  .audiojs {
    margin-top: -5px;
    width: 20px;
    height: 18px;
    font-size: 10px;
    margin-right: 0px; }
    .audiojs .play-pause {
      width: 25px;
      height: 25px;
      border-radius: 50%; }
    .audiojs p {
      width: 16px;
      height: 16px; }
    .audiojs .play:after {
      font-size: 10px; }
    .audiojs .pause:after {
      font-size: 10px; } }
.playing .play,
.playing .loading,
.playing .error {
  display: none; }
.playing .pause {
  display: block; }

/* line 221, _audio.scss */
/* line 227, _audio.scss */
.loading .play,
.loading .pause,
.loading .error {
  display: none; }
.loading .loading {
  display: block; }

/* line 230, _audio.scss */
/* line 236, _audio.scss */
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none; }
.error .error {
  display: block; }
.error .play-pause p {
  cursor: auto; }
.error .error-message {
  display: block; }

/* line 239, _audio.scss */
/* line 242, _audio.scss */
/* line 245, _audio.scss */
/*　再生している曲の情報　*/
/* line 252, _audio.scss */
.track-details {
  clear: both;
  height: 26px;
  width: 200px;
  padding: 0px 6px;
  background: #fff;
  color: #3a3a3a;
  font-size: 10px;
  line-height: 26px; }
  .track-details:before {
    content: "♬ Now Playing: "; }

* {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 200;
  color: #402110; }

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.boldest {
  font-family: "HanSansBB"; }

.util-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px; }

.mod-btn {
  display: inline-block;
  border-radius: 20px; }

@media screen and (max-width: 768px) {
  /* line 86, site.css.scss */
  .mod-btn {
    display: block; } }
/* line 97, site.css.scss */
ruby,
.section-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.section-textR {
  font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.mod-heading-lv1 {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .mod-heading-lv1 {
      margin-bottom: 0; } }
  .mod-heading-lv1 .flow-title {
    margin: auto; }
    @media screen and (max-width: 768px) {
      .mod-heading-lv1 .flow-title {
        width: 300px;
        height: auto;
        margin: 20px auto; } }
  .mod-heading-lv1 ruby {
    font-size: 24px;
    margin: 30px;
    font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
    @media screen and (max-width: 768px) {
      .mod-heading-lv1 ruby {
        margin: 0;
        font-size: 16px; } }
  .mod-heading-lv1 .text {
    font-family: 'Damion', cursive;
    font-size: 48px;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .mod-heading-lv1 .text {
        padding-bottom: 0; } }
    .mod-heading-lv1 .text ruby {
      font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
    .mod-heading-lv1 .text#is-point {
      padding-bottom: 10px;
      padding-top: 70px;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .mod-heading-lv1 .text#is-point {
          padding-top: 40px; } }
  .mod-heading-lv1 .text::after {
    position: absolute;
    left: 25%;
    content: '';
    width: 50%;
    height: 6px;
    box-sizing: border-box; }
  .mod-heading-lv1 .text::after {
    bottom: 0px;
    border-top: 1px solid #402110;
    border-bottom: 2px solid #402110; }
  .mod-heading-lv1.otoiawase {
    padding-top: 40px; }
    @media screen and (max-width: 768px) {
      .mod-heading-lv1.otoiawase ruby {
        font-size: 20px;
        font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; } }

.ly-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto; }
  .ly-wrapper .ly-fv-pc {
    width: 100%;
    position: relative;
    display: block; }
    .ly-wrapper .ly-fv-pc img {
      width: 100%;
      height: auto; }
  .ly-wrapper .ly-header-image {
    position: relative;
    width: 100%;
    max-height: 770px;
    overflow: hidden; }
  .ly-wrapper .ly-fv-sp {
    display: none; }
  @media screen and (max-width: 768px) {
    .ly-wrapper .ly-fv-pc {
      display: none; }
    .ly-wrapper .ly-fv-sp {
      display: block;
      width: 100%; }
      .ly-wrapper .ly-fv-sp img {
        width: 100%;
        height: auto; } }
  .ly-wrapper .header-image {
    box-sizing: border-box;
    width: 100%;
    background-image: url("images/ly-global-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    height: 610px;
    margin: auto;
    padding-top: 33px;
    display: block; }
    @media screen and (max-width: 768px) {
      .ly-wrapper .header-image {
        background-image: url("images/ly-global-header.jpg");
        height: 570px;
        padding-top: 82px;
        background-position: 50% -25px;
        max-width: 1316px; } }
  .ly-wrapper .num-info {
    display: block;
    height: auto;
    width: 241px;
    margin: 0 auto; }
    @media screen and (min-width: 1119px) {
      .ly-wrapper .num-info {
        width: 440px; } }
  .ly-wrapper .feature-image {
    background-image: url("images/ly-global-header-logo.png");
    background-size: cover;
    width: 480px;
    height: 237px;
    margin: 10px auto 0; }
    @media screen and (max-width: 768px) {
      .ly-wrapper .feature-image {
        max-width: 260px;
        max-height: 128px; } }
  .ly-wrapper .media-block {
    width: 80%;
    margin: 20px auto 0; }
    @media screen and (max-width: 1118px) {
      .ly-wrapper .media-block {
        max-width: 600px; } }
    @media screen and (min-width: 1119px) {
      .ly-wrapper .media-block {
        width: 940px;
        margin: 30px auto 0; } }
    .ly-wrapper .media-block__title {
      margin: 0 0 10px;
      text-align: center;
      color: #402110;
      font-size: 18px;
      font-weight: bold;
      text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9); }
      @media screen and (min-width: 1119px) {
        .ly-wrapper .media-block__title {
          font-size: 20px;
          margin: 0 0 20px; } }
    .ly-wrapper .media-block .media-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: -12px auto 0 -12px; }
      @media screen and (min-width: 1119px) {
        .ly-wrapper .media-block .media-list {
          margin-left: -20px; } }
      .ly-wrapper .media-block .media-list__item {
        width: calc(100% / 3 - 12px);
        margin-top: 12px;
        margin-left: 12px; }
        @media screen and (min-width: 1119px) {
          .ly-wrapper .media-block .media-list__item {
            width: calc(100% / 6 - 20px);
            margin-top: 0;
            margin-left: 20px; } }
        .ly-wrapper .media-block .media-list__item img {
          height: auto;
          width: 100%; }

.ly-professionals-sections {
  text-align: center;
  position: relative; }
  .ly-professionals-sections h2 .text {
    font-size: 48px;
    font-family: 'Damion', cursive; }

.ly-global-header .pc-header-wrapper {
  display: block; }
  @media screen and (max-width: 768px) {
    .ly-global-header .pc-header-wrapper {
      display: none; } }
  .ly-global-header .pc-header-wrapper .pc-header {
    margin: 0 auto;
    background-color: #fff;
    width: 100%; }
    .ly-global-header .pc-header-wrapper .pc-header.is-fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999; }
    .ly-global-header .pc-header-wrapper .pc-header ul {
      text-align: center;
      white-space: nowrap; }
      .ly-global-header .pc-header-wrapper .pc-header ul > li {
        display: inline-block;
        padding: 10px 6px 10px; }
        .ly-global-header .pc-header-wrapper .pc-header ul > li:hover {
          background-color: #f9e0e1; }
    .ly-global-header .pc-header-wrapper .pc-header .header-link {
      text-align: center;
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .ly-global-header .pc-header-wrapper .pc-header h4 {
      font-weight: normal;
      font-size: 10px;
      margin-top: 0;
      margin-bottom: 0; }
.ly-global-header .ly-sp-header {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  display: none;
  top: 0;
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }
  @media screen and (max-width: 768px) {
    .ly-global-header .ly-sp-header {
      position: fixed;
      top: 0;
      display: block; } }
  .ly-global-header .ly-sp-header .sp-logo {
    background-image: url("images/sp-header-logo.png");
    background-size: 96px 38px;
    height: 38px;
    width: 96px;
    margin: 5px 10px 10px;
    float: left; }
  .ly-global-header .ly-sp-header .sp-open-menu-trigger {
    float: right;
    text-align: center; }
    .ly-global-header .ly-sp-header .sp-open-menu-trigger > img {
      height: 30px;
      width: auto;
      margin: 10px; }
  .ly-global-header .ly-sp-header nav.menu-navigation {
    color: white;
    position: absolute;
    top: 100%;
    width: 100%; }
    .ly-global-header .ly-sp-header nav.menu-navigation.is-hidden {
      display: none; }
    .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul {
      background-color: #f9f9f4;
      font-size: normal; }
      .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li {
        border-bottom: 1px solid #e6e6e1;
        overflow: hidden;
        *zoom: 1; }
        .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li:first-child {
          border-top: 1px solid #e6e6e1; }
        .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li:last-child {
          background-color: #fff; }
        .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li .sp-close-menu-trigger {
          float: right;
          text-align: center; }
        .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li a.header-link {
          display: block;
          border-bottom: dotted 1px white;
          text-align: left;
          padding-left: 20px; }
          .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li a.header-link h3,
          .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul > li a.header-link h4 {
            margin: 14px 0px; }
      .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul h3 {
        display: inline-block;
        font-size: 13px; }
      .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul h4 {
        display: inline-block;
        font-size: 11px; }
      .ly-global-header .ly-sp-header nav.menu-navigation ul.menu-naviagation-ul .section-text {
        text-align: right;
        font-size: 14px;
        margin-right: 13px;
        height: 30px;
        padding-top: 7px; }

.ly-section-lv1 {
  color: #402110;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0; }
  .ly-section-lv1 img.mod-bottom-line {
    width: 100%;
    min-width: 1980px;
    position: absolute;
    left: 0; }
    .ly-section-lv1 img.mod-bottom-line.is-top {
      top: 0; }
    .ly-section-lv1 img.mod-bottom-line.is-bottom {
      bottom: 0; }
  .ly-section-lv1 span.is-red-text {
    color: #ff0000; }
  .ly-section-lv1.is-about {
    background: #f7f7f1;
    text-align: center;
    position: relative;
    padding-bottom: 60px; }
    .ly-section-lv1.is-about .mov-youtube {
      height: 630px;
      width: 1119px;
      margin: 20px auto 0 auto; }
    .ly-section-lv1.is-about .section-text {
      line-height: 1.6;
      font-size: 20px; }
    @media screen and (max-width: 1118px) {
      .ly-section-lv1.is-about {
        padding-bottom: 30px; }
        .ly-section-lv1.is-about .mov-youtube {
          height: 400px;
          width: 100%; }
        .ly-section-lv1.is-about .section-text {
          font-size: 14px; }
        .ly-section-lv1.is-about .content {
          padding: 0px; } }
    @media screen and (max-width: 767px) {
      .ly-section-lv1.is-about .mov-youtube {
        height: 250px; } }
    .ly-section-lv1.is-about .section-text-for-you {
      margin: 40px 0 0 0;
      font-size: 28px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .ly-section-lv1.is-about .section-text-for-you {
          font-size: 14px;
          margin: 40px 0 0 0; } }
  .ly-section-lv1.is-point {
    margin: 0;
    padding: 0;
    text-align: center;
    /*background-image: url("images/bg-point.png");*/
    background: #edebe5; }
    @media screen and (max-width: 767px) {
      .ly-section-lv1.is-point .mod-heading-lv1 {
        margin: 0 0 0 0; } }
    .ly-section-lv1.is-point .content {
      padding: 20px;
      padding-top: 0px;
      margin-top: 20px; }
    .ly-section-lv1.is-point .point-bg-wrap {
      margin: 0 0 0 0;
      padding: 0;
      /*
      background-image: url("images/point-about.png");
      background-position: 50% 0;
      background-repeat: no-repeat;
      */
      background: #edebe5;
      width: 100%;
      height: 100%; }
    .ly-section-lv1.is-point ul.points-list {
      width: 960px;
      margin: 60px auto 0;
      *zoom: 1; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-point ul.points-list {
          width: 270px;
          margin: 20px auto 0; } }
      .ly-section-lv1.is-point ul.points-list:after {
        content: "";
        display: table;
        clear: both; }
      .ly-section-lv1.is-point ul.points-list > li {
        width: 300px;
        height: 320px;
        float: left;
        box-sizing: border-box;
        margin: 10px; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-point ul.points-list > li {
            width: auto;
            text-align: center;
            height: auto; } }
        .ly-section-lv1.is-point ul.points-list > li h3 {
          font-weight: bold;
          margin: 10px 0 10px 0; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-point ul.points-list > li h3 {
              margin: 10px;
              font-size: 14px; } }
        .ly-section-lv1.is-point ul.points-list > li .text {
          text-align: left; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-point ul.points-list > li .text {
              width: auto;
              text-align: center;
              font-size: 12px; } }
      .ly-section-lv1.is-point ul.points-list img {
        margin: 0 auto 20px;
        display: block; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-point ul.points-list img {
            width: 90px; } }
    .ly-section-lv1.is-point ul.results-list {
      display: flex;
      justify-content: space-between;
      width: 750px;
      margin: 30px auto 0;
      *zoom: 1; }
      @media screen and (max-width: 1118px) {
        .ly-section-lv1.is-point ul.results-list {
          width: 90%;
          max-width: 400px;
          margin-bottom: 10px;
          margin-top: 0; } }
      .ly-section-lv1.is-point ul.results-list > li {
        width: 250px;
        height: 250px; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-point ul.results-list > li {
            width: 100px;
            height: 100px; } }
        .ly-section-lv1.is-point ul.results-list > li img {
          border-radius: 50%; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-point ul.results-list > li img {
              width: 100px;
              height: 100px;
              margin: 3px; } }
    .ly-section-lv1.is-point .mod-bottom-right-date {
      text-align: right;
      margin: 20px; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-point .mod-bottom-right-date {
          font-size: 12px; } }
    .ly-section-lv1.is-point img.mod-point-back {
      width: 1281px;
      height: 123px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0; }
  .ly-section-lv1.is-for-you {
    /*background-image: url("images/bg-for-you.png");*/
    padding: 20px 0 20px 0;
    background: #f9dfde;
    text-align: center; }
    .ly-section-lv1.is-for-you .for-you-background {
      position: absolute;
      background-image: url("images/foryou-bg.png");
      background-size: cover;
      width: 845px;
      height: 616px;
      position: relative;
      margin: 40px auto 40px;
      left: 25px; }
      .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap {
        position: absolute;
        width: 100%;
        height: 90%;
        margin-top: 15px; }
        .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table {
          width: 500px;
          height: 20%;
          margin: auto;
          top: 0;
          display: table; }
          .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table .table-content {
            font-size: 22px;
            text-align: left;
            display: table-cell;
            vertical-align: middle; }
          .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table .is-left {
            width: 40px;
            display: block;
            margin-top: 27px;
            margin-left: -25px; }
          .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table .is-right {
            width: 450px;
            margin-left: 30px; }
    .ly-section-lv1.is-for-you .section-text-for-you {
      font-size: 28px;
      font-weight: bold; }
  .ly-section-lv1.is-flow {
    position: relative;
    margin: 0;
    padding: 0;
    background-image: none;
    /*background-image: url("images/bg-about.png");*/
    background: #f7f7f1;
    text-align: center; }
    .ly-section-lv1.is-flow .mod-flow-table {
      display: table;
      width: 560px;
      margin: 25px auto 25px; }
      .ly-section-lv1.is-flow .mod-flow-table:first-child {
        margin-top: 55px; }
      .ly-section-lv1.is-flow .mod-flow-table:last-child {
        padding-bottom: 60px;
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-flow .mod-flow-table:last-child {
            padding-bottom: 0px; } }
      .ly-section-lv1.is-flow .mod-flow-table .flow-table-content {
        display: table-cell;
        height: 150px;
        vertical-align: top;
        text-align: left;
        padding-left: 15px; }
        .ly-section-lv1.is-flow .mod-flow-table .flow-table-content > h4 {
          margin-top: 0;
          margin-bottom: 20px;
          font-size: 20px;
          font-weight: bold; }
        .ly-section-lv1.is-flow .mod-flow-table .flow-table-content .section-text {
          font-size: 20px;
          font-family: "Open Sans Condensed", sans-serif; }
        .ly-section-lv1.is-flow .mod-flow-table .flow-table-content.is-left {
          padding: 0;
          width: 155px; }
        .ly-section-lv1.is-flow .mod-flow-table .flow-table-content .is-right {
          width: 400px; }
  .ly-section-lv1.is-plan {
    /*background-image: url("images/bg-point.png");*/
    background: #edebe5;
    text-align: center; }
    .ly-section-lv1.is-plan .content {
      margin: 20px 0 0 0;
      *zoom: 1; }
      .ly-section-lv1.is-plan .content:after {
        content: "";
        display: table;
        clear: both; }
      .ly-section-lv1.is-plan .content img.tables {
        margin: 10px; }
      .ly-section-lv1.is-plan .content .option-explain-text {
        font-size: 20px;
        margin: 20px 20px 20px; }
      .ly-section-lv1.is-plan .content .videobnr {
        position: relative;
        display: block;
        width: 600px;
        margin: 40px auto; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-plan .content .videobnr {
            width: 90%;
            margin: 0 auto 0 auto; } }
        .ly-section-lv1.is-plan .content .videobnr img {
          width: 100%;
          height: auto; }
      .ly-section-lv1.is-plan .content .opebox {
        margin: -160px 0 0 0; }
    .ly-section-lv1.is-plan .contentplan {
      *zoom: 1;
      width: 1121px;
      margin: 96px auto 0 auto;
      position: relative;
      overflow: auto;
      overflow-y: hidden;
      display: block; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-plan .contentplan {
          display: none; } }
      .ly-section-lv1.is-plan .contentplan:after {
        content: "";
        display: table;
        clear: both; }
      .ly-section-lv1.is-plan .contentplan .cp_left {
        display: block;
        float: left; }
      .ly-section-lv1.is-plan .contentplan .cp_right {
        display: block;
        position: relative;
        float: left; }
        .ly-section-lv1.is-plan .contentplan .cp_right .sample_ls {
          position: absolute;
          top: 628px;
          left: 426px;
          overflow: auto; }
          .ly-section-lv1.is-plan .contentplan .cp_right .sample_ls .soundBtn {
            width: 120px;
            display: block;
            font-size: 16px;
            text-align: left;
            float: right;
            margin: 0 0 0 0px;
            padding: 0;
            text-decoration: underline;
            color: #2ca6e0;
            font-weight: 600; }
          .ly-section-lv1.is-plan .contentplan .cp_right .sample_ls ul li {
            clear: both;
            position: relative;
            height: 20px;
            display: block;
            margin: 10px 0 5px 0;
            text-align: left; }
    .ly-section-lv1.is-plan .contentplan_sp {
      width: 94%;
      margin: 96px auto 0 auto;
      padding: 0 0 16px 0;
      position: relative;
      overflow-y: hidden;
      display: none; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-plan .contentplan_sp {
          margin: 46px 3% 0 3%;
          position: relative;
          display: block; } }
      .ly-section-lv1.is-plan .contentplan_sp:after {
        content: "";
        display: table;
        clear: both; }
      .ly-section-lv1.is-plan .contentplan_sp .slidepl {
        width: 700px;
        height: 476px;
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        margin: 0 0 0 0;
        padding: 0 0 0 0; }
      .ly-section-lv1.is-plan .contentplan_sp .cp_leftsp {
        display: none; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-plan .contentplan_sp .cp_leftsp {
            position: absolute;
            top: 0;
            display: none; } }
      .ly-section-lv1.is-plan .contentplan_sp .cp_rightsp {
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-plan .contentplan_sp .cp_rightsp {
            display: block;
            position: relative; } }
        .ly-section-lv1.is-plan .contentplan_sp .cp_rightsp .sample_ls {
          position: absolute;
          top: 380px;
          left: 440px;
          overflow: auto; }
          .ly-section-lv1.is-plan .contentplan_sp .cp_rightsp .sample_ls .soundBtn {
            width: 120px;
            display: block;
            font-size: 14px;
            text-align: left;
            float: right;
            margin: 0 0 0 10px;
            padding: 0;
            text-decoration: underline;
            color: #2ca6e0;
            font-weight: 600; }
          .ly-section-lv1.is-plan .contentplan_sp .cp_rightsp .sample_ls ul li {
            clear: both;
            position: relative;
            height: 20px;
            display: block;
            margin: 10px 0 5px 0;
            text-align: left; }
    .ly-section-lv1.is-plan .sctxt {
      display: none; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-plan .sctxt {
          position: relative;
          display: inline-block;
          text-align: left;
          font-size: 12px;
          padding: 0 0 0 5%;
          margin: 0;
          width: 100%; } }
    .ly-section-lv1.is-plan .option-table {
      width: 850px;
      display: table;
      margin: auto;
      margin-bottom: 30px; }
      .ly-section-lv1.is-plan .option-table .option-table-content {
        height: 250px;
        display: table-cell;
        vertical-align: top;
        position: relative;
        margin: 10px; }
        .ly-section-lv1.is-plan .option-table .option-table-content.is-right > img {
          height: 56px;
          width: auto; }
        .ly-section-lv1.is-plan .option-table .option-table-content .singer-bottom {
          width: 72%;
          margin-left: 40px; }
        .ly-section-lv1.is-plan .option-table .option-table-content .inline-block {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 10px;
          margin-left: -2px; }
      .ly-section-lv1.is-plan .option-table .jacket {
        width: 371px;
        height: 172px; }
      .ly-section-lv1.is-plan .option-table .is-left {
        width: 400px;
        height: 210px;
        margin-left: 0;
        text-align: left; }
      .ly-section-lv1.is-plan .option-table .is-right {
        width: 470px;
        padding-top: 10px;
        box-sizing: border-box;
        text-align: left; }
        .ly-section-lv1.is-plan .option-table .is-right > h3 {
          margin: 15px 10px 20px;
          margin-left: 60px; }
          .ly-section-lv1.is-plan .option-table .is-right > h3.is-cd {
            margin: 0 10px 20px 60px; }
  .ly-section-lv1.is-case {
    /*background-image: url("images/bg-about.png");*/
    background: #f7f7f1;
    text-align: center;
    position: relative; }
    .ly-section-lv1.is-case h2 .text {
      padding-top: 40px;
      padding-bottom: 10px; }
    .ly-section-lv1.is-case .feature-image {
      position: absolute;
      background-image: url("images/img-mov.png");
      background-repeat: no-repeat;
      background-size: 160px 134px;
      width: 160px;
      height: 134px;
      top: -580px;
      left: 450px;
      right: 0;
      bottom: 0; }
    .ly-section-lv1.is-case iframe {
      width: 560px;
      height: 315px;
      margin: 40px; }
    .ly-section-lv1.is-case .section-text {
      text-align: center;
      width: 700px;
      height: 100px;
      margin: auto;
      font-size: 20px; }
    .ly-section-lv1.is-case .mod-button-pink {
      position: relative;
      width: auto;
      height: 60px;
      text-align: center;
      display: block;
      margin: auto;
      margin-top: 20px;
      padding-bottom: 60px; }
      .ly-section-lv1.is-case .mod-button-pink.sp-none {
        display: block; }
      .ly-section-lv1.is-case .mod-button-pink.pc-none {
        display: none; }
      .ly-section-lv1.is-case .mod-button-pink .text-pink {
        color: #ffa6b2;
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        bottom: 0;
        font-size: 24px; }
    .ly-section-lv1.is-case .lettertxt {
      font-size: 20px;
      font-weight: bold; }
    .ly-section-lv1.is-case .content_insta {
      width: 1000px;
      padding: 0 0 20px 0;
      margin: 10px auto 30px auto; }
      .ly-section-lv1.is-case .content_insta .spinsta {
        display: none; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-case .content_insta {
          width: 90%;
          margin: 20px auto 30px auto; }
          .ly-section-lv1.is-case .content_insta .spinsta {
            display: block; }
          .ly-section-lv1.is-case .content_insta .pcinsta {
            display: none; } }
  .ly-section-lv1.is-faq {
    /*background-image: url("images/bg-point.png");*/
    background-image: none;
    background: #edebe5;
    padding: 40px 0 0 0; }
    .ly-section-lv1.is-faq .text {
      padding-top: 0; }
    .ly-section-lv1.is-faq .mod-heading-lv1 {
      /*background-image: url("images/faq-back.png");*/
      background-image: none;
      background: #edebe5;
      background-repeat: no-repeat; }
    .ly-section-lv1.is-faq .content {
      width: 900px;
      padding: 40px 0 40px;
      margin: auto; }
      .ly-section-lv1.is-faq .content .mod-faq-btn-wrap {
        cursor: pointer;
        font-size: 18px;
        margin-bottom: 10px;
        *zoom: 1; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap.is-open .icon.is-plus {
          display: none; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap.is-open .icon.is-minus {
          display: inline-block; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .icon {
          display: none; }
          .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .icon.is-plus {
            display: inline-block; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap:after {
          content: "";
          display: table;
          clear: both; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .mod-faq-btn {
          float: left;
          height: 20px;
          width: 20px;
          margin: 3px 10px; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .mod-faq-title {
          float: left;
          height: auto; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .faq-title-content {
          float: left;
          margin: 5px 20px 20px 40px; }
        .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .is-hidden {
          display: none; }
  .ly-section-lv1.is-contact {
    position: relative;
    /*background-image: url("images/bg-point.png");*/
    background-image: none;
    background: #edebe5;
    text-align: center;
    padding: 0;
    margin: 0; }
    .ly-section-lv1.is-contact > img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100; }
    .ly-section-lv1.is-contact .contact-bg-wrap {
      /*background-image: url("images/bg-about.png");*/
      background-image: none;
      background: #edebe5; }
    .ly-section-lv1.is-contact .section-phone-number {
      font-size: 50px;
      margin: 20px;
      font-weight: bold;
      z-index: 1000; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact .section-phone-number {
          font-size: 40px; } }
      @media screen and (max-width: 480px) {
        .ly-section-lv1.is-contact .section-phone-number {
          font-size: 25px; } }
    .ly-section-lv1.is-contact .section-reception-date {
      font-size: 24px;
      margin-top: -10px;
      padding-bottom: 20px;
      z-index: 1000; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact .section-reception-date {
          font-size: 16px; } }
    .ly-section-lv1.is-contact .section-text {
      font-size: 20px;
      font-weight: normal;
      margin: 40px 0 70px;
      z-index: 1000; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact .section-text {
          font-size: 14px;
          margin: 20px 0 40px; } }
    .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content {
      width: 880px;
      height: 80px;
      margin: 0 auto 20px;
      display: table;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content {
          width: 320px;
          height: 40px;
          padding: 0 10px 0; } }
      .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .mod-contact-table {
        margin: 0;
        height: 80px;
        display: table-cell;
        box-sizing: border-box;
        font-size: 20px;
        vertical-align: middle;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .mod-contact-table {
            font-size: 12px;
            height: 40px; } }
        .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .mod-contact-table.is-left {
          width: 160px;
          font-weight: bold; }
      .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .input-wrapper {
        display: table-cell;
        text-align: left;
        width: 420px; }
        .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .input-wrapper.is-error .validation-text {
          display: block; }
        .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .input-wrapper .validation-text {
          display: none;
          font-size: 16px;
          color: #ff0000; }
        .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .input-wrapper .validation-wrapper {
          width: 100%;
          padding: 15px 10px;
          box-sizing: border-box; }
          .ly-section-lv1.is-contact form.ly-form-contact .mod-form-content .input-wrapper .validation-wrapper.is-textarea {
            padding: 0; }
    .ly-section-lv1.is-contact form.ly-form-contact .mod-form-textarea {
      width: 880px;
      height: 295px;
      padding: 15px 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact form.ly-form-contact .mod-form-textarea {
          width: 300px;
          height: 140px; } }
    .ly-section-lv1.is-contact .mod-button-contact {
      padding: 50px 20px 50px; }
    .ly-section-lv1.is-contact .form-button-wrap {
      *zoom: 1;
      width: 612px;
      height: 150px;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact .form-button-wrap {
          width: 306px;
          height: 100px; } }
      .ly-section-lv1.is-contact .form-button-wrap:after {
        content: "";
        display: table;
        clear: both; }
      .ly-section-lv1.is-contact .form-button-wrap .mod-button-form {
        position: relative;
        width: 266px;
        height: 66px;
        text-align: center;
        display: block;
        margin: 25px 20px;
        float: left;
        margin-bottom: 80px; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-contact .form-button-wrap .mod-button-form {
            width: auto;
            height: auto;
            margin: 0 6px; } }
        .ly-section-lv1.is-contact .form-button-wrap .mod-button-form.sp-none {
          display: block; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-contact .form-button-wrap .mod-button-form.sp-none {
              display: none; } }
        .ly-section-lv1.is-contact .form-button-wrap .mod-button-form.pc-none {
          display: none; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-contact .form-button-wrap .mod-button-form.pc-none {
              display: block; } }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-contact .form-button-wrap .mod-button-form.pc-none > img {
              width: 120px;
              height: 30px;
              margin: 10px; } }
        .ly-section-lv1.is-contact .form-button-wrap .mod-button-form .inner-text {
          position: absolute;
          top: 12px;
          right: 0;
          left: 0;
          bottom: 0;
          font-size: 24px; }
        .ly-section-lv1.is-contact .form-button-wrap .mod-button-form .is-pink {
          color: #ffa6b2; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-contact .form-button-wrap .mod-button-form .is-pink {
              font-size: 15px; } }
        .ly-section-lv1.is-contact .form-button-wrap .mod-button-form .is-white {
          color: #fff; }
          @media screen and (max-width: 768px) {
            .ly-section-lv1.is-contact .form-button-wrap .mod-button-form .is-white {
              font-size: 15px; } }
  .ly-section-lv1.is-contact-line {
    background-image: url("images/bg-contact.png");
    background-image: none;
    background-position: 50% 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .ly-section-lv1.is-contact-line ruby {
        font-size: 20px;
        margin: auto;
        font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; } }
    .ly-section-lv1.is-contact-line > h2 {
      margin: 0 0 40px; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact-line > h2 {
          margin: 0 0 20px; } }
    .ly-section-lv1.is-contact-line .contact-explain-text {
      font-size: 20px;
      margin: 10px; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact-line .contact-explain-text {
          font-size: 14px;
          margin: 0; } }
    .ly-section-lv1.is-contact-line .mod-button-line {
      position: relative;
      width: 588px;
      height: 60px;
      text-align: center;
      display: block;
      margin: auto;
      margin-top: 10px;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact-line .mod-button-line {
          width: 260px;
          height: 60px; } }
      .ly-section-lv1.is-contact-line .mod-button-line .text-white {
        color: #fff;
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        bottom: 0;
        font-size: 24px; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-contact-line .mod-button-line .text-white {
            font-size: 15px;
            top: 8px; } }
      .ly-section-lv1.is-contact-line .mod-button-line.sp-none {
        display: block; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-contact-line .mod-button-line.sp-none {
            display: none; } }
      .ly-section-lv1.is-contact-line .mod-button-line.pc-none {
        display: none; }
        @media screen and (max-width: 768px) {
          .ly-section-lv1.is-contact-line .mod-button-line.pc-none {
            display: block; } }
      @media screen and (max-width: 768px) {
        .ly-section-lv1.is-contact-line .mod-button-line > img {
          width: 100%;
          height: 43px; } }

@media screen and (max-width: 768px) {
  .ly-section-lv1.is-for-you .text {
    padding-top: 30px; }
  .ly-section-lv1.is-for-you .for-you-background {
    background-image: url("images/foryou-bg-sp.png");
    background-size: 305px 336px;
    background-repeat: no-repeat;
    width: 320px;
    height: 336px;
    left: 15px;
    margin-top: 10px;
    margin-bottom: 0; }
  .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table {
    margin-top: -5px;
    margin-left: 10px;
    width: 250px; }
    .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table:first-child {
      width: 260px; }
  .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table .is-left {
    width: 20px;
    margin-left: 10px;
    margin-top: 20px; }
  .ly-section-lv1.is-for-you .for-you-background .for-you-table-wrap .mod-for-you-table .is-right {
    font-size: 14px;
    padding-left: 10px; }
  .ly-section-lv1.is-for-you .section-text-for-you {
    font-size: 16px; }

  .ly-section-lv1.is-flow {
    margin: 0;
    padding: 0; }
    .ly-section-lv1.is-flow .text {
      padding-top: 0px; }
    .ly-section-lv1.is-flow .mod-flow-table {
      width: 300px;
      padding: 0 10px 0; }
    .ly-section-lv1.is-flow .mod-flow-table:first-child {
      margin-top: -10px; }
    .ly-section-lv1.is-flow .mod-flow-table .flow-table-content {
      height: 80px; }
      .ly-section-lv1.is-flow .mod-flow-table .flow-table-content .is-left {
        width: 70px; }
    .ly-section-lv1.is-flow .mod-flow-table .flow-table-content > h4 {
      font-size: 12px;
      margin-bottom: 2px; }
    .ly-section-lv1.is-flow .mod-flow-table .flow-table-content.is-left {
      height: 70px;
      width: 70px; }
    .ly-section-lv1.is-flow .mod-flow-table .flow-table-content .is-right {
      font-size: 12px;
      width: auto; }

  .ly-section-lv1.is-plan .content img.tables {
    height: auto;
    width: 140px;
    margin-bottom: 0; }

  .ly-section-lv1.is-plan .content .option-explain-text {
    font-size: 14px; }

  .ly-section-lv1.is-plan .option-table {
    width: 320px;
    height: auto; }

  .ly-section-lv1.is-plan .option-table .option-table-content.is-right > img {
    height: 28px; }

  .ly-section-lv1.is-plan .option-table .option-table-content {
    height: auto; }
    .ly-section-lv1.is-plan .option-table .option-table-content .singer-bottom {
      margin-left: 20px;
      margin-bottom: 10px;
      margin-top: 0; }

  .ly-section-lv1.is-plan .option-table .option-table-content .inline-block {
    height: 20px;
    width: auto; }

  .ly-section-lv1.is-plan .option-table .jacket {
    width: 140px;
    height: 68px; }

  .ly-section-lv1.is-plan .option-table .is-left {
    width: 160px;
    height: auto; }

  .ly-section-lv1.is-plan .option-table .is-right {
    width: 235px; }

  .ly-section-lv1.is-plan .option-table .is-right > h3 {
    font-size: 12px;
    margin: 5px 20px 10px 30px; }
    .ly-section-lv1.is-plan .option-table .is-right > h3.is-cd {
      margin: -5px 20px 0 30px; }

  .ly-section-lv1.is-plan .option-table .is-right .section-text {
    font-size: 12px;
    margin: 5px 0; }

  .ly-section-lv1.is-case .feature-image {
    background-size: 80px 67px;
    width: 80px;
    height: 67px;
    top: -400px;
    left: 260px; }

  .ly-section-lv1.is-case iframe {
    max-width: 290px;
    max-height: 160px;
    margin: 20px auto 20px; }

  .ly-section-lv1.is-case .section-text {
    font-size: 16px;
    width: 300px; }

  .ly-section-lv1.is-case .mod-button-pink > img {
    width: 280px; }
  .ly-section-lv1.is-case .mod-button-pink.sp-none {
    display: none; }
  .ly-section-lv1.is-case .mod-button-pink.pc-none {
    display: block; }

  .ly-section-lv1.is-case .mod-button-pink {
    padding-bottom: 10px; }

  .ly-section-lv1.is-case .mod-button-pink .text-pink {
    top: 8px;
    font-size: 12px; }

  .ly-section-lv1.is-faq .content {
    width: 320px; }
    .ly-section-lv1.is-faq .content .mod-faq-btn-wrap {
      font-size: 12px;
      vertical-align: middle; }
      .ly-section-lv1.is-faq .content .mod-faq-btn-wrap .mod-faq-title {
        overflow: hidden; }

  .is-contact-line .text {
    position: relative;
    padding: 0;
    top: 0; } }
.sp-none {
  display: block; }
  @media screen and (max-width: 768px) {
    .sp-none {
      display: none; } }

.pc-none {
  display: none; }
  @media screen and (max-width: 768px) {
    .pc-none {
      display: block; } }

.ly-professionals-sections {
  text-align: center;
  /*background-image: url("images/bg-about.png");*/
  background-image: none;
  background: #f7f7f1;
  background-position: 50% 0;
  position: relative; }
  .ly-professionals-sections h2 .text {
    width: 100%; }
  .ly-professionals-sections h2.heading-center {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 40px; }
    .ly-professionals-sections h2.heading-center .section-text {
      font-size: 10px; }
    .ly-professionals-sections h2.heading-center.is-professional {
      margin-top: 40px;
      margin-bottom: -40px;
      height: 80px; }
    .ly-professionals-sections h2.heading-center > ruby {
      font-size: 24px;
      display: block;
      line-height: 1.6em;
      font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
    .ly-professionals-sections h2.heading-center .text {
      margin-top: 30px; }
  .ly-professionals-sections h2 .professional-text {
    font-size: 18px;
    line-height: 1.6em;
    margin: 20px 0 0 0; }
  .ly-professionals-sections .content {
    padding-top: 120px; }
  .ly-professionals-sections .mod-midashi-professional {
    /*background-image: url("images/midashi-professional.png");*/
    font-size: 48px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: none;
    background: #f7f7f1;
    padding-top: 100px; }
    .ly-professionals-sections .mod-midashi-professional .professional-heading {
      font-size: 48px;
      position: absolute;
      top: 50px;
      left: 0;
      right: 0; }
    .ly-professionals-sections .mod-midashi-professional .textpro {
      position: relative;
      padding: 0 0 15px 0; }
    .ly-professionals-sections .mod-midashi-professional .textpro::after {
      position: absolute;
      left: 25%;
      content: '';
      width: 50%;
      height: 6px;
      box-sizing: border-box; }
    .ly-professionals-sections .mod-midashi-professional .textpro::after {
      bottom: 0px;
      border-top: 1px solid #402110;
      border-bottom: 2px solid #402110; }

@media screen and (max-width: 768px) {
  .ly-professionals-sections h2.heading-center > ruby {
    font-size: 16px; }

  .ly-professionals-sections h2.heading-center .text {
    margin: 30px 0; }

  .ly-professionals-sections h2 .professional-text {
    font-size: 14px; }

  .ly-professionals-sections .mod-midashi-professional {
    /*background-image: url("images/midashi-professional-sp.png");*/
    background-size: 900px 35px;
    padding-top: 80px; }

  .ly-professionals-sections .mod-midashi-professional .professional-heading {
    top: 5px; }
    .ly-professionals-sections .mod-midashi-professional .professional-heading.text {
      font-size: 16px; }

  .ly-professionals-sections .mod-midashi-professional .content {
    padding-left: 0;
    padding-right: 0;
    margin-top: -70px; } }
.mod-midashi-report {
  /*background-image: url("images/midashi-report.png");*/
  background-image: none;
  background: #edebe5;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 20px;
  position: relative; }
  .mod-midashi-report .professional-heading2 {
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0; }
    .mod-midashi-report .professional-heading2 .text {
      position: relative;
      padding: 0 0 10px 0;
      margin: 0 0 10px 0; }
    .mod-midashi-report .professional-heading2 .text::after {
      position: absolute;
      left: 25%;
      content: '';
      width: 50%;
      height: 6px;
      box-sizing: border-box; }
    .mod-midashi-report .professional-heading2 .text::after {
      bottom: 0px;
      border-top: 1px solid #402110;
      border-bottom: 2px solid #402110; }
    .mod-midashi-report .professional-heading2 ruby {
      font-size: 24px;
      margin: 30px;
      font-family: 'Noto Serif JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
      @media screen and (max-width: 768px) {
        .mod-midashi-report .professional-heading2 ruby {
          margin: 0;
          font-size: 16px; } }
  .mod-midashi-report .content {
    display: block;
    padding: 160px 0 0 0;
    margin: 20px 0 0 0; }
    @media screen and (max-width: 768px) {
      .mod-midashi-report .content {
        padding: 240px 0 0 0; } }

@media screen and (max-width: 768px) {
  .mod-midashi-report {
    padding-top: 20px;
    background-size: 768px 35px; }

  .text {
    position: static;
    margin-top: 0; } }
.text#is-professional {
  left: 0;
  right: 0;
  font-size: 48px; }
.text#is-report {
  left: 0;
  right: 0;
  font-size: 48px;
  /*bottom: 495px;*/ }

@media screen and (max-width: 768px) {
  .text#is-professional {
    margin: 30px 0 0 0;
    font-size: 48px; }

  .text#is-report {
    font-size: 30px; } }
.mod-js-slide {
  height: auto; }
  .mod-js-slide p {
    margin: 0;
    padding: 0; }
  .mod-js-slide.is-report {
    width: 630px;
    height: auto; }
  .mod-js-slide > ul {
    *zoom: 1; }
    .mod-js-slide > ul > li {
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 365px;
      background-size: cover; }
      .mod-js-slide > ul > li:nth-last-of-type(1) {
        margin-bottom: 0; }
      .mod-js-slide > ul > li .name {
        color: #fff;
        width: 180px;
        margin-bottom: 10px;
        height: 45px;
        font-size: 24px;
        text-align: center;
        line-height: 45px;
        background-color: rgba(0, 0, 0, 0.4); }
      .mod-js-slide > ul > li .desc {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4); }
    .mod-js-slide > ul.singer {
      width: 100%;
      margin-bottom: 120px; }
      .mod-js-slide > ul.singer .samplevoice {
        position: absolute;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 30px;
        display: inline-block;
        background-color: #333;
        text-align: center;
        *zoom: 1; }
        .mod-js-slide > ul.singer .samplevoice .samplevoice-text {
          color: #fff;
          font-size: 20px;
          font-weight: bold; }
    .mod-js-slide > ul.composer {
      margin-bottom: 70px; }
    .mod-js-slide > ul.director {
      margin-bottom: 50px; }
      .mod-js-slide > ul.director > li {
        background-position: 0 -90px; }

/*モーダルウィンドウ*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center; }

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s; }

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""; }

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .modal-wrapper .modal-window {
      width: 90%; } }

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  font-size: 15px;
  line-height: 1.6em; }
  @media screen and (max-width: 768px) {
    .modal-wrapper .modal-window .modal-content {
      font-size: 14px;
      line-height: 1.5em; } }

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0; }

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important; }

#composer {
  display: block;
  margin: 80px 0 20px 0; }

#optionb {
  display: block;
  margin: -90px auto 0 auto; }

@media screen and (max-width: 768px) {
  #optionb {
    display: block;
    margin: -50px auto 0 auto; } }
#singdire .swiper-slide {
  height: 340px; }

@media screen and (max-width: 768px) {
  #singdire .swiper-slide {
    height: 360px; } }
@media screen and (min-width: 1191px) {
  .mod-js-slide {
    width: 1119px;
    margin: auto;
    padding: 0; }
    .mod-js-slide > ul.director > li {
      background-position: 0 -130px; } }
@media screen and (max-width: 767px) {
  .mod-js-slide > ul > li {
    margin-bottom: 30px; }
  .mod-js-slide > ul.singer > li {
    margin-bottom: 120px; }
  .mod-js-slide > ul.singer .samplevoice {
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 90%; } }
section.blog-banner-area .blog-banner {
  max-width: 600px;
  padding: 15px;
  margin: auto; }
  section.blog-banner-area .blog-banner a img {
    width: 100%; }

.media-contents {
  /*background-image: url("images/bg-about.png");*/
  background-image: none;
  padding: 30px; }
  .media-contents .media-list {
    width: 1119px;
    margin: auto; }
    @media screen and (max-width: 1120px) {
      .media-contents .media-list {
        width: 746px; } }
    @media screen and (max-width: 768px) {
      .media-contents .media-list {
        width: 374px; } }
    @media screen and (max-width: 480px) {
      .media-contents .media-list {
        width: 320px; } }
    .media-contents .media-list .media {
      float: left;
      width: 353px;
      margin: 10px; }
      @media screen and (max-width: 480px) {
        .media-contents .media-list .media {
          width: 300px; } }
      .media-contents .media-list .media .icon-img {
        float: left;
        width: 100px; }
        @media screen and (max-width: 480px) {
          .media-contents .media-list .media .icon-img {
            width: 50px; } }
        .media-contents .media-list .media .icon-img img {
          width: 80px;
          margin: auto; }
          @media screen and (max-width: 480px) {
            .media-contents .media-list .media .icon-img img {
              width: 40px; } }
      .media-contents .media-list .media .items {
        float: left;
        width: 253px; }
        @media screen and (max-width: 480px) {
          .media-contents .media-list .media .items {
            width: 250px; } }
        .media-contents .media-list .media .items .date {
          color: #c8a062;
          font-size: 19px;
          margin-bottom: 10px; }
        .media-contents .media-list .media .items h2 {
          font-size: 16px;
          font-weight: bold; }
        .media-contents .media-list .media .items span {
          line-height: 35px;
          font-size: 13px; }

.slidebox-wrapper {
  position: relative;
  display: block;
  overflow: auto;
  height: 500px; }
  @media screen and (max-width: 768px) {
    .slidebox-wrapper {
      margin: 20px 0 0 0; } }
  .slidebox-wrapper .slidebox {
    overflow: hidden;
    width: 1120px;
    margin: auto;
    padding: 0; }
    @media screen and (max-width: 1120px) {
      .slidebox-wrapper .slidebox {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .slidebox-wrapper .slidebox {
        width: 90%;
        padding: 0; } }
    .slidebox-wrapper .slidebox li {
      width: 100%;
      /*background-color: #fff;*/
      height: auto;
      margin: 0 0;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .slidebox-wrapper .slidebox li {
          margin: 0 0; } }
      .slidebox-wrapper .slidebox li .opimg {
        display: block; }
        .slidebox-wrapper .slidebox li .opimg img {
          width: 100%;
          height: auto; }
      .slidebox-wrapper .slidebox li .opbox .optitle {
        font-size: 20px;
        color: #451E0A;
        text-align: left;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 0 0; }
      .slidebox-wrapper .slidebox li .opbox .opinfo {
        font-size: 15px;
        color: #451E0A;
        text-align: left;
        margin: 0;
        padding: 10px 10px 0 0;
        line-height: 1.6em;
        width: 100%; }

.slidebox-wrapper2 {
  position: relative;
  display: block;
  height: 400px; }
  @media screen and (max-width: 768px) {
    .slidebox-wrapper2 {
      height: 400px; } }
  .slidebox-wrapper2 .slidebox2 {
    overflow-x: hidden;
    width: 1120px;
    margin: auto;
    padding: 0;
    background-size: cover; }
    @media screen and (max-width: 1120px) {
      .slidebox-wrapper2 .slidebox2 {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .slidebox-wrapper2 .slidebox2 {
        width: 90%;
        padding: 0; } }
    .slidebox-wrapper2 .slidebox2 li {
      background-repeat: no-repeat;
      position: relative;
      /*
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      */
      width: 100%;
      /*background-color: #fff;*/
      background-size: cover;
      height: 300px;
      margin: 0 0 100px 0; }
      @media screen and (max-width: 768px) {
        .slidebox-wrapper2 .slidebox2 li {
          margin: 0 0 100px 0;
          background-size: cover;
          height: 300px;
          min-height: 300px;
          background-position: 0% 0%; } }
      .slidebox-wrapper2 .slidebox2 li .slimg {
        width: 100%;
        height: 300px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slidebox-wrapper2 .slidebox2 li .slimg {
            height: 300px; } }
        .slidebox-wrapper2 .slidebox2 li .slimg img {
          width: 100%;
          height: auto; }
      .slidebox-wrapper2 .slidebox2 li .singbox {
        position: absolute;
        bottom: 0px; }
        .slidebox-wrapper2 .slidebox2 li .singbox .name {
          color: #fff;
          width: 180px;
          margin-bottom: 10px;
          height: 45px;
          font-size: 24px;
          text-align: center;
          line-height: 45px;
          background-color: rgba(0, 0, 0, 0.4); }
        .slidebox-wrapper2 .slidebox2 li .singbox .desc {
          box-sizing: border-box;
          width: 100%;
          padding: 10px;
          font-size: 13px;
          line-height: 1.5;
          text-align: left;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.4); }
        .slidebox-wrapper2 .slidebox2 li .singbox .profilelink {
          position: absolute;
          bottom: -70px;
          box-sizing: border-box;
          padding: 10px;
          margin: 0 0 0 0;
          border-radius: 30px;
          display: inline-block;
          background-color: #333;
          text-align: center;
          width: 48%;
          *zoom: 1; }
          .slidebox-wrapper2 .slidebox2 li .singbox .profilelink:hover {
            opacity: 0.9; }
          .slidebox-wrapper2 .slidebox2 li .singbox .profilelink .samplevoice-text {
            color: #fff;
            font-size: 20px;
            font-weight: bold; }
        .slidebox-wrapper2 .slidebox2 li .singbox .samplevoice {
          position: absolute;
          bottom: -70px;
          left: 15%;
          box-sizing: border-box;
          padding: 10px;
          margin: 0 0 0 0;
          border-radius: 30px;
          display: inline-block;
          background-color: #333;
          text-align: center;
          width: 70%;
          *zoom: 1; }
          .slidebox-wrapper2 .slidebox2 li .singbox .samplevoice:hover {
            opacity: 0.9; }
          .slidebox-wrapper2 .slidebox2 li .singbox .samplevoice .samplevoice-text {
            color: #fff;
            font-size: 20px;
            font-weight: bold; }

.slidebox-wrapper3 {
  position: relative;
  display: block;
  height: 400px; }
  @media screen and (max-width: 768px) {
    .slidebox-wrapper3 {
      height: 400px; } }
  .slidebox-wrapper3 .slidebox3 {
    overflow-x: hidden;
    width: 1120px;
    margin: auto;
    padding: 0;
    background-size: cover; }
    @media screen and (max-width: 1120px) {
      .slidebox-wrapper3 .slidebox3 {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .slidebox-wrapper3 .slidebox3 {
        width: 90%;
        padding: 0; } }
    .slidebox-wrapper3 .slidebox3 li {
      background-repeat: no-repeat;
      position: relative;
      display: block;
      width: 100%;
      background-size: cover;
      height: 300px;
      margin: 0 0 100px 0; }
      @media screen and (max-width: 768px) {
        .slidebox-wrapper3 .slidebox3 li {
          margin: 0 0 100px 0;
          background-size: cover;
          height: 300px;
          min-height: 300px;
          background-position: 0% 0%; } }
      .slidebox-wrapper3 .slidebox3 li .slimg {
        width: 100%;
        height: 300px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slidebox-wrapper3 .slidebox3 li .slimg {
            height: 300px; } }
        .slidebox-wrapper3 .slidebox3 li .slimg img {
          width: 100%;
          height: auto; }
      .slidebox-wrapper3 .slidebox3 li .singbox {
        position: absolute;
        bottom: 0px; }
        .slidebox-wrapper3 .slidebox3 li .singbox .name {
          color: #fff;
          width: 180px;
          margin-bottom: 10px;
          height: 45px;
          font-size: 24px;
          text-align: center;
          line-height: 45px;
          background-color: rgba(0, 0, 0, 0.4); }
        .slidebox-wrapper3 .slidebox3 li .singbox .desc {
          box-sizing: border-box;
          width: 100%;
          padding: 10px;
          font-size: 13px;
          line-height: 1.5;
          text-align: left;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.4); }

.slidebox-wrapper4 {
  position: relative;
  display: block;
  height: 400px; }
  @media screen and (max-width: 768px) {
    .slidebox-wrapper4 {
      height: 400px; } }
  .slidebox-wrapper4 .slidebox4 {
    overflow-x: hidden;
    width: 1120px;
    margin: auto;
    padding: 0;
    background-size: cover; }
    @media screen and (max-width: 1120px) {
      .slidebox-wrapper4 .slidebox4 {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .slidebox-wrapper4 .slidebox4 {
        width: 90%;
        padding: 0; } }
    .slidebox-wrapper4 .slidebox4 li {
      background-repeat: no-repeat;
      position: relative;
      display: block;
      width: 100%;
      background-size: cover;
      height: 300px;
      margin: 0 0 0 0; }
      @media screen and (max-width: 768px) {
        .slidebox-wrapper4 .slidebox4 li {
          margin: 0 0 100px 0;
          background-size: cover;
          height: 300px;
          min-height: 300px; } }
      .slidebox-wrapper4 .slidebox4 li .slimg {
        width: 100%;
        height: 300px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slidebox-wrapper4 .slidebox4 li .slimg {
            height: 300px; } }
        .slidebox-wrapper4 .slidebox4 li .slimg img {
          width: 100%;
          height: auto; }
      .slidebox-wrapper4 .slidebox4 li .singbox {
        position: absolute;
        bottom: 0px; }
        .slidebox-wrapper4 .slidebox4 li .singbox .name {
          color: #fff;
          width: 180px;
          margin-bottom: 10px;
          height: 45px;
          font-size: 24px;
          text-align: center;
          line-height: 45px;
          background-color: rgba(0, 0, 0, 0.4); }
        .slidebox-wrapper4 .slidebox4 li .singbox .desc {
          box-sizing: border-box;
          width: 100%;
          padding: 10px;
          font-size: 13px;
          line-height: 1.5;
          text-align: left;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.4); }

.slidebox-wrapper5 {
  position: relative;
  display: block;
  overflow: auto;
  height: 750px; }
  .slidebox-wrapper5 .slidebox5 {
    overflow: hidden;
    width: 1120px;
    margin: auto;
    padding: 0; }
    @media screen and (max-width: 1120px) {
      .slidebox-wrapper5 .slidebox5 {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .slidebox-wrapper5 .slidebox5 {
        width: 90%;
        padding: 0; } }
    .slidebox-wrapper5 .slidebox5 li {
      width: 100%;
      background-color: #fff;
      padding: 0;
      height: auto;
      margin: 0 0;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .slidebox-wrapper5 .slidebox5 li {
          margin: 0 0; } }
      .slidebox-wrapper5 .slidebox5 li .opimg2 {
        display: block; }
        .slidebox-wrapper5 .slidebox5 li .opimg2 img {
          width: 100%;
          height: auto; }
      .slidebox-wrapper5 .slidebox5 li .opbox2 {
        padding: 10px;
        min-height: 430px; }
        .slidebox-wrapper5 .slidebox5 li .opbox2 .optitle2 {
          font-size: 20px;
          color: #451E0A;
          text-align: left;
          font-weight: 700;
          margin: 0;
          padding: 10px 0 0 0; }
        .slidebox-wrapper5 .slidebox5 li .opbox2 .oppl2 {
          font-size: 12px;
          color: #451E0A;
          text-align: left;
          margin: 0;
          padding: 10px 0 0 0;
          line-height: 1.6em;
          width: 360px; }
        .slidebox-wrapper5 .slidebox5 li .opbox2 .opinfo2 {
          font-size: 14px;
          color: #451E0A;
          text-align: left;
          margin: 0;
          padding: 10px 10px 0 0;
          line-height: 1.6em;
          width: 100%; }

.slidebox-wrapper6 {
  position: relative;
  display: block;
  overflow: auto;
  height: 400px; }
  @media screen and (max-width: 768px) {
    .slidebox-wrapper6 {
      height: 250px;
      margin: 20px 0 0 0; } }
  .slidebox-wrapper6 .slidebox6 {
    overflow: hidden;
    width: 1120px;
    margin: auto;
    padding: 0; }
    @media screen and (max-width: 1120px) {
      .slidebox-wrapper6 .slidebox6 {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .slidebox-wrapper6 .slidebox6 {
        width: 90%;
        padding: 0; } }
    .slidebox-wrapper6 .slidebox6 li {
      width: 100%;
      /*background-color: #fff;*/
      height: auto;
      margin: 0 0;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .slidebox-wrapper6 .slidebox6 li {
          margin: 0 0; } }
      .slidebox-wrapper6 .slidebox6 li .opimg {
        display: block;
        width: 100%; }
        .slidebox-wrapper6 .slidebox6 li .opimg iframe {
          width: 100%;
          height: 260px;
          margin: 0;
          padding: 0; }
      .slidebox-wrapper6 .slidebox6 li .opbox .optitle {
        font-size: 20px;
        color: #451E0A;
        text-align: left;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 0 0; }
      .slidebox-wrapper6 .slidebox6 li .opbox .opinfo {
        font-size: 15px;
        color: #451E0A;
        text-align: left;
        margin: 0;
        padding: 10px 10px 0 0;
        line-height: 1.6em;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .slidebox-wrapper6 .slidebox6 li .opbox .opinfo {
            padding: 10px 10px 0 5%;
            width: 90%; } }

.customer-voice-list-wrapper {
  height: 100%; }
  .customer-voice-list-wrapper .customer-voice-list {
    width: 1120px;
    margin: auto;
    /*background-image: url("images/bg-point.png");*/
    background-image: none;
    background: #edebe5; }
    @media screen and (max-width: 1120px) {
      .customer-voice-list-wrapper .customer-voice-list {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .customer-voice-list-wrapper .customer-voice-list {
        width: 80%; } }
    .customer-voice-list-wrapper .customer-voice-list li.customer-voice {
      background-color: #fff;
      height: auto; }
      .customer-voice-list-wrapper .customer-voice-list li.customer-voice .report-image {
        margin: auto;
        overflow: hidden; }
        .customer-voice-list-wrapper .customer-voice-list li.customer-voice .report-image img {
          width: 100%;
          height: auto; }
      .customer-voice-list-wrapper .customer-voice-list li.customer-voice .section-text {
        height: 250px;
        margin: 15px;
        text-align: left; }
        @media screen and (max-width: 480px) {
          .customer-voice-list-wrapper .customer-voice-list li.customer-voice .section-text {
            height: 220px; } }
        .customer-voice-list-wrapper .customer-voice-list li.customer-voice .section-text .comment {
          height: 150px; }
          @media screen and (max-width: 480px) {
            .customer-voice-list-wrapper .customer-voice-list li.customer-voice .section-text .comment {
              height: 150px; } }

.ps {
  position: relative; }
  .ps .ps__rail-x,
  .ps .ps__rail-y {
    opacity: 0.6 !important; }

@media screen and (max-width: 480px) {
  .slick-slider .slick-list {
    overflow: visible; } }
.slick-slider .slick-list .slick-slide {
  margin: 10px; }
  @media screen and (max-width: 480px) {
    .slick-slider .slick-list .slick-slide {
      margin: 5px; } }

#arrows .slick-prev, #arrows .slick-next {
  position: absolute;
  top: 0px;
  width: 60px;
  /* 画像幅 */
  height: 60px;
  /* 画像高さ */
  margin: 220px 0 0 0; }
  @media screen and (max-width: 480px) {
    #arrows .slick-prev, #arrows .slick-next {
      display: block;
      margin: 100px 0 0 0;
      width: 40px;
      /* 画像幅 */
      height: 40px;
      /* 画像高さ */ } }
  #arrows .slick-prev img, #arrows .slick-next img {
    width: 100%;
    height: auto; }

.slick-prev:before, .slick-next:before {
  content: ""; }

button.slick-prev, button.slick-next {
  z-index: 2; }

.slick-prev {
  left: 0px;
  /* 任意の値 */ }

.slick-next {
  right: 0px;
  /* 任意の値 */ }

.slick-arrow {
  z-index: 10;
  /* 値は適当に */ }

#arrows2 .slick-prev, #arrows2 .slick-next {
  position: absolute;
  top: 190px;
  width: 60px;
  /* 画像幅 */
  height: 60px;
  /* 画像高さ */
  margin: 0 0 0 0; }
  @media screen and (max-width: 480px) {
    #arrows2 .slick-prev, #arrows2 .slick-next {
      top: 150px;
      margin: 0 0 0 0;
      width: 40px;
      /* 画像幅 */
      height: 40px;
      /* 画像高さ */ } }
  #arrows2 .slick-prev img, #arrows2 .slick-next img {
    width: 100%;
    height: auto; }
#arrows2 .slick-prev:before, #arrows2 .slick-next:before {
  content: ""; }
#arrows2 button.slick-prev, #arrows2 button.slick-next {
  z-index: 1000; }
#arrows2 .slick-prev {
  left: 0px;
  /* 任意の値 */ }
#arrows2 .slick-next {
  right: 0px;
  /* 任意の値 */ }
#arrows2 .slick-arrow {
  z-index: 10;
  /* 値は適当に */ }

#arrows3 .slick-prev, #arrows3 .slick-next {
  position: absolute;
  top: 190px;
  width: 60px;
  /* 画像幅 */
  height: 60px;
  /* 画像高さ */
  margin: 0 0 0 0; }
  @media screen and (max-width: 480px) {
    #arrows3 .slick-prev, #arrows3 .slick-next {
      top: 150px;
      margin: 0 0 0 0;
      width: 40px;
      /* 画像幅 */
      height: 40px;
      /* 画像高さ */ } }
  #arrows3 .slick-prev img, #arrows3 .slick-next img {
    width: 100%;
    height: auto; }
#arrows3 .slick-prev:before, #arrows3 .slick-next:before {
  content: ""; }
#arrows3 button.slick-prev, #arrows3 button.slick-next {
  z-index: 1000; }
#arrows3 .slick-prev {
  left: 0px;
  /* 任意の値 */ }
#arrows3 .slick-next {
  right: 0px;
  /* 任意の値 */ }
#arrows3 .slick-arrow {
  z-index: 10;
  /* 値は適当に */ }

#arrows4 .slick-prev, #arrows4 .slick-next {
  position: absolute;
  top: 190px;
  width: 60px;
  /* 画像幅 */
  height: 60px;
  /* 画像高さ */
  margin: 0 0 0 0; }
  @media screen and (max-width: 480px) {
    #arrows4 .slick-prev, #arrows4 .slick-next {
      display: block;
      top: 150px;
      margin: 0 0 0 0;
      width: 40px;
      /* 画像幅 */
      height: 40px;
      /* 画像高さ */ } }
  #arrows4 .slick-prev img, #arrows4 .slick-next img {
    width: 100%;
    height: auto; }
#arrows4 .slick-prev:before, #arrows4 .slick-next:before {
  content: ""; }
#arrows4 button.slick-prev, #arrows4 button.slick-next {
  z-index: 1000; }
#arrows4 .slick-prev {
  left: 0px;
  /* 任意の値 */ }
#arrows4 .slick-next {
  right: 0px;
  /* 任意の値 */ }
#arrows4 .slick-arrow {
  z-index: 10;
  /* 値は適当に */ }

#arrows5 .slick-prev, #arrows5 .slick-next {
  position: absolute;
  top: 190px;
  width: 60px;
  /* 画像幅 */
  height: 60px;
  /* 画像高さ */
  margin: 0 0 0 0; }
  @media screen and (max-width: 480px) {
    #arrows5 .slick-prev, #arrows5 .slick-next {
      top: 150px;
      margin: 0 0 0 0;
      width: 40px;
      /* 画像幅 */
      height: 40px;
      /* 画像高さ */ } }
  #arrows5 .slick-prev img, #arrows5 .slick-next img {
    width: 100%;
    height: auto; }
#arrows5 .slick-prev:before, #arrows5 .slick-next:before {
  content: ""; }
#arrows5 button.slick-prev, #arrows5 button.slick-next {
  z-index: 1000; }
#arrows5 .slick-prev {
  left: 0px;
  /* 任意の値 */ }
#arrows5 .slick-next {
  right: 0px;
  /* 任意の値 */ }
#arrows5 .slick-arrow {
  z-index: 10;
  /* 値は適当に */ }

#arrows6 .slick-prev, #arrows6 .slick-next {
  position: absolute;
  top: 190px;
  width: 60px;
  /* 画像幅 */
  height: 60px;
  /* 画像高さ */
  margin: 0 0 0 0; }
  @media screen and (max-width: 480px) {
    #arrows6 .slick-prev, #arrows6 .slick-next {
      top: 150px;
      margin: 0 0 0 0;
      width: 40px;
      /* 画像幅 */
      height: 40px;
      /* 画像高さ */ } }
  #arrows6 .slick-prev img, #arrows6 .slick-next img {
    width: 100%;
    height: auto; }
#arrows6 .slick-prev:before, #arrows6 .slick-next:before {
  content: ""; }
#arrows6 button.slick-prev, #arrows6 button.slick-next {
  z-index: 1000; }
#arrows6 .slick-prev {
  left: 0px;
  /* 任意の値 */ }
#arrows6 .slick-next {
  right: 0px;
  /* 任意の値 */ }
#arrows6 .slick-arrow {
  z-index: 10;
  /* 値は適当に */ }

/* line 1767, site.css.scss */
.professionals-section {
  /*background-image: url("images/bg-about.png");*/ }

/* line 1772, site.css.scss */
.report-section {
  /*background-image: url("images/bg-point.png");*/
  background-image: none;
  background: #edebe5;
  position: relative;
  padding: 0 0 0 0; }
  .report-section .report-heading {
    margin-bottom: 30px;
    margin-top: 0px; }

@media screen and (max-width: 768px) {
  /* line 1775, site.css.scss */
  .report-section .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px; }

  .report-section .report-heading {
    margin-top: -40px; } }
/* line 1807, site.css.scss */
.ly-modal {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  font-size: 20px; }
  .ly-modal.is-open {
    display: block; }
  .ly-modal .close-modal-trigger-wrapper {
    max-width: 758px;
    text-align: right;
    margin: 0 auto; }
    .ly-modal .close-modal-trigger-wrapper .close-modal-trigger {
      display: inline;
      cursor: pointer; }
  .ly-modal .dialog {
    max-width: 758px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    display: none; }
    .ly-modal .dialog.is-open {
      display: block; }
    .ly-modal .dialog.is-report .dialog-heading {
      margin-top: 2.5em; }
    .ly-modal .dialog .inner {
      padding: 30px; }
    .ly-modal .dialog .dialog-heading {
      font-size: 24px;
      margin-bottom: 20px; }
      .ly-modal .dialog .dialog-heading p {
        margin: 0;
        padding: 0; }
  .ly-modal .dialog-header {
    *zoom: 1;
    margin-bottom: 20px; }
    .ly-modal .dialog-header:after {
      content: "";
      display: table;
      clear: both; }
    .ly-modal .dialog-header .header-img {
      float: right;
      width: 180px;
      margin-bottom: 20px; }
      .ly-modal .dialog-header .header-img img {
        width: 180px;
        height: auto; }
  .ly-modal .dialog-section {
    overflow: hidden;
    margin-bottom: 20px; }
    .ly-modal .dialog-section.is-artists .dialog-section-heading {
      margin-bottom: 10px; }
    .ly-modal .dialog-section .dialog-section-heading {
      font-size: 20px; }
    .ly-modal .dialog-section .comment {
      padding-right: 10px; }
    .ly-modal .dialog-section .text a {
      color: blue; }
      .ly-modal .dialog-section .text a:hover {
        opacity: 0.8; }
    .ly-modal .dialog-section .text .item {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 10px; }
      .ly-modal .dialog-section .text .item .icon-check-modal {
        margin-right: 10px;
        vertical-align: -6px; }
  .ly-modal .icon-check-modal {
    width: 32px;
    height: auto;
    display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 1904, site.css.scss */
  .ly-modal .dialog-section .comment {
    font-size: 12px; }

  .ly-modal {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; }
    .ly-modal .dialog.is-report .dialog-heading {
      font-weight: bold; }

  .ly-modal .dialog.is-report .dialog-heading {
    font-size: 12px; }

  .ly-modal .dialog.is-report .dialog-header .header-img {
    float: right;
    width: 90px;
    margin-bottom: 0; }
    .ly-modal .dialog.is-report .dialog-header .header-img img {
      width: 90px;
      height: auto; }
  .ly-modal .dialog-header .dialog-section {
    font-size: 16px; }
    .ly-modal .dialog-header .dialog-section .comment {
      padding-right: 0; }

  .ly-modal .dialog-header .dialog-section .comment {
    font-size: 12px; }

  .ly-modal .dialog-header .header-img {
    float: none; }
    .ly-modal .dialog-header .header-img img {
      height: auto;
      margin: auto; }

  img.plan-table {
    width: 95%; } }
.discount-banner {
  margin-bottom: 30px; }

.contact-form {
  width: 880px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .contact-form {
      width: 90%;
      margin: auto; } }
  .contact-form input,
  .contact-form textarea {
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    color: #aaa;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    width: 100%; }
  .contact-form table,
  .contact-form th,
  .contact-form td {
    border: none;
    margin: auto;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .contact-form table,
      .contact-form th,
      .contact-form td {
        border: none;
        margin: auto;
        vertical-align: top;
        display: block; } }
  .contact-form td {
    display: block;
    font-size: 24px;
    color: #455d58;
    width: 880px; }
    @media screen and (max-width: 768px) {
      .contact-form td {
        width: 80%; } }
  .contact-form input.wpcf7-submit {
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .contact-form input.wpcf7-submit {
        width: 200px; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.return {
  width: 100px;
  height: 40px;
  display: block;
  margin: 80px auto 0 auto;
  border: 1px solid #555555; }
  .return a {
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=style_typeb.css.map */
