@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600;700&family=League+Spartan:wght@100..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  -webkit-padding-start: initial;
          padding-inline-start: initial;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  border: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
li {
  list-style: none;
}

/* Mixin
---------------------------------------------------------- */
/* Animation
---------------------------------------------------------- */
.a-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a-fadeIn.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-cosel: #004098;
  --color-liteon: #00A1AE;
  --color-line: #D9D9D9;
  --color-bg: #ECECEC;
  --color-font: #131313;
  --color-red: #FB1B1B;
  /* font
  ---------------------------------------------------------- */
  --font-zenkaku: "IBM Plex Sans JP", sans-serif;
  --font-en: "League Spartan", sans-serif;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  --font8: 0.5rem;
  --font9: 0.56rem;
  --font10: 0.62rem;
  --font11: 0.7rem;
  --font12: 0.79rem;
  --font13: 0.81rem;
  --font14: 0.88rem;
  --font15: 0.94rem;
  --font16: 1rem;
  --font18: 1.12rem;
  --font20: 1.25rem;
  --font22: 1.42rem;
  --font23: 1.5rem;
  --font24: 1.5rem;
  --font25: 1.6rem;
  --font26: 1.62rem;
  --font28: 1.8rem;
  --font29: 1.85rem;
  --font30: 1.87rem;
  --font32: 2rem;
  --font33: 2.06rem;
  --font36: 2.28rem;
  --font37: 2.31rem;
  --font38: 2.37rem;
  --font41: 2.56rem;
  --font46: 2.88rem;
  --font50: 3.12rem;
  --font52: 3.25rem;
  --font55: 3.43rem;
  --font61: 3.81rem;
  --font66: 4.12rem;
  --font70: 4.37rem;
  --font74: 4.62rem;
  --font85: 5.31rem;
  /* width
  ---------------------------------------------------------- */
  --maxWidth: 1200px;
  --sidePadding: 20px;
  --marginTop: 20px;
}
@media screen and (min-width: 768px) {
  :root {
    --sidePadding: 40px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --sidePadding: 80px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --marginTop: 30px;
  }
}

/**
 * Makes elements visually invisible but still accessible to screen-readers.
 *
 * This Css has been carefully tested to ensure screen-readers can read and
 * activate (in case of links and buttons) the elements with this class. Please
 * use caution when changing anything, even seemingly safe ones. For example
 * changing width from 1 to 0 would prevent TalkBack from activating (clicking)
 * buttons despite TalkBack reading them just fine. This is because
 * element needs to have a defined size and be on viewport otherwise TalkBack
 * does not allow activation of buttons.
 */
.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

.c-taC {
  text-align: center;
}

.c-taR {
  text-align: right;
}

.c-taL {
  text-align: left;
}

.c-colorBox {
  padding: 20px;
}

.c-of-hidden {
  overflow: hidden;
}

.c-note {
  padding-left: 1.2em;
  position: relative;
}
.c-note mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.c-fwN {
  font-weight: 400;
}

.c-fwM {
  font-weight: var(--font-m);
}

.c-fwB {
  font-weight: var(--font-b);
}

.c-fsSS {
  font-size: 0.8em;
}

.c-fsS {
  font-size: 0.9em;
}

.c-fsM {
  font-size: 1.2em;
}

.c-fsL {
  font-size: 1.4em;
}

.c-fc-red {
  color: var(--color-red);
}

