@charset "UTF-8";
nav .inner li:first-child a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

main .mainimg {
  background: url(../images/bg_blue.jpg) center;
}
@media screen and (max-width: 960px) {
  main .mainimg {
    background-size: 150px auto;
  }
}
main .mainimg p.pcOnly {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .mainimg p.pcOnly {
    display: none;
  }
}
main .mainimg p.spOnly {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .mainimg p.spOnly {
    display: block;
  }
  main .mainimg p.spOnly img {
    width: 100%;
  }
}
main #contents {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}
main #contents .top {
  width: 860px;
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 960px) {
  main #contents .top {
    width: 100%;
    max-width: 100%;
  }
}
main #contents .top .itemInfoArea {
  margin-bottom: 30px;
}
main #contents .top .itemInfoArea h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  main #contents .top .itemInfoArea h2 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .itemInfoArea h2 {
    font-size: 1.7rem;
  }
}
main #contents .top .infoArea {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea {
    display: block;
  }
}
main #contents .top .infoArea h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  main #contents .top .infoArea h2 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea h2 {
    font-size: 1.7rem;
  }
}
main #contents .top .infoArea h2 {
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea h2 {
    writing-mode: horizontal-tb;
    display: block;
  }
}
main #contents .top .infoArea h2 span {
  display: block;
  font-size: 1.3rem;
  margin: 10px 5px 0 0;
}
main #contents .top .infoArea h2 span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: rgba(34, 34, 34, 0.5);
  margin-bottom: 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea h2 span {
    display: inline-block;
  }
  main #contents .top .infoArea h2 span::before {
    width: 15px;
    height: 1px;
    margin: 0 5px 5px 7px;
  }
}
main #contents .top .infoArea > div {
  padding-top: 20px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1200px) {
  main #contents .top .infoArea > div {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea > div {
    padding-top: 0;
    width: 100%;
  }
}
main #contents .top .infoArea > div .list > p {
  border-bottom: 1px solid #ddd;
}
main #contents .top .infoArea > div .list > p > a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea > div .list > p > a {
    padding: 15px 0;
  }
}
main #contents .top .infoArea > div .list > p > a span {
  display: block;
}
main #contents .top .infoArea > div .list > p > a span.date {
  width: 90px;
}
main #contents .top .infoArea > div .list > p > a span.cate {
  width: 70px;
  margin-right: 20px;
  color: #fff;
  background-color: #222;
  line-height: 100%;
  padding: 4px 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
main #contents .top .infoArea > div .list > p > a span.cate.n {
  background-color: #0E3481;
}
main #contents .top .infoArea > div .list > p > a span.cate.b {
  background-color: #EB922C;
}
main #contents .top .infoArea > div .list > p > a span.title {
  width: calc(100% - 180px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .infoArea > div .list > p > a span.title {
    width: 100%;
    margin-top: 5px;
  }
}
main #contents .top .infoArea > div .btnB {
  margin-top: 20px;
  text-align: right;
}
main #contents .top .bannerArea {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
main #contents .top .bannerArea p {
  width: calc(33.3333333333% - 9px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .bannerArea p {
    width: calc(50% - 6px);
  }
}
main #contents .top .serviceArea {
  margin-bottom: 30px;
}
main #contents .top .serviceArea h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  main #contents .top .serviceArea h2 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .serviceArea h2 {
    font-size: 1.7rem;
  }
}
main #contents .top .serviceArea h2 {
  margin-bottom: 10px;
}
main #contents .top .serviceArea .copy {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .serviceArea .copy {
    font-size: 1.2rem;
  }
}
main #contents .top .serviceArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .serviceArea ul {
    gap: 10px;
  }
}
main #contents .top .serviceArea ul li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1200px) {
  main #contents .top .serviceArea ul li {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .serviceArea ul li {
    width: calc(50% - 5px);
  }
}
main #contents .top .serviceArea ul li a {
  display: block;
  background-color: #F9F7F3;
  border-radius: 10px;
  padding: 14px;
}
main #contents .top .serviceArea ul li a span {
  display: block;
}
main #contents .top .serviceArea ul li a span.thumb {
  margin-bottom: 5px;
}
main #contents .top .serviceArea ul li a span.thumb img {
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  main #contents .top .serviceArea ul li a span.thumb img {
    border-radius: 10px;
  }
}
main #contents .top .serviceArea ul li a span.title {
  font-size: 1.7rem;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  main #contents .top .serviceArea ul li a span.title {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}
