/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
ie
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
secHeight
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #495154;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body[data-page=hiraya_trend] {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 300;
}

@media print {
  html, body {
    height: auto;
  }
}

a {
  color: #495154;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #00758e;
  color: #fff;
}

::selection {
  background: #00758e;
  color: #fff;
}

::-moz-selection {
  background: #00758e;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  overflow-x: hidden;
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: relative;
  z-index: 10000;
}

[data-page=trend] .l-header {
  position: fixed;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 768px) {
  [data-page=trend] .l-header {
    height: 40px;
  }
}

[data-page=top] .l-header {
  position: fixed;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 768px) {
  [data-page=top] .l-header {
    height: 40px;
  }
}

[data-page=index] .l-header {
  position: fixed;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 768px) {
  [data-page=index] .l-header {
    height: 40px;
  }
}

.l-header_in {
  height: 80px;
  background: #ddd;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-header_in {
    height: 40px;
  }
}

.l-header_logo {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 178px;
}

@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 100px;
  }
}

.l-header_title {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 128px;
}

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

.l-header_nav {
  position: absolute;
  right: 36px;
  bottom: 0;
}

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

.l-header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header_nav ul li {
  margin: 0 5px;
}

.l-header_nav ul li a {
  width: 262px;
  display: block;
  text-align: center;
  background: #768083;
  color: #fff;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.l-header_nav ul li.-top {
  margin-left: 45px;
}

.l-header_nav ul li.-top a {
  width: 168px;
  background-color: #869294;
}

.l-header_spnav {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #f6f8f9;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.l-header_spnav.is-open {
  opacity: 1;
  z-index: 3000;
  visibility: visible;
}

.l-header_spnav ._logo {
  text-align: center;
  max-width: 255px;
  margin: 20px auto;
}

.l-header_spnav ._logo.-logo2 {
  width: 140px;
}

.l-header_spnav ._logo p {
  font-size: 1.2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.l-header_spnav ._line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header_spnav ._line span {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  height: 10px;
}

.l-header_spnav ._line span:nth-of-type(1) {
  background: #e66182;
}

.l-header_spnav ._line span:nth-of-type(2) {
  background: #2464c0;
}

.l-header_spnav ._line span:nth-of-type(3) {
  background: #e87d10;
}

.l-header_spnav ._line span:nth-of-type(4) {
  background: #058642;
}

.l-header_spnav ._gnav {
  margin-top: 20px;
  padding: 0 5%;
}

.l-header_spnav ._gnav ul li {
  border-bottom: 1px solid #cecece;
}

.l-header_spnav ._gnav ul li:first-child {
  border-top: 1px solid #cecece;
}

.l-header_spnav ._gnav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 10px;
  padding-left: 25px;
}

.l-header_spnav ._gnav ul li a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #e66182;
  border-bottom: 2px solid #e66182;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.l-header_spnav ._fnav {
  margin-top: 25px;
  padding: 0 5%;
}

.l-header_spnav ._fnav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 5px;
  padding-left: 25px;
  color: #495154;
}

.l-header_spnav ._copyright {
  margin-top: 20px;
  text-align: center;
  font-size: .9rem;
}

.l-header_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_btn {
    display: block;
    position: absolute;
    z-index: 10000;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #768083;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .l-header_btn span {
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    position: absolute;
    width: 18px;
    height: 1px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 3px;
  }
  .l-header_btn span:nth-child(1) {
    top: 30%;
  }
  .l-header_btn span:nth-child(2) {
    top: 49%;
  }
  .l-header_btn span:nth-child(3) {
    bottom: 30%;
  }
  .l-header_btn.is-open {
    background-color: rgba(118, 128, 131, 0);
  }
  .l-header_btn.is-open span {
    background: #768083;
  }
  .l-header_btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, 11px);
            transform: rotate(45deg) translate(-1px, 11px);
  }
  .l-header_btn.is-open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .l-header_btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-1px, -12px);
            transform: rotate(-45deg) translate(-1px, -12px);
  }
}

