@charset "UTF-8";
* {
  text-align: justify; }

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

.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px; }
  @media only screen and (max-width: 768px) {
    .pagetop {
      display: none !important; } }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/pagetop.svg);
    background-size: contain; }

/*! destyle.css v1.0.13 | MIT License | https://github.clogo-textom/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm
   ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 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: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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: inherit;
  /* 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;
  vertical-align: bottom; }

embed, object, iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default; }

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

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 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 {
  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. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  padding: 0;
  /* 1 */ }

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: justify; }

td {
  vertical-align: top;
  padding: 0; }

th {
  vertical-align: top;
  padding: 0;
  text-align: justify;
  font-weight: bold; }

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

/**
 * Add the correct display in IE 10.
 */
html {
  font-size: 16px; }

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #333333; }

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  a:hover {
    opacity: 0.7; }

img {
  max-width: 100%; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

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

@media only screen and (max-width: 768px) {
  .container {
    max-width: initial !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.u-sp-only {
  display: none; }

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

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

@media only screen and (max-width: 768px) {
  br.u-sp-only {
    display: inline-block; } }
@media only screen and (max-width: 768px) {
  br.u-pc-only {
    display: none; } }
.hover-zoom {
  overflow: hidden;
  -webkit-transform: rotate(0.01deg);
  transform: rotate(0.01deg); }
  .hover-zoom img {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .hover-zoom:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.08) translate3d(0, 0, 0);
    transform: scale(1.08) translate3d(0, 0, 0); }

/*-------------------
    module
-------------------*/
.default-anchor {
  text-decoration: underline; }
  .default-anchor:link {
    color: #0000ff; }
  .default-anchor:visited {
    color: #551b8c; }

.section-title {
  margin-bottom: 18px; }

@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 10px; } }
.section-block {
  padding: 50px 0 25px; }

@media only screen and (max-width: 768px) {
  .section-block {
    padding: 40px 0 20px; } }
.section-lead {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .section-lead {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em; } }
.dotted-line-title {
  position: relative;
  padding: .6em 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center; }
  .dotted-line-title::before, .dotted-line-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333333, #333333 2px, transparent 2px, transparent 4px);
    background-size: 4px 2px;
    background-repeat: repeat-x; }
  .dotted-line-title::before {
    top: 0; }
  .dotted-line-title::after {
    bottom: 0; }
  .dotted-line-title span {
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: normal; }

@media only screen and (max-width: 768px) {
  .dotted-line-title {
    font-size: 18px;
    line-height: 1.5; }
    .dotted-line-title::before, .dotted-line-title::after {
      background: linear-gradient(to right, #333333, #333333 2px, transparent 2px, transparent 4px);
      background-size: 4px 2px; } }
.link-btn {
  margin: auto;
  width: 600px;
  background-color: #fff; }
  .link-btn a {
    position: relative;
    display: block;
    padding: 28px 62px 28px 18px;
    width: 100%;
    background-color: #6c2659;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1; }
    .link-btn a::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 14px;
      width: 35px;
      height: 100%;
      background: url(../images/arrow-link.svg) no-repeat center;
      background-size: contain; }

@media only screen and (max-width: 768px) {
  .link-btn {
    width: 240px; }
    .link-btn a {
      padding: 20px 35px 23px 8px;
      font-size: 18px; }
      .link-btn a::before {
        right: 6px;
        width: 20px; } }
@media only screen and (max-width: 768px) {
  .link-btn-multiple {
    display: flex;
    justify-content: space-between; }
    .link-btn-multiple > div {
      margin: 0;
      width: calc(50% - 10px); }
    .link-btn-multiple.toplinkbtn > div {
      width: calc(50% - 1px); }
    .link-btn-multiple a {
      position: relative;
      display: block;
      padding: 19px 34px 19px 9px;
      width: 100%;
      height: 100%;
      background-color: #6c2659;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      line-height: 1; }
      .link-btn-multiple a::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 8px;
        width: 16px;
        height: 100%;
        background: url(../images/arrow-link.svg) no-repeat center;
        background-size: contain; } }
@media screen and (max-width: 410px) {
  .link-btn-multiple a {
    font-size: 3.5vw; } }
@media screen and (max-width: 365px) {
  .link-btn-multiple a {
    font-size: 10px; } }
.note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em; }

/*-------------------
    wrap
-------------------*/
.wrap {
  padding-top: 173px; }
  @media only screen and (max-width: 768px) {
    .wrap {
      padding-top: 61px;
      overflow: hidden; } }

/*-------------------
    header
-------------------*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #333333; }
  @media only screen and (max-width: 768px) {
    header {
      position: absolute;
      border-bottom: solid 2px #6c2659;
      background-color: #efebe4; } }
  header > .container {
    height: 106px; }
    @media only screen and (max-width: 768px) {
      header > .container {
        height: auto;
        padding: 0 6px; } }

.header-top {
  padding-top: 20px; }
  @media only screen and (max-width: 768px) {
    .header-top {
      padding: 7px 0;
      display: flex;
      flex-flow: row nowrap;
      align-items: center; } }
  .header-top .logo-img {
    margin-right: auto;
    width: 330px; }
    @media only screen and (max-width: 768px) {
      .header-top .logo-img {
        flex: 1;
        max-width: 300px;
        padding-right: 20px; } }
  .header-top .logo-text {
    margin-top: 5px;
    color: #6c2659;
    font-size: 11px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .header-top .logo-text {
        width: 130px;
        margin-top: 0;
        text-align: justify;
        font-size: 10px;
        font-weight: 400;
        line-height: normal; } }

.header-nav {
  background-color: #6c2659;
  border-bottom: 1px solid #fff; }
  .header-nav .gnavi {
    display: table;
    width: 100%; }
    .header-nav .gnavi ul {
      display: table-row; }
      .header-nav .gnavi ul:last-child li {
        border-top: 1px solid #b693ac; }
    .header-nav .gnavi li {
      display: table-cell;
      text-align: justify;
      height: 30px;
      vertical-align: middle;
      padding-right: 2em;
      padding-left: 6px; }
      .header-nav .gnavi li:last-child {
        padding-right: 0; }
      .header-nav .gnavi li:hover {
        background: #98688b; }
      .header-nav .gnavi li a {
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
        display: block; }
        .header-nav .gnavi li a:before {
          content: "";
          display: inline-block;
          margin-right: 0.5em;
          width: 4px;
          height: 4px;
          background: #fff;
          vertical-align: middle; }
        .header-nav .gnavi li a:hover {
          opacity: 1; }
      .header-nav .gnavi li.is-active {
        color: #e39300;
        font-weight: 700; }

.header-scroll {
  display: none; }
  @media only screen and (max-width: 768px) {
    .header-scroll {
      display: block;
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      border-bottom: solid 2px #6c2659;
      padding: 5px;
      width: 100%;
      background-color: #efebe4;
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .header-scroll .header-scroll__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .header-scroll .header-scroll__logo {
        margin-right: auto;
        padding-right: 10px;
        width: 66%; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .header-scroll .header-scroll__logo {
        max-width: 360px; } }
  @media only screen and (max-width: 768px) {
      .header-scroll .header-scroll__link {
        width: 120px;
        background-color: #fff; }
        .header-scroll .header-scroll__link a {
          position: relative;
          display: block;
          padding: 10px 25px 10px 5px;
          width: 100%;
          background-color: #6c2659;
          color: #fff;
          font-size: 10px;
          font-weight: 700;
          line-height: 1; }
          .header-scroll .header-scroll__link a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 5px;
            width: 13px;
            height: 100%;
            background: url(../images/arrow-link.svg) no-repeat center;
            background-size: contain; } }

@media only screen and (max-width: 768px) {
  .is-fixed .header-scroll {
    opacity: 1.0;
    z-index: 101; } }
/*-------------------
    main visual
-------------------*/
.main-visual {
  position: relative;
  height: 598px;
  overflow: hidden; }
  .main-visual:before {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mv_mainph.jpg) no-repeat;
    background-position: -20% top;
    background-size: 978px 598px; }
  @media only screen and (max-width: 768px) {
    .main-visual {
      height: auto;
      background: none; }
      .main-visual:before {
        display: none; } }
  .main-visual .main-visual__inner {
    position: relative;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .main-visual .main-visual__inner {
        padding: 0; } }
  .main-visual .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 72px; }
    @media only screen and (max-width: 768px) {
      .main-visual .title:before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .main-visual .title {
      padding: 1em;
      text-align: center;
      border-bottom: 1px solid #333333; } }
  .main-visual .title img {
    width: 515px;
    height: 266px; }
    @media only screen and (max-width: 768px) {
      .main-visual .title img {
        width: auto;
        height: 150px;
        margin: auto; } }
  .main-visual .lead {
    margin-top: 48px; }
    @media only screen and (max-width: 768px) {
      .main-visual .lead {
        margin-top: 0;
        padding: 1em;
        background: url(../images/mv_mainph.jpg) no-repeat;
        background-position: right -105px top;
        background-size: auto 100%;
        position: relative; }
        .main-visual .lead:after {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background: white;
          background: linear-gradient(90deg, white 0%, white 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%); } }
    @media only screen and (max-width: 768px) {
      .main-visual .lead dt, .main-visual .lead dd {
        position: relative;
        z-index: 2; } }
    .main-visual .lead dt {
      font-size: 22px;
      color: #6c2659;
      font-weight: 700;
      margin-bottom: 0.5em; }
      @media only screen and (max-width: 768px) {
        .main-visual .lead dt {
          font-size: 15px; } }
    .main-visual .lead dd {
      font-size: 17px;
      line-height: 1.76; }
      @media only screen and (max-width: 768px) {
        .main-visual .lead dd {
          font-size: 13px; } }
  .main-visual .friends {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 546px;
    width: 240px;
    border: 2px solid #fff;
    border-bottom: none;
    border-top: none;
    opacity: 0; }
    @media only screen and (max-width: 768px) {
      .main-visual .friends {
        opacity: 1;
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        border: 2px solid #fff;
        border-right: none;
        border-left: none;
        display: flex;
        flex-flow: row nowrap; } }
    .main-visual .friends img {
      display: block;
      opacity: 0;
      width: 100%;
      height: auto;
      border-bottom: 2px solid #fff; }
      .main-visual .friends img:last-child {
        border-bottom: none; }
        @media only screen and (max-width: 768px) {
          .main-visual .friends img:last-child {
            border-right: none; } }
      @media only screen and (max-width: 768px) {
        .main-visual .friends img {
          opacity: 1;
          width: 25%;
          height: 15.4vw;
          border-bottom: none;
          border-right: 2px solid #fff; } }

@keyframes Firendsone1 {
  0% {
    opacity: 0;
    transform: scale(4);
    margin-left: -200%; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes Firendsone2 {
  from {
    opacity: 0;
    transform: scale(4);
    margin-left: 200%; }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes Firendsall {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mvanim {
  from {
    opacity: 0;
    filter: blur(8px);
    background-position: -20% top; }
  to {
    opacity: 1;
    filter: blur(0);
    background-position: calc(((100vw - 1000px) / 2) + 380px) top; } }
.mv-start#main-visual:before {
  animation-delay: 0s;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: mvanim; }

.mv-start .friends {
  animation-delay: 1.5s;
  animation-duration: 1.55s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: Firendsall; }

.mv-start .friends img {
  animation-timing-function: ease-out;
  animation-fill-mode: both; }
  .mv-start .friends img:nth-child(1) {
    animation-name: Firendsone1;
    animation-delay: 1.5s;
    animation-duration: 0.5s; }
  .mv-start .friends img:nth-child(2) {
    animation-name: Firendsone2;
    animation-delay: 1.6s;
    animation-duration: 0.75s; }
  .mv-start .friends img:nth-child(3) {
    animation-name: Firendsone1;
    animation-delay: 1.7s;
    animation-duration: 1s; }
  .mv-start .friends img:nth-child(4) {
    animation-name: Firendsone2;
    animation-delay: 1.8s;
    animation-duration: 1.25s; }

.main-visual__link {
  position: absolute;
  z-index: 10;
  top: -50px;
  right: 30px;
  width: 148px;
  height: 169px; }
  .main-visual__link:hover:after {
    pointer-events: none;
    display: block;
    content: "";
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    width: 148px;
    height: 148px;
    background: #fff;
    border-radius: 74px;
    animation-name: aboutlink;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both; }
  .main-visual__link a:hover {
    opacity: 1; }

@keyframes aboutlink {
  from {
    opacity: 1;
    transform: scale(0.1); }
  to {
    opacity: 0;
    transform: scale(1); } }
.introduction {
  background: url("../images/lead_bg.svg") no-repeat 10% 85% #e6e4dd;
  background-size: 117% auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .introduction {
      background-size: 200%; } }
  .introduction:before {
    content: "";
    border: solid 1px #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px); }
  .introduction .container {
    padding: 20px;
    color: #4b3c38;
    font-size: 16px;
    line-height: 1.875; }
    @media only screen and (max-width: 768px) {
      .introduction .container {
        font-size: 14px; } }
    .introduction .container span {
      font-size: 40px;
      line-height: normal; }
      @media only screen and (max-width: 768px) {
        .introduction .container span {
          font-size: 25px; } }
    .introduction .container .about-link {
      margin: 20px auto;
      width: 100%; }
      .introduction .container .about-link a {
        font-size: 20px;
        padding: 16px 62px 16px 18px;
        text-align: center; }
        .introduction .container .about-link a:before {
          width: 20px; }

/*-------------------
    youtube
-------------------*/
.youtubebox {
  text-align: center;
  margin-top: 20px;
  background: #fff;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .youtubebox {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .youtubebox iframe {
      width: 80% !important;
      height: auto !important; } }
  .youtubebox p {
    background: #6c2659;
    color: #fff;
    text-align: center;
    width: 560px;
    margin: 0 auto;
    line-height: normal; }
    @media only screen and (max-width: 768px) {
      .youtubebox p {
        width: 80% !important; } }

/*-------------------
    participants
-------------------*/
#participants .container {
  padding-bottom: 45px; }
  @media only screen and (max-width: 768px) {
    #participants .container {
      padding-bottom: 0; } }
#participants .dotted-line-title {
  color: #6c2659; }
#participants .about-link {
  margin: 40px auto 0; }
  #participants .about-link a {
    font-size: 20px;
    padding: 16px 62px 16px 18px;
    text-align: center; }
    #participants .about-link a:before {
      width: 20px; }
  @media only screen and (max-width: 768px) {
    #participants .about-link {
      width: 100%; }
      #participants .about-link a {
        font-size: 14px; }
        #participants .about-link a:before {
          width: 15px; } }

