﻿@charset "UTF-8";
/*************************
フォーム関連のスタイルリセット
**************************/
button,
input[type=submit] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
.kv-mov-opener{display:none;}

section.kv .kv-txts .kv-txt-01 .marker {
  background: linear-gradient(transparent 80%, #FFEB00 80%, #FFEB00 95%, transparent 95%);
}
section.kv .kv-mov-opener button {
  visibility: hidden;
}
section.kv .kv-mov-opener button.ready {
  visibility: visible;
}
section.kv .full-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
}
section.kv .full-video-modal.show {
  visibility: visible;
  opacity: 1;
}
section.kv .full-video-modal.show .full-video-container {
  opacity: 1;
}
section.kv .full-video-modal .full-video-modal-close {
  cursor: pointer;
  color: white;
  position: absolute;
  top: -30px;
  right: 10px;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
section.kv .full-video-modal .full-video-modal-close::before {
  content: "\ea0b";
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
}
section.kv .full-video-modal .full-video-container-w {
  max-width: 160vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.kv .full-video-modal .full-video-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
section.kv .full-video-modal .full-video-container .full-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.kv .wave-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.kv #wave {
  height: 26px;
  width: 26px;
  fill: #fff;
  margin-right: 10px;
}
section.kv #Line_1 {
  animation: pulse 0.75s infinite;
  animation-delay: 0.15s;
}
section.kv #Line_2 {
  animation: pulse 0.75s infinite;
  animation-delay: 0.3s;
}
section.kv #Line_3 {
  animation: pulse 0.75s infinite;
  animation-delay: 0.45s;
}
section.kv #Line_4 {
  animation: pulse 0.75s infinite;
  animation-delay: 0.6s;
}
section.kv #Line_5 {
  animation: pulse 0.75s infinite;
  animation-delay: 0.75s;
}
section.kv #Line_6 {
  animation: pulse 0.75s infinite;
  animation-delay: 0.9s;
}
section.kv #Line_7 {
  animation: pulse 0.75s infinite;
  animation-delay: 1.05s;
}
section.kv #Line_8 {
  animation: pulse 0.75s infinite;
  animation-delay: 1.2s;
}
section.kv #Line_9 {
  animation: pulse 0.75s infinite;
  animation-delay: 1.35s;
}
@keyframes pulse {
  0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
  50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.kv {
    position: relative;
  }
  section.kv .kv-pic {
    width: 92.3076923077vw;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 40px;
    overflow: hidden;
  }
  section.kv .kv-pic .kv-pic-video {
    position: relative;
    padding-top: 77.7%;
    height: 0;
  }
  section.kv .kv-pic .kv-pic-video video {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  section.kv .kv-txts {
    position: relative;
    width: 84.6153846154vw;
    margin: 0 auto;
    display: none;
  }
  section.kv .kv-txts .kv-txt-01 {
    margin-top: -0.6em;
    font-size: clamp(10px, 8.7179487179vw, 200px);
    font-feature-settings: "palt" on;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0.1470588235em;
  }
  section.kv .kv-txts .kv-txt-01 span.bg {
    vertical-align: top;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 5px 5px 0;
  }
  section.kv .kv-txts .kv-txt-02 {
    margin-top: 2.5641025641vw;
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 6.1538461538vw, 200px);
    font-weight: 700;
    line-height: 1em;
  }
  section.kv .kv-txts .kv-mov-opener {
    margin: 30px auto 0;
    font-size: 16px;
    font-weight: 700;
    width: 260px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.kv {
    position: relative;
  }
  section.kv .kv-pic {
    margin: 0 0 0 auto;
    width: 85.15625%;
    border-radius: 0 0 0 40px;
    overflow: hidden;
  }
  section.kv .kv-pic .kv-pic-video {
    position: relative;
    padding-top: 56.25%;
    height: 0;
  }
  section.kv .kv-pic .kv-pic-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.kv .kv-txts {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 9.375%;
    padding-left: 7.81%;
    display: none;
  }
  section.kv .kv-txts .kv-txt-01 {
    font-size: clamp(42px, 3.59375vw, 200px);
    font-feature-settings: "palt" on;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
  section.kv .kv-txts .kv-txt-01 span.bg {
    vertical-align: top;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 5px 5px 0;
  }
  section.kv .kv-txts .kv-txt-02 {
    margin-top: 6.25%;
    font-feature-settings: "palt" on;
    font-size: clamp(26px, 2.1875vw, 200px);
    font-weight: 700;
    line-height: 0.85em;
  }
  section.kv .kv-txts .kv-txt-02 span.bg {
    vertical-align: top;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 6px 10px 6px 0;
  }
  section.kv .kv-txts .kv-txt-02 span.bg.bg-1 {
    padding-bottom: 0;
  }
  section.kv .kv-txts .kv-mov-opener {
    margin-top: 6.25%;
    font-size: 16px;
    font-weight: 700;
  }
  section.kv .kv-txts .kv-mov-opener button {
    cursor: pointer;
  }
  section.kv .kv-txts .kv-mov-opener button:hover #wave {
    fill: #0C3387;
  }
  section.kv .full-video-modal-close {
    transition: opacity 0.2s;
  }
  section.kv .full-video-modal-close:hover {
    opacity: 0.5;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.top-news .carousel-nav .carousel-nav-prev::before, section.top-news .carousel-nav .carousel-nav-next::before {
  content: "\ea02";
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.top-news {
    position: relative;
    margin: 40px auto 0;
    width: 84.6153846154vw;
    background-color: #F2F6FD;
    border-radius: 4px;
  }
  section.top-news .top-news-box {
    padding: 20px;
  }
  section.top-news .top-news-box .box-head .box-head-title {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  section.top-news .top-news-box .box-body {
    margin-top: 10px;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
  }
  section.top-news .top-news-carousel-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  section.top-news .common-carousel-nav .carousel-nav-prev, section.top-news .common-carousel-nav .carousel-nav-next {
    font-size: 14px;
    height: 20px;
    padding-bottom: 0.1em;
  }
  section.top-news .common-carousel-nav .carousel-nav-prev {
    margin-right: 15px;
  }
  section.top-news .common-carousel-nav .carousel-nav-next {
    margin-left: 15px;
  }
  section.top-news .common-carousel-nav .carousel-nav-seek {
    width: 50px;
  }
  section.top-news .common-carousel-nav .carousel-nav-seek::before {
    height: 2px;
  }
  section.top-news .common-carousel-nav .carousel-nav-seek .carousel-nav-seek-bar {
    height: 2px;
  }
  section.top-news .common-carousel-nav .carousel-nav-num {
    font-size: 12px;
    margin-left: 10px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.top-news {
    position: relative;
    margin: -60px 0 0 auto;
    width: 42.96875%;
    background-color: #F2F6FD;
    border-radius: 4px;
  }
  section.top-news .top-news-box {
    padding: 28px 30px;
  }
  section.top-news .top-news-box .box-head .box-head-title {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  section.top-news .top-news-box .box-body {
    margin-top: 10px;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.top-news .top-news-box .box-body a {
    text-decoration-line: underline;
    transition: opacity 0.2s;
  }
  section.top-news .top-news-box .box-body a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  section.top-news .top-news-carousel-nav {
    position: absolute;
    top: 28px;
    right: 25px;
    z-index: 10;
  }
  section.top-news .common-carousel-nav .carousel-nav-prev, section.top-news .common-carousel-nav .carousel-nav-next {
    font-size: 14px;
    height: 20px;
  }
  section.top-news .common-carousel-nav .carousel-nav-prev {
    margin-right: 8px;
  }
  section.top-news .common-carousel-nav .carousel-nav-next {
    margin-left: 8px;
  }
  section.top-news .common-carousel-nav .carousel-nav-seek {
    width: 100px;
  }
  section.top-news .common-carousel-nav .carousel-nav-num {
    font-size: 12px;
    margin-left: 10px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.about {
    margin-top: 150px;
    position: relative;
  }
  section.about .about-img-02 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.about .about-contents {
    position: relative;
  }
  section.about .common-sec-title {
    text-align: center;
  }
  section.about .box-pic {
    margin-top: 38px;
    padding-left: 6.0606060606%;
  }
  section.about .box-txts {
    margin-top: 40px;
    position: relative;
  }
  section.about .box-txts .box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 7.1794871795vw, 28px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  section.about .box-txts .box-txt-02 {
    margin-top: 20px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
  }
  section.about .box-txts dl {
    margin-top: 15px;
  }
  section.about .box-txts dl .dl-box {
    border-bottom: 1px solid #CED6E7;
    padding: 13px 0;
  }
  section.about .box-txts dl dt {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.about .box-txts dl dt .num {
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    width: 30px;
  }
  section.about .box-txts dl dd {
    margin: 6px 0 0 30px;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.about .box-txts .about-link {
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.about {
    margin-top: 200px;
    position: relative;
  }
  section.about .about-img-02 {
    width: 712px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.about .about-contents {
    position: relative;
  }
  section.about .common-sec-title {
    text-align: right;
  }
  section.about .box-flex {
    margin-top: 5px;
    display: flex;
  }
  section.about .box-flex .box-pic {
    width: 50%;
    padding-left: 2%;
  }
  section.about .box-flex .box-txts {
    width: 50%;
    min-width: 565px;
    padding-left: 8.33%;
    padding-top: 33px;
  }
  section.about .box-flex .box-txts .box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.about .box-flex .box-txts .box-txt-02 {
    margin-top: 20px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.07em;
  }
  section.about .box-flex .box-txts dl {
    margin-top: 15px;
  }
  section.about .box-flex .box-txts dl .dl-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CED6E7;
    padding: 13px 0;
  }
  section.about .box-flex .box-txts dl dt {
    min-width: 220px;
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.about .box-flex .box-txts dl dt .num {
    font-feature-settings: "palt" on;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    width: 43px;
  }
  section.about .box-flex .box-txts dl dd {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.about .box-flex .box-txts .about-link {
    margin: 40px 0 0 auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.product {
  position: relative;
  background-color: #F2F6FD;
}
section.product .productlist-search-form input:focus {
  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.75);
}
section.product .productlist-categories .tgl {
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s;
}
section.product .productlist-categories .tgl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0C3387;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
section.product .productlist-categories .tgl.open {
  background-color: white;
}
section.product .productlist-categories .tgl.open::before {
  transform-origin: left;
  transform: scaleX(1);
}
section.product .productlist-categories .product-search-categories-level2, section.product .productlist-categories .product-search-categories-level2-viewer {
  display: none;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.product {
    margin-top: 150px;
    padding: 150px 0;
  }
  section.product .common-sec-title {
    text-align: center;
  }
  section.product .productlist {
    width: 92.3076923077vw;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
    box-shadow: 10px 10px 30px rgba(0, 29, 90, 0.2);
  }
  section.product .productlist-search {
    background-color: #0C3387;
    padding: 20px;
  }
  section.product .productlist-search .productlist-search-title {
    display: none;
  }
  section.product .productlist-search .productlist-search-form {
    height: 40px;
    flex-grow: 1;
    border-radius: 4px;
    background-color: white;
    display: flex;
    align-items: center;
    position: relative;
  }
  section.product .productlist-search .productlist-search-form form {
    width: 100%;
    height: 100%;
  }
  section.product .productlist-search .productlist-search-form input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 4px;
  }
  section.product .productlist-search .productlist-search-form input::placeholder {
    color: #C0C0C0;
    font-size: clamp(10px, 3.8461538462vw, 16px);
  }
  section.product .productlist-search .productlist-search-form .productlist-search-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0C3387;
  }
  section.product .productlist-search .productlist-search-form .productlist-search-submit::after {
    content: "\ea01";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  section.product .productlist-categories {
    background-color: #F2F6FD;
  }
  section.product .productlist-categories ul {
    display: flex;
    flex-wrap: wrap;
  }
  section.product .productlist-categories ul li {
    width: 50%;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    position: relative;
    border-right: 1px solid white;
  }
  section.product .productlist-categories ul li:nth-child(n+3) {
    border-top: 1px solid white;
  }
  section.product .productlist-categories ul li:nth-child(2n) {
    border-right: none;
  }
  section.product .productlist-categories ul li:nth-child(2n) .list {
    transform: translateX(-50%);
  }
  section.product .productlist-categories ul li .tgl {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px calc(3% + 18px) 10px 3%;
    position: relative;
  }
  section.product .productlist-categories ul li .tgl.open::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  section.product .productlist-categories ul li .tgl::after {
    content: "\ea02";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0C3387;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6%;
    font-size: 14px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
    will-change: transform;
  }
  section.product .productlist-categories ul li .tgl .tmb {
    width: 40px;
    height: 40px;
  }
  section.product .productlist-categories ul li .tgl .tmb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.product .productlist-categories ul li .tgl .name {
    margin-left: 8%;
  }
  section.product .productlist-categories .list {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    width: 92.3076923077vw;
    background-color: white;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 0.2s linear, max-height 0.4s ease-in;
  }
  section.product .productlist-categories .list.show {
    opacity: 1;
    max-height: 1000px;
  }
  section.product .productlist-categories .list .list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #CED6E7;
  }
  section.product .productlist-categories .list .list-head .list-head-name {
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories .list .list-head .list-head-link {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories .list .list-head .list-head-link::after {
    content: "\ea02";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    font-size: 12px;
  }
  section.product .productlist-categories .list .list-body {
    padding-top: 13px;
    padding-bottom: 20px;
  }
  section.product .productlist-categories .list .list-body ul li {
    width: 50%;
    margin-top: 10px;
  }
  section.product .productlist-categories .list .list-body ul li a {
    display: flex;
    align-items: center;
    padding-right: 5%;
  }
  section.product .productlist-categories .list .list-body ul li .tmb {
    width: 40px;
    height: 40px;
  }
  section.product .productlist-categories .list .list-body ul li .tmb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.product .productlist-categories .list .list-body ul li .name {
    margin-left: 7%;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories .list-situation {
    margin-top: 10px;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5641025641vw;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-pic {
    position: relative;
    padding-top: 65.3%;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.45;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-pic img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-txt {
    position: absolute;
    left: 10px;
    bottom: 7px;
    color: white;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .product-link {
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.product {
    margin-top: 200px;
    padding: 195px 0 200px;
  }
  section.product .common-sec-title {
    text-align: center;
  }
  section.product .productlist {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
    box-shadow: 10px 10px 30px rgba(0, 29, 90, 0.2);
  }
  section.product .productlist-search {
    background-color: #0C3387;
    display: flex;
    align-items: center;
  }
  section.product .productlist-search .productlist-search-title {
    margin: 0 40px;
    color: white;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-search .productlist-search-form {
    margin: 20px 20px 20px 0;
    width: 50%;
    height: 40px;
    flex-grow: 1;
    border-radius: 4px;
    background-color: white;
    display: flex;
    align-items: center;
    position: relative;
  }
  section.product .productlist-search .productlist-search-form form {
    width: 100%;
    height: 100%;
  }
  section.product .productlist-search .productlist-search-form input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 4px;
  }
  section.product .productlist-search .productlist-search-form input::placeholder {
    color: #C0C0C0;
  }
  section.product .productlist-search .productlist-search-form .productlist-search-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0C3387;
    cursor: pointer;
  }
  section.product .productlist-search .productlist-search-form .productlist-search-submit::after {
    content: "\ea01";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    transition: filter 0.2s;
  }
  section.product .productlist-search .productlist-search-form .productlist-search-submit:hover::after {
    filter: invert(100%);
  }
  section.product .productlist-container {
    display: flex;
    position: relative;
  }
  section.product .productlist-categories {
    width: 33%;
    background-color: #F2F6FD;
  }
  section.product .productlist-categories ul.product-search-categories-level0 {
    display: flex;
    flex-wrap: wrap;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li {
    width: 50%;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li:nth-child(n+3) {
    border-top: 1px solid white;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li:nth-child(2n) {
    border-left: 1px solid white;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li .tgl {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 1em 10px 5%;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li .tgl .tmb {
    width: 50px;
    height: 50px;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li .tgl .tmb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li .tgl .name {
    margin-left: 8%;
  }
  section.product .productlist-categories ul.product-search-categories-level0 > li .tgl:hover {
    background-color: white;
    /*&::before{
      transform-origin: left;
      transform:scaleX(1);
    }*/
  }
  section.product .productlist-categories .list {
    position: absolute;
    top: 0;
    left: 33%;
    padding: 0 30px 30px 30px;
    width: 67%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  section.product .productlist-categories .list.show {
    max-height: 2000px;
    opacity: 1;
    transition: opacity 0.4s linear;
  }
  section.product .productlist-categories .list.show .list-head {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s linear, transform 0.4s ease-out;
  }
  section.product .productlist-categories .list.show .list-body {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s linear, transform 0.4s ease-out;
    transition-delay: 0.4s;
  }
  section.product .productlist-categories .list .list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #CED6E7;
    opacity: 0;
    transform: translateY(-20px);
    will-change: transform;
  }
  section.product .productlist-categories .list .list-head .list-head-name {
    font-feature-settings: "palt" on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories .list .list-head .list-head-link {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories .list .list-head .list-head-link::after {
    content: "\ea02";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    display: inline-block;
    transition: transform 0.2s;
  }
  section.product .productlist-categories .list .list-head .list-head-link:hover::after {
    transform: translateX(5px);
  }
  section.product .productlist-categories .list .list-body {
    padding-top: 13px;
    opacity: 0;
    transform: translateX(-20px);
    will-change: transform;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 {
    display: flex;
    flex-wrap: wrap;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 li {
    width: 33.33%;
    margin-top: 16px;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 li a {
    display: flex;
    align-items: center;
    padding-right: 16px;
    transition: 0.2s;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 li a:hover {
    opacity: 0.7;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 li .tmb {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 li .tmb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.product .productlist-categories .list .list-body ul.product-search-categories-level1 li .name {
    margin-left: 7%;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .productlist-categories .list-situation {
    margin-top: 10px;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box {
    width: 100%;
    position: relative;
    max-height: 142px;
    overflow: hidden;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-pic {
    position: relative;
    padding-top: 65.3%;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.45;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-pic img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.product .productlist-categories .list-situation .list-situation-boxes .list-situation-box .list-situation-box-txt {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.product .product-link {
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.newarrival {
    padding: 150px 0;
  }
  section.newarrival .newarrival-carousel {
    margin: 60px 0 0 auto;
  }
  section.newarrival .newarrival-carousel .swiper-slide {
    width: calc(200px + 7.6923076923vw);
    padding-left: 7.6923076923vw;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-pic {
    width: 200px;
    height: 200px;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-name {
    margin-top: 30px;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-code {
    margin-top: 15px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct {
    margin-top: 15px;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct span {
    border-radius: 2px;
    margin-top: 12px;
    margin-right: 12px;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct .box-ct-end {
    color: white;
    background-color: #6F6F6F;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct .box-ct-category {
    color: #0C3387;
    background-color: #F2F6FD;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct .box-ct-tag {
    color: #0C3387;
    border: 1px solid #CED6E7;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.newarrival .newarrival-carousel-nav {
    margin-top: 48px;
  }
  section.newarrival .newarrival-link {
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.newarrival {
    padding: 200px 0;
  }
  section.newarrival .newarrival-carousel {
    width: 92.19%;
    max-width: calc(1400px + (100% - 1400px) / 2);
    margin: 70px 0 0 auto;
  }
  section.newarrival .newarrival-carousel .swiper-slide {
    width: 260px;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box:hover .box-pic {
    background-color: white;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box:hover .box-pic img {
    transform: scale(1.12);
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-pic {
    width: 260px;
    height: 260px;
    overflow: hidden;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    will-change: transform;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-name {
    margin-top: 30px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-code {
    margin-top: 15px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct span {
    border-radius: 2px;
    margin-top: 15px;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct span:nth-last-child(n+2) {
    margin-right: 12px;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct .box-ct-end {
    color: white;
    background-color: #6F6F6F;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct .box-ct-category {
    color: #0C3387;
    background-color: #F2F6FD;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.newarrival .newarrival-carousel .newarrival-carousel-box .box-ct .box-ct-tag {
    color: #0C3387;
    border: 1px solid #CED6E7;
    padding: 5px;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
  }
  section.newarrival .newarrival-carousel-nav {
    margin-top: 84px;
  }
  section.newarrival .newarrival-link {
    margin-top: -40px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.media {
    padding: 240px 0 100px;
    position: relative;
  }
  section.media::before {
    content: "";
    width: 78.2051282051vw;
    height: calc(100% - 150px);
    background-color: #F2F6FD;
    position: absolute;
    top: 150px;
    right: 0;
    display: block;
  }
  section.media .common-sec-title {
    position: relative;
  }
  section.media .media-carousel {
    position: relative;
    width: calc(100% - 7.6923076923vw);
    margin: 40px 0 0 auto;
  }
  section.media .media-carousel .swiper-slide {
    width: 220px;
  }
  section.media .media-carousel .media-carousel-box .box-pic {
    width: 220px;
    height: 138px;
  }
  section.media .media-carousel .media-carousel-box .box-pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  section.media .media-carousel .media-carousel-box .box-body {
    position: relative;
    padding-top: 20px;
  }
  section.media .media-carousel .media-carousel-box .box-category {
    position: absolute;
    top: -12px;
    left: 0;
  }
  section.media .media-carousel .media-carousel-box .box-category span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #0C3387;
    background-color: white;
  }
  section.media .media-carousel .media-carousel-box .box-title {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.media .media-carousel-nav {
    margin-top: 40px;
    position: relative;
  }
  section.media .media-link {
    position: relative;
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.media {
    padding: 350px 0 150px;
    position: relative;
  }
  section.media::before {
    content: "";
    width: calc(92.19% - 90px);
    max-width: calc(1400px + (100% - 1400px) / 2 - 90px);
    height: calc(100% - 200px);
    background-color: #F2F6FD;
    position: absolute;
    top: 200px;
    right: 0;
    display: block;
  }
  section.media .common-sec-title {
    position: relative;
  }
  section.media .media-carousel {
    position: relative;
    width: 92.19%;
    max-width: calc(1400px + (100% - 1400px) / 2);
    margin: 50px 0 0 auto;
  }
  section.media .media-carousel .swiper-slide {
    width: 334px;
  }
  section.media .media-carousel .media-carousel-box:hover .box-pic img {
    transform: scale(1.12);
  }
  section.media .media-carousel .media-carousel-box .box-pic {
    width: 334px;
    height: 208px;
    overflow: hidden;
  }
  section.media .media-carousel .media-carousel-box .box-pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    will-change: transform;
  }
  section.media .media-carousel .media-carousel-box .box-body {
    position: relative;
    z-index: 10;
    padding-top: 20px;
  }
  section.media .media-carousel .media-carousel-box .box-category {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 10;
    will-change: transform;
  }
  section.media .media-carousel .media-carousel-box .box-category span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #0C3387;
    background-color: white;
  }
  section.media .media-carousel .media-carousel-box .box-title {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.media .media-carousel-nav {
    margin-top: 74px;
    position: relative;
  }
  section.media .media-link {
    position: relative;
    margin-top: -40px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.casestudy {
    padding: 150px 0;
  }
  section.casestudy .common-sec-title {
    text-align: center;
  }
  section.casestudy .casestudy-boxes .casestudy-box {
    display: block;
    margin-top: 50px;
  }
  section.casestudy .casestudy-boxes .casestudy-box:nth-child(n+2) {
    margin-top: 30px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container {
    position: relative;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic {
    /*position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    img{
      object-fit: contain;
      width: 100%;
      height: 100%;
    }*/
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-body {
    position: relative;
    padding-top: 20px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category {
    position: absolute;
    top: -12px;
    left: 0;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #0C3387;
    background-color: white;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-title {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag {
    margin-top: 5px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #CED6E7;
    background-color: white;
  }
  section.casestudy .casestudy-link {
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.casestudy {
    padding: 200px 0;
  }
  section.casestudy .common-sec-title {
    text-align: center;
  }
  section.casestudy .casestudy-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.casestudy .casestudy-boxes .casestudy-box {
    margin-top: 60px;
    width: 50%;
    padding: 0 2.8% 0 0;
    display: block;
  }
  section.casestudy .casestudy-boxes .casestudy-box:hover .box-pic-container .box-pic img {
    transform: scale(1.12);
  }
  section.casestudy .casestudy-boxes .casestudy-box:nth-child(2n) {
    padding: 0 0 0 2.8%;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container {
    position: relative;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic {
    /*position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;*/
    overflow: hidden;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic img {
    /*object-fit: contain;
    width: 100%;
    height: 100%;*/
    transition: transform 0.5s;
    will-change: transform;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-body {
    position: relative;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category {
    position: absolute;
    top: -12px;
    left: 0;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #0C3387;
    background-color: white;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-title {
    margin-top: auto;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag {
    margin-top: 5px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #CED6E7;
    background-color: white;
  }
  section.casestudy .casestudy-link {
    margin: 50px auto 0;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
#navShowingArea {
  position: relative;
}

.scroll-nav {
  pointer-events: none;
}
.scroll-nav .scroll-nav-txt {
  color: #0C3387;
}
.scroll-nav .scroll-nav-track {
  background-color: #CED6E7;
}
.scroll-nav .scroll-nav-bar {
  background-color: #0C3387;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  .scroll-nav {
    position: fixed;
    left: 7.6923076923vw;
    top: 0;
    height: 100vh;
    z-index: 22;
    display: none;
  }
  .scroll-nav .scroll-nav-obj {
    position: absolute;
    left: 0;
    bottom: 10vh;
  }
  .scroll-nav .scroll-nav-txt {
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    transform-origin: 0 0;
    transform: rotate(90deg);
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
  }
  .scroll-nav .scroll-nav-track {
    width: 2px;
    height: 130px;
    position: relative;
  }
  .scroll-nav .scroll-nav-track .scroll-nav-bar {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  .scroll-nav {
    position: fixed;
    left: 3.905%;
    top: 0;
    height: 100vh;
    z-index: 30;
  }
  .scroll-nav .scroll-nav-obj {
    position: absolute;
    left: 0;
    bottom: 50px;
  }
  .scroll-nav .scroll-nav-txt {
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    transform-origin: 0 0;
    transform: rotate(90deg);
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
  }
  .scroll-nav .scroll-nav-track {
    width: 2px;
    height: 140px;
    position: relative;
  }
  .scroll-nav .scroll-nav-track .scroll-nav-bar {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
#topNewsCarousel .swiper-slide:not(:first-child) {display: none;}
#topNewsCarousel.initialized .swiper-slide {display: block;}