.c-ttl-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-ttl-1 .-main {
  font-family: var(--font-en);
  font-size: var(--font41);
  font-weight: 600;
  color: var(--color-cosel);
  line-height: var(--lhS);
}
@media screen and (min-width: 768px) {
  .c-ttl-1 .-main {
    font-size: var(--font70);
  }
}
.c-ttl-1 .-sub {
  font-size: var(--font18);
  font-weight: 600;
  line-height: var(--lhS);
}
@media screen and (min-width: 768px) {
  .c-ttl-1 .-sub {
    font-size: var(--font32);
  }
}
.c-ttl-1.js-scroll .-main {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.c-ttl-1.js-scroll .-sub {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
.c-ttl-1.js-scroll.-start .-main {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-ttl-1.js-scroll.-start .-sub {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-link-1 {
  text-decoration: underline;
  text-underline-position: from-font;
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .c-link-1:hover {
    text-decoration: none;
  }
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 20px;
}
.c-flex > * {
  margin-top: 0 !important;
}
.c-flex + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-flex.-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}

.c-grid {
  margin-top: 20px !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.c-grid > * {
  margin-top: 0 !important;
}
.c-grid + * {
  margin-top: 20px;
}
.c-grid > .-txt > *:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid {
    margin-top: 40px !important;
  }
}

.c-list-1 + * {
  margin-top: 20px;
}
.c-list-1 > li > ul {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.c-list-1 > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list-1 > li + li {
  margin-top: 10px;
}
.c-list-1 > li mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-1.-em2 > li {
  padding-left: 2.2em;
}
.c-list-1.-em3 > li {
  padding-left: 3.2em;
}
.c-list-1.-em4 > li {
  padding-left: 4.2em;
}

.c-list-2 + * {
  margin-top: 20px;
}
.c-list-2 li {
  padding-left: 15px;
  position: relative;
}
.c-list-2 li + li {
  margin-top: 10px;
}
.c-list-2 li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--color-line);
  border-radius: 9999px;
  position: absolute;
  top: calc(0.5em + 2.5px);
  left: 5px;
}

@media screen and (min-width: 768px) {
  .c-dlBox {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-dlBox + .c-dlBox {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-dlBox + .c-dlBox {
    margin-top: 0;
    border-top: 1px solid #D9D9D9;
  }
}
.c-dlBox dt {
  padding: 10px;
  background: var(--color-sub);
  font-size: var(--font16);
}
@media screen and (min-width: 768px) {
  .c-dlBox dt {
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-dlBox dt {
    padding: 20px 30px;
  }
}
.c-dlBox dd {
  padding: 10px 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-dlBox dd {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .c-dlBox dd {
    padding: 20px 30px 20px 0;
  }
}

.c-imgAndTxt .-img {
  float: left;
  width: 100%;
  margin-bottom: var(--marginTop);
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt .-img {
    width: 50%;
    margin-right: 40px;
  }
}
.c-imgAndTxt .-img img {
  margin: auto;
}
.c-imgAndTxt .-txt > * + * {
  margin-top: var(--marginTop);
}
.c-imgAndTxt::after {
  content: "";
  display: block;
  clear: both;
}
.c-imgAndTxt.-right .-img {
  float: right;
  margin-left: 40px;
}

.c-btn-1 a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  text-align: center;
  color: var(--color-cosel);
  font-weight: 600;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
}
.c-btn-1 a .c-icon-svg {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .c-btn-1 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c-btn-1 a:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 10px 17px 21px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 17px 21px rgba(0, 0, 0, 0.15);
  }
}

.c-selectBox {
  position: relative;
}
.c-selectBox::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: var(--color-liteon);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-selectBox::after {
    width: 14px;
    height: 8px;
    right: 20px;
  }
}
.c-selectBox select {
  min-width: 160px;
  border: 1px solid var(--color-line);
  padding: 10px 25px 10px 20px;
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-selectBox select {
    min-width: 170px;
    padding-right: 35px;
  }
}
.c-selectBox select:focus {
  border-color: var(--color-liteon);
}

html {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: var(--color-font);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: var(--font14);
  font-weight: var(--font-r);
  letter-spacing: 0.36px;
  background: var(--color-bg);
}
@media screen and (min-width: 768px) {
  body {
    font-size: var(--font16);
  }
}

svg {
  width: 100%;
  height: 100%;
}

a {
  color: var(--color-font);
  text-decoration: none;
}
a > * {
  vertical-align: top;
}

a.c-telLink {
  color: var(--color-font);
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  a.c-telLink {
    pointer-events: none;
    cursor: default;
  }
}

button {
  cursor: pointer;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 10px 30px;
    gap: 30px;
  }
}
.l-header__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-header__ttl {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__ttl a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-header__ttl a:hover {
    opacity: 0.7;
  }
}
.l-header__ttl .-logo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .l-header__ttl .-logo {
    width: 236px;
  }
}
.l-header__ttl .-txt {
  font-size: 10px;
  font-weight: var(--font-m);
  text-align: center;
  border-right: 1px solid var(--color-line);
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-header__ttl .-txt {
    font-size: var(--font16);
    padding-right: 30px;
  }
}
.l-header__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  font-family: var(--font-en);
  font-size: var(--font14);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-header__lang {
    font-size: var(--font18);
  }
}
.l-header__lang li + li {
  position: relative;
}
.l-header__lang li + li::before {
  content: "/";
  display: inline-block;
  color: #7E7E7E;
  font-weight: var(--font-r);
  margin-right: 0.2em;
}
.l-header__lang li a {
  color: #7E7E7E;
}
@media screen and (min-width: 960px) {
  .l-header__lang li a:hover {
    color: var(--color-liteon);
  }
}