.participants-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .participants-01 {
      margin-bottom: 10px;
      padding: 0 10px; } }
  .participants-01 > div {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 20%; }
    .participants-01 > div img {
      border: 2px solid #ccc; }
    @media only screen and (max-width: 768px) {
      .participants-01 > div {
        margin-bottom: 15px;
        width: calc(100% / 3); }
        .participants-01 > div:last-of-type {
          margin-bottom: 5px; } }

.participants-01__text {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .participants-01__text {
      font-size: 28px; } }

.participants-02 {
  position: relative;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .participants-02 {
      margin-top: 5px;
      padding-right: 0; } }
  .participants-02 p[class^="participants-02__text"] {
    width: 66%; }
    @media only screen and (max-width: 768px) {
      .participants-02 p[class^="participants-02__text"] {
        width: 100%;
        text-align: center; } }

.participants-02__text01 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12; }
  .participants-02__text01::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105%;
    height: 1px;
    background-color: #333333; }
  .participants-02__text01 .number {
    position: relative;
    top: 4px;
    margin-right: 5px;
    font-family: 'PT Sans';
    font-size: 253%;
    letter-spacing: -0.04em;
    color: #6c2659; }
  .participants-02__text01 .bigger-text {
    font-size: 164%; }
.participants-02__text01 sup {
    font-size: 50%; 
    top: 0em;}
@media screen and (max-width: 1000px) {
  .participants-02__text01 {
    font-size: 3.9vw; } }
@media only screen and (max-width: 768px) {
  .participants-02__text01 {
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: none;
    font-size: 22px;
    letter-spacing: 0.03em; }
    .participants-02__text01::before {
      display: none; }
    .participants-02__text01 .number {
      font-size: 233%; }
    .participants-02__text01 .bigger-text {
      font-size: 100%; } }
@media screen and (max-width: 400px) {
  .participants-02__text01 {
    font-size: 5.5vw; } }
.participants-02__text02 {
  margin-bottom: 20px;
  font-size: 12px; }

@media only screen and (max-width: 768px) {
  .participants-02__text02 {
    font-size: 10px; } }
@media only screen and (max-width: 768px) {
  .participants-02__text03 {
    font-size: 14px;
    line-height: 1.6; } }
.participants-02__circle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: 32%;
  padding-bottom: 32%;
  background-color: #e39300;
  overflow: hidden; }
  .participants-02__circle::before, .participants-02__circle::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f4d499;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .participants-02__circle::before {
    z-index: 2;
    top: 0;
    right: 50%;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%; }
  .participants-02__circle::after {
    z-index: 3;
    top: 0;
    left: 50%;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%; }