main #contents .top .serviceArea ul li a span.title::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media screen and (max-width: 1200px) {
  main #contents .top .serviceArea ul li a span.title::before {
    width: 15px;
    height: 15px;
  }
}
main #contents .top .recommendArea h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  main #contents .top .recommendArea h2 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .recommendArea h2 {
    font-size: 1.7rem;
  }
}
main #contents .top .slide a.item {
  margin-top: 5px;
  display: block;
  background: linear-gradient(180deg, transparent 0%, transparent 30px, #0E3481 30px, #0E3481 100%);
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item {
    border-radius: 0 0 0 10px;
  }
}
main #contents .top .slide a.item .blue {
  padding: 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item .blue {
    padding: 15px 10px;
  }
}
main #contents .top .slide a.item:has(.date) .blue {
  padding-top: 27px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item:has(.date) .blue {
    padding-top: 25px;
  }
}
main #contents .top .slide a.item p {
  display: block;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item p {
    font-size: 1.1rem;
  }
}
main #contents .top .slide a.item p.thumb {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 20px 0 0;
  width: 100%;
  aspect-ratio: 10/9;
  padding: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item p.thumb {
    border-radius: 0 10px 0 0;
    padding: 5px;
  }
}
main #contents .top .slide a.item p.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
main #contents .top .slide a.item p.date {
  position: absolute;
  left: -10px;
  top: -12px;
  background-color: #F9F7F3;
  color: #222;
  font-size: 1.1rem;
  line-height: 100%;
  padding: 7px 10px;
  border-radius: 15px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item p.date {
    left: -5px;
  }
}
main #contents .top .slide a.item p.date::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon_date.svg) no-repeat center/contain;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
main #contents .top .slide a.item p.categoy {
  margin-bottom: 5px;
}
main #contents .top .slide a.item p.categoy::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 7px;
  vertical-align: middle;
}
main #contents .top .slide a.item p.color {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents .top .slide a.item p.color {
    font-size: 1rem;
  }
}
main #contents .brandList {
  width: 280px;
}
@media screen and (max-width: 960px) {
  main #contents .brandList {
    display: none;
  }
}
main #contents .brandList h5 {
  background-color: #0E3481;
  border-radius: 20px 20px 0 0;
  padding: 10px 25px;
}
main #contents .brandList h5 span {
  display: block;
  color: #fff;
  font-size: 2.5rem;
}
main #contents .brandList h5 span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: #EB922C;
  border-radius: 50%;
  margin: 0 7px 4px 0;
}
main #contents .brandList .main {
  background-color: #F9F7F3;
  padding: 15px 30px 20px;
}
@media screen and (max-width: 1200px) {
  main #contents .brandList .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main #contents .brandList .main .itemList {
  padding-bottom: 20px;
}
main #contents .brandList .main .itemList .categoryName {
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(14, 52, 129, 0.8);
  margin: 0 0 10px;
}
main #contents .brandList .main .itemList > ul li {
  margin-bottom: 10px;
}
main #contents .brandList .main .itemList > ul li a {
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  main #contents .brandList .main .itemList > ul li a {
    display: block;
  }
}
main #contents .brandList .main .itemList > ul li a span {
  display: block;
}
main #contents .brandList .main .itemList > ul li a span.logo {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
  main #contents .brandList .main .itemList > ul li a span.logo {
    height: 35px;
  }
}
main #contents .brandList .main .itemList > ul li a span.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
main #contents .brandList .main .itemList > ul li a span.en {
  font-size: 1.3rem;
}
main #contents .brandList .main .itemList > ul li a span.jp {
  font-size: 1rem;
}
main #contents .brandList .main .itemList .more {
  text-align: right;
}
main #contents .brandList .main .itemList .more a {
  display: inline-block;
  background-color: #0E3481;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 10px;
  line-height: 100%;
  padding: 5px 10px;
}
main #contents .brandList .main .itemList.down {
  padding-bottom: 0;
}
main #contents .brandList .main .itemList.down .categoryName {
  transition: 0.3s;
  cursor: pointer;
}
main #contents .brandList .main .itemList.down .categoryName::before {
  display: inline-block;
  content: "▼";
  color: #EB922C;
  margin-right: 5px;
  transition: 0.5s;
}
main #contents .brandList .main .itemList.down .categoryName:hover {
  transform: translateY(-3px);
}
main #contents .brandList .main .itemList.down > ul {
  display: none;
}
main #contents .brandList .main .itemList.down.on .categoryName::before {
  transform: rotateX(180deg);
}
main #contents .brandList .main .itemList.down:not(:last-of-type).on {
  margin-bottom: 20px;
}