.l-pageTop {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-pageTop {
    display: block;
    padding: 10px 10px 0;
    overflow: hidden;
    position: fixed;
    right: calc(var(--sidePadding) / 2 - 10px);
    bottom: 0;
  }
}
.l-pageTop a {
  display: inline-block;
  padding: 10px 10px 5px;
  background: #fff;
  border-radius: 9999px 9999px 0 0;
  color: var(--color-liteon);
  -webkit-box-shadow: 6px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.l-pageTop a .c-icon-svg {
  width: 33px;
  height: 33px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 960px) {
  .l-pageTop a {
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
  }
  .l-pageTop a:hover {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-pageTop {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-pageTop.-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-footer {
  background: #fff;
  padding: 0 var(--sidePadding);
}
.l-footer__inner {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 30px;
    max-width: var(--maxWidth);
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 195px;
  margin: 0 auto;
}
.l-footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    gap: 20px;
  }
}
.l-footer__link__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: var(--font12);
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px) {
  .l-footer__link__item a {
    font-size: var(--font14);
    gap: 5px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__link__item a:hover {
    text-decoration: none;
  }
}
.l-footer__link__item a .c-icon-svg {
  width: 10px;
  height: 10px;
}
.l-footer__copy {
  margin-top: 20px;
  border-top: 1px solid var(--color-line);
  padding: 10px 0;
  font-size: var(--font9);
  font-weight: var(--font-r);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: var(--font11);
  }
}

.l-contact {
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 88888;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-contact {
    top: 30px;
  }
}
.l-contact a {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-contact a {
    padding: 18px;
    -webkit-box-shadow: -4px 7px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: -4px 7px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.l-contact a .c-icon-svg {
  width: 20px;
  height: 20px;
  color: var(--color-liteon);
}
@media screen and (min-width: 768px) {
  .l-contact a .c-icon-svg {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 960px) {
  .l-contact a {
    -webkit-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
  }
  .l-contact a:hover {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}
.l-contact.-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-breadcrumb {
  background: var(--color-line);
  padding: 5px var(--sidePadding);
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.l-breadcrumb__list li {
  font-size: var(--font12);
}
.l-breadcrumb__list li + li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.l-breadcrumb__list li + li::before {
  content: ">";
  display: inline-block;
  font-size: 0.9em;
  padding-bottom: 2px;
}
.l-breadcrumb__list li a {
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (min-width: 960px) {
  .l-breadcrumb__list li a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .l-second-mv {
    background: url("/liteon/assets/img/bg-ttl.webp") no-repeat center center/cover;
  }
}
.l-second-mv .c-ttl-1 {
  background: url("/liteon/assets/img/bg-ttl-sp.webp") no-repeat center center/cover;
  padding: 95px var(--sidePadding) 35px;
}
@media screen and (min-width: 768px) {
  .l-second-mv .c-ttl-1 {
    background: none;
    padding: 145px var(--sidePadding) 70px;
  }
}
.l-second-mv .c-ttl-1 .-main, .l-second-mv .c-ttl-1 .-sub {
  color: #fff;
  text-shadow: 0 0 8px #003379;
}
.l-second-mv .c-ttl-1 .-sub {
  font-size: var(--font22);
}
@media screen and (min-width: 768px) {
  .l-second-mv .c-ttl-1 .-sub {
    font-size: var(--font32);
  }
}
.l-second-mv__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding: 15px 20px 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-second-mv__list__outer {
  max-width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-second-mv__list__outer {
    width: 100%;
    padding: 0 var(--sidePadding);
    background: none;
  }
}
.l-second-mv__list__outer::before, .l-second-mv__list__outer::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-second-mv__list__outer::before, .l-second-mv__list__outer::after {
    content: none;
  }
}
.l-second-mv__list__outer::before {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.l-second-mv__list__outer::after {
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-second-mv__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    max-width: var(--maxWidth);
    margin: 0 auto;
  }
}
.l-second-mv__list__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  text-align: center;
  font-size: var(--font12);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-line);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-second-mv__list__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--color-bg);
    border-bottom: none;
    font-size: var(--font12);
    padding: 20px 10px;
    margin-top: 20px;
  }
  .l-second-mv__list__item:first-child {
    border-radius: 10px 0 0 0;
  }
  .l-second-mv__list__item:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .l-second-mv__list__item {
    font-size: var(--font16);
  }
}
@media screen and (min-width: 768px) {
  .l-second-mv__list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .l-second-mv__list__item a:hover {
    color: var(--color-liteon);
  }
}
.l-second-mv__list__item.-current {
  border-bottom: 2px solid var(--color-liteon);
}
@media screen and (min-width: 768px) {
  .l-second-mv__list__item.-current {
    background: #fff;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 6px 0px 4px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 0px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .l-second-mv__list__item.-current::before, .l-second-mv__list__item.-current::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/assets/img/img-radius.svg") no-repeat center center/cover;
    position: absolute;
    bottom: 0;
  }
  .l-second-mv__list__item.-current::before {
    left: -10px;
  }
  .l-second-mv__list__item.-current::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: -10px;
  }
}
.l-second-mv__list__item + li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--color-line);
  position: absolute;
  bottom: -2px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .l-second-mv__list__item + li::before {
    content: none;
  }
}
.l-second-mv__list::-webkit-scrollbar {
  display: none;
}