@media only screen and (max-width: 768px) {
  .participants-02__circle {
    position: relative;
    margin: 0 auto 15px;
    width: 50vw;
    height: 50vw; } }
.is-animating .participants-02__circle::before {
  -webkit-animation: rotate-box-left 0.9s linear forwards 0.6s;
  animation: rotate-box-left 0.9s linear forwards 0.6s; }
.is-animating .participants-02__circle::after {
  -webkit-animation: rotate-box-right 0.9s linear forwards 0.6s;
  animation: rotate-box-right 0.9s linear forwards 0.6s; }

.participants-02__circle .circle-inner {
  position: absolute;
  z-index: 4;
  top: calc(50% - 37.5%);
  left: calc(50% - 37.5%);
  border-radius: 50%;
  width: 75%;
  height: 75%;
  background: #fff url(../images/participants11.svg) no-repeat center;
  background-size: cover; }

@media only screen and (max-width: 768px) {
  .participants-02__circle .circle-inner {
    top: calc(50% - 36%);
    left: calc(50% - 36%);
    width: 72%;
    height: 72%; } }
.is-animating .participants-02__circle {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

/*-------------------
    example
-------------------*/
#example {
  border-top: 2px solid #ccc; }
  #example .slide-area__content .ex-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  #example .slide-area__content .ex-box {
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    margin-bottom: 30px;
    background: #efebe4; }
    @media only screen and (max-width: 768px) {
      #example .slide-area__content .ex-box {
        width: 100%;
        margin-bottom: 10px; } }
    #example .slide-area__content .ex-box h3 {
      background: #6c2659;
      border-bottom: 2px solid #fff;
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      padding: 4px 10px;
      line-height: 1.4; }
      @media only screen and (max-width: 768px) {
        #example .slide-area__content .ex-box h3 {
          font-size: 14px; } }
      #example .slide-area__content .ex-box h3 span {
        font-size: 12px;
        font-weight: 400; }
    #example .slide-area__content .ex-box div {
      padding: 10px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch; }
      #example .slide-area__content .ex-box div p {
        width: 160px; }
        @media only screen and (max-width: 768px) {
          #example .slide-area__content .ex-box div p {
            width: 45%;
            max-width: 160px;
            padding-right: 10px; } }
        #example .slide-area__content .ex-box div p img {
          min-width: 100%;
          height: auto;
          border: 1px solid #ccc; }
      #example .slide-area__content .ex-box div dl {
        width: calc(100% - 160px - 10px); }
        @media only screen and (max-width: 768px) {
          #example .slide-area__content .ex-box div dl {
            flex: 1; } }
        #example .slide-area__content .ex-box div dl dt {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 700;
          border-bottom: 1px solid #adadad;
          padding-bottom: 0.5em;
          margin-bottom: 0.5em; }
          @media only screen and (max-width: 768px) {
            #example .slide-area__content .ex-box div dl dt {
              font-size: 13px; } }
        #example .slide-area__content .ex-box div dl dd {
          font-size: 12px;
          line-height: 1.83; }
          @media only screen and (max-width: 768px) {
            #example .slide-area__content .ex-box div dl dd {
              line-height: 1.7; } }

