@charset "UTF-8";
/*! normalize.css v8.0.1 | 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; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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;
  max-width: 100%; }

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

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

html {
  font-size: 62.5%;
  /*for using REM units*/ }

body {
  position: relative;
  direction: ltr;
  font-family: "Noto Sans JP","Helvetica Neue","Helvetica","Hiragino Kaku Gothic ProN","Hiragino Sans","Arial","Yu Gothic","Meiryo","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  color: #666666; }
  @media (max-width: 1140px) {
    body {
      font-size: 1.6363636363636365vw; } }
  @media (max-width: 768px) {
    body {
      font-size: 1.4rem; } }

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

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

.is-tb {
  display: none; }
  @media (max-width: 1140px) {
    .is-tb {
      display: block; } }
  @media (max-width: 768px) {
    .is-tb {
      display: block; } }

.is-sp {
  display: none; }
  @media (max-width: 1140px) {
    .is-sp {
      display: none; } }
  @media (max-width: 768px) {
    .is-sp {
      display: block; } }

.container {
  max-width: 114.0rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.0rem; }

#wrap {
  overflow: hidden; }

.main {
  padding-top: 13.0rem; }
  @media (max-width: 1140px) {
    .main {
      padding-top: 11.403508771929824vw; } }
  @media (max-width: 768px) {
    .main {
      padding-top: 18.666666666666668vw; } }

.c_contents {
  background: url("../images/common/bg.png") no-repeat right 0;
  background-size: 87%; }

