/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

picture {
  display: block;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 751px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  word-break: break-all;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

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

@font-face {
  font-family: "AmaticSC";
  src: url("/clearturn/font/AmaticSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-lt";
  src: url("/clearturn/font/Outfit-Light.woff") format("woff");
}
@font-face {
  font-family: "Outfit-r";
  src: url("/clearturn/font/Outfit-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-md";
  src: url("/clearturn/font/Outfit-Medium.woff") format("woff");
}
@font-face {
  font-family: "Outfit-sb";
  src: url("/clearturn/font/Outfit-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Outfit-bd";
  src: url("/clearturn/font/Outfit-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-lt";
  src: url("/clearturn/font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-r";
  src: url("/clearturn/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-md";
  src: url("/clearturn/font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-sb";
  src: url("/clearturn/font/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-bd";
  src: url("/clearturn/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-r";
  src: url("/clearturn/font/CrimsonText-Regular.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-sb";
  src: url("/clearturn/font/CrimsonText-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-bd";
  src: url("/clearturn/font/CrimsonText-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-lt";
  src: url("/clearturn/font/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-r";
  src: url("/clearturn/font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-md";
  src: url("/clearturn/font/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-sb";
  src: url("/clearturn/font/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-bd";
  src: url("/clearturn/font/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto-lt";
  src: url("/clearturn/font/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto-md";
  src: url("/clearturn/font/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto-bd";
  src: url("/clearturn/font/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "mplus1c";
  src: url("/clearturn/font/MPLUSRounded1c-Regular.woff") format("woff");
}
@font-face {
  font-family: "mplus1c-bd";
  src: url("/clearturn/font/MPLUSRounded1c-Bold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-sb";
  src: url("/clearturn/font/Quicksand-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-bd";
  src: url("/clearturn/font/Quicksand-Bold.woff") format("woff");
}
/* header
----------------------------------------------------------- */
.l-header {
  height: 95px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1001;
  padding: 0 5rem;
}
.l-header.fixed-hide {
  top: -95px;
}
@media screen and (max-width: 750px) {
  .l-header {
    height: 12rem;
  }
  .l-header.fixed-hide {
    top: -12rem;
  }
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: auto;
}

.m-header-logo {
  width: 100px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .m-header-logo {
    width: 15.5rem;
    height: 9.2rem;
  }
}

@media screen and (min-width: 751px) {
  .l-header-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}

.l-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.l-header-sns > li a img {
  width: 50px;
  height: auto;
}

.l-header-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 415px;
}
@media screen and (max-width: 750px) {
  .l-header-navs {
    width: 26rem;
  }
}

.top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #323232;
}

.language {
  position: relative;
  cursor: pointer;
}

.language-button {
  font-family: "mplus1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  height: 20px;
  font-size: 13px;
  color: #323232;
}
@media screen and (max-width: 750px) {
  .language-button {
    font-size: 0;
    width: auto;
  }
}
.language-button::before {
  content: "";
  display: inline-block;
  background-image: url(/clearturn/img/common/header-languageLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .language-button::before {
    width: 4.7rem;
    height: 4.7rem;
    margin-right: 0;
  }
}
.language-button::after {
  content: "";
  display: inline-block;
  background-image: url(/clearturn/img/common/header-languageArrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
@media screen and (max-width: 750px) {
  .language-button::after {
    width: 0;
    height: 0;
  }
}
.language-button.close::after {
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.language-button + ul {
  position: absolute;
  display: block;
  top: 57px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 0s linear 1s;
  transition: opacity 1s, visibility 0s linear 1s;
}
.language-button + ul li {
  position: relative;
}
.language-button + ul li a {
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .language-button + ul li a {
    padding: 2rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .language-button + ul {
    width: 13.2rem;
    top: 6.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.language-button + ul.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.onlineShop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-family: "NotoSansCJK", sans-serif;
  width: 140px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .onlineShop {
    width: 5.4rem;
    height: 4.7rem;
  }
}
@media screen and (max-width: 750px) {
  .onlineShop a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
}
.onlineShop::before {
  content: "";
  display: inline-block;
  background-image: url(/clearturn/img/common/header-shop-cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 750px) {
  .onlineShop::before {
    width: 5.4rem;
    height: 4.7rem;
  }
}

.onlineShop-button {
  cursor: pointer;
  font-size: 12px;
  color: #323232;
}
@media screen and (max-width: 750px) {
  .onlineShop-button {
    font-size: 0;
    width: auto;
  }
}

.onlineShop-ttl {
  width: 102px;
  height: 18px;
}

.m-header-gnav-btn {
  position: relative;
  display: block;
  width: 45px;
  height: 24px;
  color: transparent;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-btn {
    width: 6.5rem;
    height: 3.3rem;
  }
}
.m-header-gnav-btn span {
  position: absolute;
  display: block;
  width: 45px;
  height: 1px;
  background-color: #233980;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-btn span {
    width: 6.5rem;
    height: 0.4rem;
    border-radius: 5rem;
  }
}
.m-header-gnav-btn span:first-child {
  top: 0px;
}
.m-header-gnav-btn span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-btn span:nth-child(2) {
    top: 1.5rem;
  }
}
.m-header-gnav-btn span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-btn span:nth-child(3) {
    top: 3rem;
  }
}
.m-header-gnav-btn.close span:first-child {
  top: 0px;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.m-header-gnav-btn.close span:nth-child(2) {
  top: 10px;
  opacity: 0;
}
.m-header-gnav-btn.close span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.m-header-gnav-content {
  display: block;
  position: fixed;
  top: -120rem;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: #d5e0f5;
  border-radius: 0 0 0 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-content {
    top: -135%;
  }
}

.m-header-gnav-content.active {
  top: 0;
}

.m-header-gnav-heading {
  background-color: #fff;
  height: 95px;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-heading {
    height: 12rem;
  }
}
.m-header-gnav-heading .m-header-gnav-top {
  font-size: 56px;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-heading .m-header-gnav-top {
    font-size: 6.4rem;
  }
}
.m-header-gnav-heading span:first-child::after {
  content: "";
  display: block;
  margin: 10px auto 10px auto;
  background-image: url(/clearturn/img/Top/series_heading-subImg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 10px;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-heading span:first-child::after {
    margin: 1rem auto 1rem auto;
    width: 4.6rem;
    height: 2.4rem;
  }
}

.m-header-gnav-wrap {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-wrap {
    height: 100vh;
  }
}

.m-header-gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
  gap: 1.5rem 8.5rem;
  padding: 4rem 2rem 2rem 2rem;
}
@media screen and (max-width: 750px) {
  .m-header-gnav-list {
    padding: 6rem 8.5rem;
    margin-bottom: 11.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m-header-gnav-list li {
  width: 24rem;
  height: 100%;
}
.m-header-gnav-list li a {
  display: block;
}

.m-header-gnav-head {
  margin-bottom: 1.5rem;
}

.m-header-gnav-ttl {
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #00a9e9;
  text-align: center;
}

.top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #323232;
}
.top-heading-top {
  font-family: "AmaticSC", sans-serif;
  font-weight: 100;
  font-size: 6.5rem;
}
@media screen and (max-width: 750px) {
  .top-heading-top {
    font-size: 12rem;
  }
}
.top-heading-sub {
  font-family: "NotoSansJP-r", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .top-heading-sub {
    font-size: 2.4rem;
  }
}

/* footer
----------------------------------------------------------- */
.l-footer {
  position: relative;
  background-color: #fff;
  color: #323232;
  z-index: 10;
}
.l-footer__inner {
  max-width: 110rem;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    max-width: 55.6rem;
  }
}

.l-footer__top {
  padding: 12rem 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .l-footer__top {
    padding: 9.5rem 8.5rem;
  }
}

.l-footer__top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-crearturnLogo {
  display: block;
  width: 13rem;
  height: 8rem;
}
@media screen and (max-width: 750px) {
  .l-footer-crearturnLogo {
    width: 19rem;
    height: 11.2rem;
    margin-bottom: 9rem;
  }
}

.l-footer-koseLogo {
  display: block;
  width: 22rem;
  height: 8rem;
}

.series-lists-ttl {
  color: #233980;
  font-size: 2.2rem;
  font-family: "Roboto-md", sans-serif;
  margin-bottom: 4.2rem;
}

.series-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.series-lists ul li:not(:last-child) {
  margin-bottom: 2.5rem;
  margin-right: 12rem;
}
.series-lists ul li a {
  font-family: "NotoSansCJK", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.series-lists ul li a::before {
  content: "-";
  display: block;
  margin: 0 0.417em 0 0;
}

.l-footer__bottom {
  padding: 0 11.7rem 5.2rem 11.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 9.5rem 9.5rem 9.5rem;
  }
}
.l-footer__bottom .list {
  color: #233980;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__bottom .list {
    font-size: 1.9rem;
  }
}
.l-footer__bottom .list li a {
  font-family: "NotoSansCJK", sans-serif;
}
.l-footer__bottom .list li:first-child a {
  margin-right: 2rem;
}
.l-footer__bottom .list li:nth-child(2) a {
  margin: 0 2rem;
}
.l-footer__bottom .list li:nth-child(3) a {
  margin-left: 2rem;
}
.l-footer__bottom .list li:not(:last-child)::after {
  content: "|";
}

.l-footer__bottom-logo {
  width: 11rem;
  height: 4.5rem;
}

.copylight {
  font-family: "Roboto-lt", sans-serif;
}

/* pageTop
----------------------------------------------------------- */
#js-pagetop {
  width: 8rem;
  height: 8rem;
  position: fixed;
  bottom: 51rem;
  right: 30px;
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #js-pagetop {
    width: 7rem;
    height: 7rem;
    bottom: 65rem;
  }
}
#js-pagetop.show {
  opacity: 1;
  pointer-events: all;
}
#js-pagetop.fixed {
  bottom: 60px;
}
@media screen and (max-width: 750px) {
  #js-pagetop.fixed {
    bottom: 30px;
  }
}