/*-------------------
    reason
-------------------*/
#reason {
  background-color: #efebe4; }
  #reason .container {
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      #reason .container {
        padding-bottom: 0; } }

.reason-01 {
  margin-bottom: 25px; }
  .reason-01 .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px; }
  .reason-01 .flex-col {
    -webkit-box-flex: calc(100% / 3);
    -ms-flex: calc(100% / 3);
    flex: calc(100% / 3);
    padding: 0 17px 35px 17px;
    max-width: 33.3%; }
  .reason-01 .flex-col__inner {
    padding: 20px;
    height: 100%;
    min-height: 310px;
    background-color: #fff; }
  .reason-01 .number {
    margin: 0 auto 15px;
    width: 64px; }
  .reason-01 .lead {
    margin-bottom: 20px;
    font-size: 24px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center; }
  .reason-01 .text {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.57; }

@media only screen and (max-width: 768px) {
  .reason-01 {
    margin-bottom: 20px; }
    .reason-01 .flex-row {
      margin: 0 -10px; }
    .reason-01 .flex-col {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      padding: 0 10px 20px 10px;
      max-width: 50%; }
    .reason-01 .flex-col__inner {
      padding: 15px;
      min-height: auto; }
    .reason-01 .number {
      margin: 0 auto 8px;
      width: 25%; }
    .reason-01 .lead {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1.5; }
    .reason-01 .text {
      font-size: 12px; } }
@media screen and (max-width: 360px) {
  .reason-01 .flex-col {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: inherit; }
  .reason-01 .flex-col__inner {
    display: flex;
    flex-wrap: wrap; }
  .reason-01 .number {
    margin: 0;
    width: 15%; }
  .reason-01 .lead {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 1em;
    text-align: justify; }
  .reason-01 .text {
    width: 100%;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #ccc; } }
.reason-02 {
  border-bottom: solid 1px #333333; }
  .reason-02 .flex-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

@media only screen and (max-width: 768px) {
  .reason-02 {
    border-bottom: none; }
    .reason-02 .flex-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.reason-02__text {
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  padding-bottom: 5px;
  padding-right: 2em;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.9; }
  .reason-02__text p {
    margin: 1em 0; }

@media only screen and (max-width: 768px) {
  .reason-02__text {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.75; } }
.reason-02__photo {
  margin-top: 28px; }
  .reason-02__photo p {
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7; }
  .reason-02__photo span {
    letter-spacing: 0.08em;
    font-size: 28px;
    font-weight: 700; }

@media only screen and (max-width: 768px) {
  .reason-02__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px; }
    .reason-02__photo div {
      width: 33.5%; }
    .reason-02__photo p {
      margin: 0 0 -8px 15px;
      font-size: 12px; }
    .reason-02__photo span {
      font-size: 18px; } }
.reason-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px; }

@media only screen and (max-width: 768px) {
  .reason-03 {
    display: block;
    margin-bottom: 38px;
    padding-top: 0; } }
.reason-03__img {
  -webkit-box-flex: 15%;
  -ms-flex: 15%;
  flex: 15%;
  padding-right: 25px; }

@media only screen and (max-width: 768px) {
  .reason-03__img {
    margin-bottom: 5px;
    padding-right: 0; } }
.reason-03__text {
  -webkit-box-flex: 85%;
  -ms-flex: 85%;
  flex: 85%;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.57; }
  .reason-03__text a {
    font-weight: 700; }

@media only screen and (max-width: 768px) {
  .reason-03__text {
    font-size: 12px;
    line-height: 1.7; } }
/*-------------------
    feedback
-------------------*/
#feedback .section-lead {
  margin-top: 1em; }
@media only screen and (max-width: 768px) {
  #feedback {
    padding-top: 0; } }

@media only screen and (max-width: 768px) {
  .feedback-list {
    margin-bottom: 10px; } }
.feedback-list-item {
  border-top: solid 1px #333333;
  padding-bottom: 35px; }
  @media only screen and (max-width: 768px) {
    .feedback-list-item {
      padding-bottom: 10px; } }

.feedback-list-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }
  @media only screen and (max-width: 768px) {
    .feedback-list-item__top {
      position: relative;
      padding-top: 5px; } }

.feedback-list-item__top-number {
  padding-right: 4.5%;
  width: 16%; }

@media only screen and (max-width: 768px) {
  .feedback-list-item__top-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 6px;
    padding-top: 5px;
    padding-right: 9px;
    width: 56px; } }