.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 1.953125vw 1.5625vw;
  z-index: 999;
  height: 13.0rem; }
  @media (max-width: 1140px) {
    .header {
      height: 11.403508771929824vw; } }
  @media (max-width: 768px) {
    .header {
      align-items: center;
      height: 18.666666666666668vw;
      padding: 0 0 0 2.666666666666667vw; } }
  .header .logo {
    width: 30.0rem;
    line-height: 0;
    padding-bottom: 1.8rem; }
    @media (max-width: 1140px) {
      .header .logo {
        width: 26.31578947368421vw;
        padding-bottom: 1.5789473684210527vw; } }
    @media (max-width: 768px) {
      .header .logo {
        width: 41.6%;
        padding-bottom: 0; } }
  .header .menu_area .navi_button {
    display: none; }
    @media (max-width: 768px) {
      .header .menu_area .navi_button {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 18.666666666666668vw;
        height: 18.666666666666668vw;
        background-color: rgba(227,0,127,1);
        z-index: 1001; }
        .header .menu_area .navi_button::after {
          content: "Menu";
          position: absolute;
          left: 50%;
          bottom: 15%;
          transform: translateX(-50%);
          color: #fff;
          font-size: 3.2vw; } }
    .header .menu_area .navi_button span {
      position: absolute;
      width: 7.466666666666668vw;
      height: 2px;
      background-color: #fff;
      transition: 0.2s;
      left: 50%;
      margin-left: -3.733333333333334vw; }
      .header .menu_area .navi_button span:nth-of-type(1) {
        top: 24%; }
      .header .menu_area .navi_button span:nth-of-type(2) {
        top: 37%; }
      .header .menu_area .navi_button span:nth-of-type(3) {
        top: 37%; }
      .header .menu_area .navi_button span:nth-of-type(4) {
        top: 50%; }
    .header .menu_area .navi_button.active::after {
      content: "Close"; }
    .header .menu_area .navi_button.active span:nth-of-type(1) {
      display: none; }
    .header .menu_area .navi_button.active span:nth-of-type(2) {
      transform: rotate(-45deg); }
    .header .menu_area .navi_button.active span:nth-of-type(3) {
      transform: rotate(45deg); }
    .header .menu_area .navi_button.active span:nth-of-type(4) {
      display: none; }
  .header .menu_area .menu-block {
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-end; }
    .header .menu_area .menu-block .navi_menu {
      display: flex;
      justify-content: flex-end;
      font-size: 2.0rem;
      font-weight: 500;
      letter-spacing: 0.05em; }
      @media (max-width: 1140px) {
        .header .menu_area .menu-block .navi_menu {
          font-size: 1.7543859649122806vw; } }
      @media (max-width: 768px) {
        .header .menu_area .menu-block .navi_menu {
          position: absolute;
          flex-direction: column;
          justify-content: center;
          font-size: 3.733333333333334vw;
          width: 100vw;
          top: 18.666666666666668vw;
          left: 0;
          background-color: rgba(255, 255, 255, 0.8); /*rgba(255, 255, 255, 0.8);*/
          padding: 30px 15px;
          transform: translateX(140%);
          transition: 0.5s;
          z-index: 999; }
          .header .menu_area .menu-block .navi_menu.active {
            transform: translateX(0%); } }
      .header .menu_area .menu-block .navi_menu > li {
        margin-left: 3.5rem; }
        @media (max-width: 1140px) {
          .header .menu_area .menu-block .navi_menu > li {
            margin-left: 3.070175438596491vw; } }
        @media (max-width: 768px) {
          .header .menu_area .menu-block .navi_menu > li {
            display: block;
            border-right: none;
            margin-left: 0;
            padding: 2.666666666666667vw 0;
            border-bottom: 1px solid #ccc; } }
        .header .menu_area .menu-block .navi_menu > li .dropdown__lists {
          transform-origin: center top;
          /*変形を適応する基準をtopとする*/
          transition: all .3s;
          width: 15.0rem;
          position: absolute;
          top: 2.5rem;
          left: 50%;
          transform: scaleY(0) translateX(-50%);
          background-color: #f9e5f1; }
          @media (max-width: 1140px) {
            .header .menu_area .menu-block .navi_menu > li .dropdown__lists {
              width: 13.157894736842104vw;
              top: 2.1929824561403506vw; } }
          @media (max-width: 768px) {
            .header .menu_area .menu-block .navi_menu > li .dropdown__lists {
              position: relative;
              width: auto;
              top: auto;
              left: auto;
              transform: translateX(0);
              background: none;
              padding-left: 2.666666666666667vw; } }
          .header .menu_area .menu-block .navi_menu > li .dropdown__lists li {
            font-size: 1.8rem;
            font-weight: normal;
            letter-spacing: 0;
            text-align: center; }
            @media (max-width: 1140px) {
              .header .menu_area .menu-block .navi_menu > li .dropdown__lists li {
                font-size: 1.5789473684210527vw; } }
            @media (max-width: 768px) {
              .header .menu_area .menu-block .navi_menu > li .dropdown__lists li {
                font-size: 3.733333333333334vw;
                text-align: left;
                border-bottom: 1px dotted #ccc; } }
            .header .menu_area .menu-block .navi_menu > li .dropdown__lists li a {
              display: block;
              padding: 1.5rem 0; }
              @media (max-width: 1140px) {
                .header .menu_area .menu-block .navi_menu > li .dropdown__lists li a {
                  padding: 1.3157894736842104vw; } }
              .header .menu_area .menu-block .navi_menu > li .dropdown__lists li a::after {
                display: none; }
              .header .menu_area .menu-block .navi_menu > li .dropdown__lists li a:hover {
                background-color: #f4cee5; }　 /*#e1efac;ボタン色オーバー*/
            .header .menu_area .menu-block .navi_menu > li .dropdown__lists li:last-child {
              border-bottom: none; }
        .header .menu_area .menu-block .navi_menu > li > a {
          display: block;
          position: relative;
          padding-bottom: .7rem; }
          @media (max-width: 1140px) {
            .header .menu_area .menu-block .navi_menu > li > a {
              padding-bottom: 0.6140350877192983vw; } }
          .header .menu_area .menu-block .navi_menu > li > a:hover::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background-color: #f9e5f1;   /*#eff7d5;ボタン色*/
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
        .header .menu_area .menu-block .navi_menu > li.gnavi__list {
          position: relative; }
          .header .menu_area .menu-block .navi_menu > li.gnavi__list:hover .dropdown__lists {
            transform: scaleY(1) translateX(-50%); }
            @media (max-width: 768px) {
              .header .menu_area .menu-block .navi_menu > li.gnavi__list:hover .dropdown__lists {
                display: none; } }
          .header .menu_area .menu-block .navi_menu > li.gnavi__list a:hover::after {
            display: none; }
    .header .menu_area .menu-block .sns-list {
      display: flex;
      margin-bottom: 1.0rem; }
      @media (max-width: 768px) {
        .header .menu_area .menu-block .sns-list {
          padding-right: 21.333333333333336vw;
          margin-bottom: 0; } }
      .header .menu_area .menu-block .sns-list li {
        width: 3.5rem;
        margin-left: 1.5rem;
        line-height: 0; }
        @media (max-width: 1140px) {
          .header .menu_area .menu-block .sns-list li {
            width: 3.070175438596491vw;
            margin-left: 1.3157894736842104vw; } }
        @media (max-width: 768px) {
          .header .menu_area .menu-block .sns-list li {
            width: 9.333333333333334vw;
            margin-left: 2.666666666666667vw; } }
        .header .menu_area .menu-block .sns-list li a {
          display: block; }
          .header .menu_area .menu-block .sns-list li a:hover {
            opacity: .7; }

.footer {
  position: relative;
  background-color: #e3007f;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 3.0rem 0 2.0rem; }
  @media (max-width: 1140px) {
    .footer {
      padding: 2.631578947368421vw 0 1.7543859649122806vw; } }
  @media (max-width: 768px) {
    .footer {
      padding: 8vw 0 5.333333333333334vw; } }
  .footer .pagetop {
    opacity: 0;
    position: fixed;
    width: 5.0rem;
    right: 2.0rem;
    bottom: 2.0rem;
    transition: all .3s; }
    @media (max-width: 1140px) {
      .footer .pagetop {
        width: 4.385964912280701vw;
        right: 1.7543859649122806vw;
        bottom: 1.7543859649122806vw; } }
    @media (max-width: 768px) {
      .footer .pagetop {
        width: 8vw;
        right: 2.666666666666667vw;
        bottom: 2.666666666666667vw; } }
    .footer .pagetop.active {
      opacity: 1; }
    .footer .pagetop.absolute {
      position: absolute;
      bottom: auto;
      top: -7.0rem; }
      @media (max-width: 1140px) {
        .footer .pagetop.absolute {
          top: -6.140350877192982vw; } }
      @media (max-width: 768px) {
        .footer .pagetop.absolute {
          top: -10.666666666666668vw; } }
  .footer .f-logo {
    width: 26.0rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 1140px) {
      .footer .f-logo {
        width: 22.807017543859647vw;
        margin-bottom: 2.1929824561403506vw; } }
    @media (max-width: 768px) {
      .footer .f-logo {
        width: 50%;
        max-width: 100%;
        margin-bottom: 1.0rem; } }
  .footer .link {
    margin-bottom: 3.5rem;
    font-size: 1.6rem; }
    @media (max-width: 1140px) {
      .footer .link {
        margin-bottom: 3.070175438596491vw;
        font-size: 1.4035087719298245vw; } }
    @media (max-width: 768px) {
      .footer .link {
        font-size: 1.4rem;
        margin-bottom: 2.0rem;
        text-align: center; } }
    .footer .link a {
      display: inline-block;
      padding-left: 3.0rem;
      background: url("../images/common/arrow01.svg") no-repeat 0 50%;
      background-size: 1.3rem;
      letter-spacing: 0.1em; }
      @media (max-width: 1140px) {
        .footer .link a {
          padding-left: 2.631578947368421vw;
          background-size: 1.1403508771929824vw; } }
      @media (max-width: 768px) {
        .footer .link a {
          padding-left: 1.5rem;
          background-size: 1.0rem;
          letter-spacing: 0;
          font-size: 3.2vw; } }
      .footer .link a:hover {
        opacity: .7; }
  .footer .copyright {
    font-size: 1.2rem;
    letter-spacing: 0.15em; }
    @media (max-width: 1140px) {
      .footer .copyright {
        font-size: 1.0526315789473684vw; } }
    @media (max-width: 768px) {
      .footer .copyright {
        letter-spacing: 0;
        text-align: center;
        font-size: 2.666666666666667vw; } }

.sponser-area {
  padding: 4.0rem 0;
  background-color: #ffffff; }
  @media (max-width: 1140px) {
    .sponser-area {
      padding: 3.508771929824561vw 0; } }
  @media (max-width: 768px) {
    .sponser-area {
      padding: 8vw 0; } }
  .sponser-area .sponser-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .sponser-area .sponser-list {
        flex-wrap: wrap; } }
    .sponser-area .sponser-list li {
      margin: 0 4.0rem; }
      @media (max-width: 1140px) {
        .sponser-area .sponser-list li {
          margin: 0 3.508771929824561vw; } }
      @media (max-width: 768px) {
        .sponser-area .sponser-list li {
          margin: 0 2.666666666666667vw 4vw; } }
      .sponser-area .sponser-list li:nth-child(1) {
        width: 20.0rem; }
        @media (max-width: 1140px) {
          .sponser-area .sponser-list li:nth-child(1) {
            width: 17.543859649122805vw; } }
        @media (max-width: 768px) {
          .sponser-area .sponser-list li:nth-child(1) {
            max-width: 20.0rem;
            width: 42.66666666666667vw; } }
      .sponser-area .sponser-list li:nth-child(2) {
        width: 30.2rem; }
        @media (max-width: 1140px) {
          .sponser-area .sponser-list li:nth-child(2) {
            width: 26.49122807017544vw; } }
        @media (max-width: 768px) {
          .sponser-area .sponser-list li:nth-child(2) {
            max-width: 30.2rem;
            width: 64vw; } }
      .sponser-area .sponser-list li:nth-child(3) {
        width: 28.5rem; }
        @media (max-width: 1140px) {
          .sponser-area .sponser-list li:nth-child(3) {
            width: 17.543859649122805vw; } }
        @media (max-width: 768px) {
          .sponser-area .sponser-list li:nth-child(3) {
            max-width: 28.5rem;
            width: 60.8vw; } }

.c_title01 {
  text-align: center;
  font-size: 4.0rem;
  color: #ef8693;
  letter-spacing: .1em;
  margin-bottom: 3.5rem; }
  @media (max-width: 768px) {
    .c_title01 {
      font-size: 5.333333333333334vw;
      margin-bottom: 5.333333333333334vw; } }

.c_button01 {
  max-width: 17.0rem;
  margin: 0 auto; }
  .c_button01 a {
    display: block;
    text-align: center;
    line-height: 3.0rem;
    color: #fff;
    position: relative;
    background-color: #e3007f;　/*#e3007f*/
    font-size: 1.6rem;
    font-weight: bold; }
    @media (max-width: 768px) {
      .c_button01 a {
        line-height: 9.333333333333334vw;
        font-size: 3.733333333333334vw; } }
    .c_button01 a::after {
      position: absolute;
      content: "";
      right: 2px;
      bottom: 2px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 13px 13px;
      border-color: transparent transparent #ffffff transparent; }
    .c_button01 a:hover {
      opacity: .6; }

.mt {
  display: flex;
  align-items: center;
  height: 31.25vw; }
  @media (max-width: 768px) {
    .mt {
      height: 40vw; } }
  .mt .ttl {
    padding-left: 7.8125vw;
    font-size: 1.5625vw;
    color: #fff; }
    @media (max-width: 768px) {
      .mt .ttl {
        font-size: 4.266666666666667vw;
        padding-left: 5.333333333333334vw; } }
    .mt .ttl span {
      font-size: 3.90625vw;
      display: block; }
      @media (max-width: 768px) {
        .mt .ttl span {
          font-size: 6.666666666666667vw; } }

.anker-link {
  background-color: #fcffee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0rem 0;
  font-size: 2.3rem; }
  @media (max-width: 768px) {
    .anker-link {
      font-size: 3.733333333333334vw;
      padding: 2.666666666666667vw 0; } }
  .anker-link li {
    padding-left: 3.0rem;
    background: url("../images/common/arrow02.svg") no-repeat 0 50%;
    background-size: 1.5rem;
    margin: 0 2.5rem; }
    @media (max-width: 768px) {
      .anker-link li {
        padding-left: 5.333333333333334vw;
        background-size: 2.666666666666667vw;
        margin: 0 2.666666666666667vw; } }
    .anker-link li:hover {
      text-decoration: underline; }

/*--------------------------------------------------------
fadein(jq)
--------------------------------------------------------*/
.fadein {
  opacity: 0.0;
  transform: translate(0, 50px);
  transition: all 1s; }

.fadein.scrollin {
  opacity: 1.0;
  transform: translate(0, 0); }