.l-product-intro {
  background: #fff;
  padding: 0 var(--sidePadding);
}
.l-product-intro__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .l-product-intro__inner {
    display: grid;
    grid-template-columns: 1fr 50%;
    grid-template-areas: "img name" "img txt";
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0;
  }
}
.l-product-intro__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-product-intro__name {
    grid-area: name;
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-product-intro__name .-main {
  font-family: var(--font-en);
  font-size: var(--font32);
  font-weight: var(--font-r);
}
@media screen and (min-width: 768px) {
  .l-product-intro__name .-main {
    font-size: var(--font41);
  }
}
@media screen and (min-width: 960px) {
  .l-product-intro__name .-main {
    font-size: var(--font50);
  }
}
.l-product-intro__name .-sub {
  font-size: var(--font18);
  font-weight: var(--font-m);
}
@media screen and (min-width: 960px) {
  .l-product-intro__name .-sub {
    font-size: var(--font22);
  }
}
.l-product-intro__img {
  max-width: 283px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-product-intro__img {
    grid-area: img;
    max-width: 439px;
  }
}
.l-product-intro__txt {
  margin-top: 30px;
  line-height: var(--lhL);
}
@media screen and (min-width: 768px) {
  .l-product-intro__txt {
    grid-area: txt;
  }
}

.l-products {
  padding: 0 var(--sidePadding);
}
.l-products__inner {
  padding: 40px 0 130px;
  max-width: var(--maxWidth);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-products__inner {
    padding: 60px 0 130px;
  }
}
.l-products__sort {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-products__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 30px;
    margin-bottom: 60px;
  }
}
.l-products__sort .-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: var(--font16);
  font-weight: var(--font-m);
}
@media screen and (min-width: 768px) {
  .l-products__sort .-ttl {
    font-size: var(--font18);
  }
}
.l-products__sort .-ttl .c-icon-svg {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .l-products__sort .-ttl .c-icon-svg {
    width: 24px;
    height: 24px;
  }
}
.l-products__sort__selectArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-products__sort__selectArea {
    margin-top: 0;
  }
}
.l-products__item {
  background: #fff;
  padding: 30px 20px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-products__item {
    display: grid;
    grid-template-columns: 30% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 45px;
    padding: 30px;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .l-products__item {
    grid-template-columns: auto 1fr;
  }
}
.l-products__item + .l-products__item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-products__item + .l-products__item {
    margin-top: 1px;
  }
}
.l-products__item__img {
  border-bottom: 1px solid var(--color-bg);
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-products__item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid var(--color-bg);
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.l-products__item__img img {
  margin: 0 auto;
  max-width: 245px;
  width: 100%;
}
.l-products__item__txtBox {
  padding: 20px 0 0;
  text-align: center;
  font-size: var(--font12);
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox {
    padding: 0;
    font-size: var(--font14);
    text-align: left;
  }
}
.l-products__item__txtBox .-nameAndType {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-nameAndType {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 35px;
  }
}
.l-products__item__txtBox .-name {
  font-size: var(--font18);
  font-weight: var(--font-b);
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-name {
    font-size: var(--font22);
  }
}
.l-products__item__txtBox .-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-type {
    margin-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-products__item__txtBox .-type li {
  padding: 3px 5px 0;
  background: #F4F4F4;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-tableAndDetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 33px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-products__item__txtBox .-tableAndDetails {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.l-products__item__txtBox .-tableBox {
  display: inline-block;
  background: #F4F4F4;
  margin: 10px auto 0;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-tableBox {
    margin: 0;
  }
}
.l-products__item__txtBox .-table {
  border-collapse: collapse;
  text-align: center;
}
.l-products__item__txtBox .-table th {
  padding: 5px 10px;
  font-size: var(--font10);
  font-weight: var(--font-r);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-table th {
    font-size: var(--font12);
  }
}
.l-products__item__txtBox .-table td {
  padding: 5px 10px;
}
.l-products__item__txtBox .-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-details {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 10px;
    gap: 10px 30px;
  }
}
.l-products__item__txtBox .-details li + li {
  margin-top: 0;
}
.l-products__item__txtBox .-details li::before {
  top: calc(0.5em - 2px);
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-details li::before {
    top: 0.5em;
  }
}
.l-products__item__txtBox .-mark {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-products__item__txtBox .-mark {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .l-products__item__txtBox .-mark {
    width: calc(100% - 290px);
    margin-bottom: 5px;
  }
}
.l-products__item__txtBox .-mark li img {
  max-height: 40px;
}
.l-products__item__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: 30px;
  border-top: 1px solid var(--color-bg);
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .l-products__item__btn {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-products__item__btn {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
    border-top: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
}
.l-products__item__btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
  font-weight: var(--font-m);
}
@media screen and (min-width: 768px) {
  .l-products__item__btn a {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-products__item__btn a:hover {
    color: var(--color-liteon);
  }
}
.l-products__item__btn a .c-icon-svg {
  width: 20px;
  height: 20px;
  color: var(--color-liteon);
  margin-bottom: 3px;
}
.l-products__item.-hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}