@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* =================================
Reset
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* =================================
Base
================================= */
:root {
  --glory-blue: #111987;
  --ss-blue: #006AFF;
  --text: #393939;
  --text-sub: #979797;
  --text-link: #00BFFF;
  --line-gray: #D9D9D9;
  --cta-blue: #00B0D2;
  --bg-blue: #EEFAFF;
  --bg-gray: #F7F7F7;
  --bg-shop: #EAEBFF;
  --bg-partner: #D8DAFC;
  --cta-shop: #FF8438;
  --cta-partner: #00C434;
  --cta-btn-shop: linear-gradient(180deg, #FFAE7B 0%, #FF741E 100%);
  --cta-btn-partner: linear-gradient(180deg, #00E43D 0%, #00B330 100%);
  --bg-shop-grade: linear-gradient(90deg, #E9EBFF 0%, #DCDFFF 100%);
  --bg-partner-grade: linear-gradient(90deg, #EFF1FF 0%, #DCDFFF 100%);
  --bg-btn: linear-gradient(180deg, #F5FDFF 0%, #DCE8FF 100%);
  --bg-btn-sub: linear-gradient(180deg, #2631BF 0%, #111987 100%);
  --bg-page-title: linear-gradient(261.59deg, #004099 21.81%, #006AFF 93.07%);
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s;
}

.wrapper {
  background: var(--bg-gray);
}
@media (min-width: 640px) {
  .wrapper {
    min-width: 1300px;
  }
}
@media (max-width: 639px) {
  .wrapper {
    overflow: clip;
  }
}

.link-blank {
  display: flex;
  align-items: center;
}
.link-blank::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  background: var(--text);
  mask: url(/files/user/tsurisenki/images/common/link_blank.svg) no-repeat 0 0/contain;
}

.link-arrow {
  display: flex;
  align-items: center;
}
.link-arrow::after {
  display: inline-block;
  content: "";
  mask: url(/files/user/tsurisenki/images/common/link_arrow.svg) no-repeat 0 0/contain;
}

.link-text {
  color: var(--text-link);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .link-text:hover {
    color: var(--ss-blue);
  }
}
.link-text.blank::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  margin-left: 5px;
  background: var(--text-link);
  mask: url(/files/user/tsurisenki/images/common/link_blank.svg) no-repeat 0 0/contain;
}

@media (max-width: 639px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 640px) {
  .is-sp {
    display: none;
  }
}

.js-no-scroll {
  overflow: hidden;
}

/* =================================
style
================================= */
.l-header__tsurisenki {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
}
@media (min-width: 1301px) {
  .l-header__tsurisenki {
    padding-left: max(8.0026455026vw, 121px);
  }
}
@media (max-width: 1300px) {
  .l-header__tsurisenki {
    padding-left: min(8.0026455026vw, 121px);
  }
}
@media (min-width: 640px) {
  .l-header__tsurisenki {
    min-width: 1300px;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki {
    padding: 15px;
    border-bottom: 1px solid var(--line-gray);
  }
}
.l-header__tsurisenki--in {
  display: flex;
  align-items: center;
}
.l-header__tsurisenki__logo {
  display: block;
  background: url(/files/user/images/common/logo-glory.svg) no-repeat left top;
}
@media (min-width: 640px) {
  .l-header__tsurisenki__logo {
    width: 76px;
    height: 75px;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__logo {
    width: 53px;
    height: 53px;
  }
}
.l-header__tsurisenki__logo a {
  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav {
    display: flex;
    align-items: center;
    min-height: 105px;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav {
    position: absolute;
    top: 100%;
    right: -1000px;
    z-index: 9998;
    width: 100%;
    height: calc(100vh - 84px);
    background: #fff;
    transition: all 0.3s;
    overflow: scroll;
  }
  .l-header__tsurisenki__nav.is-active {
    right: 0;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-global li {
    border-bottom: 1px solid var(--line-gray);
  }
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-global {
    order: 1;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-right: 40px;
  }
  .l-header__tsurisenki__nav-global .link-arrow::after {
    display: none;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-global .link-arrow::after {
    width: 6px;
    height: 10px;
    margin-left: auto;
    background: var(--text);
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-global a {
    padding: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tsurisenki__nav-global a:hover {
    color: var(--ss-blue);
  }
}
.l-header__tsurisenki__nav-sub {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-sub {
    order: 2;
    min-height: 105px;
  }
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-sub li {
    flex: 1;
    display: grid;
    min-width: 267px;
  }
}
.l-header__tsurisenki__nav-sub li a {
  color: var(--glory-blue);
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-sub li a {
    flex: 1;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-sub li a {
    padding: 15px;
  }
}
.l-header__tsurisenki__nav-sub li .shop {
  background: var(--bg-shop);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tsurisenki__nav-sub li .shop:hover {
    background: var(--bg-partner);
  }
}
.l-header__tsurisenki__nav-sub li .partner {
  background: var(--bg-partner);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tsurisenki__nav-sub li .partner:hover {
    background: var(--bg-shop);
  }
}
.l-header__tsurisenki__nav-sub li .link-arrow::after {
  margin-left: auto;
  background: var(--glory-blue);
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-sub li .link-arrow::after {
    width: 7px;
    height: 13px;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-sub li .link-arrow::after {
    width: 6px;
    height: 10px;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-contact {
    display: none;
  }
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-contact {
    order: 3;
    min-width: 250px;
    min-height: 105px;
  }
}
.l-header__tsurisenki__nav-contact__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: inherit;
  padding: 0 20px 0 13px;
  background: var(--glory-blue);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.l-header__tsurisenki__nav-contact__heading::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background: #fff;
  mask: url(/files/user/tsurisenki/images/common/arrow_down.svg) no-repeat 0 0/contain;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tsurisenki__nav-contact__heading:hover {
    background: #353EBA;
  }
}
.l-header__tsurisenki__nav-contact__contents {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  background: #fff;
}
.l-header__tsurisenki__nav-contact__contents li + li {
  border-top: 1px solid var(--line-gray);
}
.l-header__tsurisenki__nav-contact__contents li a {
  min-width: 380px;
  padding: 12px 20px;
  color: #fff;
}
.l-header__tsurisenki__nav-contact__contents li .link-arrow::after {
  width: 7px;
  height: 13px;
  margin-left: auto;
  background: #fff;
}
.l-header__tsurisenki__nav-contact__contents li .shop {
  background: var(--cta-shop);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tsurisenki__nav-contact__contents li .shop:hover {
    background: #FF904B;
  }
}
.l-header__tsurisenki__nav-contact__contents li .partner {
  background: var(--cta-partner);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__tsurisenki__nav-contact__contents li .partner:hover {
    background: #26E158;
  }
}
@media (min-width: 640px) {
  .l-header__tsurisenki__nav-contact--sp {
    display: none;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__nav-contact--sp {
    display: block;
    padding: 25px 15px;
  }
  .l-header__tsurisenki__nav-contact--sp li + li {
    margin-top: 15px;
  }
  .l-header__tsurisenki__nav-contact--sp a {
    justify-content: center;
    position: relative;
    min-height: 100px;
    padding: 10px;
    border-radius: 11px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .l-header__tsurisenki__nav-contact--sp .link-arrow::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: #fff;
  }
  .l-header__tsurisenki__nav-contact--sp .shop {
    background: var(--cta-btn-shop);
  }
  .l-header__tsurisenki__nav-contact--sp .partner {
    background: var(--cta-btn-partner);
  }
}
@media (min-width: 640px) {
  .l-header__tsurisenki__menu {
    display: none;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__menu {
    position: relative;
    width: 30px;
    height: 23.5px;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__menu span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2.5px;
    background: var(--glory-blue);
    transition: all 0.3s;
  }
  .l-header__tsurisenki__menu span:nth-child(1) {
    top: 0;
  }
  .l-header__tsurisenki__menu span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__tsurisenki__menu span:nth-child(3) {
    bottom: 0;
  }
}
@media (max-width: 639px) {
  .l-header__tsurisenki__menu.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%) rotate(45deg);
  }
  .l-header__tsurisenki__menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__tsurisenki__menu.is-active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translate(-50%) rotate(-45deg);
  }
}

.l-breadcrumb {
  padding: 9px 0;
  background: #fff;
  border-top: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
}
@media (max-width: 639px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb__list {
  display: flex;
  align-items: center;
  min-width: 1300px;
  font-size: 1.2rem;
}
@media (min-width: 1301px) {
  .l-breadcrumb__list {
    padding: 0 max(8.0026455026vw, 121px) 0 max(8.0026455026vw, 121px);
  }
}
@media (max-width: 1300px) {
  .l-breadcrumb__list {
    padding: 0 min(8.0026455026vw, 121px) 0 min(8.0026455026vw, 121px);
  }
}
.l-breadcrumb__list li {
  display: flex;
  align-items: center;
}
.l-breadcrumb__list li + li {
  margin-left: 11px;
}
.l-breadcrumb__list li + li::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 9px;
  margin-right: 11px;
  background: var(--line-gray);
  mask: url(/files/user/tsurisenki/images/common/link_arrow.svg) no-repeat 0 0/contain;
}

.l-footer {
  border-top: 1px solid #dfe4ed;
}
.l-footer__catch__outer {
  background-color: #f5f6fa;
  letter-spacing: -0.5em;
  text-align: center;
}
@media (min-width: 640px) {
  .l-footer__catch__outer {
    padding: 39px 0 40px;
  }
}
@media (max-width: 639px) {
  .l-footer__catch__outer {
    padding: 40px 0 37px;
  }
}
.l-footer__logo, .l-footer__catch {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-footer__logo {
  display: inline-block;
  background: url(/files/user/images/common/logo-glory.svg) no-repeat center top;
  background-size: 100% auto;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .l-footer__logo {
    width: 100px;
    height: 98px;
    vertical-align: middle;
  }
}
@media (max-width: 639px) {
  .l-footer__logo {
    width: 22.4%;
    height: 0;
    padding-top: 22%;
    vertical-align: top;
  }
}
.l-footer__catch {
  background: url(/files/user/images/common/footer-catchcopy.svg) no-repeat center top;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .l-footer__catch {
    display: inline-block;
    width: 153px;
    height: 30px;
    margin-left: 15px;
    background-size: 100% auto;
    vertical-align: middle;
  }
}
@media (max-width: 639px) {
  .l-footer__catch {
    display: block;
    height: 0;
    padding-top: 6.9%;
    margin: 20px auto 0;
    background-size: auto 100%;
  }
}
.l-footer__nav {
  background-color: #071933;
  color: #fff;
}
@media (max-width: 639px) {
  .l-footer__nav {
    text-align: center;
  }
}
.l-footer__nav__list.col-8 {
  width: 66.66667%;
}
.l-footer__nav__list {
  margin: 0 auto;
  letter-spacing: -0.5em;
}
@media (min-width: 640px) {
  .l-footer__nav__list {
    padding: 38px 0 24px;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__list {
    padding: 40px 0 38px;
  }
}
.l-footer__nav__item {
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .l-footer__nav__item {
    display: inline-block;
    width: 25%;
  }
  .l-footer__nav__item:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__item:not(:first-child) {
    margin-top: 20px;
  }
}
.l-footer__nav__link {
  color: #fff;
}
.l-footer__nav__link:hover {
  text-decoration: underline;
}
.l-footer__nav__tsurisenki {
  background: #fff;
}
@media (min-width: 640px) {
  .l-footer__nav__tsurisenki {
    padding: 40px;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki {
    padding: 15px 10px 22px;
  }
}
@media (min-width: 640px) {
  .l-footer__nav__tsurisenki__read {
    margin-bottom: 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--line-gray);
    font-size: 1.2rem;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__read {
    margin-bottom: 22px;
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  .l-footer__nav__tsurisenki__box {
    display: flex;
    justify-content: center;
    gap: 70px;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__box {
    padding: 0 15px;
  }
}
.l-footer__nav__tsurisenki__lists {
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__lists + .l-footer__nav__tsurisenki__lists {
    margin-top: 18px;
  }
}
@media (min-width: 640px) {
  .l-footer__nav__tsurisenki__lists li {
    min-width: 130px;
  }
}
.l-footer__nav__tsurisenki__lists li + li {
  margin-top: 7px;
}
.l-footer__nav__tsurisenki__lists li a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav__tsurisenki__lists li a:hover {
    color: var(--ss-blue);
  }
}
.l-footer__nav__tsurisenki__lists li .link-blank::after {
  margin-left: auto;
}
.l-footer__nav__tsurisenki__lists .parent {
  color: var(--glory-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .l-footer__nav__tsurisenki__lists .parent {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__lists .parent {
    font-size: 1.4rem;
  }
}
@media (min-width: 640px) {
  .l-footer__nav__tsurisenki__lists .parent + .parent {
    margin-top: auto;
  }
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__lists .parent + .parent {
    margin-top: 15px;
  }
}
.l-footer__nav__tsurisenki__lists .parent a {
  color: var(--glory-blue);
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__lists .child {
    font-size: 1.4rem;
  }
}
.l-footer__nav__tsurisenki__lists .products-lists {
  margin-top: 7px;
}
@media (max-width: 639px) {
  .l-footer__nav__tsurisenki__lists .products-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 24px;
  }
  .l-footer__nav__tsurisenki__lists .products-lists li {
    width: calc(50% - 17px);
  }
  .l-footer__nav__tsurisenki__lists .products-lists li + li {
    margin: 0;
  }
}
.l-footer__subNav {
  border-top: 1px solid #000;
  font-size: 14px;
  letter-spacing: -0.5em;
  text-align: center;
}
@media (min-width: 640px) {
  .l-footer__subNav {
    padding: 19px 0 17px;
  }
}
@media (max-width: 639px) {
  .l-footer__subNav {
    padding: 30px 0 25px;
  }
}
.l-footer__subNav__item {
  display: inline-block;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .l-footer__subNav__item {
    line-height: 1;
  }
  .l-footer__subNav__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 639px) {
  .l-footer__subNav__item:not(:last-child) {
    margin-right: 13px;
  }
  .l-footer__subNav__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.l-footer__subNav__link {
  color: #fff;
}
@media (min-width: 640px) {
  .l-footer__subNav__link {
    display: inline-block;
  }
}
.l-footer__subNav__link:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  background-color: #040c18;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .l-footer__copyright {
    padding: 22px 0 20px;
  }
}
@media (max-width: 639px) {
  .l-footer__copyright {
    padding: 20px 0 17px;
  }
}

@media (min-width: 640px) {
  .l-container__tsurisenki {
    padding: 0 0 120px;
  }
}
@media (max-width: 639px) {
  .l-container__tsurisenki {
    padding: 0 0 30px;
  }
}

.l-contents--in {
  max-width: 1070px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .l-contents--in {
    min-width: 1070px;
  }
}
@media (max-width: 639px) {
  .l-contents--in {
    padding: 0 20px;
  }
}
.l-contents--in.default {
  max-width: 1170px;
}
@media (min-width: 640px) {
  .l-contents--in.default {
    min-width: 1170px;
  }
}
@media (max-width: 639px) {
  .l-contents--in.default {
    padding: 0 20px;
  }
}

.l-title__heading {
  font-weight: 700;
}
@media (min-width: 640px) {
  .l-title__heading.lv1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 639px) {
  .l-title__heading.lv1 {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  .l-title__heading.lv2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 639px) {
  .l-title__heading.lv2 {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  .l-title__heading.lv3 {
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .l-title__heading.lv3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 640px) {
  .l-title__heading.lv4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .l-title__heading.lv4 {
    font-size: 1.8rem;
  }
}
.l-title--read {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .l-title--read {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .l-title--read {
    font-size: 1.8rem;
  }
}

.l-btn--main {
  justify-content: center;
  position: relative;
  min-height: 54px;
  padding: 0 46px;
  background: var(--bg-btn);
  border: 1px solid var(--glory-blue);
  border-radius: 15px;
  color: var(--glory-blue);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .l-btn--main {
    min-width: 437px;
  }
}
@media (max-width: 639px) {
  .l-btn--main {
    width: 100%;
    border-radius: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-btn--main:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #E8EFFF 100%);
  }
}
.l-btn--main.link-arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: var(--glory-blue);
}
.l-btn--main.link-blank::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: var(--glory-blue);
}
.l-btn--main.large {
  min-height: 100px;
  padding: 0 66px;
  font-size: 2rem;
}
@media (max-width: 639px) {
  .l-btn--main.large {
    min-height: 66px;
    padding: 0 59px;
    font-size: 1.6rem;
  }
}
.l-btn--main.large.link-arrow::after {
  right: 39px;
}
@media (max-width: 639px) {
  .l-btn--main.large.link-arrow::after {
    right: 20px;
  }
}
.l-btn--main.middle {
  min-height: 65px;
}
.l-btn--main.middle.link-arrow::after {
  right: 39px;
}
.l-btn--sub {
  justify-content: center;
  position: relative;
  min-height: 65px;
  padding: 0 52px;
  background: var(--bg-btn-sub);
  border: 1px solid var(--glory-blue);
  border-radius: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .l-btn--sub:hover {
    background: linear-gradient(180deg, #3B46E0 0%, #2730AE 100%);
  }
}
.l-btn--sub.link-arrow::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: #fff;
}
.l-btn--sub.link-blank::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: #fff;
}
.l-btn--attention {
  justify-content: center;
  position: relative;
  padding: 10px;
  border: 1px solid;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .l-btn--attention {
    min-height: 100px;
    border-radius: 15px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .l-btn--attention {
    min-height: 66px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
.l-btn--attention.link-arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background: #fff;
}
.l-btn--attention.shop {
  background: var(--cta-btn-shop);
  border-color: #FE6100;
}
@media (hover: hover) and (pointer: fine) {
  .l-btn--attention.shop:hover {
    background: linear-gradient(180deg, #FFB88C 0%, #FF904B 100%);
  }
}
.l-btn--attention.partner {
  background: var(--cta-btn-partner);
  border-color: #009828;
}
@media (hover: hover) and (pointer: fine) {
  .l-btn--attention.partner:hover {
    background: linear-gradient(180deg, #4CFF7C 0%, #26E158 100%);
  }
}

.l-page__title {
  position: relative;
  background: var(--bg-page-title);
}
@media (min-width: 640px) {
  .l-page__title.pattern01 {
    padding: 60px 0 140px;
  }
}
@media (max-width: 639px) {
  .l-page__title.pattern01 {
    padding: 30px 0 60px;
  }
}
@media (min-width: 640px) {
  .l-page__title.pattern02 {
    display: flex;
    align-items: center;
    min-height: 330px;
  }
}
.l-page__title h1 {
  color: #fff;
}
.l-page__title--read {
  margin-top: 10px;
  color: #fff;
}
@media (min-width: 640px) {
  .l-page__title--read {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .l-page__title--read {
    font-size: 1.8rem;
  }
}
.l-page__mainview {
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .l-page__mainview {
    max-width: 1070px;
    margin: -80px auto 0;
  }
}
@media (max-width: 639px) {
  .l-page__mainview {
    margin-top: -35px;
    padding: 0 10px;
  }
}

.l-cta__contact h2 {
  background: var(--glory-blue);
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .l-cta__contact h2 {
    padding: 20px;
  }
}
@media (max-width: 639px) {
  .l-cta__contact h2 {
    padding: 15px;
  }
}
.l-cta__contact h4 {
  text-align: center;
}
@media (min-width: 640px) {
  .l-cta__contact h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .l-cta__contact h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 640px) {
  .l-cta__contact__container {
    display: flex;
  }
}
@media (min-width: 640px) {
  .l-cta__contact__box {
    width: 50%;
    padding: 50px 20px;
  }
}
@media (max-width: 639px) {
  .l-cta__contact__box {
    padding: 22px 10px;
  }
}
.l-cta__contact__box.shop {
  background: var(--bg-shop-grade);
}
.l-cta__contact__box.partner {
  background: var(--bg-partner-grade);
}
@media (max-width: 639px) {
  .l-cta__contact__box.partner {
    margin-top: 1px;
  }
}
.l-cta__contact__btn {
  max-width: 437px;
  margin: 0 auto;
}
.l-cta__contact__btn a {
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .l-cta__contact__btn a {
    min-height: 100px;
    padding: 0 20px 0 15px;
    border-radius: 15px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .l-cta__contact__btn a {
    min-height: 72px;
    padding: 0 20px;
    border-radius: 11px;
    font-size: 1.6rem;
  }
}
.l-cta__contact__btn .link-arrow::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
@media (min-width: 640px) {
  .l-cta__contact__btn .link-arrow::after {
    right: 40px;
    width: 7px;
    height: 13px;
  }
}
@media (max-width: 639px) {
  .l-cta__contact__btn .link-arrow::after {
    right: 20px;
    width: 6px;
    height: 10px;
  }
}
.l-cta__contact__btn .shop {
  background: var(--cta-btn-shop);
}
@media (hover: hover) and (pointer: fine) {
  .l-cta__contact__btn .shop:hover {
    background: linear-gradient(180deg, #FFB88C 0%, #FF904B 100%);
  }
}
.l-cta__contact__btn .partner {
  background: var(--cta-btn-partner);
}
@media (hover: hover) and (pointer: fine) {
  .l-cta__contact__btn .partner:hover {
    background: linear-gradient(180deg, #4CFF7C 0%, #26E158 100%);
  }
}

/* module */
.m-cta__support {
  max-width: 1070px;
}
@media (min-width: 640px) {
  .m-cta__support {
    margin: 60px auto;
  }
}
@media (max-width: 639px) {
  .m-cta__support {
    margin: 25px 0;
    padding: 0 20px;
  }
}
.m-cta__support a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .m-cta__support a:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.m-cta__default {
  display: flex;
}
@media (min-width: 640px) {
  .m-cta__default {
    min-height: 360px;
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .m-cta__default {
    flex-direction: column;
    margin-top: 40px;
  }
}
.m-cta__default--head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--glory-blue);
}
@media (min-width: 640px) {
  .m-cta__default--head {
    width: 638px;
    padding: 50px 20px;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 639px) {
  .m-cta__default--head {
    padding: 20px;
    border-radius: 10px 10px 0 0;
  }
}
.m-cta__default--head h3 {
  color: #fff;
}
@media (max-width: 639px) {
  .m-cta__default--head h3 {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .m-cta__default--head .l-title__heading.lv3 {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .m-cta__default--head .l-title__heading.lv4 {
    font-size: 2rem;
  }
}
.m-cta__default--read {
  color: #FFB938;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .m-cta__default--read {
    margin-top: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .m-cta__default--read {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.m-cta__default--btn {
  margin-top: 20px;
}
.m-cta__default--img {
  overflow: hidden;
}
@media (min-width: 640px) {
  .m-cta__default--img {
    width: calc(100% - 638px);
    border: 3px solid var(--glory-blue);
    border-radius: 0 20px 20px 0;
  }
}
@media (max-width: 639px) {
  .m-cta__default--img {
    width: 100%;
    border: 2px solid var(--glory-blue);
    border-radius: 0 0 10px 10px;
  }
}
.m-cta__default--img img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 640px) {
  .m-cta__case {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .m-cta__case {
    margin-top: 30px;
  }
}
.m-cta__case--in {
  background: #fff;
}
@media (min-width: 640px) {
  .m-cta__case--in {
    padding: 80px 0;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--in {
    padding: 40px 20px;
  }
}
.m-cta__case--in h2 {
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .m-cta__case--in h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--in h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--in .l-title__heading.lv3 {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .m-cta__case .l-contents--in.default {
    padding: 40px 20px;
  }
}
.m-cta__case--list {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .m-cta__case--list {
    gap: 21px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--list {
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 640px) {
  .m-cta__case--icon img {
    height: 180px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--icon img {
    height: 144px;
  }
}
.m-cta__case--btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.m-cta__case--btn .l-btn--main {
  min-width: auto;
}
@media (min-width: 640px) {
  .m-cta__case--btn .l-btn--main {
    min-height: 65px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--btn .l-btn--main {
    width: auto;
    min-height: 54px;
    font-size: 1.6rem;
  }
}
.m-cta__case--link {
  text-align: center;
}
@media (min-width: 640px) {
  .m-cta__case--link {
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .m-cta__case--link {
    margin-top: 30px;
  }
}

@media (min-width: 640px) {
  .m-case {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .m-case {
    padding: 25px 0;
  }
}
.m-case h2 {
  color: var(--ss-blue);
  text-align: center;
}
.m-case--in {
  background: #fff;
}
@media (min-width: 640px) {
  .m-case--in {
    padding: 80px 0;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .m-case--in {
    padding: 30px 0;
  }
}
.m-case__slide {
  position: relative;
}
.m-case__slide .slick-list {
  max-width: 933px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .m-case__slide .slick-list {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-list {
    padding: 20px 0;
  }
}
.m-case__slide .slick-track {
  display: flex;
}
.m-case__slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: var(--ss-blue);
  border-radius: 50%;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .m-case__slide .slick-arrow {
    width: 49px;
    height: 49px;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.m-case__slide .slick-arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  mask: url(/files/user/tsurisenki/images/common/link_arrow.svg) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .m-case__slide .slick-arrow::after {
    width: 9px;
    height: 15px;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-arrow::after {
    width: 5px;
    height: 9px;
  }
}
@media (min-width: 640px) {
  .m-case__slide .slick-prev {
    left: 33px;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-prev {
    left: 5px;
  }
}
.m-case__slide .slick-prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (min-width: 640px) {
  .m-case__slide .slick-next {
    right: 33px;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-next {
    right: 5px;
  }
}
.m-case__slide .slick-next::after {
  transform: translate(-50%, -50%);
}
.m-case__slide .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 640px) {
  .m-case__slide .slick-dots {
    gap: 30px;
    bottom: -14px;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-dots {
    gap: 10px;
    bottom: -12px;
  }
}
.m-case__slide .slick-dots button {
  display: block;
  background: var(--line-gray);
  border-radius: 50%;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .m-case__slide .slick-dots button {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 639px) {
  .m-case__slide .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
.m-case__slide .slick-dots .slick-active button {
  background: var(--ss-blue);
}
.m-case__slide--item {
  max-width: 853px;
  background: #fff;
}
@media (min-width: 640px) {
  .m-case__slide--item {
    margin: 0 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 639px) {
  .m-case__slide--item {
    margin: 0 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
}
.m-case__slide--item a {
  display: flex;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .m-case__slide--item a:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 639px) {
  .m-case__slide--item a {
    flex-direction: column;
  }
}
.m-case__slide--thumb {
  overflow: hidden;
}
@media (min-width: 640px) {
  .m-case__slide--thumb {
    width: 403px;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 639px) {
  .m-case__slide--thumb {
    border-radius: 10px 10px 0 0;
  }
}
.m-case__slide--thumb img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 640px) {
  .m-case__slide--thumb img {
    height: 100%;
  }
}
@media (max-width: 639px) {
  .m-case__slide--thumb img {
    height: 170px;
  }
}
.m-case__slide--meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 38px;
}
@media (min-width: 640px) {
  .m-case__slide--meta {
    width: calc(100% - 403px);
    padding: 20px 38px;
  }
}
@media (max-width: 639px) {
  .m-case__slide--meta {
    padding: 18px;
  }
}
.m-case__slide--title {
  font-weight: 700;
}
@media (min-width: 640px) {
  .m-case__slide--title {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .m-case__slide--title {
    font-size: 1.6rem;
  }
}
@media (min-width: 640px) {
  .m-case__slide--company {
    margin-top: 26px;
  }
}
@media (max-width: 639px) {
  .m-case__slide--company {
    margin-top: 10px;
  }
}
.m-case__slide--category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
@media (min-width: 640px) {
  .m-case__slide--category {
    margin-top: 26px;
  }
}
@media (max-width: 639px) {
  .m-case__slide--category {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.m-case__slide--category li {
  padding: 5px 19px;
  border: 1px solid var(--cta-blue);
  border-radius: 70px;
  color: var(--cta-blue);
}
@media (min-width: 640px) {
  .m-case__slide--category li {
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .m-case__slide--category li {
    font-size: 1.2rem;
  }
}
.m-case__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .m-case__btn {
    margin-top: 54px;
  }
}
@media (max-width: 639px) {
  .m-case__btn {
    margin-top: 32px;
    padding: 0 20px;
  }
}

@media (min-width: 640px) {
  .m-banner {
    padding: 60px 0 0;
  }
}
@media (max-width: 639px) {
  .m-banner {
    padding: 25px 0 0;
  }
}
.m-banner__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .m-banner__list {
    gap: 40px;
  }
}
@media (max-width: 639px) {
  .m-banner__list {
    gap: 20px;
  }
}
@media (max-width: 639px) {
  .m-banner__list li {
    width: 100%;
  }
}
.m-banner__list a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .m-banner__list a:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}

.m-search__conditions {
  background: var(--bg-gray);
}
@media (min-width: 640px) {
  .m-search__conditions {
    margin: 40px 0;
    padding: 30px 35px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .m-search__conditions {
    margin: 24px 0;
    padding: 18px 13.5px;
    border-radius: 10px;
  }
}
@media (min-width: 640px) {
  .m-search__conditions--item {
    display: flex;
    align-items: center;
  }
}
.m-search__conditions--item + .m-search__conditions--item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line-gray);
}
.m-search__conditions--title {
  color: var(--ss-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .m-search__conditions--title {
    min-width: 72px;
    margin-right: 30px;
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .m-search__conditions--title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.m-search__conditions--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 640px) {
  .m-search__conditions--list {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .m-search__conditions--list {
    gap: 10px 5px;
  }
}
.m-search__conditions--list label {
  display: block;
  padding: 5px 19px;
  background: #fff;
  border: 1px solid var(--line-gray);
  border-radius: 70px;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .m-search__conditions--list label:hover {
    border-color: var(--cta-blue);
    color: var(--cta-blue);
  }
}
@media (max-width: 639px) {
  .m-search__conditions--list label {
    font-size: 1.4rem;
  }
}
.m-search__conditions--list label:has(input:checked) {
  border-color: var(--cta-blue);
  color: var(--cta-blue);
}
.m-search__conditions--list input[type=checkbox] {
  display: none;
}
.m-search__applicable {
  color: var(--ss-blue);
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 640px) {
  .m-search__applicable {
    margin: 40px 0;
  }
}
@media (max-width: 639px) {
  .m-search__applicable {
    margin: 24px 0;
  }
}
.m-search__applicable strong {
  font-size: 2.4rem;
  font-weight: 700;
}
.m-search__not-found {
  color: #FF8438;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .m-search__not-found {
    margin: 40px 0;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .m-search__not-found {
    margin: 24px 0;
    font-size: 1.6rem;
  }
}

@media (min-width: 640px) {
  .m-pager {
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .m-pager {
    margin-top: 24px;
  }
}
.m-pager__list {
  display: flex;
  justify-content: center;
}
.m-pager__list li {
  height: 40px;
}
@media (min-width: 640px) {
  .m-pager__list li {
    min-width: 40px;
  }
}
@media (max-width: 639px) {
  .m-pager__list li {
    min-width: 37px;
  }
}
.m-pager__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid var(--glory-blue);
  color: var(--glory-blue);
}
@media (hover: hover) and (pointer: fine) {
  .m-pager__list li a:hover {
    background: var(--bg-blue);
  }
}
@media (max-width: 639px) {
  .m-pager__list li a {
    font-size: 1.2rem;
  }
}
.m-pager__list li + li a {
  border-left: none;
}
.m-pager__list li.is-current a {
  background: var(--glory-blue);
  color: #fff;
}
.m-pager__list--arrow a {
  padding: 0 15px;
}
@media (max-width: 639px) {
  .m-pager__list--arrow a {
    position: relative;
    text-indent: -9999px;
  }
  .m-pager__list--arrow a::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
  }
}
.m-pager__list--prev a {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 639px) {
  .m-pager__list--prev a::after {
    content: "＜";
  }
}
.m-pager__list--next a {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 639px) {
  .m-pager__list--next a::after {
    content: "＞";
  }
}

/* TOP */
.p-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-firstview {
  overflow: hidden;
}
.p-top-firstview--wrap {
  background: var(--bg-page-title);
}
@media (min-width: 1301px) {
  .p-top-firstview--wrap {
    padding-left: max(8.0026455026vw, 121px);
  }
}
@media (max-width: 1300px) {
  .p-top-firstview--wrap {
    padding-left: min(8.0026455026vw, 121px);
  }
}
@media (min-width: 640px) {
  .p-top-firstview--wrap {
    display: flex;
    min-width: 1300px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview--wrap {
    padding: 20px;
  }
}
@media (min-width: 1512px) {
  .p-top-firstview__catch {
    width: max(47.2222222222vw, 647px);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch {
    width: max(47.2222222222vw, 647px);
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch {
    padding: 41px 0 23px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch {
    width: 100%;
  }
}
.p-top-firstview__catch--heading {
  color: #FFF0AC;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "pwid" on, "palt" on;
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--heading {
    font-size: max(4.4973544974vw, 5.8rem);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--heading {
    font-size: max(4.4973544974vw, 5.8rem);
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch--heading {
    line-height: 1.2;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--heading {
    font-size: 13.125vw;
    line-height: 1.3;
  }
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--heading span {
    font-size: max(4.2989417989vw, 5.5rem);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--heading span {
    font-size: max(4.2989417989vw, 5.5rem);
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--heading span {
    font-size: 12.5vw;
  }
}
.p-top-firstview__catch--read {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--read {
    font-size: max(1.455026455vw, 1.9rem);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--read {
    font-size: max(1.455026455vw, 1.9rem);
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch--read {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--read {
    margin-top: 5px;
    font-size: 4.6875vw;
  }
}
.p-top-firstview__catch--read strong {
  color: #FFF0AC;
}
.p-top-firstview__catch--emphasis {
  background: #fff;
  color: var(--glory-blue);
  font-weight: 700;
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--emphasis {
    font-size: max(2.2486772487vw, 2.9rem);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--emphasis {
    font-size: max(2.2486772487vw, 2.9rem);
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch--emphasis {
    margin: 26px 0;
    margin-left: min(-8.0026455026vw, -121px);
    padding: 7px 0 7px max(8.0026455026vw, 121px);
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--emphasis {
    margin: 13px -20px 17px;
    padding: 7px 20px;
    font-size: 5.3125vw;
  }
}
.p-top-firstview__catch--cta {
  display: flex;
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--icon {
    width: max(11.9047619048vw, 155px);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--icon {
    width: max(11.9047619048vw, 155px);
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 33.75vw;
  }
}
.p-top-firstview__catch--icon span {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--btn {
    width: max(29.1005291005vw, 420px);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--btn {
    width: max(29.1005291005vw, 420px);
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch--btn {
    margin-left: 27px;
    padding-top: 12px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--btn {
    width: 100%;
    margin-top: 18px;
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch--btn li + li {
    margin-top: 15px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--btn li + li {
    margin-top: 12px;
  }
}
.p-top-firstview__catch--btn .shop {
  background: var(--cta-btn-shop);
}
@media (hover: hover) and (pointer: fine) {
  .p-top-firstview__catch--btn .shop:hover {
    background: linear-gradient(180deg, #FFB88C 0%, #FF904B 100%);
  }
}
.p-top-firstview__catch--btn .partner {
  background: var(--cta-btn-partner);
}
@media (hover: hover) and (pointer: fine) {
  .p-top-firstview__catch--btn .partner:hover {
    background: linear-gradient(180deg, #4CFF7C 0%, #26E158 100%);
  }
}
.p-top-firstview__catch--btn .link-arrow {
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1512px) {
  .p-top-firstview__catch--btn .link-arrow {
    font-size: max(1.1904761905vw, 1.6rem);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__catch--btn .link-arrow {
    font-size: max(1.1904761905vw, 1.6rem);
  }
}
@media (min-width: 640px) {
  .p-top-firstview__catch--btn .link-arrow {
    min-height: 65px;
    border-radius: 12px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--btn .link-arrow {
    min-height: 72px;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-top-firstview__catch--btn .link-arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #fff;
}
@media (min-width: 640px) {
  .p-top-firstview__catch--btn .link-arrow::after {
    width: 7px;
    height: 13px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__catch--btn .link-arrow::after {
    width: 8px;
    height: 14px;
  }
}
.p-top-firstview__slide {
  position: relative;
}
@media (min-width: 640px) {
  .p-top-firstview__slide {
    margin-left: auto;
    padding: 48px 0 64px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__slide {
    margin-right: -20px;
  }
}
.p-top-firstview__slide--box {
  display: none;
}
@media (min-width: 1512px) {
  .p-top-firstview__slide--box {
    width: max(44.7751322751vw, 583px);
  }
}
@media (max-width: 1511px) {
  .p-top-firstview__slide--box {
    width: max(44.7751322751vw, 583px);
  }
}
@media (max-width: 639px) {
  .p-top-firstview__slide--box {
    width: 69.0625vw;
    margin-left: auto;
  }
}
.p-top-firstview__slide--box.slick-initialized {
  display: block;
}
.p-top-firstview__logo-scroll {
  background: #fff;
  border-top: 1px solid var(--line-gray);
  border-bottom: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-top-firstview__logo-scroll {
    padding: 20px 0;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__logo-scroll {
    padding: 10px 0;
  }
}
.p-top-firstview__logo-scroll .slick-track {
  display: flex;
}
.p-top-firstview__logo-scroll .scroll-item {
  margin: 0 15px;
}
@media (min-width: 640px) {
  .p-top-firstview__logo-scroll .scroll-item img {
    height: 51px;
  }
}
@media (max-width: 639px) {
  .p-top-firstview__logo-scroll .scroll-item img {
    height: 31px;
  }
}
.p-top-firstview__notes {
  margin-top: 17px;
}
.p-top-firstview__notes p {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .p-top-pickup {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-top-pickup {
    margin-top: 50px;
  }
}
.p-top-pickup--box {
  display: flex;
}
@media (min-width: 640px) {
  .p-top-pickup--box {
    justify-content: space-between;
  }
}
@media (max-width: 639px) {
  .p-top-pickup--box {
    flex-direction: column;
    gap: 10px;
  }
}
.p-top-pickup__item {
  position: relative;
}
@media (min-width: 640px) {
  .p-top-pickup__item {
    width: calc(50% - 15px);
  }
}
.p-top-pickup__item::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--glory-blue);
  mask: url(/files/user/tsurisenki/images/common/link_arrow.svg) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .p-top-pickup__item::after {
    right: 20px;
    width: 10px;
    height: 18px;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item::after {
    right: 16px;
    width: 6px;
    height: 10px;
  }
}
.p-top-pickup__item a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-top-pickup__item a {
    padding: 20px 60px 20px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item a {
    flex-wrap: wrap;
    padding: 15px 31px 15px 15px;
    border-radius: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-pickup__item a:hover::before {
    display: flex;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.p-top-pickup__item--thumb {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .p-top-pickup__item--thumb {
    width: 160px;
    height: 100px;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item--thumb {
    width: 100px;
    height: 55px;
  }
}
.p-top-pickup__item--thumb img {
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
@media (min-width: 640px) {
  .p-top-pickup__item--text-wrap {
    width: calc(100% - 210px);
    margin-left: 20px;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item--text-wrap {
    width: calc(100% - 110px);
    margin-left: 10px;
  }
}
.p-top-pickup__item--tag {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-top-pickup__item--tag {
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item--tag {
    font-size: 1.2rem;
  }
}
.p-top-pickup__item--heading {
  color: var(--glory-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-top-pickup__item--heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item--heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 640px) {
  .p-top-pickup__item--read {
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .p-top-pickup__item--read {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (min-width: 640px) {
  .p-top-products {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-top-products {
    padding: 50px 0 25px;
  }
}
.p-top-products__head {
  display: flex;
}
@media (min-width: 640px) {
  .p-top-products__head {
    align-items: center;
    margin-bottom: 46px;
    padding: 0 21.5px;
  }
}
@media (max-width: 639px) {
  .p-top-products__head {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.p-top-products__head h2 {
  color: var(--ss-blue);
}
.p-top-products__style {
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .p-top-products__style {
    gap: 14px;
    margin-left: 20px;
  }
}
@media (max-width: 639px) {
  .p-top-products__style {
    gap: 7px;
    width: 100%;
    margin-top: 20px;
  }
}
.p-top-products__style li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: rgba(0, 176, 210, 0.8);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-products__style li {
    width: 160px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-top-products__style li {
    width: calc(33.3333333333% - 4.6666666667px);
    font-size: 1.1rem;
  }
}
.p-top-products__category-scroll .slick-track {
  display: flex;
}
@media (min-width: 640px) {
  .p-top-products__category-scroll .slick-track {
    gap: 24px;
  }
}
@media (max-width: 639px) {
  .p-top-products__category-scroll .slick-track {
    gap: 12px;
  }
}
@media (min-width: 640px) {
  .p-top-products__category-item {
    width: 306px;
  }
}
@media (max-width: 639px) {
  .p-top-products__category-item {
    width: 156px;
  }
}
.p-top-products__category-item--name {
  background: var(--text);
  border-radius: 0 0 12px 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-products__category-item--name {
    padding: 12px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-top-products__category-item--name {
    padding: 6px;
    font-size: 1rem;
  }
}
.p-top-products__box {
  position: relative;
  max-width: 830px;
}
@media (min-width: 640px) {
  .p-top-products__box {
    margin: 57px auto 0;
    padding: 30px 0;
  }
}
@media (max-width: 639px) {
  .p-top-products__box {
    margin: 30px 20px 0;
    padding: 30px;
  }
}
.p-top-products__box::before, .p-top-products__box::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border-top: 4px solid var(--glory-blue);
}
.p-top-products__box::before {
  left: 0;
  border-left: 4px solid var(--glory-blue);
}
.p-top-products__box::after {
  right: 0;
  border-right: 4px solid var(--glory-blue);
}
.p-top-products__box .l-title__heading {
  color: var(--glory-blue);
  text-align: center;
}
.p-top-products__box .l-title__heading::before, .p-top-products__box .l-title__heading::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-bottom: 4px solid var(--glory-blue);
}
.p-top-products__box .l-title__heading::before {
  left: 0;
  border-left: 4px solid var(--glory-blue);
}
.p-top-products__box .l-title__heading::after {
  right: 0;
  border-right: 4px solid var(--glory-blue);
}
@media (max-width: 639px) {
  .p-top-products__box .l-title__heading.lv3 {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .p-top-products .p-top__btn {
    margin-top: 46px;
  }
}
@media (max-width: 639px) {
  .p-top-products .p-top__btn {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop {
    padding: 60px 0;
    background: url(/files/user/tsurisenki/images/top/bg_for-shop_arrow_pc.svg) no-repeat top 140px center/981px 1130px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop {
    padding: 25px 0;
    background: url(/files/user/tsurisenki/images/top/bg_for-shop_arrow_sp.svg) no-repeat top 82px center/250px 1258px;
  }
}
.p-top-for-shop__head {
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .p-top-for-shop__head {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__head {
    flex-direction: column;
  }
}
.p-top-for-shop__head--title .l-title__heading.lv2 {
  color: var(--ss-blue);
}
@media (max-width: 639px) {
  .p-top-for-shop__head--title .l-title__heading.lv2 {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__head--title .l-title__heading.lv3 {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__head--title .l-title__heading.lv3 {
    margin-top: 10px;
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__head--thumb {
    width: 500px;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__head--thumb {
    margin-top: 18px;
  }
}
.p-top-for-shop__trouble {
  display: flex;
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble {
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__trouble {
    flex-direction: column;
    gap: 20px;
    margin-top: 18px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble--item {
    width: calc(50% - 35px);
  }
}
.p-top-for-shop__trouble--title {
  background: var(--ss-blue);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble--title {
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__trouble--title {
    padding: 14px;
    border-radius: 10px 10px 0 0;
  }
}
.p-top-for-shop__trouble--list {
  background: #fff;
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble--list {
    padding: 30px 70px 40px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__trouble--list {
    padding: 15px 20px 20px;
    border-radius: 0 0 10px 10px;
  }
}
.p-top-for-shop__trouble--list li {
  display: flex;
  align-items: center;
}
.p-top-for-shop__trouble--list li + li {
  border-top: 1px solid var(--line-gray);
  margin-top: 20px;
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble--list li + li {
    padding-top: 35px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__trouble--list li + li {
    padding-top: 28px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble--list img {
    width: 120px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__trouble--list img {
    width: 72px;
  }
}
.p-top-for-shop__trouble--list span {
  margin-left: 20px;
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-top-for-shop__trouble--list span {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution {
    margin-top: 249px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__solution {
    margin-top: 80px;
  }
}
.p-top-for-shop__solution h2 {
  color: var(--ss-blue);
  text-align: center;
}
.p-top-for-shop__solution--item {
  display: flex;
  align-items: center;
  background: #fff;
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--item {
    margin-top: 50px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__solution--item {
    flex-direction: column;
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--item + .p-top-for-shop__solution--item {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__solution--item + .p-top-for-shop__solution--item {
    margin-top: 18px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--item.order .p-top-for-shop__solution--text {
    order: 2;
    padding: 0 50px 0 0;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--item.order .p-top-for-shop__solution--thumb {
    order: 1;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--text {
    width: 500px;
    padding: 0 0 0 50px;
  }
}
.p-top-for-shop__solution--text h3 {
  color: var(--ss-blue);
}
.p-top-for-shop__solution--text p {
  margin-top: 20px;
}
.p-top-for-shop__solution--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img {
    width: 570px;
    min-height: 321px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__solution--img {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop__solution--img img {
    width: 80%;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img .img01 {
    width: 228px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img .img02 {
    width: 266px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img .img03 {
    width: 206px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img .img04 {
    width: 323px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img .img05 {
    width: 278px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop__solution--img .img06 {
    width: 415px;
  }
}
.p-top-for-shop .p-top__btn {
  max-width: 914px;
}
@media (min-width: 640px) {
  .p-top-for-shop .p-top__btn {
    justify-content: space-between;
    margin: 50px auto 0;
  }
}
@media (max-width: 639px) {
  .p-top-for-shop .p-top__btn {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .p-top-for-shop .p-top__btn li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 639px) {
  .p-top-for-shop .p-top__btn li {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .p-top-for-partner {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-top-for-partner {
    padding: 25px 0;
  }
}
.p-top-for-partner h2 {
  color: var(--ss-blue);
  text-align: center;
}
.p-top-for-partner--support {
  display: flex;
}
@media (min-width: 640px) {
  .p-top-for-partner--support {
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-top-for-partner--support {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .p-top-for-partner--support dl {
    width: calc(33.3333333333% - 46.6666666667px);
  }
}
.p-top-for-partner--support dt {
  background: var(--ss-blue);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-for-partner--support dt {
    padding: 20px;
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-top-for-partner--support dt {
    padding: 16px;
    font-size: 2rem;
  }
}
.p-top-for-partner--support dd {
  margin-top: 20px;
  text-align: center;
}
.p-top-for-partner--support dd img {
  width: 150px;
}
.p-top-for-partner--support dd span {
  display: block;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .p-top-for-partner .p-top__btn {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-top-for-partner .p-top__btn {
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .p-top-brand {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-top-brand {
    padding: 25px 0;
  }
}
.p-top-brand--in {
  background: linear-gradient(128.01deg, #1F289F 10.44%, #1F289F 49.61%, #111987 49.61%, #111987 88.78%);
}
@media (min-width: 640px) {
  .p-top-brand--in {
    padding: 80px 50px;
  }
}
@media (max-width: 639px) {
  .p-top-brand--in {
    padding: 48px 20px !important;
  }
}
.p-top-brand h2 {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-brand h2 {
    padding: 0 0 40px;
  }
}
@media (max-width: 639px) {
  .p-top-brand h2 {
    padding: 0 0 24px;
  }
}
.p-top-brand h3 {
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-brand h3 {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .p-top-brand h3 {
    margin-top: 24px;
    font-size: 2rem !important;
  }
}
.p-top-brand h3 strong {
  color: #FFF0AC;
}
.p-top-brand__contents {
  display: flex;
}
@media (min-width: 640px) {
  .p-top-brand__contents {
    gap: 50px;
    margin-top: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents {
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
  }
}
.p-top-brand__contents--item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-brand__contents--item {
    width: calc(33.3333333333% - 33.3333333333px);
    padding: 30px 20px;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents--item {
    padding: 24px 10px;
  }
}
@media (min-width: 640px) {
  .p-top-brand__contents--icon {
    width: 170px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents--icon {
    width: 132px;
    margin: 0 auto 14px;
  }
}
.p-top-brand__contents--icon span {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .p-top-brand__contents--text {
    margin-top: auto;
  }
}
.p-top-brand__contents--text span {
  display: block;
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-top-brand__contents--text span {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents--text span {
    font-size: 1.4rem;
  }
}
.p-top-brand__contents--text strong {
  display: block;
  color: var(--ss-blue);
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .p-top-brand__contents--text strong {
    font-size: 5rem;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents--text strong {
    font-size: 3.8rem;
  }
}
.p-top-brand__contents--text.no1 strong {
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .p-top-brand__contents--text.no1 strong {
    font-size: 4rem;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents--text.no1 strong {
    font-size: 3.1rem;
  }
}
.p-top-brand__contents--text.no1 strong i {
  font-size: 7rem;
}
@media (min-width: 640px) {
  .p-top-brand__contents--text.no1 strong i {
    font-size: 7rem;
  }
}
@media (max-width: 639px) {
  .p-top-brand__contents--text.no1 strong i {
    font-size: 5.4rem;
  }
}
@media (min-width: 640px) {
  .p-top-brand__contents--text.not-has-notes {
    padding-bottom: 36px;
  }
}
.p-top-brand__contents--notes {
  margin-top: 20px;
  font-size: 1rem;
}
.p-top-brand--top-read {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-top-brand--top-read {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .p-top-brand--top-read {
    font-size: 1.8rem;
    margin-top: 24px;
  }
}
.p-top-brand--bottom-read {
  color: #fff;
}
@media (min-width: 640px) {
  .p-top-brand--bottom-read {
    margin-top: 40px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .p-top-brand--bottom-read {
    margin-top: 24px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-top-brand--notes {
  margin-top: 20px;
  padding: 0 20px;
  color: #fff;
  font-size: 1rem;
}
.p-top-brand .p-top__btn {
  margin-top: 40px;
}

/* 製品情報 */
.p-products .l-page__title .l-contents--in {
  position: relative;
}
@media (min-width: 640px) {
  .p-products .l-page__title .l-contents--in {
    display: flex;
    align-items: center;
    min-height: 330px;
  }
}
@media (max-width: 639px) {
  .p-products .l-page__title .l-contents--in {
    padding: 30px 20px 13px;
  }
}
.p-products .l-page__title .l-contents--in::after {
  display: block;
  content: "";
  background: url(/files/user/tsurisenki/images/products/img_title_products.png) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .p-products .l-page__title .l-contents--in::after {
    position: absolute;
    bottom: 20px;
    right: -58px;
    width: 510px;
    height: 290px;
  }
}
@media (max-width: 639px) {
  .p-products .l-page__title .l-contents--in::after {
    width: 240px;
    height: 137px;
    margin: 10px 0 0 auto;
  }
}
@media (min-width: 640px) {
  .p-products__accordion {
    padding-top: 120px;
  }
}
@media (max-width: 639px) {
  .p-products__accordion {
    padding-top: 40px;
  }
}
.p-products__accordion + .p-products__accordion {
  margin-top: 40px;
  padding: 0;
}
.p-products__accordion--title {
  position: relative;
  background: #fff;
  border: 1px solid var(--ss-blue);
  border-radius: 10px;
  color: var(--ss-blue);
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 640px) {
  .p-products__accordion--title {
    padding: 20px 60px 20px 40px;
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-products__accordion--title {
    padding: 16px 36px 16px 22px;
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-products__accordion--title:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.p-products__accordion--title::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ss-blue);
  mask: url(/files/user/tsurisenki/images/common/arrow_down.svg) no-repeat 0 0/contain;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .p-products__accordion--title::after {
    right: 30px;
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 639px) {
  .p-products__accordion--title::after {
    right: 18px;
    width: 14px;
    height: 8px;
  }
}
.p-products__accordion--title.is-active::after {
  transform: translateY(-50%) scale(1, -1);
}
.p-products__accordion--box {
  display: none;
}
@media (min-width: 640px) {
  .p-products__accordion--box {
    padding: 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-products__accordion--box {
    padding: 10px 0 0;
  }
}
.p-products__positioning-map {
  background: linear-gradient(53.29deg, #FFFFFF 43.19%, #D4E6FF 100%);
  border: 1px solid var(--line-gray);
  border-radius: 20px;
}
@media (min-width: 640px) {
  .p-products__positioning-map {
    padding: 93px 85px 70px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__positioning-map {
    padding: 10px;
    border-radius: 10px;
  }
}
.p-products__function--table {
  height: 100%;
  border-collapse: separate;
}
@media (min-width: 640px) {
  .p-products__function--table {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .p-products__function--table {
    width: 600px;
  }
}
.p-products__function--table th, .p-products__function--table td {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line-gray);
  border-top: none;
  border-left: none;
}
.p-products__function--table thead th {
  border-top: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-products__function--table thead th {
    width: 160px;
    padding: 20px 10px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table thead th {
    width: 88px;
    padding: 10px 5px;
  }
}
.p-products__function--table thead th:nth-child(2) {
  border-left: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-products__function--table thead th:nth-child(2) {
    border-radius: 20px 0 0 0;
  }
}
@media (max-width: 639px) {
  .p-products__function--table thead th:nth-child(2) {
    border-radius: 5px 0 0 0;
  }
}
@media (min-width: 640px) {
  .p-products__function--table thead th:last-child {
    border-radius: 0 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-products__function--table thead th:last-child {
    border-radius: 0 5px 0 0;
  }
}
.p-products__function--table thead th img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
}
@media (min-width: 640px) {
  .p-products__function--table thead th img {
    height: 116px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table thead th img {
    height: 63px;
  }
}
.p-products__function--table thead th .link-text {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-products__function--table thead th .link-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-products__function--table thead th .link-text {
    font-size: 1.3rem;
  }
}
.p-products__function--table tbody th {
  background: var(--ss-blue);
  border-left: 1px solid var(--line-gray);
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .p-products__function--table tbody th {
    width: 270px;
    padding: 27.5px 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-products__function--table tbody th {
    width: 88px;
    padding: 15px 5px;
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  .p-products__function--table tbody .main-th {
    width: 150px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table tbody .main-th {
    width: 44px;
  }
}
.p-products__function--table tbody .sub-th {
  background: #fff;
  color: var(--ss-blue);
}
@media (min-width: 640px) {
  .p-products__function--table tbody .sub-th {
    width: 120px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table tbody .sub-th {
    width: 44px;
  }
}
.p-products__function--table tbody td {
  color: var(--ss-blue);
  text-align: center;
  vertical-align: middle;
}
.p-products__function--table .empty {
  background: none;
  border: none;
}
.p-products__function--table .radius-top-left {
  border-top: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-products__function--table .radius-top-left {
    border-top-left-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table .radius-top-left {
    border-top-left-radius: 5px;
  }
}
@media (min-width: 640px) {
  .p-products__function--table .radius-bottom-left {
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table .radius-bottom-left {
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 640px) {
  .p-products__function--table .radius-bottom-right {
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__function--table .radius-bottom-right {
    border-bottom-right-radius: 5px;
  }
}
.p-products__function--table .no-border-left {
  border-left: none;
}
.p-products__function--table .support {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-products__function--table .support {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-products__function--table .support {
    font-size: 1.3rem;
  }
}
.p-products__function--table .notes {
  display: block;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .p-products__search {
    padding: 120px 0 60px;
  }
}
@media (max-width: 639px) {
  .p-products__search {
    padding: 40px 0 25px;
  }
}
.p-products__search--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-products__search--in {
    padding: 60px 50px 50px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__search--in {
    padding: 30px 20px;
  }
}
@media (max-width: 639px) {
  .p-products__search .l-contents--in.default {
    padding: 30px 20px;
  }
}
.p-products__search--title {
  border-bottom: 1px solid var(--ss-blue);
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .p-products__search--title {
    margin-bottom: 40px;
    padding: 0 0 30px;
  }
}
@media (max-width: 639px) {
  .p-products__search--title {
    margin-bottom: 24px;
    padding: 0 0 15px;
  }
}
.p-products__search--title-sub {
  background: var(--ss-blue);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-products__search--title-sub {
    margin: 0 0 50px;
    padding: 20px;
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .p-products__search--title-sub {
    margin: 0 0 18px;
    padding: 12px;
    font-size: 2.4rem;
  }
}
.p-products__search--title-sub.related {
  background: var(--text-sub);
}
@media (min-width: 640px) {
  .p-products__search--title-sub.related {
    margin-top: 70px;
  }
}
@media (max-width: 639px) {
  .p-products__search--title-sub.related {
    margin-top: 42px;
  }
}
.p-products__search__result {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .p-products__search__result {
    gap: 50px;
  }
}
@media (max-width: 639px) {
  .p-products__search__result {
    gap: 18px;
  }
}
.p-products__search__result--item {
  background: var(--bg-blue);
  border-radius: 20px;
}
@media (min-width: 640px) {
  .p-products__search__result--item {
    width: calc(50% - 25px);
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--item {
    width: 100%;
    padding: 20px 15px;
  }
}
.p-products__search__result--item.related {
  background: var(--bg-gray);
}
.p-products__search__result--title {
  color: var(--glory-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-products__search__result--title {
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--title {
    font-size: 2rem;
  }
}
.p-products__search__result--btn {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .p-products__search__result--btn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--btn .l-btn--sub {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-products__search__result--thumb {
  margin-top: 20px;
  text-align: center;
}
.p-products__search__result--thumb img {
  width: auto;
  object-fit: contain;
}
@media (min-width: 640px) {
  .p-products__search__result--thumb img {
    height: 240px;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--thumb img {
    height: 170px;
  }
}
@media (min-width: 640px) {
  .p-products__search__result--thumb.related img {
    height: 215px;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--thumb.related img {
    height: 170px;
  }
}
.p-products__search__result--strengths {
  margin-top: 20px;
  color: var(--ss-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-products__search__result--strengths {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--strengths {
    font-size: 1.6rem;
  }
}
.p-products__search__result--strengths li {
  background: url(/files/user/tsurisenki/images/common/icon_check.svg) no-repeat top 6px left;
}
@media (min-width: 640px) {
  .p-products__search__result--strengths li {
    padding-left: 25px;
    background-size: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--strengths li {
    padding-left: 23px;
    background-position: top 4px left;
    background-size: 18px;
  }
}
.p-products__search__result--specification {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .p-products__search__result--specification {
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--specification {
    font-size: 1.2rem;
  }
}
.p-products__search__result--specification th, .p-products__search__result--specification td {
  padding: 5px 10px;
  border: 1px solid var(--line-gray);
}
.p-products__search__result--specification th {
  background: var(--bg-gray);
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .p-products__search__result--specification th {
    width: 120px;
  }
}
@media (max-width: 639px) {
  .p-products__search__result--specification th {
    width: 90px;
    padding: 5px 8px;
  }
}
.p-products__search__result--specification td {
  background: #fff;
}
@media (min-width: 640px) {
  .p-products__cta {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-products__cta {
    padding: 25px 0;
  }
}
.p-products__cta--list {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-products__cta--list {
    gap: 60px;
  }
}
@media (max-width: 639px) {
  .p-products__cta--list {
    flex-direction: column;
    gap: 20px;
  }
}
.p-products__cta--list li {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .p-products__cta--list li {
    width: 450px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-products__cta--list li {
    border-radius: 10px;
  }
}
.p-products__cta--thumb {
  overflow: hidden;
}
@media (min-width: 640px) {
  .p-products__cta--thumb {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-products__cta--thumb {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 640px) {
  .p-products__cta--thumb img {
    width: auto;
    height: 240px;
    object-fit: cover;
  }
}
@media (min-width: 640px) {
  .p-products__cta--content {
    padding: 30px 40px;
  }
}
@media (max-width: 639px) {
  .p-products__cta--content {
    padding: 20px 15px;
  }
}
.p-products__cta--content dt {
  color: var(--ss-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-products__cta--content dt {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-products__cta--content dt {
    font-size: 1.8rem;
  }
}
.p-products__cta--content dd {
  margin-top: 10px;
}
@media (min-width: 640px) {
  .p-products__cta--btn {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-products__cta--btn {
    margin-top: 18px;
  }
}
.p-products__cta--btn .l-btn--main {
  min-width: auto;
}
@media (min-width: 640px) {
  .p-products__cta--btn .l-btn--main {
    min-height: 92px;
  }
}
@media (max-width: 639px) {
  .p-products__cta--btn .l-btn--main {
    min-height: 66px;
  }
}

/* つり銭機を使う店舗の方へ */
@media (min-width: 640px) {
  .p-shop {
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .p-shop {
    padding-bottom: 15px;
  }
}
@media (min-width: 640px) {
  .p-shop__function {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-shop__function {
    padding: 40px 0 20px;
  }
}
.p-shop__function__table {
  height: 100%;
  border-collapse: separate;
}
@media (min-width: 640px) {
  .p-shop__function__table {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table {
    width: 500px;
  }
}
.p-shop__function__table th, .p-shop__function__table td {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line-gray);
  border-top: none;
  border-left: none;
}
.p-shop__function__table tbody th {
  background: var(--bg-blue);
  border-left: 1px solid var(--line-gray);
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .p-shop__function__table tbody th {
    width: 390px;
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table tbody th {
    width: 177px;
    padding: 15px 10px;
  }
}
.p-shop__function__table tbody th strong {
  display: block;
  color: var(--ss-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-shop__function__table tbody th strong {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table tbody th strong {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.p-shop__function__table tbody th ul {
  padding-left: 23px;
  list-style-type: disc;
}
@media (min-width: 640px) {
  .p-shop__function__table tbody th ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table tbody th ul {
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table tbody td {
    vertical-align: top;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table tbody td {
    vertical-align: middle;
  }
}
.p-shop__function__table .empty {
  background: none;
  border: none;
}
.p-shop__function__table .radius-top-left {
  border-top: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-shop__function__table .radius-top-left {
    border-top-left-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table .radius-top-left {
    border-top-left-radius: 10px;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table .radius-bottom-left {
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table .radius-bottom-left {
    border-bottom-left-radius: 10px;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table .radius-bottom-right {
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table .radius-bottom-right {
    border-bottom-right-radius: 10px;
  }
}
.p-shop__function__table--head {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-shop__function__table--head {
    width: 340px;
    padding: 30px;
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--head {
    width: 150px;
    padding: 5px;
    font-size: 1.4rem;
  }
}
.p-shop__function__table--head.glory {
  background: var(--glory-blue);
  border: none;
  border-bottom: 1px solid var(--glory-blue);
  color: #fff;
}
@media (min-width: 640px) {
  .p-shop__function__table--head.glory {
    border-radius: 20px 0 0 0;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--head.glory {
    border-radius: 10px 0 0 0;
  }
}
.p-shop__function__table--head.other {
  border: none;
  border-bottom: 1px solid var(--line-gray);
}
@media (min-width: 640px) {
  .p-shop__function__table--head.other {
    border-radius: 0 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--head.other {
    border-radius: 0 10px 0 0;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table--glory {
    padding: 17px 38px 40px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--glory {
    padding: 8px 8px 13px;
    text-align: center;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table--glory img {
    width: 243px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--glory img {
    width: 108px;
  }
}
.p-shop__function__table--glory strong {
  display: block;
  color: var(--ss-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-shop__function__table--glory strong {
    margin-top: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--glory strong {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.p-shop__function__table--glory .has-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-shop__function__table--glory .has-icon {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--glory .has-icon {
    margin-top: 5px;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table--glory .has-icon strong {
    margin: 0 0 0 9px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--glory .has-icon strong {
    margin: 0 0 0 4px;
  }
}
.p-shop__function__table--glory .has-icon .bomb {
  aspect-ratio: 1;
  background: url(/files/user/tsurisenki/images/shop/icon_function_bomb.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .p-shop__function__table--glory .has-icon .bomb {
    width: 80px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--glory .has-icon .bomb {
    width: 35px;
  }
}
.p-shop__function__table--other {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 639px) {
  .p-shop__function__table--other {
    padding: 0 10px;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table--other .icon_triangle {
    width: 80px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--other .icon_triangle {
    width: 35px;
  }
}
@media (min-width: 640px) {
  .p-shop__function__table--other .icon_x {
    width: 79px;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--other .icon_x {
    width: 35px;
  }
}
.p-shop__function__table--other span {
  display: block;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-shop__function__table--other span {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-shop__function__table--other span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
@media (min-width: 640px) {
  .p-shop__modelcase {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase {
    padding: 20px 0;
  }
}
.p-shop__modelcase h2 {
  color: var(--ss-blue);
  text-align: center;
}
.p-shop__modelcase__item {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .p-shop__modelcase__item {
    margin-top: 50px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item {
    margin-top: 20px;
    border-radius: 10px;
  }
}
.p-shop__modelcase__item + .p-shop__modelcase__item {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .p-shop__modelcase__item--head {
    padding: 40px 40px 25px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--head {
    padding: 20px 15px 30px;
  }
}
.p-shop__modelcase__item h3 {
  border-bottom: 1px solid var(--ss-blue);
}
@media (min-width: 640px) {
  .p-shop__modelcase__item h3 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-shop__modelcase__item h3 span {
  color: var(--ss-blue);
}
.p-shop__modelcase__item h3 small {
  background: var(--ss-blue);
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 640px) {
  .p-shop__modelcase__item h3 small {
    margin-left: auto;
    padding: 8.5px 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item h3 small {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
}
.p-shop__modelcase__item--box {
  display: flex;
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--box {
    flex-direction: column;
  }
}
.p-shop__modelcase__item--read {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-shop__modelcase__item--read {
    width: 380px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--read {
    width: 100%;
  }
}
.p-shop__modelcase__item--read strong {
  color: var(--ss-blue);
}
.p-shop__modelcase__item--photo {
  display: flex;
}
@media (min-width: 640px) {
  .p-shop__modelcase__item--photo {
    gap: 14px;
    width: 590px;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--photo {
    gap: 6px;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .p-shop__modelcase__item--photo img {
    width: calc(50% - 7px);
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--photo img {
    width: calc(50% - 3px);
  }
}
.p-shop__modelcase__item--recommend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: var(--bg-blue);
}
@media (min-width: 640px) {
  .p-shop__modelcase__item--recommend {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--recommend {
    flex-direction: column;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--recommend h4 {
    text-align: center;
  }
}
.p-shop__modelcase__item--recommend h4 strong {
  color: var(--ss-blue);
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--recommend .l-title__heading.lv4 {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .p-shop__modelcase__item--recommend .link-btn {
    margin-left: 20px;
  }
}
@media (max-width: 639px) {
  .p-shop__modelcase__item--recommend .link-btn {
    margin-top: 20px;
  }
}

/* パートナーの方へ */
@media (min-width: 640px) {
  .p-partner {
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .p-partner {
    padding-bottom: 20px;
  }
}
@media (min-width: 640px) {
  .p-partner__item {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-partner__item {
    padding: 40px 0 20px;
  }
}
.p-partner__item--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-partner__item--in {
    padding: 60px 50px 100px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-partner__item--in {
    padding: 30px 20px;
  }
}
@media (max-width: 639px) {
  .p-partner__item .l-contents--in.default {
    padding: 30px 20px;
  }
}
.p-partner__item h2 {
  border-bottom: 1px solid var(--ss-blue);
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item h2 {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .p-partner__item h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-partner__item h3 {
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item h3 {
    margin: 60px 0 50px;
  }
}
@media (max-width: 639px) {
  .p-partner__item h3 {
    margin: 40px 0 20px;
  }
}
@media (max-width: 639px) {
  .p-partner__item .l-title__heading.lv3 {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .p-partner__item--img {
    max-width: 792px;
    margin: 60px auto;
  }
}
@media (max-width: 639px) {
  .p-partner__item--img {
    margin: 20px 0 40px;
  }
}
.p-partner__item--merit {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-partner__item--merit {
    gap: 70px;
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .p-partner__item--merit {
    flex-direction: column;
    gap: 50px;
    margin-top: 20px;
  }
}
.p-partner__item--merit li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .p-partner__item--merit li {
    width: calc(33.3333333333% - 46.6666666667px);
  }
}
@media (min-width: 640px) {
  .p-partner__item--merit.sales li:not(.has-notes) {
    padding-bottom: 84px;
  }
}
.p-partner__item--merit h4 {
  margin-bottom: 20px;
  background: var(--ss-blue);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item--merit h4 {
    padding: 20px;
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-partner__item--merit h4 {
    padding: 16px;
    font-size: 2rem;
  }
}
.p-partner__item--merit .thumb {
  margin-bottom: 20px;
}
.p-partner__item--merit .thumb.no1 {
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item--merit .thumb.no1 img {
    width: 180px;
  }
}
@media (max-width: 639px) {
  .p-partner__item--merit .thumb.no1 img {
    width: 140px;
  }
}
.p-partner__item--merit .thumb.no1 span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item--merit .thumb.no1 span {
    margin-top: 3px;
  }
}
@media (max-width: 639px) {
  .p-partner__item--merit .thumb.no1 span {
    margin-top: 5px;
  }
}
.p-partner__item--merit dl {
  margin: 0 0 20px;
}
.p-partner__item--merit dt {
  color: var(--ss-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item--merit dt {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-partner__item--merit dt {
    font-size: 2rem;
  }
}
.p-partner__item--merit dd {
  margin-top: 20px;
}
.p-partner__item--merit .btn {
  margin-top: auto;
}
.p-partner__item--merit .btn .l-btn--main {
  min-width: auto;
  padding: 0 30px;
}
@media (min-width: 640px) {
  .p-partner__item--merit .btn .l-btn--main {
    min-height: 65px;
  }
}
@media (max-width: 639px) {
  .p-partner__item--merit .btn .l-btn--main {
    min-height: 54px;
    font-size: 1.6rem;
  }
}
.p-partner__item--merit .notes {
  margin-top: 20px;
  font-size: 1rem;
}
.p-partner__item__contact {
  position: relative;
  max-width: 760px;
  padding: 30px 0;
}
@media (min-width: 640px) {
  .p-partner__item__contact {
    margin: 60px auto 0;
  }
}
@media (max-width: 639px) {
  .p-partner__item__contact {
    margin-top: 40px;
  }
}
.p-partner__item__contact::before, .p-partner__item__contact::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border-top: 4px solid var(--glory-blue);
}
.p-partner__item__contact::before {
  left: 0;
  border-left: 4px solid var(--glory-blue);
}
.p-partner__item__contact::after {
  right: 0;
  border-right: 4px solid var(--glory-blue);
}
.p-partner__item__contact--in {
  background: linear-gradient(90deg, #FFFFFF 0%, #E9EBFF 50%, #FFFFFF 100%);
}
@media (min-width: 640px) {
  .p-partner__item__contact--in {
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .p-partner__item__contact--in {
    padding: 30px 0;
  }
}
.p-partner__item__contact--in::before, .p-partner__item__contact--in::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-bottom: 4px solid var(--glory-blue);
}
.p-partner__item__contact--in::before {
  left: 0;
  border-left: 4px solid var(--glory-blue);
}
.p-partner__item__contact--in::after {
  right: 0;
  border-right: 4px solid var(--glory-blue);
}
.p-partner__item__contact--read {
  color: var(--glory-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__item__contact--read {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-partner__item__contact--read {
    font-size: 2rem;
  }
}
.p-partner__item__contact--btn {
  max-width: 437px;
  margin: 30px auto 0;
}
@media (min-width: 640px) {
  .p-partner__cta {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-partner__cta {
    padding: 20px 0;
  }
}
.p-partner__cta .m-cta__default {
  margin: 0;
}
@media (min-width: 640px) {
  .p-partner__faq {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-partner__faq {
    padding: 20px 0;
  }
}
.p-partner__faq h2 {
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .p-partner__faq--list {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--list {
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .p-partner__faq--list li + li {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--list li + li {
    margin-top: 20px;
  }
}
.p-partner__faq--title {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid var(--ss-blue);
  cursor: pointer;
}
@media (min-width: 640px) {
  .p-partner__faq--title {
    padding: 22px 60px 22px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--title {
    padding: 18px 46px 18px 18px;
    border-radius: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-partner__faq--title:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.p-partner__faq--title::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ss-blue);
  mask: url(/files/user/tsurisenki/images/common/arrow_down.svg) no-repeat 0 0/contain;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .p-partner__faq--title::after {
    right: 30px;
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--title::after {
    right: 18px;
    width: 19px;
    height: 11px;
  }
}
.p-partner__faq--title.is-active::after {
  transform: translateY(-50%) scale(1, -1);
}
.p-partner__faq--icon {
  background: no-repeat 0 0/contain;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .p-partner__faq--icon {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
.p-partner__faq--icon.q {
  background-image: url(/files/user/tsurisenki/images/partner/icon_q.svg);
}
.p-partner__faq--icon.a {
  background-image: url(/files/user/tsurisenki/images/partner/icon_a.svg);
}
.p-partner__faq--text {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-partner__faq--text {
    width: calc(100% - 51px);
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--text {
    width: calc(100% - 42px);
    font-size: 1.6rem;
  }
}
.p-partner__faq--answer {
  display: none;
}
.p-partner__faq--answer--in {
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .p-partner__faq--answer--in {
    padding: 20px 30px 0;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--answer--in {
    padding: 20px 18px 0;
  }
}
@media (min-width: 640px) {
  .p-partner__faq--answer p {
    width: calc(100% - 51px);
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-partner__faq--answer p {
    width: calc(100% - 42px);
    font-size: 1.6rem;
  }
}

/* 導入事例 */
@media (max-width: 639px) {
  .p-case .l-page__title {
    text-align: center;
  }
}
.p-case .l-page__title .l-contents--in {
  position: relative;
  min-height: 330px;
}
@media (min-width: 640px) {
  .p-case .l-page__title .l-contents--in {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 639px) {
  .p-case .l-page__title .l-contents--in {
    padding: 30px 20px 0;
  }
}
.p-case .l-page__title .l-contents--in::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background: url(/files/user/tsurisenki/images/case/bg_title_case_pc.png) no-repeat top center/contain;
  mix-blend-mode: color-dodge;
}
@media (min-width: 640px) {
  .p-case .l-page__title .l-contents--in::before {
    right: -177px;
    width: 681px;
    height: 330px;
  }
}
@media (max-width: 639px) {
  .p-case .l-page__title .l-contents--in::before {
    left: 0;
    width: 100%;
    height: 236px;
    background-image: url(/files/user/tsurisenki/images/case/bg_title_case_sp.png);
  }
}
.p-case .l-page__title .l-contents--in::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background: url(/files/user/tsurisenki/images/case/img_title_case_pc.png) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .p-case .l-page__title .l-contents--in::after {
    right: 7px;
    width: 332px;
    height: 295px;
  }
}
@media (max-width: 639px) {
  .p-case .l-page__title .l-contents--in::after {
    left: 50%;
    transform: translateX(-50%);
    width: 183px;
    height: 176px;
    margin: auto;
    background-image: url(/files/user/tsurisenki/images/case/img_title_case_sp.png);
  }
}
@media (min-width: 640px) {
  .p-case__search {
    padding: 120px 0 60px;
  }
}
@media (max-width: 639px) {
  .p-case__search {
    padding: 40px 0 25px;
  }
}
.p-case__search--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-case__search--in {
    padding: 60px 50px 50px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-case__search--in {
    padding: 30px 20px;
  }
}
@media (max-width: 639px) {
  .p-case__search .l-contents--in.default {
    padding: 30px 20px;
  }
}
.p-case__search--title {
  border-bottom: 1px solid var(--ss-blue);
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .p-case__search--title {
    margin-bottom: 40px;
    padding: 0 0 30px;
  }
}
@media (max-width: 639px) {
  .p-case__search--title {
    margin-bottom: 24px;
    padding: 0 0 15px;
  }
}
.p-case__search--read {
  text-align: center;
}
@media (min-width: 640px) {
  .p-case__search .m-search__conditions--title {
    min-width: 36px;
  }
}
@media (min-width: 640px) {
  .p-case__search .m-search__conditions--list label {
    font-size: 1.4rem;
  }
}
@media (min-width: 640px) {
  .p-case__search .m-search__applicable {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .p-case__search .m-search__applicable + .p-case__search__result {
    margin-top: 20px;
  }
}
.p-case__search__result {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 640px) {
  .p-case__search__result {
    gap: 24px;
    margin: 40px 0 0;
  }
}
@media (max-width: 639px) {
  .p-case__search__result {
    margin: 24px 0 0;
  }
}
.p-case__search__result--item {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .p-case__search__result--item {
    width: calc(33.3333333333% - 26.6666666667px);
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--item {
    border-radius: 10px;
  }
}
.p-case__search__result--item a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-case__search__result--item a:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.p-case__search__result--thumb {
  overflow: hidden;
}
@media (min-width: 640px) {
  .p-case__search__result--thumb {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--thumb {
    border-radius: 10px 10px 0 0;
  }
}
.p-case__search__result--thumb img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 640px) {
  .p-case__search__result--thumb img {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--thumb img {
    height: 170px;
  }
}
.p-case__search__result--series {
  padding: 10px 24px;
  background: var(--glory-blue);
  color: #fff;
  font-weight: 700;
}
@media (max-width: 639px) {
  .p-case__search__result--series {
    font-size: 1.4rem;
  }
}
@media (min-width: 640px) {
  .p-case__search__result--body {
    padding: 20px 24px 24px;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--body {
    padding: 18px;
  }
}
.p-case__search__result--title {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-case__search__result--title {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--title {
    font-size: 1.6rem;
  }
}
.p-case__search__result--company {
  font-weight: 400;
}
@media (min-width: 640px) {
  .p-case__search__result--company {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--company {
    margin-top: 14px;
    font-size: 1.2rem;
  }
}
.p-case__search__result--tag {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .p-case__search__result--tag {
    gap: 10px;
    margin-top: 16px;
  }
}
@media (max-width: 639px) {
  .p-case__search__result--tag {
    gap: 5px;
    margin-top: 14px;
  }
}
.p-case__search__result--tag li {
  padding: 5px 19px;
  border: 1px solid var(--cta-blue);
  border-radius: 70px;
  color: var(--cta-blue);
  font-size: 1.4rem;
}

/* お役立ち情報 */
@media (min-width: 640px) {
  .p-column__top__page-title {
    padding: 51px 0 23px;
  }
}
@media (max-width: 639px) {
  .p-column__top__page-title {
    padding: 30px 0;
  }
}
@media (min-width: 640px) {
  .p-column__top__page-title--in {
    display: flex;
  }
}
@media (min-width: 640px) {
  .p-column__top__page-title--heading {
    width: 600px;
    padding-top: 12px;
  }
}
.p-column__top__page-title--title {
  color: var(--glory-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-column__top__page-title--title {
    font-size: 4.6rem;
  }
}
@media (max-width: 639px) {
  .p-column__top__page-title--title {
    font-size: 3.2rem;
  }
}
.p-column__top__page-title--read {
  margin-top: 10px;
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-column__top__page-title--read {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-column__top__page-title--read {
    font-size: 1.8rem;
  }
}
@media (min-width: 640px) {
  .p-column__top__page-title--img {
    width: calc(100% - 641px);
    margin-left: auto;
    padding-right: 12.68px;
  }
}
@media (max-width: 639px) {
  .p-column__top__page-title--img {
    margin-top: 30px;
    text-align: center;
  }
  .p-column__top__page-title--img img {
    width: auto;
    height: 150px;
  }
}
@media (min-width: 640px) {
  .p-column__top__archive + .p-column__top__archive {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive + .p-column__top__archive {
    margin-top: 30px;
  }
}
.p-column__top__archive--in {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 640px) {
  .p-column__top__archive--in {
    padding: 80px 0;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive--in {
    padding: 30px 0;
  }
}
.p-column__top__archive--heading {
  color: var(--ss-blue);
  text-align: center;
}
.p-column__top__archive--sub-title {
  color: var(--ss-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-column__top__archive--sub-title {
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive--sub-title {
    font-size: 2rem;
  }
}
.p-column__top__archive--btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-column__top__archive--btn {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive--btn {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive--btn .l-btn--main {
    padding: 20px 0;
  }
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-list {
    margin: 0 45px;
    padding: 40px 0 54px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-list {
    padding: 20px 0 32px;
  }
}
.p-column__top__archive .slick-track {
  display: flex;
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-track {
    gap: 30px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-track .p-column__archive--item {
    margin: 0 20px;
  }
}
.p-column__top__archive .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: var(--ss-blue);
  border-radius: 50%;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-arrow {
    width: 49px;
    height: 49px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.p-column__top__archive .slick-arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  mask: url(/files/user/tsurisenki/images/common/link_arrow.svg) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-arrow::after {
    width: 9px;
    height: 15px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-arrow::after {
    width: 5px;
    height: 9px;
  }
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-prev {
    left: 30px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-prev {
    left: 5px;
  }
}
.p-column__top__archive .slick-prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-next {
    right: 30px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-next {
    right: 5px;
  }
}
.p-column__top__archive .slick-next::after {
  transform: translate(-50%, -50%);
}
.p-column__top__archive .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-column__top__archive .slick-dots button {
  display: block;
  background: var(--line-gray);
  border-radius: 50%;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .p-column__top__archive .slick-dots button {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 639px) {
  .p-column__top__archive .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
.p-column__top__archive .slick-dots .slick-active button {
  background: var(--ss-blue);
}
.p-column__page-title {
  background: #fff;
}
@media (min-width: 640px) {
  .p-column__page-title--in {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 255px;
  }
}
@media (max-width: 639px) {
  .p-column__page-title--in {
    padding-top: 30px;
  }
}
.p-column__page-title--sub {
  color: var(--glory-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-column__page-title--sub {
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .p-column__page-title--sub {
    font-size: 2rem;
  }
}
.p-column__page-title--title {
  color: var(--glory-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-column__page-title--title {
    font-size: 4.6rem;
  }
}
@media (max-width: 639px) {
  .p-column__page-title--title {
    font-size: 3.2rem;
  }
}
@media (min-width: 640px) {
  .p-column__page-title--img {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 639px) {
  .p-column__page-title--img {
    margin-top: 30px;
    text-align: center;
  }
}
@media (min-width: 640px) {
  .p-column__page-title--img.shop {
    right: 76px;
    width: 286px;
  }
}
@media (max-width: 639px) {
  .p-column__page-title--img.shop img {
    width: auto;
    height: 120px;
  }
}
@media (min-width: 640px) {
  .p-column__page-title--img.partner {
    right: 62px;
    width: 312px;
  }
}
@media (max-width: 639px) {
  .p-column__page-title--img.partner img {
    width: auto;
    height: 120px;
  }
}
.p-column__page-read {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-column__page-read {
    padding: 60px 0;
    font-size: 3rem;
  }
}
@media (max-width: 639px) {
  .p-column__page-read {
    padding: 30px 20px;
    font-size: 2rem;
  }
}
.p-column__archive--in {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 640px) {
  .p-column__archive--in {
    padding: 60px 50px 100px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-column__archive--in {
    padding: 20px 20px 30px;
  }
}
.p-column__archive--list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .p-column__archive--list {
    gap: 40px;
  }
}
@media (max-width: 639px) {
  .p-column__archive--list {
    flex-direction: column;
    gap: 20px;
  }
}
.p-column__archive--item {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .p-column__archive--item {
    width: calc(33.3333333333% - 26.6666666667px);
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-column__archive--item {
    border-radius: 16px;
  }
}
.p-column__archive--item a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-column__archive--item a:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
}
.p-column__archive--thumb {
  overflow: hidden;
}
@media (min-width: 640px) {
  .p-column__archive--thumb {
    height: 200px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 639px) {
  .p-column__archive--thumb {
    height: 170px;
    border-radius: 16px 16px 0 0;
  }
}
.p-column__archive--thumb img {
  object-fit: cover;
}
@media (min-width: 640px) {
  .p-column__archive--thumb img {
    height: 200px;
  }
}
@media (max-width: 639px) {
  .p-column__archive--thumb img {
    height: 170px;
  }
}
@media (min-width: 640px) {
  .p-column__archive--body {
    padding: 16px 24px 24px;
  }
}
@media (max-width: 639px) {
  .p-column__archive--body {
    padding: 18px;
  }
}
.p-column__archive--title {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-column__archive--title {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-column__archive--title {
    font-size: 1.6rem;
  }
}
.p-column__archive--date {
  color: var(--text-sub);
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .p-column__archive--date {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .p-column__archive--date {
    margin-top: 14px;
  }
}
.p-column__archive .m-pager {
  margin-top: 40px;
}

/* 信頼のグローリーブランド */
@media (min-width: 640px) {
  .p-brand .l-page__title {
    background: url(/files/user/tsurisenki/images/brand/img_title_brand_pc.png) no-repeat right top/contain, var(--bg-page-title);
  }
}
@media (max-width: 639px) {
  .p-brand .l-page__title {
    min-height: 292px;
    padding: 30px 0;
    background: url(/files/user/tsurisenki/images/brand/img_title_brand_sp.png) no-repeat center bottom/cover, var(--bg-page-title);
  }
}
.p-brand section .l-title__heading {
  border-bottom: 1px solid var(--ss-blue);
  color: var(--ss-blue);
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand section .l-title__heading {
    margin: 0 0 60px;
    padding: 0 0 30px;
  }
}
@media (max-width: 639px) {
  .p-brand section .l-title__heading {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
@media (min-width: 640px) {
  .p-brand__technology {
    padding: 120px 0 60px;
  }
}
@media (max-width: 639px) {
  .p-brand__technology {
    padding: 40px 0 20px;
  }
}
.p-brand__technology--title {
  position: relative;
  color: var(--ss-blue);
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 640px) {
  .p-brand__technology--title {
    margin: 0 0 40px;
    padding: 0 0 40px;
    font-size: 4.2rem;
  }
}
@media (max-width: 639px) {
  .p-brand__technology--title {
    margin: 0 0 24px;
    padding: 0 0 24px;
    font-size: 2.5rem;
  }
}
.p-brand__technology--title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background: var(--ss-blue);
}
.p-brand__technology--read {
  font-weight: 500;
}
@media (min-width: 640px) {
  .p-brand__technology--read {
    font-size: 2.4rem;
    line-height: 2.5;
  }
}
@media (max-width: 639px) {
  .p-brand__technology--read {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media (min-width: 640px) {
  .p-brand__technology--read + .p-brand__technology--read {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .p-brand__technology--read + .p-brand__technology--read {
    margin-top: 24px;
  }
}
@media (min-width: 640px) {
  .p-brand__technology--img {
    margin-top: 120px;
  }
}
@media (max-width: 639px) {
  .p-brand__technology--img {
    margin-top: 40px;
  }
}
@media (min-width: 640px) {
  .p-brand__pioneer {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer {
    padding: 20px 0;
  }
}
.p-brand__pioneer .l-contents--in.default {
  padding: 0;
}
.p-brand__pioneer--head {
  font-family: "Noto Serif JP", serif;
  color: var(--ss-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__pioneer--head {
    margin: 0 0 60px;
    font-size: 5.2rem;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer--head {
    margin: 0 0 40px;
    font-size: 3.6rem;
  }
}
.p-brand__pioneer--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-brand__pioneer--in {
    padding: 60px 50px 100px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer--in {
    padding: 30px 20px;
  }
}
.p-brand__pioneer--read {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__pioneer--read {
    margin-bottom: 60px;
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer--read {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media (min-width: 640px) {
  .p-brand__pioneer__content + .p-brand__pioneer__content {
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content + .p-brand__pioneer__content {
    margin-top: 40px;
  }
}
.p-brand__pioneer__content--title {
  margin-bottom: 20px;
  background: var(--ss-blue);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--title {
    padding: 20px;
    border-radius: 50px;
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--title {
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--text {
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--text {
    margin-bottom: 20px;
  }
}
.p-brand__pioneer__content--text strong {
  color: var(--ss-blue);
  font-weight: 700;
}
.p-brand__pioneer__content--wrap {
  display: flex;
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--wrap {
    gap: 50px;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--wrap {
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--item {
    width: 100%;
  }
}
.p-brand__pioneer__content--item h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(90deg, #FFFFFF 0%, #E9EBFF 50%, #FFFFFF 100%);
  color: var(--glory-blue);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--item h4 {
    min-height: 72px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--item h4 {
    min-height: 69px;
    font-size: 1.8rem;
  }
}
.p-brand__pioneer__content--item h4::before, .p-brand__pioneer__content--item h4::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.p-brand__pioneer__content--item h4::before {
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--glory-blue);
  border-left: 3px solid var(--glory-blue);
}
.p-brand__pioneer__content--item h4::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 3px solid var(--glory-blue);
  border-right: 3px solid var(--glory-blue);
}
.p-brand__pioneer__content--item .read {
  margin-top: 20px;
}
.p-brand__pioneer__content--item .img {
  margin-top: 20px;
}
.p-brand__pioneer__content--item ul {
  margin-top: 20px;
  color: var(--ss-blue);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--item ul {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--item ul {
    font-size: 1.6rem;
  }
}
.p-brand__pioneer__content--item ul li {
  background: url(/files/user/tsurisenki/images/common/icon_check.svg) no-repeat top 6px left;
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--item ul li {
    padding-left: 25px;
    background-size: 20px;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--item ul li {
    padding-left: 23px;
    background-position: top 4px left;
    background-size: 18px;
  }
}
.p-brand__pioneer__content--item .notes {
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__pioneer__content--item .notes {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer__content--item .notes {
    font-size: 1.6rem;
  }
}
.p-brand__pioneer__content--item .notes sup {
  font-size: 1.2rem;
  vertical-align: top;
}
@media (min-width: 640px) {
  .p-brand__pioneer--notes {
    margin-top: 50px;
  }
}
@media (max-width: 639px) {
  .p-brand__pioneer--notes {
    margin-top: 24px;
    font-size: 1.2rem;
  }
}
@media (min-width: 640px) {
  .p-brand__history {
    padding: 60px 0;
  }
}
@media (max-width: 639px) {
  .p-brand__history {
    padding: 20px 0;
  }
}
.p-brand__history .l-contents--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-brand__history .l-contents--in {
    padding: 60px 50px 100px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-brand__history .l-contents--in {
    padding: 30px 20px;
  }
}
.p-brand__history .l-title__heading sup {
  vertical-align: 12px;
}
@media (min-width: 640px) {
  .p-brand__history .l-title__heading sup {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .p-brand__history .l-title__heading sup {
    font-size: 1.6rem;
  }
}
.p-brand__history--read {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__history--read {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-brand__history--read {
    font-size: 1.8rem;
  }
}
.p-brand__history--read + .p-brand__history--read {
  margin-top: 2em;
}
.p-brand__history--read strong {
  color: var(--ss-blue);
}
.p-brand__history--read sup {
  vertical-align: top;
}
@media (min-width: 640px) {
  .p-brand__history--read sup {
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-brand__history--read sup {
    font-size: 1.2rem;
  }
}
.p-brand__history--notes {
  margin: 20px auto 0;
}
@media (min-width: 640px) {
  .p-brand__history--notes {
    max-width: 531px;
    font-size: 1.2rem;
  }
}
@media (max-width: 639px) {
  .p-brand__history--notes {
    font-size: 1rem;
  }
}
.p-brand__history--slide {
  overflow: scroll;
}
@media (min-width: 640px) {
  .p-brand__history--slide {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-brand__history--slide {
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .p-brand__history--slide img {
    width: 3300px;
  }
}
@media (max-width: 639px) {
  .p-brand__history--slide img {
    width: 2063px;
  }
}
.p-brand__history--slide .simplebar-track {
  position: relative;
}
@media (min-width: 640px) {
  .p-brand__history--slide .simplebar-track {
    margin-top: 23px;
  }
}
@media (max-width: 639px) {
  .p-brand__history--slide .simplebar-track {
    margin-top: 20px;
  }
}
.p-brand__history--slide .simplebar-track::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: var(--line-gray);
}
.p-brand__history--slide .simplebar-track .simplebar-scrollbar {
  z-index: 2;
}
.p-brand__history--slide .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.p-brand__history--slide .simplebar-track .simplebar-scrollbar::before {
  height: 7px;
  background: var(--glory-blue);
}
@media (min-width: 640px) {
  .p-brand__base {
    padding: 60px 0 0;
  }
}
@media (max-width: 639px) {
  .p-brand__base {
    padding: 20px 0;
  }
}
.p-brand__base .l-contents--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-brand__base .l-contents--in {
    padding: 60px 50px 100px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-brand__base .l-contents--in {
    padding: 30px 20px;
  }
}
.p-brand__base--read {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .p-brand__base--map {
    max-width: 285px;
    margin: 60px auto;
  }
}
@media (max-width: 639px) {
  .p-brand__base--map {
    margin: 20px 0 40px;
  }
}
.p-brand__base--btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-brand__base--btn {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-brand__base--btn {
    margin-top: 40px;
  }
}

/* 記事ページ */
@media (min-width: 640px) {
  .p-article__detail {
    padding: 70px 0 0;
  }
}
.p-article__detail--in {
  background: #fff;
}
@media (min-width: 640px) {
  .p-article__detail--in {
    padding: 50px 50px 100px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--in {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 639px) {
  .p-article__detail .l-contents--in.default {
    padding: 20px 20px 30px;
  }
}
.p-article__detail__date {
  display: flex;
  align-items: center;
  color: var(--text-sub);
}
@media (min-width: 640px) {
  .p-article__detail__date {
    margin: 30px 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__date {
    margin: 15px 0;
    font-size: 1.4rem;
  }
}
.p-article__detail__date::before {
  display: inline-block;
  content: "";
  background: url(/files/user/tsurisenki/images/column/icon_column_date.svg) no-repeat 0 0/contain;
}
@media (min-width: 640px) {
  .p-article__detail__date::before {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__date::before {
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }
}
.p-article__detail__company {
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .p-article__detail__company {
    display: flex;
    align-items: center;
  }
}
.p-article__detail__company--logo {
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .p-article__detail__company--logo {
    width: 120px;
    margin-right: 24px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__company--logo {
    width: 150px;
    margin-bottom: 14px;
  }
}
.p-article__detail__company--logo img {
  object-fit: contain;
}
@media (min-width: 640px) {
  .p-article__detail__company--logo img {
    width: 120px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__company--logo img {
    width: 150px;
  }
}
.p-article__detail__company--name--main {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail__company--name--main {
    font-size: 3.2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__company--name--main {
    font-size: 1.8rem;
  }
}
.p-article__detail__company--name--sub {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail__company--name--sub {
    font-size: 2.6rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__company--name--sub {
    font-size: 1.6rem;
  }
}
.p-article__detail__summary {
  margin-bottom: 24px;
}
.p-article__detail__summary--list {
  display: flex;
  gap: 8px;
}
@media (max-width: 639px) {
  .p-article__detail__summary--list {
    flex-direction: column;
  }
}
.p-article__detail__summary--list span {
  padding: 4px 10px;
}
@media (min-width: 640px) {
  .p-article__detail__summary--list span {
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__summary--list span {
    font-size: 1.2rem;
  }
}
.p-article__detail__summary--list .label {
  background: var(--glory-blue);
  border-radius: 6px 0 0 6px;
  color: #fff;
}
.p-article__detail__summary--list .text {
  background: #EAECFF;
  border-radius: 0 6px 6px 0;
}
@media (min-width: 640px) {
  .p-article__detail__eyecatch {
    margin: 40px 0;
  }
}
@media (max-width: 639px) {
  .p-article__detail__eyecatch {
    margin: 24px 0;
  }
}
@media (min-width: 640px) {
  .p-article__detail__purpose {
    display: flex;
    margin-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__purpose {
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .p-article__detail__purpose--text {
    width: calc(100% - 300px);
  }
}
@media (min-width: 640px) {
  .p-article__detail__purpose--text dl {
    display: flex;
  }
}
.p-article__detail__purpose--text dl + dl {
  margin-top: 20px;
}
.p-article__detail__purpose--text dt {
  background: var(--ss-blue);
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail__purpose--text dt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100px;
    border-radius: 10px 0 0 10px;
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__purpose--text dt {
    padding: 12px;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
  }
}
.p-article__detail__purpose--text dd {
  background: var(--bg-blue);
}
@media (min-width: 640px) {
  .p-article__detail__purpose--text dd {
    flex-grow: 1;
    padding: 24px 20px 24px 16px;
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 639px) {
  .p-article__detail__purpose--text dd {
    padding: 16px 15px;
    border-radius: 0 0 10px 10px;
  }
}
.p-article__detail__purpose--text .p-article__detail--list {
  font-weight: 500;
}
@media (min-width: 640px) {
  .p-article__detail__purpose--text .p-article__detail--list {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__purpose--text .p-article__detail--list {
    font-size: 1.4rem;
  }
}
@media (min-width: 640px) {
  .p-article__detail__purpose--series {
    width: 270px;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .p-article__detail__purpose--series {
    margin-top: 20px;
  }
}
.p-article__detail__purpose--series--img {
  text-align: center;
}
.p-article__detail__purpose--series--img img {
  height: 260px;
  object-fit: contain;
}
.p-article__detail__purpose--link {
  text-align: center;
}
.p-article__detail__purpose--link .link-text {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail__purpose--link .link-text {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__purpose--link .link-text {
    font-size: 1.8rem;
  }
}
@media (min-width: 640px) {
  .p-article__detail--has-photo {
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 640px) {
  .p-article__detail--has-photo figure {
    width: 520px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--has-photo figure {
    margin: 10px 0;
  }
}
.p-article__detail--has-photo figure figcaption {
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 640px) {
  .p-article__detail--has-photo figure figcaption {
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail--has-photo figure figcaption {
    font-size: 1.2rem;
  }
}
@media (min-width: 640px) {
  .p-article__detail--has-photo p {
    width: 520px;
  }
}
@media (min-width: 640px) {
  .p-article__detail--has-photo + h2, .p-article__detail--has-photo + h3, .p-article__detail--has-photo + h4 {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--has-photo + h2, .p-article__detail--has-photo + h3, .p-article__detail--has-photo + h4 {
    margin-top: 30px;
  }
}
@media (min-width: 640px) {
  .p-article__detail--photo {
    margin: 30px 0;
  }
}
@media (max-width: 639px) {
  .p-article__detail--photo {
    margin: 15px 0;
  }
}
.p-article__detail--photo.full {
  width: 100%;
}
.p-article__detail--photo.center {
  display: flex;
  justify-content: center;
}
.p-article__detail--photo.center img {
  width: auto;
  max-width: 100%;
}
.p-article__detail--photo.flex {
  display: flex;
}
@media (min-width: 640px) {
  .p-article__detail--photo.flex {
    gap: 30px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--photo.flex {
    flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 640px) {
  .p-article__detail--photo.split2 img {
    width: calc(50% - 15px);
  }
}
@media (max-width: 639px) {
  .p-article__detail--photo.split2 img {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .p-article__detail--photo.split3 img {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 639px) {
  .p-article__detail--photo.split3 img {
    width: 100%;
  }
}
.p-article__detail--box {
  margin: 30px 0;
  padding: 20px;
  background: var(--bg-blue);
  border-radius: 10px;
}
.p-article__detail--box h4 {
  color: var(--ss-blue);
}
.p-article__detail--list {
  padding-left: 23px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .p-article__detail--list {
    font-size: 1.4rem;
  }
}
.p-article__detail--list.disc {
  list-style-type: disc;
}
.p-article__detail--list.num {
  list-style-type: decimal;
}
@media (min-width: 640px) {
  .p-article__detail--list + p {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--list + p {
    margin-top: 15px;
  }
}
.p-article__detail--movie {
  padding: 20px;
  background: var(--bg-gray);
  border: 1px solid var(--line-gray);
  border-radius: 10px;
}
@media (min-width: 640px) {
  .p-article__detail--movie {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 639px) {
  .p-article__detail--movie {
    margin: 30px 0;
  }
}
.p-article__detail--movie a {
  flex-shrink: 0;
  display: block;
}
@media (min-width: 640px) {
  .p-article__detail--movie a {
    width: 373px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--movie a {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .p-article__detail--movie a img {
    width: 373px;
    object-fit: cover;
  }
}
@media (max-width: 639px) {
  .p-article__detail--movie a img {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .p-article__detail--movie--content {
    margin-left: 40px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--movie--content {
    margin-top: 10px;
  }
}
.p-article__detail--movie--content h5 {
  margin-bottom: 10px;
  color: var(--glory-blue);
}
.p-article__detail--link {
  margin: 16px 0;
}
.p-article__detail--link::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 13px;
  margin-right: 8px;
  background: var(--text-link);
  mask: url(/files/user/tsurisenki/images/common/link_arrow.svg) no-repeat 0 0/contain;
}
.p-article__detail__overview {
  background: var(--bg-gray);
}
@media (min-width: 640px) {
  .p-article__detail__overview {
    margin: 40px 0;
    padding: 32px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__overview {
    margin: 20px 0;
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.p-article__detail__index {
  border: 1px solid var(--ss-blue);
}
@media (min-width: 640px) {
  .p-article__detail__index {
    margin: 40px 0;
    padding: 30px 50px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__index {
    margin: 20px 0;
    padding: 20px;
  }
}
.p-article__detail__index--title {
  margin-bottom: 10px;
  color: var(--ss-blue);
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 639px) {
  .p-article__detail__index--list {
    font-size: 1.4rem;
  }
}
.p-article__detail__index--list li {
  position: relative;
  padding-left: 23px;
}
.p-article__detail__index--list li::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/files/user/tsurisenki/images/column/icon_index_list.svg) no-repeat 0 0/contain;
}
.p-article__detail__index--list li + li {
  margin-top: 7px;
}
.p-article__detail__index--list li a {
  text-decoration: underline;
}
.p-article__detail h1 {
  border-bottom: 3px solid var(--line-gray);
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail h1 {
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 4rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail h1 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 2.6rem;
  }
}
.p-article__detail h2 {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ss-blue);
  font-weight: 700;
}
.p-article__detail h2::before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 6px;
  margin-right: 18px;
  background: var(--ss-blue);
}
@media (min-width: 640px) {
  .p-article__detail h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail h2 {
    font-size: 2.2rem;
  }
}
.p-article__detail h3 {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail h3 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.p-article__detail h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail h4 {
    font-size: 1.6rem;
  }
}
.p-article__detail h5 {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail h5 {
    font-size: 2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail h5 {
    font-size: 1.8rem;
  }
}
.p-article__detail p {
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 639px) {
  .p-article__detail p {
    font-size: 1.4rem;
  }
}
.p-article__detail p + p {
  margin-top: 1em;
}
.p-article__detail p .marker {
  background: linear-gradient(transparent 70%, #FFD46C 70%);
}
.p-article__detail p strong {
  color: #FF8438;
  font-weight: 700;
}
.p-article__detail p em {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail p + h2, .p-article__detail p + h3, .p-article__detail p + h4 {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-article__detail p + h2, .p-article__detail p + h3, .p-article__detail p + h4 {
    margin-top: 30px;
  }
}
.p-article__detail table {
  width: 100%;
  border-collapse: separate;
}
@media (min-width: 640px) {
  .p-article__detail table {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .p-article__detail table {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-article__detail table th, .p-article__detail table td {
  border: 1px solid var(--line-gray);
  border-top: none;
  border-left: none;
}
@media (min-width: 640px) {
  .p-article__detail table th, .p-article__detail table td {
    padding: 15px 23px;
  }
}
@media (max-width: 639px) {
  .p-article__detail table th, .p-article__detail table td {
    padding: 10px;
  }
}
.p-article__detail table thead th {
  background: var(--ss-blue);
  border-top: 1px solid var(--line-gray);
  border-left: 1px solid var(--line-gray);
  color: #fff;
}
.p-article__detail table thead th:first-child {
  border-top-left-radius: 10px;
}
@media (max-width: 639px) {
  .p-article__detail table thead th:first-child {
    width: 100px;
  }
}
.p-article__detail table thead th:last-child {
  border-top-right-radius: 10px;
}
.p-article__detail table tbody th {
  background: var(--bg-blue);
  border-left: 1px solid var(--line-gray);
  vertical-align: middle;
}
.p-article__detail table tbody td {
  font-weight: 400;
}
.p-article__detail table tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}
.p-article__detail table tbody tr:last-child td {
  border-bottom-right-radius: 10px;
}
.p-article__detail__author {
  background: var(--bg-blue);
}
@media (min-width: 640px) {
  .p-article__detail__author {
    display: flex;
    align-items: center;
    margin-top: 80px;
    padding: 32px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__author {
    margin-top: 30px;
    padding: 32px 20px;
    border-radius: 10px;
  }
}
@media (min-width: 640px) {
  .p-article__detail__author--logo {
    flex-shrink: 0;
    width: 100px;
    margin-right: 32px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__author--logo {
    width: 70px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .p-article__detail__author--content {
    margin-top: 30px;
  }
}
.p-article__detail__author--name {
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  .p-article__detail__author--name {
    flex-direction: column;
  }
}
.p-article__detail__author--name .icon {
  padding: 3px 15px;
  border: 1px solid var(--ss-blue);
  border-radius: 20px;
  color: var(--ss-blue);
  font-weight: 400;
}
@media (min-width: 640px) {
  .p-article__detail__author--name .icon {
    margin-right: 10px;
    font-size: 1.4rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__author--name .icon {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.p-article__detail__author--name strong {
  font-weight: 700;
}
@media (min-width: 640px) {
  .p-article__detail__author--name strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 639px) {
  .p-article__detail__author--name strong {
    font-size: 1.8rem;
  }
}
.p-article__detail__author--read {
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 640px) {
  .p-article__detail__author--read {
    margin-top: 16px;
  }
}
@media (max-width: 639px) {
  .p-article__detail__author--read {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-article__detail--btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .p-article__detail--btn {
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .p-article__detail--btn {
    margin-top: 30px;
  }
}