@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-size: 62.5%;
}

body {
  font-family: "LIFULL", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  line-height: 1;
  color: #000000;
  text-align: left;
  width: 100% !important;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0px !important;
    width: 100% !important;
    height: 100%;
    overflow-x: hidden !important;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

strong,
b {
  font-weight: bold;
}

object {
  pointer-events: none;
}

img {
  border: none;
  vertical-align: bottom;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg {
  fill: currentColor;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  color: inherit;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a * {
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
textarea:focus,
label:focus,
select:focus {
  outline: 0;
}

select {
  font-family: inherit;
}

:-moz-placeholder-shown {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc !important;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

iframe {
  width: 100%;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
textarea:focus,
label:focus {
  outline: 0;
}

ruby {
  display: inline-table;
  border: none;
  white-space: nowrap;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 100%;
}

ruby rt {
  display: table-header-group;
  font-size: 50%;
  text-align: center;
  line-height: 100%;
}

ruby ruby rt {
  display: table-footer-group;
  font-size: 50%;
  line-height: 100%;
}

ruby rp {
  display: none;
}

body > span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
}

@font-face {
  font-family: "LIFULL";
  font-weight: 500;
  src: url("../../font/lifull/woff2/LIFULLFont-Medium.woff2") format("woff2");
  src: url("../../font/lifull/woff/LIFULLFont-Medium.woff") format("woff");
}
@font-face {
  font-family: "LIFULLB";
  font-weight: 700;
  src: url("../../font/lifull/woff2/LIFULLFont-Bold.woff2") format("woff2");
  src: url("../../font/lifull/woff/LIFULLFont-Bold.woff") format("woff");
}
/* ==========================================================================
layout
==========================================================================*/
/* .l-header
-----------------------------------------------------------------*/
.l-header {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: #e0e0e0 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100000000;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.l-header__logo {
  padding-top: 21px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding-top: 21px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .t-top .l-header__logo {
    padding-top: 17px;
  }
}

.l-header__logo__link {
  width: 100%;
  display: block;
  transition: -webkit- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -moz- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -ms- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header__logo__link:hover {
  opacity: 0.8;
}

.l-header__logo__vi {
  width: 131px;
  height: 30px;
  display: block;
  background-image: url("../../image/common/logo_homes.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 131px 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo__vi {
    width: 80px;
    height: 19px;
    background-size: 80px 19px;
  }
}
@media screen and (max-width: 767px) {
  .t-top .l-header__logo__vi {
    width: 109px;
    height: 25px;
    background-size: 109px 25px;
  }
}

.l-header__sitename {
  width: 131px;
  padding-top: 15px;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-header__sitename {
    left: calc(50% + 10px);
    padding-top: 14px;
  }
}

.l-header__sitename__link {
  width: 100%;
  display: block;
  transition: -webkit- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -moz- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -ms- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header__sitename__link:hover {
  opacity: 0.8;
}

.l-header__sitename__vi {
  width: 132px;
  height: 39px;
  display: block;
  background-image: url("../../image/common/logo_henai-v.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 132px 39px;
}
@media screen and (max-width: 767px) {
  .l-header__sitename__vi {
    width: 106px;
    height: 32px;
    background-size: 106px 32px;
  }
}

/* .l-header__nav
-----------------------------------------------------------------*/
.l-header__nav__wrap {
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff9f0;
  position: fixed;
  top: 70px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 100000000;
}
@media screen and (max-width: 767px) {
  .l-header__nav__wrap {
    height: calc(100% - 60px);
    top: 60px;
  }
}
.is-menu .l-header__nav__wrap {
  visibility: visible;
  opacity: 1;
}

.l-header__nav__box {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__nav__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: start;
    align-items: start;
  }
}
.is-nav .l-header__nav__box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: start;
  align-items: start;
}

.l-header__nav__content {
  padding: 20px 0 30px;
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__nav__content {
    padding: 25px 0 40px;
  }
}

.l-header__nav__title {
  margin: 0 auto 45px;
  width: 220px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .l-header__nav__title {
    margin: 0 auto 30px;
    width: 132px;
    height: 39px;
  }
}

.l-header__menu {
  padding-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    padding-top: 33px;
  }
}

.l-header__search {
  padding-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__search {
    padding-top: 40px;

  }
}



/* .l-header__switch
-----------------------------------------------------------------*/
.l-header__switch {
  display: block;
  display: none;
  width: 70px;
  height: 70px;
  max-height: 659px;
  position: fixed;
  right: 0;
  top: 0;
  border-left: #e0e0e0 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100000000;
}
@media screen and (max-width: 767px) {
  .l-header__switch {
    width: 60px;
    height: 60px;
  }
}

.l-header__switch__link {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  text-decoration: none;
  background-color: #ffffff;
  border-bottom: #e0e0e0 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__switch__link {
    width: 60px;
    height: 60px;
  }
}
.is-menu .l-header__switch__link {
  background-color: #fff9f0;
}

.l-header__switch__content {
  text-align: center;
}

.l-header__switch__icon {
  width: 30px;
  height: 2px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__switch__icon {
    width: 25px;
  }
}
.l-header__switch__icon > span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ed6103;
  position: relative;
  border-radius: 2px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 767px) {
  .l-header__switch__icon > span {
    width: 25px;
  }
}
.l-header__switch__icon:before, .l-header__switch__icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ed6103;
  border-radius: 2px;
  position: absolute;
  -webkit-transition: transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 767px) {
  .l-header__switch__icon:before, .l-header__switch__icon:after {
    width: 25px;
  }
}
.l-header__switch__icon:before {
  top: -9px;
  left: 0;
}
.l-header__switch__icon:after {
  bottom: -9px;
  right: 0;
}

.is-menu .l-header__switch__icon > span {
  opacity: 0;
}

.is-menu .l-header__switch__icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-menu .l-header__switch__icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* .l-main
-----------------------------------------------------------------*/
.l-main {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 60px;
  }
}

/* .l-footer
-----------------------------------------------------------------*/
.l-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ed6103;
}
.t-top .l-footer {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .t-top .l-footer {
    margin-top: 68px;
  }
}