/* -----------------------------------
content
------------------------------------ */
@media screen and (min-width: 769px) {
  [data-page=index] .l-content {
    margin-top: 80px;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  [data-page=index] .l-content {
    height: calc(100vh - 80px - 40px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  [data-page=index] .l-content {
    height: calc(100vh - 40px);
  }
}

@media screen and (max-width: 768px) {
  [data-page=index] .l-content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  [data-page=top] .l-content {
    margin-top: 80px;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  [data-page=top] .l-content {
    height: calc(100vh - 80px - 40px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  [data-page=top] .l-content {
    height: calc(100vh - 40px);
  }
}

@media screen and (max-width: 768px) {
  [data-page=top] .l-content {
    margin-top: 40px;
  }
}

[data-page=trend] .l-content {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  [data-page=trend] .l-content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  [data-page=elavie] .l-content {
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  [data-page=elavie] .l-content {
    height: calc(100vh - 80px - 40px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  [data-page=elavie] .l-content {
    height: calc(100vh - 40px);
  }
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  [data-page=elavie] .l-footer {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  [data-page=top] .l-footer {
    display: none;
  }
}

.l-footer_in {
  height: 40px;
  background: #ddd;
  position: relative;
}

.l-footer_nav {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.l-footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer_nav ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1.2rem;
}

.l-footer_nav ul li a:hover {
  text-decoration: underline;
}

.l-footer_copyright {
  font-size: 1.0rem;
}

@media screen and (min-width: 769px) {
  .l-footer_copyright {
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .l-footer_copyright {
    text-align: center;
    line-height: 40px;
  }
}

/* -----------------------------------
section
------------------------------------ */
.l-sec {
  overflow: hidden;
  position: relative;
}

.l-sec_in {
  position: relative;
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
.c-btn
------------------------------------ */
.c-btnStyle1 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 769px) {
  .c-btnStyle1:not(:disabled):hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }
}

.c-btnStyle1 > span {
  display: inline-block;
  padding-bottom: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .c-btnStyle1 > span {
    padding-bottom: 22px;
    font-size: 1.2rem;
  }
}

.c-btnStyle1 > span:after {
  content: '';
  display: block;
  width: 23px;
  height: 33px;
  background: url(../img/hiraya/common/arrow_g.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .c-btnStyle1 > span:after {
    width: 13px;
    height: 20px;
  }
}

.c-btnStyle1.-topstart {
  background: #fff;
  border-color: #e66182;
  border: 4px solid #e66182;
}

.c-btnStyle1.-topstart span:after {
  background-image: url(../img/hiraya/common/arrow_g.svg);
}

.c-btnStyle1.-start {
  background: #e66182;
  border: none;
}

.c-btnStyle1.-start span {
  color: #fff;
}

.c-btnStyle1.-start span:after {
  background-image: url(../img/hiraya/common/arrow_w.svg);
}

.c-btnStyle1.-submit {
  background: #e66182;
  border: none;
}

.c-btnStyle1.-submit span {
  color: #fff;
}

.c-btnStyle1.-submit span:after {
  background-image: url(../img/hiraya/common/arrow_w.svg);
}

.c-btnStyle1:disabled {
  border-color: #bbb;
  background: #eee;
}

.c-btnStyle1:disabled > span {
  color: #bbb;
}

.c-btnStyle1:disabled > span:after {
  opacity: .3;
}

.c-btnStyle1:disabled.-submit span:after {
  background-image: url(../img/hiraya/common/arrow_g.svg);
}

.c-btnStyle2 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (min-width: 769px) {
  .c-btnStyle2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-btnStyle2 {
    width: 164px;
    height: 54px;
  }
}

@media screen and (min-width: 769px) {
  .c-btnStyle2:not(:disabled):hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }
}

.c-btnStyle2 > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .c-btnStyle2 > span {
    padding-bottom: 35px;
  }
}

.c-btnStyle2 > span:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 33px;
  background: url(../img/hiraya/common/arrow_g.svg) no-repeat center;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  .c-btnStyle2 > span:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .c-btnStyle2 > span:after {
    position: relative;
    top: 5px;
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 13px;
    height: 20px;
  }
}

.c-btnStyle2.-step1 {
  border: 4px solid #e66182;
}

.c-btnStyle2.-step2 {
  border: 4px solid #2464c0;
}

.c-btnStyle2.-step3 {
  border: 4px solid #e87d10;
}

.c-btnStyle2.-step4 {
  border: 4px solid #058642;
}

.c-btnStyle2.-check {
  border: 4px solid #ebbc50;
}

.c-btnStyle2:disabled {
  border-color: #bbb;
  background: #eee;
}

.c-btnStyle2:disabled > span {
  color: #bbb;
}

.c-btnStyle2:disabled > span:after {
  opacity: .3;
}

.c-btnEntrance {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: #e66182;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 1200px) {
  .c-btnEntrance {
    width: 150px;
    height: 150px;
  }
}

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

@media screen and (min-width: 769px) {
  .c-btnEntrance:not(:disabled):hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }
}

.c-btnEntrance > span {
  display: inline-block;
  padding-bottom: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1200px) {
  .c-btnEntrance > span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .c-btnEntrance > span {
    padding-bottom: 25px;
    font-size: 1.2rem;
  }
}

.c-btnEntrance > span:after {
  content: '';
  display: block;
  width: 15px;
  height: 21px;
  background: url(../img/hiraya/common/arrow_w.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .c-btnEntrance > span:after {
    width: 13px;
    height: 20px;
  }
}

.c-btnEntrance.-left > span:after {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.c-btnTrend {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 4px solid #EBBC50;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .c-btnTrend:not(:disabled):hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }
}

.c-btnTrend:after {
  content: '';
  display: inline-block;
  width: 200px;
  height: 20px;
  background: #EBBC50;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  .c-btnTrend:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-btnTrend > span {
  display: inline-block;
  position: absolute;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.9rem;
  padding-bottom: 15px;
}

.c-btnStyle3 {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.c-btnStyle3:not(:disabled):hover {
  opacity: .7;
}

.c-btnStyle3 > span {
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-btnStyle3 > span {
    padding: 8px 15px;
    font-size: 1.4rem;
  }
}

.c-btnStyle3.-search > span {
  background: #e66182;
  color: #fff;
}

.c-btnStyle3.-clear > span {
  background: none;
  border: 1px solid #353434;
}

.c-btnStyle3:disabled > span {
  background: #eee;
  border-color: #bbb;
  color: #bbb;
}

.c-btnPagetop {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.c-btnPagetop > span {
  display: inline-block;
  padding-top: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.2rem;
  border-bottom: 1px solid;
  color: #768082;
}

@media screen and (max-width: 768px) {
  .c-btnPagetop > span {
    padding-top: 26px;
    font-size: 1.0rem;
  }
}

.c-btnPagetop > span:after {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  content: '';
  display: block;
  width: 23px;
  height: 33px;
  background: url(../img/hiraya/common/arrow_g2.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -1px;
}

@media screen and (max-width: 768px) {
  .c-btnPagetop > span:after {
    width: 12px;
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-btnPagetop:hover {
    background: #eee;
  }
  .c-btnPagetop:hover > span {
    border-bottom: 1px solid #eee;
  }
  .c-btnPagetop:hover > span:after {
    -webkit-transform: translateX(-50%) scale(1.2, 1.2);
            transform: translateX(-50%) scale(1.2, 1.2);
  }
}

.c-btnLoupe {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #768082;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-btnLoupe {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 769px) {
  .c-btnLoupe:hover {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }
}

.c-btnLoupe > span {
  font-size: 0;
  display: inline-block;
  padding-bottom: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.c-btnLoupe > span:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/hiraya/common/ico_loupe.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c-btnLoupe > span:after {
    width: 20px;
    height: 20px;
  }
}

.c-btnSwitch {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.c-btnSwitch:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.c-btnSwitch.-trend {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: relative;
  padding: 30px 20px 30px 50px;
}

.c-btnSwitch.-trend:after {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  content: '';
  display: block;
  width: 23px;
  height: 33px;
  background: url(../img/hiraya/common/arrow_p.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-btnSwitch.-trend:after {
    width: 12px;
    height: 20px;
  }
}

.c-btnSwitch.-elavie {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: relative;
  padding: 70px 50px 70px 40px;
}

.c-btnSwitch.-elavie:after {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  content: '';
  display: block;
  width: 23px;
  height: 33px;
  background: url(../img/hiraya/common/arrow_p.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .c-btnSwitch.-elavie:after {
    width: 12px;
    height: 20px;
  }
}

.c-btnRelease {
  cursor: pointer;
  position: relative;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.c-btnRelease:not(:disabled):hover {
  opacity: .7;
}

.c-btnRelease > span {
  display: block;
  background-color: #3E7CC2;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .c-btnRelease > span {
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .c-btnRelease > span {
    padding: 5px 5px;
    font-size: .9rem;
    line-height: 1;
  }
}

@media screen and (max-width: 374px) {
  .c-btnRelease > span {
    font-size: .7rem;
  }
}

/* -----------------------------------
checkbox
------------------------------------ */
.c-checkbox {
  position: relative;
  padding: 2px 0;
  margin: 3px 15px 3px 0px;
  cursor: pointer;
}

.c-checkbox > input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-checkbox > span {
  min-width: 20px;
  min-height: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .c-checkbox > span {
    padding-left: 22px;
    font-size: 1.4rem;
  }
}

.c-checkbox > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  border: 1px solid #828282;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .c-checkbox > span:before {
    width: 16px;
    height: 16px;
  }
}

.c-checkbox > span:after {
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  border-left: 3px solid #0075ff;
  border-bottom: 3px solid #0075ff;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-top: -2px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-checkbox > span:after {
    width: 10px;
    height: 6px;
    border-left: 2px solid #0075ff;
    border-bottom: 2px solid #0075ff;
  }
}

.c-checkbox > input[type=checkbox]:checked + span:before {
  border-color: #0075ff;
  background: #0075ff;
}

.c-checkbox > input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-color: #fff;
}

/* -----------------------------------
.c-selectImg
------------------------------------ */
.c-selectImg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-selectImg > input[type=checkbox],
.c-selectImg > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-selectImg > span {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  left: 10px;
  bottom: 9px;
}

@media screen and (max-width: 768px) {
  .c-selectImg > span {
    width: 13px;
    height: 13px;
    left: 5px;
    bottom: 6px;
  }
}

.c-selectImg > span:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  border: 1px solid #828282;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .c-selectImg > span:before {
    border-radius: 2px;
    width: 13px;
    height: 13px;
  }
}

.c-selectImg > span:after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  border-left: 4px solid #0075ff;
  border-bottom: 4px solid #0075ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: -3px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-selectImg > span:after {
    margin-top: -2px;
    width: 8px;
    height: 6px;
    border-left: 2px solid #0075ff;
    border-bottom: 2px solid #0075ff;
  }
}

.c-selectImg > input[type=checkbox]:checked + span:before,
.c-selectImg > input[type=radio]:checked + span:before {
  border-color: #0075ff;
  background: #0075ff;
}

.c-selectImg > input[type=checkbox]:checked + span:after,
.c-selectImg > input[type=radio]:checked + span:after {
  opacity: 1;
  border-color: #fff;
}

.c-selectImg ._txt {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 10px 0 10px 50px;
  line-height: 1;
  font-size: 1.6em;
}

.-step1 .c-selectImg ._txt {
  background: rgba(230, 97, 130, 0.8);
}

.-step2 .c-selectImg ._txt {
  background: rgba(36, 100, 192, 0.8);
}

.-step3 .c-selectImg ._txt {
  background: rgba(232, 125, 16, 0.8);
}

.-step4 .c-selectImg ._txt {
  background: rgba(5, 134, 66, 0.8);
}

@media screen and (max-width: 768px) {
  .c-selectImg ._txt {
    padding: 5px 0 5px 25px;
    font-size: 1.0em;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 300;
  }
}

.c-selectImg > input[type=checkbox]:checked ~ ._txt,
.c-selectImg > input[type=radio]:checked ~ ._txt {
  background: #fff;
}

.-step1 .c-selectImg > input[type=checkbox]:checked ~ ._txt, .-step1
.c-selectImg > input[type=radio]:checked ~ ._txt {
  color: #e66182;
}

.-step2 .c-selectImg > input[type=checkbox]:checked ~ ._txt, .-step2
.c-selectImg > input[type=radio]:checked ~ ._txt {
  color: #2464c0;
}

.-step3 .c-selectImg > input[type=checkbox]:checked ~ ._txt, .-step3
.c-selectImg > input[type=radio]:checked ~ ._txt {
  color: #e87d10;
}

.-step4 .c-selectImg > input[type=checkbox]:checked ~ ._txt, .-step4
.c-selectImg > input[type=radio]:checked ~ ._txt {
  color: #058642;
}

.c-selectImg ._img {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.c-selectImg ._img:before {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}

.-step1 .c-selectImg ._img:before {
  background: rgba(230, 97, 130, 0.3);
}

.-step2 .c-selectImg ._img:before {
  background: rgba(36, 100, 192, 0.3);
}

.-step3 .c-selectImg ._img:before {
  background: rgba(232, 125, 16, 0.3);
}

.-step4 .c-selectImg ._img:before {
  background: rgba(5, 134, 66, 0.3);
}

.c-selectImg ._img img {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-selectImg:hover ._img:before {
  opacity: 1;
}

.c-selectImg > input[type=checkbox]:checked ~ ._img:before,
.c-selectImg > input[type=radio]:checked ~ ._img:before {
  opacity: 1;
}

.-step1 .c-selectImg > input[type=checkbox]:checked ~ ._img:before, .-step1
.c-selectImg > input[type=radio]:checked ~ ._img:before {
  background: rgba(230, 97, 130, 0.6);
}

.-step2 .c-selectImg > input[type=checkbox]:checked ~ ._img:before, .-step2
.c-selectImg > input[type=radio]:checked ~ ._img:before {
  background: rgba(36, 100, 192, 0.6);
}

.-step3 .c-selectImg > input[type=checkbox]:checked ~ ._img:before, .-step3
.c-selectImg > input[type=radio]:checked ~ ._img:before {
  background: rgba(232, 125, 16, 0.6);
}

.-step4 .c-selectImg > input[type=checkbox]:checked ~ ._img:before, .-step4
.c-selectImg > input[type=radio]:checked ~ ._img:before {
  background: rgba(5, 134, 66, 0.6);
}

/* -----------------------------------
.c-selectPlan
------------------------------------ */
.c-selectPlan {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-selectPlan > input[type=checkbox],
.c-selectPlan > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.c-selectPlan > span {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  padding: 15px 20px 20px 46px;
  color: #fff;
  background: #e66182;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-selectPlan > span {
    padding: 3px 8px 7px 25px;
  }
}

.c-selectPlan > span:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  border: 1px solid #828282;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .c-selectPlan > span:before {
    left: 3px;
    width: 16px;
    height: 16px;
  }
}

.c-selectPlan > span:after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  border-left: 4px solid #0075ff;
  border-bottom: 4px solid #0075ff;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  margin-top: -3px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .c-selectPlan > span:after {
    width: 11px;
    height: 8px;
    border-left: 2px solid #0075ff;
    border-bottom: 2px solid #0075ff;
    left: 5px;
  }
}

.c-selectPlan > input[type=checkbox]:checked + span:before,
.c-selectPlan > input[type=radio]:checked + span:before {
  border-color: #0075ff;
  background: #0075ff;
}

.c-selectPlan > input[type=checkbox]:checked + span:after,
.c-selectPlan > input[type=radio]:checked + span:after {
  opacity: 1;
  border-color: #fff;
}

.c-selectPlan ._img {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .c-selectPlan ._img {
    padding-bottom: 110%;
  }
}

.c-selectPlan ._img img {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.c-selectPlan:hover ._img {
  background-color: rgba(230, 97, 130, 0.1);
}

.c-selectPlan:hover ._img img {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
          transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.c-selectPlan > input[type=checkbox]:checked ~ ._img,
.c-selectPlan > input[type=radio]:checked ~ ._img {
  background-color: rgba(230, 97, 130, 0.1);
}

.c-selectPlan > input[type=checkbox]:checked ~ ._img img,
.c-selectPlan > input[type=radio]:checked ~ ._img img {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
          transform: translate(-50%, -50%) scale(1.05, 1.05);
}

/* -----------------------------------
.c-txtStyle
------------------------------------ */
/* -----------------------------------
.c-secTitle
------------------------------------ */
/* -----------------------------------
.c-secTitle2
------------------------------------ */
/* -----------------------------------
input
------------------------------------ */
/* -----------------------------------
.c-select
------------------------------------ */
/* -----------------------------------
.c-inputList
------------------------------------ */
.c-inputList.-col li {
  margin: 10px 0px;
}

.c-inputList.-row li {
  display: inline-block;
  margin: 3px 8px 3px 0px;
}

@media screen and (max-width: 768px) {
  .c-inputList.-row li {
    margin: 3px 6px 10px 0px;
  }
}

/* -----------------------------------
textarea
------------------------------------ */
.c-textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .c-textarea {
    font-size: 16px;
  }
}

.c-textarea:focus {
  outline: none;
  background: #edf9fc;
  border: 1px solid #00758e;
}

/* -----------------------------------
.c-icoPlay
------------------------------------ */
/* -----------------------------------
.c-required
------------------------------------ */
/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* -----------------------------------
.p-pageTop
------------------------------------ */
.p-pageTop {
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  right: 100px;
  cursor: pointer;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-pageTop {
    bottom: 50px;
    right: 20px;
  }
}

.p-pageTop.is-visible {
  visibility: visible;
  opacity: 1;
}

.p-pageTop > div {
  text-align: center;
}

.p-pageTop > div img {
  width: 70px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (max-width: 768px) {
  .p-pageTop > div img {
    width: 40px;
  }
}

.p-pageTop > div:hover {
  text-decoration: none;
}

.p-pageTop > div:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

/* -----------------------------------
.p-backElavie
------------------------------------ */
.p-backElavie {
  position: fixed;
  z-index: 1000;
  top: 120px;
  cursor: pointer;
}

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

.p-backElavie > a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.p-backElavie > a img {
  width: 70px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.p-backElavie > a:hover {
  text-decoration: none;
}

.p-backElavie > a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

/* -----------------------------------
.p-fixedBtn
------------------------------------ */
.p-fixedBtn {
  position: fixed;
  z-index: 1000;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.p-fixedBtn ul li:nth-of-type(2) {
  margin-top: 15px;
}

.p-fixedBtn ul li a {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  display: block;
}

.p-fixedBtn ul li a img {
  width: calc(190px / 2);
}

.p-fixedBtn ul li a:hover {
  opacity: .8;
}

/* -----------------------------------
.p-secMain
------------------------------------ */
.p-secMain {
  background: #3d576b;
  background: -webkit-gradient(linear, right top, left top, color-stop(26%, #3d576b), color-stop(63%, #476c87), to(#638196));
  background: -webkit-linear-gradient(right, #3d576b 26%, #476c87 63%, #638196 100%);
  background: linear-gradient(270deg, #3d576b 26%, #476c87 63%, #638196 100%);
}

@media screen and (max-width: 768px) {
  .p-secMain {
    margin-bottom: 200px;
  }
}

.p-secMain ._main img {
  height: calc(100vh * .5);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-secMain ._main img {
    height: 40vh;
  }
}

.p-secMain ._cnt_in {
  position: relative;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
  padding: 80px 30px 200px 0;
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in {
    padding: 0px 0px 30px 0;
  }
}

.p-secMain ._cnt_in h1 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-secMain ._cnt_in h1 {
    width: 480px;
    position: absolute;
    z-index: 1;
    top: -220px;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in h1 {
    width: 50%;
    min-width: 228px;
    max-width: 428px;
    margin: -50px auto 0;
  }
}

.p-secMain ._cnt_in h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ebbc50;
  background-size: 100%;
  position: absolute;
  z-index: 0;
}

.p-secMain ._cnt_in h1 div {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 769px) {
  .p-secMain ._cnt_in h1 div {
    padding: 50px 60px;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in h1 div {
    padding: 10%;
    min-width: 228px;
    max-width: 428px;
  }
}

.p-secMain ._cnt_in h1 div p {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in h1 div p {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}

.p-secMain ._cnt_in ._txt {
  z-index: 1;
  color: #fff;
  position: relative;
  padding-top: 20px;
}

.p-secMain ._cnt_in ._txt:before {
  content: '';
  display: block;
  width: 38px;
  height: 6px;
  background: #ebbc50;
  position: absolute;
  top: 0;
  left: 0px;
}

@media screen and (min-width: 769px) {
  .p-secMain ._cnt_in ._txt {
    width: 480px;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in ._txt {
    max-width: 60%;
    margin: 40px auto 0;
  }
}

.p-secMain ._cnt_in ._txt ._txt1 {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in ._txt ._txt1 {
    font-size: 1.1rem;
  }
}

.p-secMain ._cnt_in nav {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-secMain ._cnt_in nav {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in nav {
    bottom: -90px;
    padding: 0 5%;
    width: 100%;
  }
}

.p-secMain ._cnt_in nav ul {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .p-secMain ._cnt_in nav ul.-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-secMain ._cnt_in nav ul.-center li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in nav ul {
    max-width: 350px;
    margin: 0 auto;
  }
}

.p-secMain ._cnt_in nav ul li {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  background: #000;
}

@media screen and (max-width: 768px) {
  .p-secMain ._cnt_in nav ul li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-top: 4%;
  }
}

.p-secMain ._cnt_in nav ul li a {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  display: block;
}

@media screen and (min-width: 769px) {
  .p-secMain ._cnt_in nav ul li a:hover {
    opacity: .8;
  }
}

/* -----------------------------------
.p-sec
------------------------------------ */
.p-sec {
  background: #edeeef;
  position: relative;
  padding: 300px 20px 120px;
}

@media screen and (max-width: 768px) {
  .p-sec {
    padding: 80px 4% 50px;
  }
}

.p-sec:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-sec:before {
    top: 40px !important;
    width: 95vw !important;
    background-size: contain !important;
  }
}

[data-page-category='hiraya'] .p-sec.-sec1:before {
  width: calc(1745px / 2);
  height: calc(1599px / 2);
  background: url(../img/hiraya_trend/s1_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='hiraya'] .p-sec.-sec1:before {
    top: 220px;
    margin-left: -380px;
  }
}

[data-page-category='hiraya'] .p-sec.-sec2:before {
  width: calc(1713px / 2);
  height: calc(1724px / 2);
  background: url(../img/hiraya_trend/s2_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='hiraya'] .p-sec.-sec2:before {
    top: 260px;
    margin-left: 380px;
  }
}

[data-page-category='hiraya'] .p-sec.-sec3:before {
  width: calc(1633px / 2);
  height: calc(1528px / 2);
  background: url(../img/hiraya_trend/s3_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='hiraya'] .p-sec.-sec3:before {
    top: 260px;
    margin-left: -380px;
  }
}

[data-page-category='hiraya'] .p-sec.-sec4:before {
  width: calc(1861px / 2);
  height: calc(1448px / 2);
  background: url(../img/hiraya_trend/s4_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='hiraya'] .p-sec.-sec4:before {
    top: 240px;
    margin-left: 380px;
  }
}

[data-page-category='2floors'] .p-sec.-sec1:before {
  width: calc(1745px / 2);
  height: calc(1599px / 2);
  background: url(../img/2floors_trend/s1_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='2floors'] .p-sec.-sec1:before {
    top: 220px;
    margin-left: -380px;
  }
}

[data-page-category='2floors'] .p-sec.-sec2:before {
  width: calc(1713px / 2);
  height: calc(1724px / 2);
  background: url(../img/2floors_trend/s2_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='2floors'] .p-sec.-sec2:before {
    top: 260px;
    margin-left: 380px;
  }
}

[data-page-category='2floors'] .p-sec.-sec3:before {
  width: calc(1633px / 2);
  height: calc(1528px / 2);
  background: url(../img/2floors_trend/s3_bg.png) no-repeat center top;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  [data-page-category='2floors'] .p-sec.-sec3:before {
    top: 260px;
    margin-left: -380px;
  }
}

.p-sec_in {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-sec_in {
    max-width: 500px;
  }
}

.p-sec_title {
  text-align: center;
}

.p-sec_title img {
  width: 100%;
}

[data-page-category='hiraya'] .-sec1 .p-sec_title img {
  max-width: calc(1930px / 2);
}

[data-page-category='hiraya'] .-sec2 .p-sec_title img {
  max-width: calc(1930px / 2);
}

[data-page-category='hiraya'] .-sec3 .p-sec_title img {
  max-width: calc(2330px / 2);
}

[data-page-category='hiraya'] .-sec4 .p-sec_title img {
  max-width: calc(1930px / 2);
}

[data-page-category='2floors'] .-sec1 .p-sec_title img {
  max-width: calc(1930px / 2);
}

[data-page-category='2floors'] .-sec2 .p-sec_title img {
  max-width: calc(2112px / 2);
}

[data-page-category='2floors'] .-sec3 .p-sec_title img {
  max-width: calc(2112px / 2);
}

.p-sec_cnt1 {
  margin-top: 40px;
  position: relative;
}

.p-sec_cnt1 ._img {
  width: 482px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .-sec1 .p-sec_cnt1 ._img {
    right: 70px;
  }
  .-sec2 .p-sec_cnt1 ._img {
    left: 70px;
  }
  .-sec3 .p-sec_cnt1 ._img {
    right: 70px;
  }
  .-sec4 .p-sec_cnt1 ._img {
    left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-sec_cnt1 ._img {
    width: 100%;
  }
}

.p-sec_cnt1 ._txt1 {
  background: #3d576b;
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, #3d576b), color-stop(63%, #476c87), to(#638196));
  background: -webkit-linear-gradient(left, #3d576b 26%, #476c87 63%, #638196 100%);
  background: linear-gradient(90deg, #3d576b 26%, #476c87 63%, #638196 100%);
  color: #fff;
  font-size: 1.6rem;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .p-sec_cnt1 ._txt1 {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .p-sec_cnt1 ._txt1 {
    padding: 30px;
    position: relative;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .-sec1 .p-sec_cnt1 ._txt1 {
    margin-left: 320px;
  }
  .-sec2 .p-sec_cnt1 ._txt1 {
    margin-left: -320px;
  }
  .-sec3 .p-sec_cnt1 ._txt1 {
    margin-left: 320px;
  }
  .-sec4 .p-sec_cnt1 ._txt1 {
    margin-left: -320px;
  }
}

.p-sec_cnt1 ._txt1:before {
  content: '';
  display: block;
  width: calc(432px / 2);
  height: calc(84px / 2);
  background: url(../img/hiraya_trend/txt_trend.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt1 ._txt1:before {
    width: calc(432px / 3);
    height: calc(84px / 3);
  }
}

.p-sec_cnt2 {
  max-width: 985px;
  margin: 150px auto 0;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 {
    margin-top: 50px;
  }
}

.p-sec_cnt2.-wide {
  max-width: 1266px;
}

.p-sec_cnt2 > div {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-sec_cnt2 > div {
    margin-bottom: 45px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 > div {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-sec_cnt2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-sec_cnt2 ul.-col1 li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-sec_cnt2 ul.-col3 li {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
  }
}

.p-sec_cnt2 ul li {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 ul li + li {
    margin-top: 30px;
  }
}

.p-sec_cnt2 ul li p:nth-of-type(1) {
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 ul li p:nth-of-type(1) {
    font-size: 1.4rem;
  }
}

.p-sec_cnt2 ul li div {
  margin-top: 10px;
}

.p-sec_cnt2 ul li span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 ul li span {
    font-size: 1.0rem;
  }
}

.p-sec_cnt2 ul li p._imgcaption {
  margin-top: 15px;
  padding: 5px;
  background: #fff;
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 ul li p._imgcaption {
    font-size: 1.4rem;
  }
}

.p-sec_cnt2 > p {
  margin: 80px auto 0;
  max-width: 610px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-sec_cnt2 > p {
    margin-top: 35px;
    font-size: 1.4rem;
  }
}

/* -----------------------------------
.p-secSub
------------------------------------ */
.p-secSub {
  position: relative;
  padding: 30px 20px 70px;
  background-size: cover;
}

[data-page-category='hiraya'] .p-secSub.-sec1 {
  background: url(../img/hiraya_trend/s1_sub_bg.jpg) no-repeat center;
}

[data-page-category='hiraya'] .p-secSub.-sec2 {
  background: url(../img/hiraya_trend/s2_sub_bg.jpg) no-repeat center;
}

[data-page-category='hiraya'] .p-secSub.-sec3 {
  background: url(../img/hiraya_trend/s3_sub_bg.jpg) no-repeat center;
}

[data-page-category='hiraya'] .p-secSub.-sec4 {
  background: url(../img/hiraya_trend/s4_sub_bg.jpg) no-repeat center;
}

[data-page-category='2floors'] .p-secSub.-sec1 {
  background: url(../img/2floors_trend/s1_sub_bg.jpg) no-repeat center;
}

[data-page-category='2floors'] .p-secSub.-sec2 {
  background: url(../img/2floors_trend/s2_sub_bg.jpg) no-repeat center;
}

[data-page-category='2floors'] .p-secSub.-sec3 {
  background: url(../img/2floors_trend/s3_sub_bg.jpg) no-repeat center;
}

[data-page-category='2floors'] .p-secSub.-sec4 {
  background: url(../img/2floors_trend/s4_sub_bg.jpg) no-repeat center;
}

@media screen and (max-width: 768px) {
  .p-secSub {
    padding: 30px 0px 0px;
    background-position: center top !important;
    background-size: 100% auto !important;
  }
}

.p-secSub_in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.p-secSub_title {
  text-align: center;
}

.p-secSub_title img {
  max-width: calc(654px / 2);
}

@media screen and (max-width: 768px) {
  .p-secSub_title img {
    max-width: calc(654px / 2.5);
  }
}

.p-secSub_cnt {
  margin-top: 45px;
  position: relative;
  padding: 30px 100px 70px;
  background: #3d576b;
  background: -webkit-gradient(linear, right top, left top, color-stop(26%, #3d576b), color-stop(63%, #476c87), to(#638196));
  background: -webkit-linear-gradient(right, #3d576b 26%, #476c87 63%, #638196 100%);
  background: linear-gradient(270deg, #3d576b 26%, #476c87 63%, #638196 100%);
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt {
    padding: 30px 4% 40px;
  }
}

.p-secSub_cnt:before {
  content: '';
  display: block;
  width: calc(898px / 2);
  height: calc(90px / 2);
  background: url(../img/hiraya_trend/txt_technology.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt:before {
    width: calc(898px / 2.5);
    height: calc(90px / 2.5);
  }
}

.p-secSub_cnt ._title {
  text-align: center;
  max-width: 648px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 3px solid #ebbc50;
  font-size: 2.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt ._title {
    font-size: 1.7rem;
  }
}

.p-secSub_cnt ul {
  margin: 35px auto 0;
  max-width: 985px;
}

@media screen and (min-width: 769px) {
  .p-secSub_cnt ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt ul {
    max-width: 500px;
  }
}

.p-secSub_cnt ul.-col1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-secSub_cnt ul.-col1 li {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}

.p-secSub_cnt ul li {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt ul li + li {
    margin-top: 30px;
  }
}

.p-secSub_cnt ul li p {
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt ul li p {
    font-size: 1.6rem;
  }
}

.p-secSub_cnt ul li div {
  margin-top: 10px;
}

.p-secSub_cnt ul li span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt ul li span {
    font-size: 1.0rem;
  }
}

.p-secSub_cnt > p {
  margin: 60px auto 0;
  max-width: 610px;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secSub_cnt > p {
    margin-top: 35px;
    font-size: 1.4rem;
  }
}

.p-secSub_cnt > p span {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
  text-indent: -1em;
  margin-left: 1em;
}

/* -----------------------------------
.p-catalog
------------------------------------ */
.p-catalog {
  position: relative;
  background: #edeeef;
  padding: 130px 20px 100px;
}

@media screen and (max-width: 768px) {
  .p-catalog {
    padding: 50px 4% 50px;
  }
}

.p-catalog_in {
  position: relative;
  max-width: 914px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-catalog_in {
    max-width: 500px;
  }
}

.p-catalog_in a {
  display: block;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (min-width: 769px) {
  .p-catalog_in a:hover {
    opacity: .8;
  }
}

/* -----------------------------------
.p-backTop
------------------------------------ */
.p-backTop {
  position: relative;
  background: #edeeef;
  padding: 60px 20px 60px;
}

@media screen and (max-width: 768px) {
  .p-backTop {
    padding: 50px 4% 50px;
  }
}

.p-backTop_in {
  position: relative;
  max-width: calc(1355px / 2);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-backTop_in {
    max-width: 500px;
  }
}

.p-backTop_in a {
  display: block;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

@media screen and (min-width: 769px) {
  .p-backTop_in a:hover {
    opacity: .8;
  }
}

/* ---------------------------------------
animation index
--------------------------------------- */
.js-animation-main_child.-main {
  -webkit-transition: 1.6s ease-in-out;
  transition: 1.6s ease-in-out;
  opacity: 0;
}

.js-animation-main_child.-main.is-animation {
  opacity: 1;
}

.js-animation-main_child.-img {
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  opacity: 0;
}

.js-animation-main_child.-img.is-animation {
  opacity: 1;
}

.js-animation-main_child.-logo {
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.js-animation-main_child.-logo:after {
  -webkit-transition: 1.3s ease-out;
  transition: 1.3s ease-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  top: 80px;
  left: -30px;
}

@media screen and (max-width: 768px) {
  .js-animation-main_child.-logo:after {
    top: 10px;
    left: -10px;
  }
}

.js-animation-main_child.-logo.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-animation-main_child.-logo.is-animation:after {
  top: 110px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .js-animation-main_child.-logo.is-animation:after {
    top: 20px;
    left: -20px;
  }
}

.js-animation-main_child.-txt {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-animation-main_child.-txt.is-animation {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.js-animation-main_child.-nav {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.js-animation-main_child.-nav.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-animation-main_child.-fixed {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  opacity: 0;
  right: -100px;
}

.js-animation-main_child.-fixed.is-animation {
  opacity: 1;
  right: -10px;
}

.js-animation-main_child.-back {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  opacity: 0;
  left: -100px;
}

.js-animation-main_child.-back.is-animation {
  opacity: 1;
  left: 40px;
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  opacity: 0;
}

.js-animation.-fadein.is-animation {
  opacity: 1;
}

.js-animation.-slideup {
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-animation.-slideup_m {
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  opacity: 0;
  margin-top: 40px;
}

.js-animation.-slideup_m.is-animation {
  opacity: 1;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

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

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

/* -----------------------------------
padding
------------------------------------ */
.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1.0rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1.0em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}

@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/*# sourceMappingURL=trend.css.map */