html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

/**
 * Layout
 */
#spBox {
  padding-top: 163px;
}
@media (max-width: 850px) {
  #spBox {
    padding-top: 0;
  }
}

#contents {
  padding-top: 40px;
}

/**
 * Header
 */
.ly_header {
  width: 100%;
  border: none;
  margin: 0 !important;
  background: unset;
  color: #333;
  z-index: 1000;
  box-sizing: border-box;
}
@media not all and (max-width: 850px) {
  .ly_header {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 850px) {
  .ly_header {
    padding-bottom: 0 !important;
  }
}
@media not all and (max-width: 850px) {
  .ly_header.is_active {
    top: 0 !important;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .ly_header.is_active {
    position: fixed;
    top: 0 !important;
    height: 100%;
  }
}
.ly_header.is_active .ly_header_overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 850px) {
  .ly_header.is_scroll .ly_header_head {
    position: fixed;
    top: 0;
  }
}
.ly_header * {
  box-sizing: border-box;
}
.ly_header_container {
  position: relative;
  background-color: #fff;
  z-index: 500;
}
@media (max-width: 850px) {
  .ly_header_container {
    padding-top: 56px;
  }
}
.ly_header_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  max-width: 1366px;
  padding: 15px 36px;
  margin: auto;
  transition-property: gap padding;
  transition-duration: 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_inner {
    gap: 10px;
    padding: 15px 16px;
  }
}
@media (max-width: 850px) {
  .ly_header_inner {
    display: block;
    padding: 0;
  }
}
.ly_header_copy {
  font-size: 1.4rem;
  transition: font-size 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_copy {
    font-size: 1.2rem;
  }
}
@media (max-width: 850px) {
  .ly_header_copy {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    font-size: 1.2rem;
    z-index: 0;
  }
}
@media (max-width: 850px) {
  .ly_header_head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px 16px 16px;
    border-top: 1px solid #DEDEDE;
    background-color: #fff;
    z-index: 1;
  }
}
.ly_header_logo {
  width: 170px;
  transition: width 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_logo {
    width: 131px;
  }
}
@media (max-width: 850px) {
  .ly_header_logo {
    width: 131px;
  }
}
.ly_header_logo a {
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .ly_header_logo a:hover {
  opacity: 0.7;
}
.ly_header_logo a img {
  max-width: 100%;
  height: auto;
}
.ly_header_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media not all and (max-width: 850px) {
  .ly_header_btn {
    display: none;
  }
}
.ly_header_btn span {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
}
@media (max-width: 850px) {
  .ly_header_btn span {
    background-color: #C30018;
  }
}
.ly_header_btn span:before, .ly_header_btn span:after {
  content: "";
  position: absolute;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #C30018;
}
.ly_header_btn span:before {
  top: -7px;
}
.ly_header_btn span:after {
  top: 7px;
}
.ly_header_btn.is_active span {
  background-color: unset;
}
.ly_header_btn.is_active span:before {
  top: -9px;
  left: 3px;
  transform-origin: left;
  transform: rotate(45deg);
}
.ly_header_btn.is_active span:after {
  top: 9px;
  left: 3px;
  transform-origin: left;
  transform: rotate(-45deg);
}
.ly_header_btn p {
  padding-top: 20px;
  color: #C30018;
  font-size: 1.2rem;
  font-weight: bold;
}
.ly_header_body {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 850px) {
  .ly_header_body {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
  }
}
.ly_header_body.is_active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 850px) {
  .ly_header_nav {
    height: auto;
    padding-bottom: 30px;
    background-color: #fff;
  }
}
.ly_header_units {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
  margin-top: 0;
  transition: gap 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_units {
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .ly_header_units {
    display: block;
  }
}
.ly_header_unit {
  position: relative;
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
}
.ly_header_unit .ly_header_desc {
  position: relative;
}
.ly_header_unit .ly_header_desc:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 80px;
  width: 123px;
  height: 91px;
  background-image: url(../images/header/img_01.png);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}