.l-footer__logo {
  width: 50%;
}
.l-footer__logo img {
  width: 113px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 84px;
    height: 20px;
  }
}

.l-footer__copyright {
  width: 50%;
  font-family: "LIFULLB";
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  text-align: right;
}

.l-footer__copyright__txt {
  display: inline-block;
  padding-left: 11px;
  background-image: url("../../image/common/icon_copyright.svg");
  background-repeat: no-repeat;
  background-position: left top 0.2em;
  background-size: 9px 9px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright__txt {
    font-size: 10px;
  }
}

/* ==========================================================================
object
==========================================================================*/
/* .c-button
-----------------------------------------------------------------*/
.c-button {
  padding-top: 24px;
  padding-bottom: 23px;
  cursor: pointer;
  display: block;
  font-family: "LIFULLB", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ed6103;
  position: relative;
  border-radius: 2.5em;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .c-button {
    padding-top: 18px;
    padding-bottom: 19px;
    font-size: 14px;
  }
}
.c-button:hover {
  background-color: #ffab00;
}

.c-button.-small {
  margin: 0 auto;
  width: 61.71875%;
}
@media screen and (max-width: 767px) {
  .c-button.-small {
    width: 100%;
  }
}

.c-button.-xsmall {
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-button.-xsmall {
    width: 100%;
  }
}

.c-button.-reverse {
  color: #ed6103;
  background-color: #ffffff;
  border: #ed6103 solid 1px;
}
.c-button.-reverse:hover {
  color: #ffffff;
  background-color: #ed6103;
}

