﻿@charset "UTF-8";
/*
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
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.page-nav {
    margin-top: -20px;
  }
  section.page-nav .page-nav-btn {
    position: relative;
    height: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0C3387;
    cursor: pointer;
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 4.1025641026vw, 16px);
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 3px;
    white-space: nowrap;
  }
  section.page-nav .page-nav-btn::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;
    display: inline-block;
    font-size: clamp(10px, 3.8461538462vw, 15px);
    margin-left: 20px;
    margin-top: 3px;
    transform: rotate(90deg);
  }
  section.page-nav .page-nav-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0C3387;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.page-nav {
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  section.page-nav .page-nav-btn {
    position: relative;
    height: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0C3387;
    cursor: pointer;
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    transition: padding 0.2s;
  }
  section.page-nav .page-nav-btn::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;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 3px;
    transform: rotate(90deg);
  }
  section.page-nav .page-nav-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0C3387;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  section.page-nav .page-nav-btn:hover {
    padding-top: 10px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  .page-nav + .page-sec {
    margin-top: 80px;
  }
  .anchor-target {
    margin-top: -80px;
    padding-top: 80px;
  }
  section.page-sec {
    margin-top: 100px;
  }
  section.page-sec#windows {
    padding-bottom: 100px;
  }
  section.page-sec .sec-title {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 6.1538461538vw, 24px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #CED6E7;
    padding-bottom: 10px;
  }
  section.page-sec .sec-title .pd-boxes-link {
    display: none;
  }
  section.page-sec .sec-title + .sec-sub-title {
    margin-top: 40px;
  }
  section.page-sec .sec-sub-title {
    margin-top: 60px;
    font-feature-settings: "palt" on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.page-sec .pd-boxes {
    margin-top: 20px;
    width: 100%;
  }
  section.page-sec .pd-boxes .swiper-slide {
    width: calc(200px + 7.6923076923vw);
    padding-left: 7.6923076923vw;
  }
  section.page-sec .pd-boxes .pd-box {
    display: block;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-pic {
    position: relative;
    padding-top: 100%;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts {
    margin-top: 20px;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts .pd-box-name-01 {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts .pd-box-name-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts .pd-box-code-01 {
    margin-top: 10px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-family: "Play", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
  }
  section.page-sec .pd-boxes-link {
    margin-top: 40px;
    color: #0C3387;
    text-align: center;
    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;
    display: block;
    width: 100%;
  }
  section.page-sec .pd-boxes-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;
    font-size: 14px;
    margin-left: 8px;
  }
  section.page-sec .link-boxes {
    margin-top: 40px;
  }
  section.page-sec .link-boxes .link-box {
    margin-top: 10px;
    width: 100%;
    height: 80px;
    font-size: 18px;
    border-radius: 8px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  .page-nav + .page-sec {
    margin-top: 80px;
  }
  .anchor-target {
    margin-top: -100px;
    padding-top: 100px;
  }
  section.page-sec {
    margin-top: 100px;
    position: relative;
  }
  section.page-sec#windows {
    padding-bottom: 150px;
  }
  section.page-sec#cvs .sec-title {
    display: flex;
    justify-content: space-between;
  }
  section.page-sec .sec-title {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #CED6E7;
    padding-bottom: 10px;
  }
  section.page-sec .sec-title .pd-boxes-link {
    margin-top: 10px;
  }
  section.page-sec .sec-title + .sec-sub-title {
    margin-top: 40px;
  }
  section.page-sec .sec-sub-title {
    margin-top: 80px;
    font-feature-settings: "palt" on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.page-sec .sec-sub-title + .pd-boxes {
    margin-top: 30px;
  }
  section.page-sec .pd-boxes {
    margin-top: 40px;
    position: relative;
  }
  section.page-sec .pd-boxes .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
  }
  section.page-sec .pd-boxes .pd-box {
    display: block;
  }
  section.page-sec .pd-boxes .pd-box:hover .pd-box-pic img {
    transform: scale(1.12);
  }
  section.page-sec .pd-boxes .pd-box .pd-box-pic {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts {
    margin-top: 20px;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts .pd-box-name-01 {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts .pd-box-name-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.page-sec .pd-boxes .pd-box .pd-box-txts .pd-box-code-01 {
    margin-top: 10px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-family: "Play", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
  }
  section.page-sec .pd-boxes .pd-boxes-link {
    position: absolute;
    top: -65px;
    right: 0;
  }
  section.page-sec#cvs .pd-boxes .pd-boxes-link {
    display: none;
  }
  section.page-sec .pd-boxes-link {
    color: #0C3387;
    text-align: center;
    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.page-sec .pd-boxes-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;
    font-size: 14px;
    margin-left: 8px;
    transition: transform 0.2s;
    will-change: transform;
  }
  section.page-sec .pd-boxes-link:hover::after {
    transform: translateX(4px);
  }
  section.page-sec .link-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  section.page-sec .link-boxes .link-box {
    width: 100%;
    height: 80px;
    font-size: 18px;
    border-radius: 8px;
  }
}