.feedback-list-item__top-text {
  margin-bottom: 30px;
  padding-right: 17%;
  width: 84%;
  letter-spacing: 0.05em;
  line-height: 1.4; }
  .feedback-list-item__top-text .job {
    display: inline-block;
    font-size: 20px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
  .feedback-list-item__top-text .name {
    display: inline-block;
    font-size: 30px;
    font-weight: 700; }
    .feedback-list-item__top-text .name span {
      margin-left: 8px;
      font-size: 20px; }

@media only screen and (max-width: 768px) {
  .feedback-list-item__top-text {
    margin-bottom: 0;
    padding-right: 1em;
    width: 87%; }
    .feedback-list-item__top-text .job {
      font-size: 12px; }
    .feedback-list-item__top-text .name {
      font-size: 18px; }
      .feedback-list-item__top-text .name span {
        font-size: 12px; } }
.feedback-list-item__btn {
  display: none; }

@media only screen and (max-width: 768px) {
  .feedback-list-item__btn {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 8px;
    width: 80px;
    height: 34px;
    background: url(../images/feedback-btn.svg);
    cursor: pointer; }
    .feedback-list-item__btn.is-active {
      background: url(../images/feedback-btn-active.svg); } }
@media only screen and (max-width: 768px) {
  .feedback-list-item__bottom-wrap {
    display: none; } }
.feedback-list-item__bottom {
  position: relative;
  padding: 0 19% 0 16%;
  margin-top: 10px; }
  .feedback-list-item__bottom .comment {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7; }
  .feedback-list-item__bottom .photo {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 16%; }

@media only screen and (max-width: 768px) {
  .feedback-list-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13%;
    padding: .5em 0;
    border-top: dashed 1px #333333; }
    .feedback-list-item__bottom .comment {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 1em;
      font-size: 12px;
      line-height: 1.5; }
    .feedback-list-item__bottom .photo {
      position: static;
      margin-top: 5px;
      width: 80px; } }
/*-------------------
    about
-------------------*/
#about .container {
  padding-bottom: 75px; }
#about .section-title {
  margin-bottom: 25px; }

@media only screen and (max-width: 768px) {
  #about .container {
    padding-bottom: 20px; }
  #about .section-title {
    margin-bottom: 16px; } }
.about-block {
  margin-bottom: 60px; }

@media only screen and (max-width: 768px) {
  .about-block {
    margin-bottom: 38px; } }
.about-block__title {
  margin-bottom: 22px; }

@media only screen and (max-width: 768px) {
  .about-block__title {
    margin-bottom: 11px; } }
.about-block__lead {
  margin-bottom: 22px;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .about-block__lead {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6; } }
.about-tab__btn li {
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer; }
  .about-tab__btn li:hover {
    opacity: 0.7; }

@media screen and (min-width: 768px) {
  .about-tab__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333; }
    .about-tab__btn li {
      -webkit-box-flex: calc(100% / 3);
      -ms-flex: calc(100% / 3);
      flex: calc(100% / 3);
      position: relative;
      padding: .6em 1em;
      width: calc(100% / 3);
      color: #666666;
      font-size: 20px; }
      .about-tab__btn li::before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 1px;
        height: calc(100% - 20px);
        background-color: #333333; }
      .about-tab__btn li:last-of-type::after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: calc(100% - 20px);
        background-color: #333333; }
      .about-tab__btn li.is-active {
        color: #333333;
        font-weight: 700;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 204, 204, 0.2)), to(rgba(102, 102, 102, 0.2)));
        background: linear-gradient(180deg, rgba(204, 204, 204, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%); }
      .about-tab__btn li span {
        display: none; } }
@media only screen and (max-width: 768px) {
  .about-tab__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 20px; }
    .about-tab__btn li {
      -webkit-box-flex: calc(100% / 3 - 10px);
      -ms-flex: calc(100% / 3 - 10px);
      flex: calc(100% / 3 - 10px);
      margin: 0 5px;
      padding: 0.6em 1em;
      background-color: #999999;
      color: #fff;
      font-size: 16px;
      line-height: 1.3;
      text-align: center; }
      .about-tab__btn li span {
        display: block;
        font-size: 10px;
        text-align: center; }
      .about-tab__btn li.is-active {
        font-weight: 700;
        background-color: #e39300; } }
.about-tab__content > div {
  display: none; }
  .about-tab__content > div.is-active {
    display: block; }
.about-tab__content .content-standard {
  position: relative; }
  .about-tab__content .content-standard > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .about-tab__content .content-standard a.click-area {
    position: absolute;
    display: block;
    background: #fff;
    opacity: 0; }
  .about-tab__content .content-standard .u-pc-only a.click-area {
    left: 25.9%;
    top: 63.45%;
    width: 7%;
    height: 2.81%; }
  .about-tab__content .content-standard .u-sp-only a.click-area {
    left: 46.26%;
    top: 29.22%;
    width: 14.49%;
    height: 20.16%; }
  .about-tab__content .content-standard a.click-area:hover {
    opacity: 0.4; }

.about-link {
  margin: auto;
  width: 600px; }

/*-------------------
    participants-company
-------------------*/
#participants-company {
  background-color: #f2edf1; }
  #participants-company .note {
    width: 90%;
    margin: 0 auto 1em; }
    @media only screen and (max-width: 768px) {
      #participants-company .note {
        width: 100%; } }

.participants-company__list {
  margin: auto;
  border-top: solid 2px #333333;
  border-bottom: solid 2px #333333;
  width: 90%; }
  @media only screen and (max-width: 768px) {
    .participants-company__list {
      width: 100%; } }

.participants-company__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #333333;
  padding: 0.8em 0;
  font-size: 18px;
  line-height: 1.6; }
  .participants-company__list-item:last-of-type {
    border-bottom: none; }
  @media only screen and (max-width: 768px) {
    .participants-company__list-item {
      font-size: 12px;
      display: block; } }
  .participants-company__list-item .category {
    width: 23%;
    padding-right: 1em;
    padding-left: 1em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-indent: -1em; }
    .participants-company__list-item .category::before {
      content: "■";
      color: #6c2659; }
    @media only screen and (max-width: 768px) {
      .participants-company__list-item .category {
        font-size: 12px;
        width: 100%;
        margin-bottom: 0.3em; } }
  .participants-company__list-item .company {
    width: 77%;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 768px) {
      .participants-company__list-item .company {
        width: 100%;
        padding-left: 1em; } }

/*-------------------
   cooperation
-------------------*/
#cooperation dl {
  border-top: 1px solid #333333; }
#cooperation dt {
  color: #6c2659;
  font-weight: 700;
  margin-bottom: 0.3em;
  padding-top: 1em; }
  @media only screen and (max-width: 768px) {
    #cooperation dt {
      font-size: 14px; } }