/* c-card
-----------------------------------------------------------------*/
.c-card {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-card.-type-link {
  transition: -webkit- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -moz- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -ms- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-card.-type-link:hover {
  opacity: 0.6;
}

.c-card__pict {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.c-card__content {
  width: 84.042553%;
  margin-top: 51.3297%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card__content {
    margin-top: 44.4776%;
    padding: 26px 25px 29px;
    width: calc(100% - 40px);
  }
}
.c-card__content.-type-shadow {
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-card__content.-type-shadow {
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  }
}

.c-card__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-card__tag {
  color: #ed6103;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.c-card__tag::before {
  content: "";
  width: 13px;
  height: 15px;
  background: url("../../image/common/icon_hash.svg") no-repeat left center;
  background-size: 13px 15px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-card__tag::before {
    top: -1px;
  }
}
.ua-ie-11-lte .c-card__tag::before {
  top: -4px;
}

.c-card__title {
  font-size: 18px;
  line-height: 1.33333333;
  color: #111111;
  margin: 10px 0 8px;
}
@media screen and (max-width: 1023px) {
  .c-card__title {
    font-size: 16px;
    line-height: 1.375;
    margin: 8px 0 10px;
  }
}
.-small .c-card__title {
  font-size: 15px;
  line-height: 1.2;
}

.c-card__name {
  font-size: 12px;
  line-height: 1.33333333;
  color: #666666;
}
@media screen and (max-width: 1023px) {
  .c-card__name {
    font-size: 11px;
  }
}

/* c-card-search
-----------------------------------------------------------------*/
.c-card-search-list {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .c-card-search-list {
    padding-top: 28px;
  }
}

.c-card-search__link {
  display: block;
  text-decoration: none;
  transition: -webkit- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -moz- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -ms- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-card-search__link:hover {
  opacity: 0.6;
}

.c-card-search__pict {
  position: relative;
}

.c-card-search__pict .c-ratioobj {
  border-radius: 5px;
}

.c-card-search__name {
  position: absolute;
  left: -1px;
  bottom: -1px;
  background-color: #ffffff;
  border-radius: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-search__name {
    margin: 11px 0 0 0;
    position: static;
  }
}

.c-card-search__name > p {
  font-size: 18px;
  line-height: 1.2;
  color: #ed6103;
  margin: 10px 21px 5px 1px;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-card-search__name > p {
    font-size: 15px;
    margin: 9px 10px 5px 1px;
    padding-left: 17px;
  }
}
.c-card-search__name > p::before {
  content: "";
  width: 17px;
  height: 18px;
  background: url("../../image/common/icon_hash.svg") no-repeat left center;
  background-size: 17px 18px;
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .c-card-search__name > p::before {
    width: 12px;
    height: 13px;
    top: 3px;
    background-size: 12px 13px;
  }
}
.ua-ie-11-lte .c-card-search__name > p::before {
  top: -3px;
}
@media screen and (max-width: 1023px) {
  .ua-ie-11-lte .c-card-search__name > p::before {
    top: -1px;
  }
}

.c-card-search__text {
  font-size: 14px;
  line-height: 1.57142857;
  color: #333333;
  margin-top: 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-search__text {
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    margin-top: 8px;
  }
}

/* c-column - common
-----------------------------------------------------------------*/
.c-column {
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.c-column.-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.c-column.-dir-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-column > span.c-column__block {
  display: block;
  height: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

/* c-column - default
-----------------------------------------------------------------*/
.c-column.-col2-s16px > .c-column__block {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: calc((100% - 16px) / 2);
  flex-basis: calc((100% - 16px) / 2);
  max-width: calc((100% - 16px) / 2);
}

.ua-ie .c-column.-col2-s16px > .c-column__block,
.ua-edge .c-column.-col2-s16px > .c-column__block,
.ua-ms .c-column.-col2-s16px > .c-column__block {
  width: 49.95%;
  width: calc((99.9% - 16px) / 2);
  max-width: calc((99.9% - 16px) / 2);
  -ms-flex-preferred-size: calc((99.9% - 16px) / 2);
  flex-basis: calc((99.9% - 16px) / 2);
}

.c-column.-col2-s16px.-mt,
.c-column.-col2-s16px[data-mt=true] {
  margin-top: -16px;
}

.c-column.-col2-s16px.-mt > .c-column__block,
.c-column.-col2-s16px[data-mt=true] > .c-column__block {
  margin-top: 16px;
}

.c-column.-col2-s16px.-mt-box,
.c-column.-col2-s16px[data-mt-box=true] {
  margin-top: 0;
}

.c-column.-col2-s16px.-mb-box,
.c-column.-col2-s16px[data-mb-box=true] {
  margin-bottom: 16px;
}

.c-column.-col3-s0 > .c-column__block {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.ua-ie .c-column.-col3-s0 > .c-column__block,
.ua-edge .c-column.-col3-s0 > .c-column__block,
.ua-ms .c-column.-col3-s0 > .c-column__block {
  width: 33.3%;
  max-width: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

.c-column.-col3-s0.-mt,
.c-column.-col3-s0[data-mt=true] {
  margin-top: -0;
}

.c-column.-col3-s0.-mt > .c-column__block,
.c-column.-col3-s0[data-mt=true] > .c-column__block {
  margin-top: 0;
}

.c-column.-col3-s0.-mt-box,
.c-column.-col3-s0[data-mt-box=true] {
  margin-top: 0;
}

.c-column.-col3-s0.-mb-box,
.c-column.-col3-s0[data-mb-box=true] {
  margin-bottom: 0;
}

.c-column.-col3-s16px-t35px > .c-column__block {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: calc((100% - 32px) / 3);
  flex-basis: calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
}

.ua-ie .c-column.-col3-s16px-t35px > .c-column__block,
.ua-edge .c-column.-col3-s16px-t35px > .c-column__block,
.ua-ms .c-column.-col3-s16px-t35px > .c-column__block {
  width: 33.3%;
  width: calc((99.9% - 32px) / 3);
  max-width: calc((99.9% - 32px) / 3);
  -ms-flex-preferred-size: calc((99.9% - 32px) / 3);
  flex-basis: calc((99.9% - 32px) / 3);
}

.c-column.-col3-s16px-t35px.-mt,
.c-column.-col3-s16px-t35px[data-mt=true] {
  margin-top: -35px;
}

.c-column.-col3-s16px-t35px.-mt > .c-column__block,
.c-column.-col3-s16px-t35px[data-mt=true] > .c-column__block {
  margin-top: 35px;
}

.c-column.-col3-s16px-t35px.-mt-box,
.c-column.-col3-s16px-t35px[data-mt-box=true] {
  margin-top: 0;
}

.c-column.-col3-s16px-t35px.-mb-box,
.c-column.-col3-s16px-t35px[data-mb-box=true] {
  margin-bottom: 35px;
}

.c-column.-col4-s16px-t35px > .c-column__block {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: calc((100% - 48px) / 4);
  flex-basis: calc((100% - 48px) / 4);
  max-width: calc((100% - 48px) / 4);
}

.ua-ie .c-column.-col4-s16px-t35px > .c-column__block,
.ua-edge .c-column.-col4-s16px-t35px > .c-column__block,
.ua-ms .c-column.-col4-s16px-t35px > .c-column__block {
  width: 24.975%;
  width: calc((99.9% - 48px) / 4);
  max-width: calc((99.9% - 48px) / 4);
  -ms-flex-preferred-size: calc((99.9% - 48px) / 4);
  flex-basis: calc((99.9% - 48px) / 4);
}

.c-column.-col4-s16px-t35px.-mt,
.c-column.-col4-s16px-t35px[data-mt=true] {
  margin-top: -35px;
}

.c-column.-col4-s16px-t35px.-mt > .c-column__block,
.c-column.-col4-s16px-t35px[data-mt=true] > .c-column__block {
  margin-top: 35px;
}

.c-column.-col4-s16px-t35px.-mt-box,
.c-column.-col4-s16px-t35px[data-mt-box=true] {
  margin-top: 0;
}

.c-column.-col4-s16px-t35px.-mb-box,
.c-column.-col4-s16px-t35px[data-mb-box=true] {
  margin-bottom: 35px;
}

.c-column.-col6-s20px-t20px > .c-column__block {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: calc((100% - 100px) / 6);
  flex-basis: calc((100% - 100px) / 6);
  max-width: calc((100% - 100px) / 6);
}

.ua-ie .c-column.-col6-s20px-t20px > .c-column__block,
.ua-edge .c-column.-col6-s20px-t20px > .c-column__block,
.ua-ms .c-column.-col6-s20px-t20px > .c-column__block {
  width: 16.65%;
  width: calc((99.9% - 100px) / 6);
  max-width: calc((99.9% - 100px) / 6);
  -ms-flex-preferred-size: calc((99.9% - 100px) / 6);
  flex-basis: calc((99.9% - 100px) / 6);
}

.c-column.-col6-s20px-t20px.-mt,
.c-column.-col6-s20px-t20px[data-mt=true] {
  margin-top: -20px;
}

.c-column.-col6-s20px-t20px.-mt > .c-column__block,
.c-column.-col6-s20px-t20px[data-mt=true] > .c-column__block {
  margin-top: 20px;
}

.c-column.-col6-s20px-t20px.-mt-box,
.c-column.-col6-s20px-t20px[data-mt-box=true] {
  margin-top: 0;
}

.c-column.-col6-s20px-t20px.-mb-box,
.c-column.-col6-s20px-t20px[data-mb-box=true] {
  margin-bottom: 20px;
}

/* c-column - breakpoint / medium
-----------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .c-column.-col3-s14px-t14px-medium > .c-column__block {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: calc((100% - 28px) / 3);
    flex-basis: calc((100% - 28px) / 3);
    max-width: calc((100% - 28px) / 3);
  }

  .ua-ie .c-column.-col3-s14px-t14px-medium > .c-column__block,
.ua-edge .c-column.-col3-s14px-t14px-medium > .c-column__block,
.ua-ms .c-column.-col3-s14px-t14px-medium > .c-column__block {
    width: 33.3%;
    width: calc((99.9% - 28px) / 3);
    max-width: calc((99.9% - 28px) / 3);
    -ms-flex-preferred-size: calc((99.9% - 28px) / 3);
    flex-basis: calc((99.9% - 28px) / 3);
  }

  .c-column.-col3-s14px-t14px-medium.-mt,
.c-column.-col3-s14px-t14px-medium[data-mt=true] {
    margin-top: -14px;
  }

  .c-column.-col3-s14px-t14px-medium.-mt > .c-column__block,
.c-column.-col3-s14px-t14px-medium[data-mt=true] > .c-column__block {
    margin-top: 14px;
  }

  .c-column.-col3-s14px-t14px-medium.-mt-box,
.c-column.-col3-s14px-t14px-medium[data-mt-box=true] {
    margin-top: 0;
  }

  .c-column.-col3-s14px-t14px-medium.-mb-box,
.c-column.-col3-s14px-t14px-medium[data-mb-box=true] {
    margin-bottom: 14px;
  }
}
/* c-column - breakpoint / small
---------------------------------------------------------------q--*/
@media screen and (max-width: 767px) {
  .c-column.-col1-s0-t1px-small > .c-column__block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .ua-ie .c-column.-col1-s0-t1px-small > .c-column__block,
.ua-edge .c-column.-col1-s0-t1px-small > .c-column__block,
.ua-ms .c-column.-col1-s0-t1px-small > .c-column__block {
    width: 99.9%;
    max-width: 99.9%;
    -ms-flex-preferred-size: 99.9%;
    flex-basis: 99.9%;
  }

  .c-column.-col1-s0-t1px-small.-mt,
.c-column.-col1-s0-t1px-small[data-mt=true] {
    margin-top: -1px;
  }

  .c-column.-col1-s0-t1px-small.-mt > .c-column__block,
.c-column.-col1-s0-t1px-small[data-mt=true] > .c-column__block {
    margin-top: 1px;
  }

  .c-column.-col1-s0-t1px-small.-mt-box,
.c-column.-col1-s0-t1px-small[data-mt-box=true] {
    margin-top: 0;
  }

  .c-column.-col1-s0-t1px-small.-mb-box,
.c-column.-col1-s0-t1px-small[data-mb-box=true] {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-column.-col1-s0p-t30px-small > .c-column__block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: calc((100% - 0%) / 1);
    flex-basis: calc((100% - 0%) / 1);
    max-width: calc((100% - 0%) / 1);
  }

  .ua-ie .c-column.-col1-s0p-t30px-small > .c-column__block,
.ua-edge .c-column.-col1-s0p-t30px-small > .c-column__block,
.ua-ms .c-column.-col1-s0p-t30px-small > .c-column__block {
    width: 99.9%;
    width: calc((99.9% - 0%) / 1);
    max-width: calc((99.9% - 0%) / 1);
    -ms-flex-preferred-size: calc((99.9% - 0%) / 1);
    flex-basis: calc((99.9% - 0%) / 1);
  }

  .c-column.-col1-s0p-t30px-small.-mt,
.c-column.-col1-s0p-t30px-small[data-mt=true] {
    margin-top: -30px;
  }

  .c-column.-col1-s0p-t30px-small.-mt > .c-column__block,
.c-column.-col1-s0p-t30px-small[data-mt=true] > .c-column__block {
    margin-top: 30px;
  }

  .c-column.-col1-s0p-t30px-small.-mt-box,
.c-column.-col1-s0p-t30px-small[data-mt-box=true] {
    margin-top: 0;
  }

  .c-column.-col1-s0p-t30px-small.-mb-box,
.c-column.-col1-s0p-t30px-small[data-mb-box=true] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-column.-col2-s13px-t18px-small > .c-column__block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc((100% - 13px) / 2);
    flex-basis: calc((100% - 13px) / 2);
    max-width: calc((100% - 13px) / 2);
  }

  .ua-ie .c-column.-col2-s13px-t18px-small > .c-column__block,
.ua-edge .c-column.-col2-s13px-t18px-small > .c-column__block,
.ua-ms .c-column.-col2-s13px-t18px-small > .c-column__block {
    width: 49.95%;
    width: calc((99.9% - 13px) / 2);
    max-width: calc((99.9% - 13px) / 2);
    -ms-flex-preferred-size: calc((99.9% - 13px) / 2);
    flex-basis: calc((99.9% - 13px) / 2);
  }

  .c-column.-col2-s13px-t18px-small.-mt,
.c-column.-col2-s13px-t18px-small[data-mt=true] {
    margin-top: -18px;
  }

  .c-column.-col2-s13px-t18px-small.-mt > .c-column__block,
.c-column.-col2-s13px-t18px-small[data-mt=true] > .c-column__block {
    margin-top: 18px;
  }

  .c-column.-col2-s13px-t18px-small.-mt-box,
.c-column.-col2-s13px-t18px-small[data-mt-box=true] {
    margin-top: 0;
  }

  .c-column.-col2-s13px-t18px-small.-mb-box,
.c-column.-col2-s13px-t18px-small[data-mb-box=true] {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-column.-col2-s14px-t12px-small > .c-column__block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc((100% - 14px) / 2);
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .ua-ie .c-column.-col2-s14px-t12px-small > .c-column__block,
.ua-edge .c-column.-col2-s14px-t12px-small > .c-column__block,
.ua-ms .c-column.-col2-s14px-t12px-small > .c-column__block {
    width: 49.95%;
    width: calc((99.9% - 14px) / 2);
    max-width: calc((99.9% - 14px) / 2);
    -ms-flex-preferred-size: calc((99.9% - 14px) / 2);
    flex-basis: calc((99.9% - 14px) / 2);
  }

  .c-column.-col2-s14px-t12px-small.-mt,
.c-column.-col2-s14px-t12px-small[data-mt=true] {
    margin-top: -12px;
  }

  .c-column.-col2-s14px-t12px-small.-mt > .c-column__block,
.c-column.-col2-s14px-t12px-small[data-mt=true] > .c-column__block {
    margin-top: 12px;
  }

  .c-column.-col2-s14px-t12px-small.-mt-box,
.c-column.-col2-s14px-t12px-small[data-mt-box=true] {
    margin-top: 0;
  }

  .c-column.-col2-s14px-t12px-small.-mb-box,
.c-column.-col2-s14px-t12px-small[data-mb-box=true] {
    margin-bottom: 12px;
  }
}
/* .c-content
-----------------------------------------------------------------*/
.c-content {
  overflow: hidden;
  position: relative;
}
.c-content.-on-sticky {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .c-content {
    min-width: inherit;
    min-width: auto;
  }
}

/* .c-content-main
-----------------------------------------------------------------*/
/* .c-content - layout
-----------------------------------------------------------------*/
.c-content-medium {
  max-width: 1360px;
  margin: 0 auto;
}

.c-content-medium > .c-content__inner {
  margin: 0 2.9%;
}
@media screen and (max-width: 1023px) {
  .c-content-medium > .c-content__inner {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-medium > .c-content__inner {
    margin: 0 20px;
  }
  .c-content-medium > .c-content__inner.-type-about {
    margin: 0 15px;
  }
}

.c-content-small {
  max-width: 1360px;
  margin: 0 auto;
}

.c-content-small > .c-content__inner {
  margin: 0 7.4%;
}
@media screen and (max-width: 1023px) {
  .c-content-small > .c-content__inner {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-small > .c-content__inner {
    margin: 0 20px;
  }
  .c-content-small > .c-content__inner.-clear-small {
    margin: 0;
  }
}

.c-content-xsmall {
  max-width: 964px;
  margin: 0 auto;
}

.c-content-xsmall > .c-content__inner {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .c-content-xsmall > .c-content__inner {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-xsmall > .c-content__inner {
    margin: 0 20px;
  }
  .c-content-xsmall > .c-content__inner.-clear-small {
    margin: 0;
  }
}

.c-content-xxsmall {
  max-width: 768px;
  margin: 0 auto;
}

.c-content-xxsmall > .c-content__inner {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .c-content-xxsmall > .c-content__inner {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-xxsmall > .c-content__inner {
    margin: 0 20px;
  }
  .c-content-xxsmall > .c-content__inner.-clear-small {
    margin: 0;
  }
}

/* .c-heading
-----------------------------------------------------------------*/
.c-heading-sec {
  text-align: center;
  position: relative;
}
.c-heading-sec::before {
  content: "";
  width: 85px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../../image/common/icon_hash.svg") no-repeat left top;
  background-size: 100% 100%;
  opacity: 0.12;
}
@media screen and (max-width: 767px) {
  .c-heading-sec::before {
    width: 64px;
    height: 73px;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-sec.-small::before {
    width: 51px;
    height: 63px;
  }
}

.c-heading-jp {
  font-size: 30px;
  line-height: 1;
  font-family: "LIFULLB", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #ed6103;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading-jp {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .-small .c-heading-jp {
    font-size: 21px;
  }
}
.c-heading-sec .c-heading-jp {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading-sec .c-heading-jp {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-sec.-small .c-heading-jp {
    padding-top: 12px;
  }
}

.c-heading-en {
  font-size: 14px;
  line-height: 1;
  font-size: 12px;
  font-family: "LIFULLB";
  text-transform: uppercase;
  color: #ffab00;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-heading-en {
    font-size: 11px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .-small .c-heading-en {
    font-size: 11px;
    padding-top: 10px;
  }
}

/* c-icon
-----------------------------------------------------------------*/
.c-icon {
  display: inline-block;
  position: relative;
}
.c-icon:before, .c-icon:after {
  content: "";
  display: block;
  background-repeat: none;
  background-position: left top;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-icon.-block {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-icon.-arrow-r {
  padding-right: 1.1rem;
}

.c-icon.-arrow-r:after {
  width: 1.1rem;
  height: 1.7rem;
  background-image: url("../../image/common/icon_arrow-r.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 1.7rem;
  top: 50%;
  right: 4.5%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon.-arrow-r:after,
.ua-ms .c-icon.-arrow-r:after {
  width: 11px;
  height: 17px;
  background-size: 11px 17px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon.-arrow-r:after,
a.c-icon.-arrow-r:hover:after,
.c-button:hover .c-icon.-arrow-r:after,
.c-butto.c-icon.-arrow-r:hover:after {
  right: 0%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .c-icon.-arrow-r {
    padding-right: 0.8rem;
  }

  .c-icon.-arrow-r:after {
    width: 0.8rem;
    height: 1.4rem;
    background-image: url("../../image/common/icon_arrow-r.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 0.8rem 1.4rem;
    top: 50%;
    right: 4.5%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ua-ie .c-icon.-arrow-r:after,
.ua-ms .c-icon.-arrow-r:after {
    width: 8px;
    height: 14px;
    background-size: 8px 14px;
    vertical-align: inherit;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}
.c-icon.-arrow-r::after {
  opacity: 0.5;
}

.c-icon.-arrow-l {
  padding-left: 1.1rem;
}

.c-icon.-arrow-l:after {
  width: 1.1rem;
  height: 1.7rem;
  background-image: url("../../image/common/icon_arrow-l.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1rem 1.7rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 4.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon.-arrow-l:after,
.ua-ms .c-icon.-arrow-l:after {
  width: 11px;
  height: 17px;
  background-size: 11px 17px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon.-arrow-l:after,
a.c-icon.-arrow-l:hover:after,
.c-button:hover .c-icon.-arrow-l:after,
.c-butto.c-icon.-arrow-l:hover:after {
  left: 0%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .c-icon.-arrow-l {
    padding-left: 0.8rem;
  }

  .c-icon.-arrow-l:after {
    width: 0.8rem;
    height: 1.4rem;
    background-image: url("../../image/common/icon_arrow-l.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 0.8rem 1.4rem;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 4.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ua-ie .c-icon.-arrow-l:after,
.ua-ms .c-icon.-arrow-l:after {
    width: 8px;
    height: 14px;
    background-size: 8px 14px;
    vertical-align: inherit;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}
.c-icon.-arrow-l::after {
  opacity: 0.5;
}

.c-icon.-arrow-b:after {
  width: 11px;
  height: 6px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../image/common/icon_arrow-b--orange.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 11px 6px;
}
@media screen and (max-width: 767px) {
  .c-icon.-arrow-b:after {
    width: 8px;
    height: 5px;
    background-size: 8px 5px;
  }
}

a:hover.c-icon.-arrow-b:after {
  top: calc(50% + 2px);
}

.c-icon.-arrow-cicle-b {
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .c-icon.-arrow-cicle-b {
    margin-left: 20px;
    padding-left: 29px;
  }
}
.c-icon.-arrow-cicle-b:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ed6103;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-icon.-arrow-cicle-b:before {
    width: 19px;
    height: 19px;
  }
}
.c-icon.-arrow-cicle-b:after {
  content: "";
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../image/common/icon_arrow-b--white.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10px 7px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .c-icon.-arrow-cicle-b:after {
    left: 5px;
    width: 9px;
    height: 5px;
    background-size: 9px 5px;
  }
}

a:hover .c-icon.-arrow-cicle-b:after {
  top: calc(50% + 2px);
  opacity: 1;
}

/* .c-navigation
-----------------------------------------------------------------*/
.c-navigation {
  border-top: #e0e0e0 solid 1px;
  border-bottom: #e0e0e0 solid 1px;
}

.c-navigation__list li {
  color: #ed6103;
  font-size: 18px;
  font-family: "LIFULLB", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-navigation__list li {
    font-size: 14px;
    text-align: left;
  }
}
.c-navigation__list li + li {
  border-left: #e0e0e0 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-navigation__list li + li {
    border-left: none;
    border-top: #e0e0e0 solid 1px;
  }
}

.c-navigation__link {
  padding: 30px 0 32px;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-navigation__link {
    padding: 19px 0 17px;
  }
}
.c-navigation__link > span {
  margin: 0 auto;
}

/* c-ratioobj
-----------------------------------------------------------------*/
.c-ratioobj {
  position: relative;
  overflow: hidden;
}
.c-ratioobj:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

a.c-ratioobj {
  display: block;
}

.c-ratioobj__target {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-ratioobj.-fit {
  width: 100%;
  height: 100%;
}
.c-ratioobj.-fit::after {
  padding-top: 0;
}

.c-ratioobj.-square {
  height: auto;
}
.c-ratioobj.-square::after {
  padding-top: 100%;
}

.c-ratioobj.-half {
  height: auto;
}
.c-ratioobj.-half::after {
  padding-top: 50%;
}

.c-ratioobj.-standard {
  height: auto;
}
.c-ratioobj.-standard::after {
  padding-top: 75%;
}

.c-ratioobj.-standard-vertical {
  height: auto;
}
.c-ratioobj.-standard-vertical::after {
  padding-top: 133.3%;
}

.c-ratioobj.-wide {
  height: auto;
}
.c-ratioobj.-wide::after {
  padding-top: 56.25%;
}

.c-ratioobj.-cinema-scope {
  height: auto;
}
.c-ratioobj.-cinema-scope::after {
  padding-top: 42.6%;
}

.c-ratioobj.-cinema-custom {
  height: auto;
}
.c-ratioobj.-cinema-custom::after {
  padding-top: 51.12%;
}

.c-ratioobj.-cinema-custom2 {
  height: auto;
}
.c-ratioobj.-cinema-custom2::after {
  padding-top: 55.38%;
}

.c-ratioobj.-sliver {
  height: auto;
}
.c-ratioobj.-sliver::after {
  padding-top: 70.7%;
}

.c-ratioobj.-sliver-vertical {
  height: auto;
}
.c-ratioobj.-sliver-vertical::after {
  padding-top: 141.4%;
}

.c-ratioobj.-gold {
  height: auto;
}
.c-ratioobj.-gold::after {
  padding-top: 61.8%;
}

.c-ratioobj.-gold-vertical {
  height: auto;
}
.c-ratioobj.-gold-vertical::after {
  padding-top: 161.8%;
}

.c-ratioobj.-original-vertical {
  height: auto;
}
.c-ratioobj.-original-vertical::after {
  padding-top: 125%;
}

.c-ratioobj.-original {
  height: auto;
}
.c-ratioobj.-original::after {
  padding-top: 58.33%;
}

.c-ratioobj.-mv-vertical {
  height: auto;
}
.c-ratioobj.-mv-vertical::after {
  padding-top: 169.6666%;
}

/* c-ratioobj / medium
-----------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .c-ratioobj.-medium-fit {
    width: 100%;
    height: 100%;
  }
  .c-ratioobj.-medium-fit::after {
    padding-top: 0;
  }

  .c-ratioobj.-medium-square {
    height: auto;
  }
  .c-ratioobj.-medium-square::after {
    padding-top: 100%;
  }

  .c-ratioobj.-medium-half {
    height: auto;
  }
  .c-ratioobj.-medium-half::after {
    padding-top: 50%;
  }

  .c-ratioobj.-medium-standard {
    height: auto;
  }
  .c-ratioobj.-medium-standard::after {
    padding-top: 75%;
  }

  .c-ratioobj.-medium-standard-vertical {
    height: auto;
  }
  .c-ratioobj.-medium-standard-vertical::after {
    padding-top: 133.3%;
  }

  .c-ratioobj.-medium-wide {
    height: auto;
  }
  .c-ratioobj.-medium-wide::after {
    padding-top: 56.25%;
  }

  .c-ratioobj.-medium-cinema-scope {
    height: auto;
  }
  .c-ratioobj.-medium-cinema-scope::after {
    padding-top: 42.6%;
  }

  .c-ratioobj.-medium-cinema-custom {
    height: auto;
  }
  .c-ratioobj.-medium-cinema-custom::after {
    padding-top: 51.12%;
  }

  .c-ratioobj.-medium-cinema-custom2 {
    height: auto;
  }
  .c-ratioobj.-medium-cinema-custom2::after {
    padding-top: 55.38%;
  }

  .c-ratioobj.-medium-sliver {
    height: auto;
  }
  .c-ratioobj.-medium-sliver::after {
    padding-top: 70.7%;
  }

  .c-ratioobj.-medium-sliver-vertical {
    height: auto;
  }
  .c-ratioobj.-medium-sliver-vertical::after {
    padding-top: 141.4%;
  }

  .c-ratioobj.-medium-gold {
    height: auto;
  }
  .c-ratioobj.-medium-gold::after {
    padding-top: 61.8%;
  }

  .c-ratioobj.-medium-gold-vertical {
    height: auto;
  }
  .c-ratioobj.-medium-gold-vertical::after {
    padding-top: 161.8%;
  }

  .c-ratioobj.-medium-original-vertical {
    height: auto;
  }
  .c-ratioobj.-medium-original-vertical::after {
    padding-top: 125%;
  }

  .c-ratioobj.-medium-original {
    height: auto;
  }
  .c-ratioobj.-medium-original::after {
    padding-top: 58.33%;
  }

  .c-ratioobj.-medium-mv-vertical {
    height: auto;
  }
  .c-ratioobj.-medium-mv-vertical::after {
    padding-top: 169.6666%;
  }
}
/* c-ratioobj / small
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-ratioobj.-small-fit {
    width: 100%;
    height: 100%;
  }
  .c-ratioobj.-small-fit::after {
    padding-top: 0;
  }

  .c-ratioobj.-small-square {
    height: auto;
  }
  .c-ratioobj.-small-square::after {
    padding-top: 100%;
  }

  .c-ratioobj.-small-half {
    height: auto;
  }
  .c-ratioobj.-small-half::after {
    padding-top: 50%;
  }

  .c-ratioobj.-small-standard {
    height: auto;
  }
  .c-ratioobj.-small-standard::after {
    padding-top: 75%;
  }

  .c-ratioobj.-small-standard-vertical {
    height: auto;
  }
  .c-ratioobj.-small-standard-vertical::after {
    padding-top: 133.3%;
  }

  .c-ratioobj.-small-wide {
    height: auto;
  }
  .c-ratioobj.-small-wide::after {
    padding-top: 56.25%;
  }

  .c-ratioobj.-small-cinema-scope {
    height: auto;
  }
  .c-ratioobj.-small-cinema-scope::after {
    padding-top: 42.6%;
  }

  .c-ratioobj.-small-cinema-custom {
    height: auto;
  }
  .c-ratioobj.-small-cinema-custom::after {
    padding-top: 51.12%;
  }

  .c-ratioobj.-small-cinema-custom2 {
    height: auto;
  }
  .c-ratioobj.-small-cinema-custom2::after {
    padding-top: 55.38%;
  }

  .c-ratioobj.-small-sliver {
    height: auto;
  }
  .c-ratioobj.-small-sliver::after {
    padding-top: 70.7%;
  }

  .c-ratioobj.-small-sliver-vertical {
    height: auto;
  }
  .c-ratioobj.-small-sliver-vertical::after {
    padding-top: 141.4%;
  }

  .c-ratioobj.-small-gold {
    height: auto;
  }
  .c-ratioobj.-small-gold::after {
    padding-top: 61.8%;
  }

  .c-ratioobj.-small-gold-vertical {
    height: auto;
  }
  .c-ratioobj.-small-gold-vertical::after {
    padding-top: 161.8%;
  }

  .c-ratioobj.-small-original-vertical {
    height: auto;
  }
  .c-ratioobj.-small-original-vertical::after {
    padding-top: 125%;
  }

  .c-ratioobj.-small-original {
    height: auto;
  }
  .c-ratioobj.-small-original::after {
    padding-top: 58.33%;
  }

  .c-ratioobj.-small-mv-vertical {
    height: auto;
  }
  .c-ratioobj.-small-mv-vertical::after {
    padding-top: 169.6666%;
  }
}
/* .c-tag
-----------------------------------------------------------------*/
.c-tag {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.c-tag__link {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 12px 11px;
  color: #ed6103;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.025);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.025);
  transition: -webkit- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -moz- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -ms- all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ua-ie-11-lte .c-tag__link {
  padding: 15px 12px 11px;
}
.c-tag__link:hover {
  color: #ffffff;
  background-color: #ed6103;
}
.c-tag__link > span::before {
  content: "#";
  padding-right: 2px;
}

/* c-txt-copy
-----------------------------------------------------------------*/
.c-txt-copy {
  font-size: 18px;
  line-height: 2;
  font-family: "LIFULLB", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-txt-copy {
    font-size: 14px;
    line-height: 1.85714286;
  }
}
.c-txt-copy + .c-txt-copy {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-txt-copy + .c-txt-copy {
    margin-top: 15px;
  }
}

/* c-txt-lead
-----------------------------------------------------------------*/
.c-txt-lead {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-txt-lead {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.c-txt-lead[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-14px * 1.42857143) + 14px) / 2 + 0px);
}
.c-txt-lead[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-14px * 1.42857143) + 14px) / 2 + 0px);
}
.c-txt-lead[data-txtcrop=true] + .c-txt-lead[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-14px * 1.42857143) + 14px) / 2 + -0.3em);
}
.c-txt-lead[data-txtcrop=true] + .c-txt-lead[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-14px * 1.42857143) + 14px) / 2 + 0px);
}
.c-txt-lead.-align-cc {
  text-align: center;
}
.c-txt-lead.-align-cl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-txt-lead.-align-cl {
    text-align: left;
  }
}
.c-heading-sec + .c-txt-lead {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .c-heading-sec + .c-txt-lead {
    margin-top: 24px;
  }
}

/* c-txt-note
-----------------------------------------------------------------*/
.c-txt-note {
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-txt-note {
    font-size: 10px;
  }
}
.c-txt-note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.u-inline-block-nospace {
  font-size: 0;
}

.u-inline-block,
.u-inline-block ul,
.u-inline-block li,
.u-inline-block dl,
.u-inline-block dt,
.u-inline-block dd {
  display: inline-block;
  list-style-type: none;
}

.u-inline-block > *,
.u-inline-block * {
  letter-spacing: 0;
}

/* u-hide-txt
-----------------------------------------------------------------*/
.u-hide-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

/* margin - common
-----------------------------------------------------------------*/
.u-mt-large {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-mt-large {
    margin-top: 30px;
  }
}

.u-mb-large {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-mb-large {
    margin-bottom: 30px;
  }
}

.u-mt-small {
  margin-top: 20px;
}

/* padding - common
-----------------------------------------------------------------*/
.u-pt-xxlarge {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-pt-xxlarge {
    padding-top: 60px;
  }
}

.u-pb-xxlarge {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .u-pb-xxlarge {
    padding-bottom: 60px;
  }
}

/* padding - unique
-----------------------------------------------------------------*/
.u-pt-section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .u-pt-section {
    padding-top: 44px;
  }
}

.u-pb-section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-pb-section {
    padding-bottom: 44px;
  }
}

/* u-links
-----------------------------------------------------------------*/
.u-links {
  display: inline;
  text-decoration: underline;
  position: relative;
  line-height: 1;
  color: #ed6103;
}
.u-links:hover {
  text-decoration: none;
}

.u-font {
  font-family: "LIFULLB", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.u-font-en {
  font-family: "LIFULLB", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-font-en.-light {
  font-family: "LIFULL";
}

/* u-img-fit
-----------------------------------------------------------------*/
.u-img-fit {
  display: inherit;
  width: 100%;
  height: auto;
}

/* u-bg color
-----------------------------------------------------------------*/
/* u-bg */
.u-bg {
  background: #fff9f0;
}

/* @media screen
-----------------------------------------------------------------*/
.visible-small-less {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-small-less {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-small-less {
    display: none !important;
  }
}
/* js-objectfit
-----------------------------------------------------------------*/
.js-objectfit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.js-objectfit.-size-fit {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ua-ie video.js-objectfit,
.ua-edge video.js-objectfit {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  margin: auto;
  width: auto;
  height: auto;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  position: absolute;
}

/* .js-toggle - regular
-----------------------------------------------------------------*/
.js-toggle {
  position: relative;
  overflow: hidden;
}

.js-toggle .js-toggle__body {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 0%;
  max-height: 0;
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.js-toggle.is-open .js-toggle__body {
  visibility: visible;
  height: 100%;
  opacity: 1;
  margin-top: 0%;
  position: relative;
  max-height: 200vh;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* js-clipboard
-----------------------------------------------------------------*/
.js-clipboard {
  position: relative;
}

.js-clipboard-note {
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  padding: 0.5em;
  width: 11em;
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 40px;
  left: 20px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: copiedAction;
          animation-name: copiedAction;
}
@media screen and (max-width: 767px) {
  .js-clipboard-note {
    left: 0;
  }
}
.is-copied .js-clipboard-note {
  display: block;
}

@-webkit-keyframes copiedAction {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes copiedAction {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}