@charset "UTF-8";
/**
 * Header
 */
@media screen and (min-width: 767.5px) {
  .header {
    background-image: -webkit-gradient(linear, left top, right top, from(#e92085), color-stop(30%, #e93453), to(#e94820));
    background-image: linear-gradient(to right, #e92085 0%, #e93453 30%, #e94820 100%);
    opacity: 1;
  }
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, right top, from(#e92085), color-stop(30%, #e93453), to(#e94820));
    background-image: linear-gradient(to right, #e92085 0%, #e93453 30%, #e94820 100%);
    opacity: 1;
    height: 80px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .header_top {
    width: 35%;
    max-width: 270px;
    background: none;
    height: 90px;
  }
  .header_logo {
    width: 100%;
    height: 90px;
  }
  .header_logo::after {
    height: 100px;
  }
  .header_logo img {
    left: 40px;
    width: 192px;
  }
  .header_sp {
    display: none;
  }
  .header_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-right: 40px;
    position: static;
    width: auto;
    height: auto;
    overflow: inherit;
  }
  .header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-image: none;
  }
  .header nav li {
    border-bottom: none;
  }
  .header nav a.current {
    border-bottom: 1px solid #fff;
  }
  .header nav a.current:hover {
    border-bottom: none;
  }
  .header nav a::after {
    content: none;
  }
  .header_g_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 4px 0 0;
    width: 100%;
  }
  .header_g_nav li {
    margin: 0 24px;
  }
  .header_g_nav li:last-child {
    margin-right: 0;
  }
  .header_g_nav a {
    padding: 0 0 5px 0;
    position: relative;
  }
  .header_g_nav a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header_g_nav a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header_sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_sub_nav li {
    margin: 0 14px;
  }
  .header_sub_nav li:last-child {
    margin-right: 0;
  }
  .header_sub_nav a {
    padding: 0 0 5px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .header_sub_nav a:hover {
    opacity: 0.6;
  }
  .header_keywords {
    display: none;
  }
  .header_copy {
    display: none;
  }
}
@media screen and (min-width: 767.5px) {
  .header {
    background-image: -webkit-gradient(linear, left top, right top, from(#e92085), color-stop(30%, #e93453), to(#e94820));
    background-image: linear-gradient(to right, #e92085 0%, #e93453 30%, #e94820 100%);
    opacity: 1;
  }
}
.header .itpf-place999 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2px;
  height: 24px;
  background: #fff;
  border-bottom: 3px solid #007B95;
}
@media screen and (max-width: 767.499px) {
  .header .itpf-place999 {
    margin-left: 0;
  }
}
.header .itpf-logo999 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1172px;
  width: 100%;
  height: 20px;
}
@media screen and (min-width: 767.5px) {
  .header .itpf-logo999 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767.499px) {
  .header .itpf-logo999 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.header .itpf-logo999 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767.499px) {
  .header .itpf-logo999 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}
.header .itpf-logo999 a > img {
  height: 20px;
  width: 54px;
}
@media screen and (min-width: 767.5px) {
  .header_top {
    height: 60px;
    width: auto;
    max-width: inherit;
    background-image: none;
    background-color: inherit;
  }
}
@media screen and (max-width: 767.499px) {
  .header_top {
    height: 60px;
    background-image: none;
    background-color: #fff;
  }
}
@media screen and (min-width: 767.5px) {
  .header_logo {
    padding: 0;
    height: 60px;
    max-width: none;
    width: 125px;
    background-color: inherit;
  }
}
@media screen and (max-width: 767.499px) {
  .header_logo {
    height: 60px;
  }
}
@media screen and (min-width: 767.5px) {
  .header_logo::after {
    top: 0;
    height: 60px;
    left: -375%;
    -webkit-transform: skew(-42deg);
            transform: skew(-42deg);
  }
}
@media screen and (max-width: 767.499px) {
  .header_logo::after {
    height: 60px;
    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 767.5px) {
  .header_logo img {
    width: 125px;
    left: 0;
  }
}
@media screen and (max-width: 767.499px) {
  .header_logo img {
    width: 66%;
    left: 25px;
  }
}
@media screen and (min-width: 767.5px) {
  .header_menu {
    display: block;
    position: inherit;
    overflow-y: inherit;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.header_inner {
  margin: 0 auto;
}
@media screen and (min-width: 767.5px) {
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    max-width: 1172px;
  }
}
.header_sp {
  border-collapse: separate;
}
@media screen and (min-width: 767.5px) {
  .header_sp {
    display: none;
  }
}
@media screen and (max-width: 767.499px) {
  .header_sp {
    display: block;
  }
}
.header_sp span {
  height: 1px;
  background: #333333;
}
.header_sp.on span:nth-child(1) {
  -webkit-transform: rotate(33deg) translateY(-30%);
          transform: rotate(33deg) translateY(-30%);
  top: 25%;
}
.header_sp.on span:nth-child(3) {
  -webkit-transform: rotate(-33deg) translateY(-30%);
          transform: rotate(-33deg) translateY(-30%);
  top: 25%;
}
.header_sp_btn {
  margin-top: 22px;
}
.header nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.499px) {
  .header nav {
    background-image: -webkit-gradient(linear, left top, right top, from(#FC0057), to(#F84E40));
    background-image: linear-gradient(to right, #FC0057 0%, #F84E40 100%);
  }
}
@media screen and (min-width: 767.5px) {
  .header nav li {
    margin: 0 0 0 1vw;
  }
}
@media screen and (min-width: 767.5px) {
  .header nav li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.499px) {
  .header nav li {
    margin-left: 0;
    border-bottom: 1px solid #fff;
  }
}
.header nav a {
  display: inline-block;
  width: auto;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.46;
}
@media screen and (min-width: 767.5px) {
  .header nav a {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 767.499px) {
  .header nav a {
    width: 100%;
  }
}
@media screen and (max-width: 767.499px) {
  .header nav a::after {
    content: "＞";
    border-bottom: none;
    border-right: none;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 24px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.44;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.499px) {
  .header nav a {
    padding-bottom: 17px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
  }
}
@media screen and (min-width: 767.5px) {
  .header_g_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    border-right: 0;
    padding: 7px 0 7px 45px;
    width: auto;
  }
}
@media screen and (max-width: 767.499px) {
  .header_g_nav {
    margin-left: 0;
    padding-left: 0;
  }
}
.header_g_nav a {
  padding-bottom: 0;
}
@media screen and (max-width: 767.499px) {
  .header_g_nav a {
    padding: 17px 25px;
  }
}
.header_g_nav__item--sp {
  display: none;
}
@media screen and (max-width: 767.499px) {
  .header_g_nav__item--sp {
    display: block;
  }
}
.header_sub_nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 767.5px) {
  .header_sub_nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 8.6vw;
  }
}
@media screen and (max-width: 767.499px) {
  .header_sub_nav {
    display: none;
  }
}
@media screen and (min-width: 767.5px) {
  .header_sub_nav li:first-child {
    margin-right: 0;
  }
}
.header .footer_top_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1vw;
  margin-bottom: -5px;
}
@media screen and (max-width: 767.499px) {
  .header .footer_top_search {
    display: none;
  }
}
.header .ly_header {
  background-color: #F84E40;
}
.header .ly_header .p-header__head {
  background-color: #0F2740;
  text-align: right;
}
.header .ly_header .p-header__head-link img {
  vertical-align: middle;
}
.header .ly_header__menu-foot {
  display: none;
}
@media screen and (max-width: 767.499px) {
  .header .ly_header__menu-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC0057), to(#F84E40));
    background-image: linear-gradient(to right, #FC0057 0%, #F84E40 100%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .ly_header__sns-list {
  display: none;
}
@media screen and (max-width: 767.499px) {
  .header .ly_header__sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 25px 0;
  }
}
.header .ly_header__sns-item {
  border-bottom: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767.499px) {
  .header .ly_header__sns-item a::after {
    display: none;
  }
}
.header .ly_header__sub-nav {
  margin-left: 10vw;
  color: #fff;
  font-weight: bold;
}
.header .footer_top_search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
}
@media screen and (min-width: 767.5px) {
  .header .footer_top_search {
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 767.499px) {
  .header .footer_top_search {
    display: none;
  }
}
.header .gsc-search-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .gsc-search-box td.gsc-input {
  padding-right: 0;
  width: 100%;
}
.header .gsc-search-box tr {
  position: relative;
}
.header .gsc-search-box input.gsc-input {
  padding-right: 0.5em !important;
}
.header .gsc-search-box .gsc-search-button {
  position: absolute;
  bottom: 50%;
  right: 7px;
  border: none;
  background-color: inherit;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  cursor: pointer;
}
.header .gsc-search-box .gsc-search-button-v2 {
  width: 13px;
}
.header .gsc-search-box .gsc-search-button-v2 svg {
  fill: #333;
}
.header .gsc-search-box .gsib_a {
  padding: 3px 9px 3px 9px;
}

_::-webkit-full-page-media, _:future, :root .header .gsc-search-box .gsc-search-button {
  bottom: calc(50% - 5px);
  right: 2vw;
}

_::-webkit-full-page-media, _:future, :root .header .gsc-search-box .gsc-search-button svg {
  margin-left: -6px;
}