#cooperation dd {
  padding-left: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #333333;
  display: flex;
  flex-flow: row nowrap;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    #cooperation dd {
      display: block;
      font-size: 13px;
      padding-left: 0; } }
  #cooperation dd p:first-child {
    float: left;
    flex: 1; }
    @media only screen and (max-width: 768px) {
      #cooperation dd p:first-child {
        float: none; } }
  #cooperation dd p:nth-child(2) {
    margin: -2rem 0 0 20px;
    width: 608px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #cooperation dd p:nth-child(2) {
        width: 100%;
        margin: 1em 0 0; } }
    #cooperation dd p:nth-child(2) img {
      display: block;
      height: 150px;
      width: 200px; }
      @media only screen and (max-width: 768px) {
        #cooperation dd p:nth-child(2) img {
          width: calc((100% - 8px) / 3);
          height: auto; } }
  #cooperation dd.w-auto p:last-child {
    margin-top: 0; }
    #cooperation dd.w-auto p:last-child img {
      width: auto; }
    @media only screen and (max-width: 768px) {
      #cooperation dd.w-auto p:last-child {
        margin-top: 1rem;
        text-align: center; }
        #cooperation dd.w-auto p:last-child img {
          height: 120px;
          width: auto;
          margin: auto; } }

/*-------------------
    faq
-------------------*/
#faq {
  background: #efebe4; }

#faq .flex-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.faq-box {
  position: relative; }

@media screen and (min-width: 768px) {
  .faq-box {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-top: 30px;
    padding-bottom: 25px;
    max-width: 50%; }
    .faq-box:nth-of-type(1), .faq-box:nth-of-type(2) {
      padding-top: 0; }
    .faq-box:nth-of-type(odd) {
      padding-right: 30px; }
      .faq-box:nth-of-type(odd)::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 1px;
        height: calc(100% - 3px);
        background-color: #333333; }
      .faq-box:nth-of-type(odd)::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 3px);
        height: 1px;
        background-color: #333333; }
    .faq-box:nth-of-type(even) {
      padding-left: 30px; }
      .faq-box:nth-of-type(even)::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 3px);
        height: 1px;
        background-color: #333333; } }
@media only screen and (max-width: 768px) {
  .faq-box {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-bottom: dotted 1px #333333;
    padding: 10px 0 14px 0; }
    .faq-box:first-of-type {
      border-top: solid 1px #333333; }
    .faq-box:last-of-type {
      border-bottom: solid 1px #333333; } }
@media only screen and (max-width: 768px) {
  .faq-box__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; } }
.faq-box__q-num {
  margin: 0 0 20px 5px;
  width: 94px; }

@media only screen and (max-width: 768px) {
  .faq-box__q-num {
    margin: 5px 0 0 0;
    width: 13%; } }
.faq-box__q-text {
  margin-bottom: 15px;
  min-height: 72px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5; }

@media only screen and (max-width: 768px) {
  .faq-box__q-text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-left: 16px;
    min-height: auto;
    font-size: 16px; } }
.faq-box__a {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.65; }
  .faq-box__a a {
    display: inline-block;
    margin-top: 1.5em;
    font-weight: 700; }

@media only screen and (max-width: 768px) {
  .faq-box__a {
    padding-left: 17%;
    font-size: 12px;
    line-height: 1.5; } }
/*-------------------
    schedule
-------------------*/
#schedule .section-title {
  margin-bottom: 27px; }
#schedule table {
  margin-bottom: 50px;
  border: solid 1px #333333;
  width: 100%;
  background-color: #fff; }
#schedule tr {
  border-bottom: solid 1px #333333; }
#schedule th {
  padding: .5em 1em;
  background-color: #6c2659;
  color: #fff;
  font-weight: 700;
  text-align: center; }
  #schedule th + th {
    border-left: solid 1px #fff; }
#schedule td {
  padding: 10px; }
  #schedule td + td {
    border-left: dotted 1px #333333; }
  #schedule td:nth-of-type(1) {
    width: 12%;
    font-weight: 700;
    vertical-align: middle;
    text-align: center; }
  #schedule td:nth-of-type(2) {
    padding: 0 18px;
    width: 25%;
    font-weight: 700;
    vertical-align: middle; }
    #schedule td:nth-of-type(2) img {
      margin-right: 10px;
      vertical-align: middle; }
    #schedule td:nth-of-type(2) a {
      text-decoration: underline;
      color: #6c2659; }
  #schedule td:nth-of-type(3) {
    padding: .5em .5em .8em;
    width: 45%;
    line-height: 1.6; }
  #schedule td:nth-of-type(4) {
    width: 18%;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    #schedule td:nth-of-type(4) div {
      text-align: center; }
#schedule .schedule__entry-btn {
  display: inline-block;
  line-height: 1.4; }
#schedule .btn_closed {
  display: inline-block;
  margin: .5em;
  line-height: 1.4;
  font-size: 18px;
  background-color: #cccccc;
  padding: .3em .7em .5em; }
#schedule .red {
  color: #b8282e;
  font-size: 12px;
  line-height: normal; }
  #schedule .red:empty {
    padding: 0; }
#schedule img.card {
  width: 15px;
  height: auto;
  position: absolute;
  left: .5em;
  top: .5em; }
#schedule .schedule__entry-btn:hover {
  opacity: 0.7; }
#schedule .schedule__entry-btn a, #schedule .schedule__entry-btn input[type="submit"] {
  background-color: #e39300;
  color: #fff;
  display: inline-block;
  padding: .3em; }
#schedule .link-btn a::after {
  content: "オンライン講座日程一覧を確認"; }

@media only screen and (max-width: 768px) {
  #schedule .section-title {
    margin-bottom: 16px; }
  #schedule table {
    margin-bottom: 42px;
    display: block; }
    #schedule table tr {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      border-bottom: 3px double #999; }
      #schedule table tr:nth-of-type(1) {
        display: none; }
      #schedule table tr:last-child {
        border-bottom: none; }
    #schedule table th, #schedule table td {
      font-size: 12px;
      text-align: left;
      vertical-align: middle;
      padding: 4px; }
    #schedule table td {
      border-bottom: 1px dotted #ccc; }
      #schedule table td + td {
        border-left: none; }
    #schedule table .schedule__entry-btn, #schedule table .btn_closed {
      font-size: 14px !important; }
    #schedule table .schedule__entry-btn {
      width: 80%;
      max-width: 320px; }
      #schedule table .schedule__entry-btn a {
        display: block;
        text-align: center; }
    #schedule table td:nth-of-type(1) {
      width: 25%;
      border-right: 1px dotted #ccc;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
      background: #efebe4; }
      #schedule table td:nth-of-type(1) br {
        display: none; }
    #schedule table td:nth-of-type(2) {
      padding: 0 4px 0 0;
      width: 75%; }
      #schedule table td:nth-of-type(2) img {
        width: 50px;
        height: auto; }
    #schedule table td:nth-of-type(3) {
      width: 100%; }
    #schedule table td:nth-of-type(4) {
      width: 100%;
      border-bottom: none;
      padding: 10px; }
      #schedule table td:nth-of-type(4) img.card {
        left: inherit;
        right: 0.5em; }
  #schedule .schedule__entry-btn a {
    padding: .4em; }
  #schedule .link-btn a::after {
    content: "コースを申し込む"; } }
