/*=================================================================================*/
/* [data-floatside-line] */
/* /js_v5/top_2409.js */
/*=================================================================================*/
@media screen and (max-width: 767px) {
  [data-floatside-line] {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [data-floatside-line] {
    position: relative;
    top: calc(100vh - 300px);
  }
}

/*=================================================================================*/
/* .pc-floatside */
/* /js_v5/top_2409.js */
/*=================================================================================*/
@media screen and (max-width: 767px) {
  .pc-floatside {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-floatside {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    position: fixed;
    top: 227px;
    right: 0;
    z-index: 99;
    transform: translateX(101%);
    transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .pc-floatside.js-shown {
    transform: translateX(0);
  }
  .pc-floatside__bx {
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .29);
  }
  .pc-floatside__bx.is-hs {
    background: #fef7f4;
  }
  .pc-floatside__bx.is-bs {
    background: #f0f7ff;
  }
  .pc-floatside__bx__hd {
    position: relative;
    height: 52px;
    padding: 0 0 0 34px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    white-space: nowrap;
    pointer-events: none;
  }
  .pc-floatside__bx__hd > span {
    font-size: 22px;
  }
  .pc-floatside__bx__hd::before {
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    color: inherit;
    font-size: 24px;
    font-weight: 400;
    font-family: 'icon';
    transform: translateY(50%);
  }
  .pc-floatside__bx__hd.is-hs::before {
    content: '\e903';
  }
  .pc-floatside__bx__hd.is-bs::before {
    content: '\e904';
  }
  .pc-floatside__bx__bd {
    height: 0;
    overflow: hidden;
    transition: height 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .pc-floatside__bx__bd__ls {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  .pc-floatside__bx__bd__ls > li {
    width: 100%;
  }
  .pc-floatside__bx__bd__ls > li > a {
    display: flex;
    align-items: center;
    position: relative;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    transition: color 300ms cubic-bezier(.215, .61, .355, 1) 80ms;
  }
  .pc-floatside__bx__bd__ls > li > a.is-01 {
    border-color: #ec6d65;
    background: #ec6d65;
  }
  .pc-floatside__bx__bd__ls > li > a.is-01:hover {
    color: #ec6d65;
  }
  .pc-floatside__bx__bd__ls > li > a.is-02 {
    border-color: #e80012;
    background: #e80012;
  }
  .pc-floatside__bx__bd__ls > li > a.is-02:hover {
    color: #e80012;
  }
  .pc-floatside__bx__bd__ls > li > a.is-03 {
    border-color: #074697;
    background: #074697;
  }
  .pc-floatside__bx__bd__ls > li > a.is-03:hover {
    color: #074697;
  }
  .pc-floatside__bx__bd__ls > li > a.is-04 {
    border-color: #05a1a4;
    background: #05a1a4;
  }
  .pc-floatside__bx__bd__ls > li > a.is-04:hover {
    color: #05a1a4;
  }
  .pc-floatside__bx__bd__ls > li > a::before,
  .pc-floatside__bx__bd__ls > li > a::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1) 80ms, right 300ms cubic-bezier(.215, .61, .355, 1) 80ms;
  }
  .pc-floatside__bx__bd__ls > li > a::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 0;
    transform: scaleX(0);
    z-index: 1;
  }
  .pc-floatside__bx__bd__ls > li > a::after {
    bottom: 50%;
    right: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    box-sizing: border-box;
    transform: translateY(50%) rotate(45deg);
    z-index: 2;
  }
  .pc-floatside__bx__bd__ls > li > a:hover::before {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .pc-floatside__bx__bd__ls > li > a:hover::after {
    right: 5px;
  }
  .pc-floatside__bx__bd__ls > li > a > span {
    display: block;
    position: absolute;
    right: calc(50% + 2px);
    color: currentColor;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(50%, -1px);
    z-index: 2;
  }
  .pc-floatside__bx:hover .pc-floatside__bx__bd {
    height: 78px;
    transition: height 400ms cubic-bezier(.215, .61, .355, 1) 150ms;
  }
}

/*=================================================================================*/
/* .floattop */
/* /js_v5/top_2409.js */
/*=================================================================================*/
@media screen and (min-width: 768px) {
  .floattop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .floattop {
    position: relative;
    height: 75px;
    background: #f0f0f0;
    z-index: 99;
  }
  .floattop-list {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    height: 75px;
    padding: 0 5px;
    z-index: 2;
    transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 0ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
    transform: translateY(101%);
  }
  .floattop.js-shown .floattop-list {
    transition: transform 400ms cubic-bezier(.215, .61, .355, 1), background-color 400ms cubic-bezier(.215, .61, .355, 1) 250ms;
    transform: translateY(0);
  }
  .floattop.js-open .floattop-list {
    transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 0ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 0ms;
    background: #fff;
  }
  .floattop-list > li {
    flex: 1 1 100%;
    padding: 0 5px;
  }
  .floattop-list > li > a,
  .floattop-list > li > button {
    display: block;
    position: relative;
    width: 100%;
    height: 65px;
    padding: 0;
    border-radius: 5px;
    border: none;
    border-bottom: 3.5px solid #c2b691;
    box-shadow: 0 0 3.5px rgba(0, 0, 0, .25);
    background: #ffffe2;
    text-align: center;
    transition: background-color 300ms cubic-bezier(.215, .61, .355, 1) 200ms, border-color 300ms cubic-bezier(.215, .61, .355, 1) 200ms;
  }
  .floattop.js-open .floattop-list > li > a,
  .floattop.js-open .floattop-list > li > button {
    transition: background-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms, border-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .floattop-list > li > a::before,
  .floattop-list > li > button::before {
    display: block;
    position: absolute;
    top: 5px;
    right: 50%;
    color: #e80012;
    font-size: 35px;
    font-family: 'icon';
    font-weight: 400;
    line-height: 1;
    transform: translateX(50%);
  }
  .floattop-list > li > a > span,
  .floattop-list > li > button > span {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 50%;
    color: #000;
    font-size: clamp(10px, 12 / 375 * 100vw, 12px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    white-space: nowrap;
    transform: translateX(50%);
  }
  .floattop-list > li.item01 > a,
  .floattop-list > li.item01 > button {
    border-color: #a9000d;
    background: #e80012;
  }
  .floattop-list > li.item01 > a::before,
  .floattop-list > li.item01 > button::before {
    content: '\e908';
    color: #fff;
  }
  .floattop-list > li.item01 > a > span,
  .floattop-list > li.item01 > button > span {
    color: #fff;
  }
  .floattop-list > li.item02 > a::before,
  .floattop-list > li.item02 > button::before {
    content: '\e903';
  }
  .floattop-list > li.item02 > a > span,
  .floattop-list > li.item02 > button > span {
    letter-spacing: -.075em;
  }
  .floattop-list > li.item03 > a::before,
  .floattop-list > li.item03 > button::before {
    content: '\e904';
  }
  .floattop-list > li.item04 > a::before,
  .floattop-list > li.item04 > button::before {
    content: '\e916';
  }
  .floattop.js-open .floattop-list > li.item04 > a,
  .floattop.js-open .floattop-list > li.item04 > button {
    border-color: #bcb9b9;
    background: #eae9e9;
  }
  .floattop-detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: none;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 550ms cubic-bezier(.215, .61, .355, 1) 140ms;
  }
  .floattop-detail.js-noscroll {
    overflow-y: clip;
  }
  .floattop.js-open .floattop-detail {
    transition: opacity 550ms cubic-bezier(.215, .61, .355, 1) 0ms;
    opacity: 1;
    pointer-events: auto;
  }
  .floattop-detail-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
  }
  .floattop-detail-in {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: calc(100% + 1px);
    padding: 60px 0 0;
    box-sizing: border-box;
    z-index: 2;
  }
  .floattop-detail-body {
    position: relative;
    width: 100%;
    padding: 15px 15px 90px;
    border-radius: 15px 15px 0 0;
    background: #f7f1e6;
    transition: transform 450ms cubic-bezier(.215, .61, .355, 1) 0ms;
    transform: translateY(calc(101% + 75px));
  }
  .floattop.js-open .floattop-detail-body {
    transition: transform 450ms cubic-bezier(.215, .61, .355, 1) 140ms;
    transform: translateY(0);
  }
  .floattop-detail-body > button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc(100% + 5px);
    right: 5px;
    width: 36px;
    padding: 0;
    border: none;
    background: #fff;
  }
  .floattop-detail-body > button img {
    display: block;
    width: 100%;
    height: auto;
  }
  .floattop-detail-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: calc(43 / 40);
    text-align: center;
  }
  .floattop-detail-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
  }
  .floattop-detail-list > li {
    width: calc(50% - 7.5px);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }
  .floattop-detail-list > li > a {
    display: block;
  }
  .floattop-detail-list > li > a > img {
    display: block;
    width: 100%;
    height: auto;
  }
  .floattop-detail-list > li > a > div {
    display: flex;
    align-items: center;
    position: relative;
    height: 45px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: calc(18 / 14);
  }
  .floattop-detail-list > li > a > div::after {
    content: '\e900';
    display: block;
    position: absolute;
    bottom: 50%;
    right: 7px;
    color: #ec6d65;
    font-size: 11px;
    font-weight: 400;
    font-family: 'icon';
    line-height: 1;
    transform: translateY(50%);
  }
  .floattop-detail-list > li:has(img) {
    width: 100%;
  }
  .floattop-detail-list > li:has(img) > a > div {
    justify-content: center;
    height: 35px;
  }
  .floattop-detail-list > li:has(img) > a > div > span {
    display: block;
    font-weight: 400;
  }
  .floattop-detail-list > li:has(img) > a > div > span > b {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
  }
}
