/* ===================================
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-fixedBnr
------------------------------------ */
.p-fixedBnr {
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  left: 50px;
  width: 500px;
}

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

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

.p-fixedBnr a:hover {
  opacity: .7;
}

/* -----------------------------------
.p-indexSp
------------------------------------ */
.p-indexSp {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
}

@media screen and (min-width: 769px) {
  .p-indexSp {
    display: none;
  }
}

.p-indexSp_top {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-indexSp_top ._img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.p-indexSp_top ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-indexSp_top ._logo {
  position: relative;
  margin-top: 5%;
  margin-left: 5%;
  width: 50%;
}

@media screen and (max-width: 374px) {
  .p-indexSp_top ._logo {
    margin-top: 4%;
    width: 40%;
  }
}

.p-indexSp_top ._txt1 {
  position: relative;
  padding: 5%;
  margin-top: 5%;
  margin-left: 5%;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .p-indexSp_top ._txt1 {
    padding: 4% 5%;
    margin-top: 4%;
  }
}

.p-indexSp_top ._txt1 p:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 374px) {
  .p-indexSp_top ._txt1 p:nth-of-type(1) {
    font-size: 1.3rem;
  }
}

.p-indexSp_top ._txt1 p:nth-of-type(2) {
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 374px) {
  .p-indexSp_top ._txt1 p:nth-of-type(2) {
    margin-top: 10px;
    line-height: 1.4;
  }
}

.p-indexSp_top ._txt1 ._btn {
  position: absolute;
  right: 10px;
  bottom: -50px;
}

@media screen and (max-width: 374px) {
  .p-indexSp_top ._txt1 ._btn {
    bottom: -60px;
  }
}

.p-indexSp_top ._txt2 {
  position: absolute;
  left: 5%;
  bottom: 15px;
  font-size: 1.0rem;
  color: #fff;
}

.p-indexSp_bottom {
  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;
}

.p-indexSp_bottom_item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

/* -----------------------------------
.p-index
------------------------------------ */
.p-index {
  width: 100%;
}

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

.p-index_list {
  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) and (min-width: 769px) {
  .p-index_list {
    height: calc(100vh - 80px - 40px);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .p-index_list {
    height: calc(100vh - 40px);
  }
}

.p-index_list_item {
  -webkit-transition: 0.5s cubic-bezier(0.23, 0.67, 0.31, 1);
  transition: 0.5s cubic-bezier(0.23, 0.67, 0.31, 1);
  position: relative;
}

.is-elavie .p-index_list_item.-trend {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

.is-trend .p-index_list_item.-trend {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}

.is-elavie .p-index_list_item.-elavie {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}

.is-trend .p-index_list_item.-elavie {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}

.p-index_list_item ._bg {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  height: 100%;
}

.p-index_list_item ._bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_list_item ._logo {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.p-index_list_item ._txt {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  position: absolute;
  width: 35%;
  min-width: 400px;
  max-width: 500px;
  padding: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  margin-right: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-index_list_item ._btn {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.p-index_list_item ._switch {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-elavie .p-index_list_item.-trend ._bg {
  opacity: .25;
}

.is-elavie .p-index_list_item.-trend ._txt {
  opacity: 0;
}

.p-index_list_item.-trend ._txt p:nth-of-type(1) {
  font-size: 2.0rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.p-index_list_item.-trend ._txt div {
  margin-top: 40px;
  width: 80%;
}

.p-index_list_item.-trend ._txt p:nth-of-type(2) {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}

.is-elavie .p-index_list_item.-trend ._btn {
  opacity: 0;
}

.p-index_list_item.-trend ._switch {
  left: 0;
  width: 90%;
  max-width: 210px;
}

.is-trend .p-index_list_item.-trend ._switch {
  opacity: 0;
}

.is-trend .p-index_list_item.-elavie ._bg {
  opacity: .25;
}

.p-index_list_item.-elavie ._logo {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 30%;
  min-width: 300px;
  max-width: 500px;
}

[data-page-category="2floors"] .p-index_list_item.-elavie ._logo {
  width: 40%;
}

[data-page-category="2floors"] .p-index_list_item.-elavie ._logo > div {
  position: relative;
  left: -3.5%;
}

.is-trend .p-index_list_item.-elavie ._logo {
  opacity: 0;
}

.p-index_list_item.-elavie ._logo p {
  margin-top: 20px;
  font-size: 1.2rem;
}

.is-trend .p-index_list_item.-elavie ._txt {
  opacity: 0;
}

.p-index_list_item.-elavie ._txt p:nth-of-type(1) {
  font-size: 2.5rem;
  font-weight: bold;
}

.p-index_list_item.-elavie ._txt p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}

.is-trend .p-index_list_item.-elavie ._btn {
  opacity: 0;
}

.p-index_list_item.-elavie ._switch {
  right: 0;
  width: 80%;
  max-width: 328px;
}

.is-elavie .p-index_list_item.-elavie ._switch {
  opacity: 0;
}

/* -----------------------------------
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=top.css.map */