@media screen and (max-width: 370px) {
  #schedule td:nth-of-type(1) br {
    display: none; } }
#follow {
  padding-top: 80px;
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    #follow {
      padding-top: 40px; } }
  #follow .section-lead {
    margin-top: 1em; }
  #follow h4 {
    background: #f2edf1;
    padding: 0.5em;
    border: 3px solid #6c2659;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #6c2659;
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      #follow h4 {
        border: 2px solid #6c2659;
        border-left: none;
        border-right: none;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.7;
        margin-bottom: 20px; } }
  #follow .follow-cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 50px; }
    #follow .follow-cont.mb0 {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      #follow .follow-cont {
        display: block;
        font-size: 14px;
        margin-bottom: 40px; } }
    #follow .follow-cont > p, #follow .follow-cont > div {
      width: calc((100% - 30px) / 2); }
      @media only screen and (max-width: 768px) {
        #follow .follow-cont > p, #follow .follow-cont > div {
          width: 100%; } }
    #follow .follow-cont > div.aboutlogo {
      text-align: center;
      padding-top: 10px; }
      @media only screen and (max-width: 768px) {
        #follow .follow-cont > div.aboutlogo {
          padding-top: 2em; } }
      #follow .follow-cont > div.aboutlogo img {
        max-width: 80%; }
      #follow .follow-cont > div.aboutlogo a {
        display: block;
        margin-top: 1.5em;
        color: #6c2659;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          #follow .follow-cont > div.aboutlogo a {
            font-size: 13px; } }
        #follow .follow-cont > div.aboutlogo a span {
          display: inline-block;
          background: #6c2659;
          height: 20px;
          width: 20px;
          margin-right: 0.5em;
          vertical-align: middle;
          position: relative; }
          #follow .follow-cont > div.aboutlogo a span:before, #follow .follow-cont > div.aboutlogo a span:after {
            content: "";
            display: block;
            position: absolute;
            top: calc(50% - 4px);
            width: 6px;
            height: 6px;
            transform: rotate(45deg);
            border: 2px solid #fff;
            border-left: none;
            border-bottom: none; }
          #follow .follow-cont > div.aboutlogo a span:before {
            left: calc(25% - 2px); }
          #follow .follow-cont > div.aboutlogo a span:after {
            left: calc(25% + 3px); }
      #follow .follow-cont > div.aboutlogo p {
        text-align: center;
        font-size: 12px;
        margin-top: 0.2em; }
  #follow .meiku-info h3 {
    margin: 0 0 14px !important;
    background: none !important;
    padding: 0 !important;
    border: none !important; }
    #follow .meiku-info h3 img {
      width: 302px;
      height: 48.5px;
      display: block; }
  #follow .meiku-info .ttl-img {
    width: 100%; }
  #follow .meiku-info .contentsinfo {
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch; }
    @media only screen and (max-width: 768px) {
      #follow .meiku-info .contentsinfo {
        display: block; } }
    #follow .meiku-info .contentsinfo h4 {
      background: #90b821 !important;
      color: #fff !important;
      font-weight: bold !important;
      font-size: 14px !important;
      padding: 5px 8px !important;
      border: none !important;
      width: 90px;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        #follow .meiku-info .contentsinfo h4 {
          width: 100%;
          display: block;
          margin-bottom: 10px; }
          #follow .meiku-info .contentsinfo h4 br {
            display: none; } }
    #follow .meiku-info .contentsinfo ul {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      width: calc(100% - 90px); }
      @media only screen and (max-width: 768px) {
        #follow .meiku-info .contentsinfo ul {
          width: auto;
          border-right: #666666 solid 1px; } }
      #follow .meiku-info .contentsinfo ul li {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-end;
        align-items: center;
        width: 33%;
        padding: 6px;
        border-right: #666666 solid 1px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          #follow .meiku-info .contentsinfo ul li {
            border-left: #666666 solid 1px;
            border-right: none; } }
        #follow .meiku-info .contentsinfo ul li img {
          display: block;
          margin-bottom: 12px; }
        #follow .meiku-info .contentsinfo ul li:nth-child(1) img {
          width: 41px;
          height: 40px; }
        #follow .meiku-info .contentsinfo ul li:nth-child(2) img {
          width: 51px;
          height: 36px; }
        #follow .meiku-info .contentsinfo ul li:nth-child(3) img {
          width: 40px;
          height: 40px; }
  #follow .meiku-info h4 {
    background: #fff !important;
    letter-spacing: inherit !important; }
  #follow .meiku-info p {
    text-align: justify !important;
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 768px) {
      #follow .meiku-info p {
        font-size: 14px; } }
  #follow .meiku-info h4.catch {
    font-size: 20px !important;
    line-height: 34px !important;
    color: #000 !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 1em !important;
    text-align: justify !important; }
    @media only screen and (max-width: 768px) {
      #follow .meiku-info h4.catch {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 20px; } }
  #follow .meiku-info h4.event-ttl {
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    position: relative !important;
    border-top: 3px double #999 !important;
    border-bottom: none !important; }
    #follow .meiku-info h4.event-ttl span {
      background: #fff;
      padding-right: 5px;
      position: relative;
      top: -0.8em; }
  #follow .meiku-info p.icons {
    padding-bottom: 8px;
    float: left; }
    #follow .meiku-info p.icons img:nth-child(1) {
      width: 55px;
      height: 41.5px;
      margin-right: 10px; }
    #follow .meiku-info p.icons img:nth-child(2) {
      width: 55px;
      height: 51.5px;
      margin-right: 20px; }
  #follow .meiku-info > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      #follow .meiku-info > div {
        display: block; } }
  #follow .meiku-info .left-col, #follow .meiku-info .right-col {
    width: calc((100% - 40px) / 2); }
    @media only screen and (max-width: 768px) {
      #follow .meiku-info .left-col, #follow .meiku-info .right-col {
        width: 100%; } }
  #follow .meiku-info .ttl-img {
    display: block; }
  #follow .meiku-link {
    margin: 20px auto 0; }
    #follow .meiku-link a {
      background: url("../../../images/meilku_parts/meiku_arw.png") right 15px center no-repeat #e9f1d3;
      background-size: 7px 11px;
      border: 2px solid #90b821;
      border-radius: 5px;
      padding: 13px 15px 8px 8px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-content: center;
      font-weight: bold;
      font-size: 16px;
      color: #000; }
      #follow .meiku-link a span {
        content: url("../../../images/meilku_parts/meiku_logo.svg");
        display: inline-block;
        width: 94px;
        height: 26px;
        margin-top: -3px;
        margin-right: 6px; }