.ly_header_unit .ly_header_desc .hdg {
  position: relative;
  z-index: 1;
}
.ly_header_unit .ly_header_desc .txt {
  position: relative;
  z-index: 1;
}
.ly_header_unit.is_current .ly_header_parent {
  color: #C30018;
}
.ly_header_unit:nth-child(2) {
  color: #00618F;
}
.ly_header_unit:nth-child(2) .ly_header_desc:before {
  background-image: url(../images/header/img_01.png);
}
.ly_header_unit:nth-child(3) {
  color: #008E2D;
}
.ly_header_unit:nth-child(3) .ly_header_desc:before {
  background-image: url(../images/header/img_02.png);
}
.ly_header_unit:nth-child(4) {
  color: #951C00;
}
.ly_header_unit:nth-child(4) .ly_header_desc:before {
  background-image: url(../images/header/img_03.png);
}
.ly_header_unit:nth-child(5) {
  color: #A4005D;
}
.ly_header_unit:nth-child(5) .ly_header_desc:before {
  background-image: url(../images/header/img_04.png);
}
.ly_header_unit:nth-child(6) {
  color: #588B25;
}
.ly_header_unit:nth-child(6) .ly_header_desc:before {
  background-image: url(../images/header/img_05.png);
}
.ly_header_unit:nth-child(7) {
  color: #251287;
}
.ly_header_unit:nth-child(7) .ly_header_desc:before {
  background-image: url(../images/header/img_06.png);
}
.ly_header_unit > a {
  position: relative;
}
@media (max-width: 850px) {
  .ly_header_unit > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url(../images/header/icon_arw.svg);
    background-repeat: no-repeat;
    background-size: auto;
  }
}
[data-whatintent=mouse] .ly_header_unit > a:hover {
  color: #4D4D4D;
}
.ly_header_unit > button {
  position: relative;
  padding-right: 15px;
}
.ly_header_unit > button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 7px;
  height: 11px;
  background-image: url(../images/header/icon_arw.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 850px) {
  .ly_header_unit > button:after {
    content: none;
  }
}
@media (max-width: 850px) {
  .ly_header_unit > button:before, .ly_header_unit > button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform-origin: center;
    transform: translateY(50%);
    width: 10px;
    height: 2px;
    background-color: #727272;
  }
  .ly_header_unit > button:after {
    transform: translateY(50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .ly_header_unit > button.is_active:after {
    background-color: currentColor;
    transform: translateY(50%) rotate(180deg);
  }
}
.ly_header_unit.is_active button:after {
  transform: translateY(-50%) rotate(270deg);
}
.ly_header_unit.is_active .ly_header_parent {
  border-bottom: 2px solid #727272;
}
.ly_header_unit.is_active .ly_header_child {
  visibility: visible;
  opacity: 1;
}
.ly_header_parent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 5px;
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition-property: opacity color font-size;
  transition-duration: 0.3s;
}
[data-whatintent=mouse] .ly_header_parent:hover {
  opacity: 0.7;
}
@media (max-width: 1110px) {
  .ly_header_parent {
    font-size: 1.4rem;
  }
}
@media (max-width: 850px) {
  .ly_header_parent {
    justify-content: unset;
    width: 100%;
    min-height: 57px;
    padding: 10px 16px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 1.6rem;
  }
}
.ly_header_parent.is_active {
  color: currentColor !important;
}
.ly_header_child {
  position: fixed;
  top: 163px;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 850px) {
  .ly_header_child {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
  }
}
.ly_header_childInner {
  display: flex;
  max-width: 1366px;
  margin: auto;
}
.ly_header_child nav {
  flex-grow: 1;
}
.ly_header_child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 53px;
  padding: 50px;
  margin-top: 0;
  color: currentColor;
}
@media (max-width: 850px) {
  .ly_header_child ul {
    display: block;
    padding: 10px 0 20px;
    background-color: #F7F7F7;
  }
}
.ly_header_child ul li {
  position: relative;
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
  color: currentColor;
}
@media (max-width: 850px) {
  .ly_header_child ul li {
    padding: 0 16px;
  }
}
.ly_header_child ul li a {
  position: relative;
  padding-left: 16px;
  color: currentColor;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .ly_header_child ul li a:hover {
  color: currentColor;
}
[data-whatintent=mouse] .ly_header_child ul li a:hover .txt {
  color: currentColor;
}
@media (max-width: 850px) {
  .ly_header_child ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #DEDEDE;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.ly_header_child ul li a .txt {
  color: #4D4D4D;
  transition: color 0.3s;
}
.ly_header_child ul li a .icon_arw {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 850px) {
  .ly_header_child ul li a .icon_arw {
    left: auto;
    right: 0;
  }
}
.ly_header_child ul li a .icon_arw .fill {
  fill: currentColor;
}
.ly_header_desc {
  max-width: 370px;
  width: 25.69%;
  flex-shrink: 0;
  padding: 60px 50px 67px 110px;
  background-color: #F7F7F7;
}
@media (max-width: 850px) {
  .ly_header_desc {
    display: none;
  }
}
.ly_header_desc .hdg {
  text-align: left;
  color: currentColor;
  font-size: 2.4rem;
  font-weight: bold;
}
.ly_header_desc .txt {
  margin-top: 19px;
  color: #4D4D4D;
  font-size: 1.4rem;
}
.ly_header_subNav {
  position: fixed;
  top: 30px;
  right: max(36px, (100% - 1366px) / 2 + 36px);
  z-index: 1;
  transition-property: top right;
  transition-duration: 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_subNav {
    top: 18px;
    right: 16px;
  }
}
@media (max-width: 850px) {
  .ly_header_subNav {
    position: static;
    padding: 0 16px 30px;
    background-color: #fff;
  }
}
.ly_header_subNav ul {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  transition: gap 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_subNav ul {
    gap: 10px;
  }
}
@media (max-width: 850px) {
  .ly_header_subNav ul {
    display: block;
  }
}
.ly_header_subNav li {
  margin-top: 0;
  margin-left: 0;
  list-style-type: none;
}
@media (max-width: 850px) {
  .ly_header_subNav li {
    margin-top: 16px;
  }
  .ly_header_subNav li:first-child {
    margin-top: 0;
  }
}
.ly_header_subNav .magazine a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 201px;
  min-height: 42px;
  padding: 5px 10px;
  background-color: #D13044;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition-property: opacity min-width font-size;
  transition-duration: 0.3s;
}
[data-whatintent=mouse] .ly_header_subNav .magazine a:hover {
  opacity: 0.7;
}
@media (max-width: 1110px) {
  .ly_header_subNav .magazine a {
    min-width: 150px;
    font-size: 1.2rem;
  }
}
@media (max-width: 850px) {
  .ly_header_subNav .magazine a {
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    font-size: 1.6rem;
  }
}
.ly_header_subNav .gSearch #pc-cse-search-box {
  position: relative;
  width: 300px;
  height: 42px;
  margin-top: 0;
  transition: width 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_subNav .gSearch #pc-cse-search-box {
    width: 200px;
  }
}
@media (max-width: 850px) {
  .ly_header_subNav .gSearch #pc-cse-search-box {
    display: block;
    width: 100%;
    height: 50px;
  }
}
.ly_header_subNav .gSearch #pc-cse-search-box .gcs-text-box {
  display: block;
  align-items: stretch;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: unset;
  box-sizing: border-box;
  width: 300px;
  height: 42px;
  transition: width 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text-box {
    width: 200px;
  }
}
@media (max-width: 850px) {
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text-box {
    width: 100%;
  }
}
.ly_header_subNav .gSearch #pc-cse-search-box .gcs-text {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 0 35px 0 20px;
  border: 1px solid #DEDEDE;
}
@media (max-width: 850px) {
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text {
    height: 50px;
  }
}
.ly_header_subNav .gSearch #pc-cse-search-box .gcs-text::-moz-placeholder {
  color: #A0A0A0;
  font-size: 1.4rem;
  -moz-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.ly_header_subNav .gSearch #pc-cse-search-box .gcs-text:-ms-input-placeholder {
  color: #A0A0A0;
  font-size: 1.4rem;
  -ms-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.ly_header_subNav .gSearch #pc-cse-search-box .gcs-text::placeholder {
  color: #A0A0A0;
  font-size: 1.4rem;
  transition: font-size 0.3s;
}
@media (max-width: 1110px) {
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text::-moz-placeholder {
    font-size: 1.2rem;
  }
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 850px) {
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text::-moz-placeholder {
    font-size: 1.6rem;
  }
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .ly_header_subNav .gSearch #pc-cse-search-box .gcs-text::placeholder {
    font-size: 1.6rem;
  }
}
.ly_header_subNav .gSearch #pc-cse-search-box .gcs-submit {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  margin-left: 0;
}
.ly_header_subNav .gSearch #pc-cse-search-box i.icons {
  color: #C30018;
  font-size: 1.7rem;
}
.ly_header_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
}

/**
 * Helper
 */
@media (max-width: 850px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 850px) {
  .hp_spOnly {
    display: none !important;
  }
}