/*-------------------
entry
-------------------*/
#entry {
  background: #f2edf1; }
  #entry .container {
    padding-bottom: 75px; }
  #entry .section-title {
    margin-bottom: 25px; }
  #entry .link-btn {
    margin: 18px 0; }
    #entry .link-btn a::after {
      content: "コースを申し込む"; }

@media only screen and (max-width: 768px) {
  #entry .container {
    padding-bottom: 20px; }
  #entry .section-title {
    margin-bottom: 14px; }
  #entry .link-btn {
    margin: 18px auto; }
    #entry .link-btn a {
      margin: auto; }
      #entry .link-btn a::after {
        content: "コースを申し込む"; } }
.entry-table {
  border: solid 1px #333333;
  background: #fff;
  width: 100%;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  .entry-table th {
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    padding: .5em;
    width: 17%;
    background-color: #efebe4;
    color: #333333;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em; }
  .entry-table td {
    border-top: solid 1px #333333;
    padding: .7em 1.5em 1em;
    width: 83%;
    letter-spacing: 0.05em;
    line-height: 1.6; }
  .entry-table li {
    padding-left: 1em;
    text-indent: -1em; }
    .entry-table li::before {
      content: "■";
      color: #e39300; }

@media only screen and (max-width: 768px) {
  .entry-table {
    border-top: none;
    font-size: 14px; } }
@media only screen and (max-width: 768px) {
  .entry-table th {
    display: block;
    border-top: solid 1px #333333;
    border-right: none;
    padding: .3em;
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .entry-table td {
    display: block;
    padding: .7em 1em 1.5em;
    width: 100%; } }
.entry-table__text-small {
  font-size: 16px; }

@media only screen and (max-width: 768px) {
  .entry-table__text-small {
    font-size: 12px; } }
.entry-credit p:nth-of-type(2) {
  margin: 34px 0 10px; }

@media only screen and (max-width: 768px) {
  .entry-credit {
    margin: 0 -1em;
    border-top: dashed 1px #333333;
    padding: 1em 1em 0; }
    .entry-credit p:nth-of-type(2) {
      margin: 20px 0 10px; } }
.entry-credit__text-small {
  margin-left: 1em;
  font-size: 14px; }

@media only screen and (max-width: 768px) {
  .entry-credit__text-small {
    font-size: 12px; } }
.entry-credit__table {
  margin-bottom: 10px;
  border: solid 1px #6c2659;
  width: 610px;
  font-size: 16px; }
  .entry-credit__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px; }
    .entry-credit__table dl + dl {
      border-top: solid 1px #6c2659; }
  .entry-credit__table dt {
    border-right: solid 1px #6c2659;
    width: 44%;
    font-weight: 400;
    color: #6c2659;
    padding-right: 4px; }
  .entry-credit__table dd {
    padding-left: 13px;
    width: 56%;
    color: #6c2659; }

@media only screen and (max-width: 768px) {
  .entry-credit__table {
    margin-bottom: 0;
    width: 100%;
    font-size: 12px; }
    .entry-credit__table dl {
      padding: 5px; } }
/*-------------------
    footer
-------------------*/
footer {
  border-top: solid 1px #333333;
  font-size: 14px; }
  footer p {
    padding: 1em;
    letter-spacing: 0.05em;
    line-height: 1.85;
    text-align: center; }
    footer p + p {
      border-top: dotted 1px #333333; }

@media only screen and (max-width: 768px) {
  footer {
    font-size: 10px; }
    footer p {
      padding: .7em; } }
/*-------------------
    animation
-------------------*/
.motion.fade-in, .motion.fade-in-up {
  opacity: 0; }

.motion-in-slide.fade-in, .motion-in-slide.fade-in-up {
  opacity: 0; }

.motion .fade-in, .motion .fade-in-up {
  opacity: 0; }

.motion-in-slide .fade-in, .motion-in-slide .fade-in-up {
  opacity: 0; }

.motion.is-animating.fade-in, .motion.is-animating .fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.motion-in-slide.is-animating.fade-in, .motion-in-slide.is-animating .fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.motion.is-animating.fade-in-up, .motion.is-animating .fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.motion-in-slide.is-animating.fade-in-up, .motion-in-slide.is-animating .fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes rotate-box-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #f4d499; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #f4d499; }
  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #e39300; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #e39300; } }
@keyframes rotate-box-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #f4d499; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #f4d499; }
  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #e39300; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #e39300; } }
@-webkit-keyframes rotate-box-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  94% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); } }
@keyframes rotate-box-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  94% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); } }
.slide-area__open span, .slide-area__close span {
  display: inline-block;
  margin-left: calc(50% - 28px);
  padding: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #6c2659;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer; }

.slide-area__open span::before, .slide-area__close span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: .5em;
  width: 36px;
  height: 36px;
  background: url(../images/arrow-open.svg) no-repeat center;
  background-size: contain; }

.slide-area__open span:hover, .slide-area__close span:hover {
  opacity: 0.7; }

@media only screen and (max-width: 768px) {
  .slide-area__open span, .slide-area__close span {
    margin-left: calc(50% - 20px);
    padding: 5px;
    font-size: 21px; }

  .slide-area__open span::before, .slide-area__close span::before {
    width: 28px;
    height: 28px; } }
.slide-area__open {
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .slide-area__open {
    margin-bottom: 15px; } }
.slide-area__close {
  margin: 25px 0 30px; }

@media only screen and (max-width: 768px) {
  .slide-area__close {
    margin: 30px 0 20px; } }
.slide-area__open._sp {
  display: none; }

.slide-area__close._sp {
  display: none; }
.slide-area__close span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

@media only screen and (max-width: 768px) {
  .slide-area__open._sp, .slide-area__close._sp {
    display: block; } }
.slide-area__content {
  display: none; }
  .slide-area__content._sp {
    display: block; }

@media only screen and (max-width: 768px) {
  .slide-area__content._sp {
    display: none; } }
.tprice {
  font-size: 0.8em;
  padding: 0 0.4em; }
  @media only screen and (max-width: 768px) {
    .tprice {
      font-size: 0.85em;
      padding: 0 0.2em; } }

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