@charset "UTF-8";
/* .header CSS
---------------------------------------------------- */
#header_s5098rn {
    color: rgb(31, 31, 31);
    font-family: "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    font-weight: 400;
    line-height: initial;
    font-size: 10px;
    text-align: left;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(213, 213, 213);
}
#header_s5098rn *, *:before, *:after {
    box-sizing: border-box;
}
#header_s5098rn a:link {
    color: rgb(31, 31, 31);
    text-decoration: none;
}
#header_s5098rn a:visited {
    color: rgb(31, 31, 31);
    text-decoration: none;
}
#header_s5098rn a:hover {
    color: rgb(31, 31, 31);
    text-decoration: none;
}
#header_s5098rn input[type="text"]:focus {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(213, 213, 213);
    padding: 7px 44px 7px 52px;
}
#header_s5098rn ul {
    list-style: none;
}
#header_s5098rn h2, #header_s5098rn h3 {
    font-size: 100%;
    font-weight: normal;
}
#header_s5098rn .HeaderWrap__Root {
    position: relative;
    z-index: 20;
}
#header_s5098rn .BandHeader__Root {
    background-image: linear-gradient(
    270deg,
    rgba(90, 194, 221, 0.4) 0%,
    rgba(190, 235, 246, 0.4) 98.67%
    );
    display: flex;
    height: 38px;
    overflow-x: hidden;
    padding: 8px;
    white-space: nowrap;
}
#header_s5098rn .BandText__StyledContent {
    animation: 45s linear 0s infinite normal none running headAnimation;
    display: flex;
}
@keyframes headAnimation {
  100% {
    transform: translateX(-100%);
  }
}
#header_s5098rn .BandText__StyledText {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.4;
}
#header_s5098rn .BandText__BoldText {
  font-weight: 700;
}
#header_s5098rn .BandText__SpaceBetween {
    padding-left: 64px;
}
#header_s5098rn a.StyledLogo {
    display: block;
    line-height: 0;
    position: relative;
    width: fit-content;
}
#header_s5098rn .StyledMenuListWrapperSP {
    display: none;
}
#header_s5098rn .StyledNavList {
    -webkit-box-align: end;
    align-items: end;
    display: flex;
    gap: 8px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#header_s5098rn .StyledNavListItem {
    cursor: pointer;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
#header_s5098rn a.StyledNav {
    line-height: 0;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    color: rgb(0, 121, 208);
    text-decoration: none;
}
#header_s5098rn a.StyledNav:hover {
    opacity: 0.8;
}
#header_s5098rn .SearchBar__StyledTagListItem:first-child .SearchBar__StyledTagListKeyWordName {
    letter-spacing: 0.3px;
}
#header_s5098rn a.SearchBar__StyledTagListKeyWord:hover {
    background-color: rgb(255, 243, 234);
    font-weight: 700;
}
#header_s5098rn .SearchBar__StyledTagListKeyWordName{
    display: inline-block;
    font-size: 14px;
    margin-inline: -1px;
    word-break: keep-all;
}
#header_s5098rn .StyledMagnifyingGlass {
    margin-bottom: 2px;
    width: 20px;
}
#header_s5098rn .StyledNavText {
    color: rgb(31, 31, 31);
    display: block;
    font-weight: 700;
    word-break: keep-all;
}
#header_s5098rn .InputArea__Root {
    position: relative;
}
#header_s5098rn .InputArea__StyledInputText:focus {
    background-color: rgb(255, 255, 255);
    outline-color: rgb(213, 213, 213);
    outline-width: 1px;
}
#header_s5098rn .SearchBar__StyledTagListItem {
    list-style: none;
    font-size: 10px;
}
#header_s5098rn .SearchBar__StyledTagListItem > a {
    border-radius: 13px;
}
#header_s5098rn .countNumber span {
    display: block;
    line-height: 1;
}
#header_s5098rn .countNumber {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(229, 40, 40);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    display: flex;
    font-weight: 700;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    text-align: center;
}
#header_s5098rn .SearchBar__Root {
    position: relative;
}
#header_s5098rn .InputArea__StyledButtonSearch {
    all: unset;
    display: block;
}
#header_s5098rn .InputArea__StyledOverRideMagnifyingGlass {
    display: block;
    background: url(../img/icon_overridemagnifyingglass.webp) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 16px;
    position: absolute;
    top: 8px;
    cursor: pointer;
}
#header_s5098rn .InputArea__Icon_StyledClose {
    display: block;
    background: url(../img/icon_close.webp) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
#header_s5098rn .InputArea__StyledInputText {
    background-color: rgb(245, 245, 245);
    border: 2px solid rgb(213, 213, 213);
    border-radius: 10px;
    font-size: 16px;
    height: 40px;
    line-height: 1.4;
    width: 100%;
    font-family: inherit;
}
#header_s5098rn .InputArea__StyledInputText::placeholder {
    color: rgb(117,117,117);
}
#header_s5098rn .SearchBar__StyledSuggestInner {
    display: flex;
    padding-top: 8px;
    height: auto;
    opacity: 1;
    transition: 0.2s linear;
    visibility: visible;
}
#header_s5098rn .SearchBar__StyledTagList {
    display: flex;
    gap: 8px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#header_s5098rn a.SearchBar__StyledTagListKeyWord {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(252, 131, 43);
    border-radius: 16px;
    color: rgb(31, 31, 31);
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    padding: 1px 12px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
@keyframes modalMenuAnimation {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}
#header_s5098rn .StyledHeaderWrapper {
    width: 100%;
}
#header_s5098rn .SearchBar__StyledSuggestInnerItem {
    margin-right: 12px;
    padding-block: 2px;
}
#header_s5098rn .SearchBar__CloseButtonWrapper.is-hidden {
    height: 0;
    opacity: 0;
    visibility: collapse;
 }
#header_s5098rn .SearchBar__StyledTagListItem:first-child > a.SearchBar__StyledTagListKeyWord:hover{
    font-weight: unset;
    text-shadow: rgb(31, 31, 31) 0px 0px 0.5px, rgb(31, 31, 31) 0px 0px 0.5px;
}
#header_s5098rn .Menu_Root {
    -webkit-box-align: center;
    align-items: center;
    animation: 0.1s linear 0s 1 normal none running modalMenuAnimation;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
}
#header_s5098rn .Menu_Root.is-show {
    opacity: 1;
    visibility: visible;
}
#header_s5098rn .ContentsWrapper {
    border-radius: 20px;
    margin-inline: auto;
    position: absolute;
    top: 0px;
    width: 100%;
}
#header_s5098rn .OverlayHeader {
    background-color: rgba(229, 249, 253, 0.95);
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
}
#header_s5098rn .ModalHeader {
    -webkit-box-align: start;
    align-items: start;
}
#header_s5098rn .Label__StyledLabel {
    background-color: rgb(231, 231, 231);
    border-radius: 4px;
    font-weight: 700;
    padding: 2px 8px;
    font-size: 14px;
}

#header_s5098rn .CloseButtonWrapper {
    position: relative;
    font-family: inherit;
    font-size: inherit;
}
#header_s5098rn .CloseButtonWrapper button {
    margin: initial;
    padding-block: initial;
    padding-inline: initial;
    border-width: initial;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}
#header_s5098rn .CloseButton__IconWrapper {
    display: block;
    font-size: 10px;
    font-weight: 700;
}
#header_s5098rn .CloseButton__StyledClose {
    display: block;
    background: url(../img/icon_closemodal.webp) no-repeat center;
    background-size: contain;
    width: auto;
    height: 20px;
    margin-bottom: 3px;
    cursor: pointer;
}
#header_s5098rn .CloseButton__TextWrapper {
    color: rgb(31, 31, 31);
    display: block;
    font-size: 10px;
    font-weight: 700;
}
#header_s5098rn .ModalBody {
    background-color: rgb(255, 255, 255);
    position: relative;
    word-break: keep-all;
}
#header_s5098rn .Menu1 {
    font-size: 16px;
}
#header_s5098rn .Menu1Item + .Menu1Item {
    margin-top: 22px;
}
#header_s5098rn .Menu1Index {
    color: rgb(136, 136, 136);
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.3;
    width: 80px;
}
#header_s5098rn .Menu2 {
    font-size: 18px;
}
#header_s5098rn .LinkWrapper {
    margin-top: 12px;
    text-decoration: none;
}
#header_s5098rn .MiddleLinkItem {
    font-weight: 700;
    -webkit-box-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid rgb(192, 241, 253);
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
    padding: 8px 0px;
    transition: opacity 0.3s ease-in-out;
    color: #1F1F1F;
    text-decoration: none;
}
#header_s5098rn .StyledIconArea {
    flex-shrink: 0;
}
#header_s5098rn .IconAreaHeader.StyledIconArea {
    -webkit-box-align: center;
    align-items: center;
    background-image: linear-gradient(270deg, rgb(0, 191, 239) 10.85%, rgb(142, 229, 251) 81.32%);
    border-radius: 50%;
    box-shadow: rgba(57, 210, 249, 0.5) 1px 1px 12px;
    display: flex;
    height: 22px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 22px;
}
#header_s5098rn .ButtonLabel__StyledArrowRight__Header {
    display: block;
    background: url(../img/icon_arrowright.webp) no-repeat center;
    background-size: contain;
    height: 12px;
    width: 7px;
}
#header_s5098rn .Description {
    color: #888888;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 6px;
}
#header_s5098rn .LongLinkItem {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(192, 241, 253);
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
    padding: 8px 0px;
}
#header_s5098rn .LongLinkItem:hover {
    opacity: 0.8;
}
#header_s5098rn .FAQMenu {
    padding-left: 24px;
}
#header_s5098rn .FAQLinkWrapper {
    margin-top: 12px;
}
#header_s5098rn a.StyledExternalLinkWrapper {
    color: rgb(31, 31, 31);
    vertical-align: middle;
    text-decoration: none;
}
#header_s5098rn .ShortLinkItem {
    font-weight: 400;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(192, 241, 253);
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
    padding: 8px 0px;
}
#header_s5098rn .ShortLinkItem:hover {
    opacity: 0.8;
}
#header_s5098rn .ShortLinkItem .StyledNewTab {
    display: block;
    background: url(../img/icon_newtab_white.webp) no-repeat center;
    background-size: 14px;
    height: 14px;
    padding: 1px;
    width: 14px;
}
#header_s5098rn .ButtonWrapper {
    width: 144px;
    margin-inline: auto;
    margin-top: 40px;
}
#header_s5098rn .ButtonWithSpinner__ButtonWrapper {
    display: inline;
    position: relative;
}
#header_s5098rn .ButtonWithSpinner__ButtonWrapper .StyledButton {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    overflow-wrap: break-word;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #d5d5d5;
    box-shadow: 0 2px 8px rgba(31, 31, 31, 0.08);
    min-height: 40px;
    border-radius: 34px;
    padding-inline: 16px;
    font-family: inherit;
}
#header_s5098rn .ButtonWithSpinner__ButtonWrapper .StyledButton:hover {
    background-color: rgb(240, 240, 240);
    box-shadow: rgba(31, 31, 31, 0.12) 0px 2px 8px;
    transform: scale(1.05);
}
#header_s5098rn a.MiddleLinkItem:hover {
    opacity: 0.8;
}
#header {
    all: unset;
}

@media screen and (min-width: 769px)
{
    #header_s5098rn {
        min-width: 1140px;
    }
    #header_s5098rn .HeaderWrap__Root {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-block: 0px;
        margin-inline: auto;
        max-width: 1280px;
        min-width: 1140px;
        padding-block: 16px;
    }
    #header_s5098rn .StyledHeaderWrapper {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    #header_s5098rn a.StyledLogo {
        flex-shrink: 0;
    }
    #header_s5098rn .StyledMenuListWrapper {
        display: block;
    }
    #header_s5098rn .StyledNavListItem {
        padding-block: 8px 6px;
        width: 80px;
    }
    #header_s5098rn .SearchBar__StyledFeature {
        display: block;
        align-self: center;
        color: rgb(136, 136, 136);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        word-break: keep-all;
    }
    #header_s5098rn .SearchBar__StyledTagList {
        flex-basis: 100%;
    }
    #header_s5098rn .StyledNavText {
        font-size: 16px;
        line-height: calc(1.375);
        margin-top: 4px;
    }
    #header_s5098rn .countNumber {
        font-size: 14px;
        height: 24px;
        right: 10px;
        top: 0px;
        width: 24px;
    }
    #header_s5098rn .StyledInnerBottom {
        align-items: flex-start;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 957px;
    }
    #header_s5098rn .Logo {
        width: 218px;
        height: 56px;
        color:transparent
    }
    #header_s5098rn .SearchBar__Root {
        width: 570px;
    }
    #header_s5098rn .InputArea__StyledInputText {
        padding: 7px 44px 7px 52px;
    }
    #header_s5098rn .SearchBar__CloseButtonWrapper {
        margin: initial;
        padding: initial;
        background-color: initial;
        border-style: none;
        position: absolute;
        right: 16px;
        top: 10px;
        cursor: pointer;
    }
    #header_s5098rn .StyledMypage {
        display: block;
        background: url(../img/icon_mypage.webp) no-repeat center;
        background-size: contain;
        height: 32px;
        width: auto;
    }
    #header_s5098rn .StyledCart {
        display: block;
        background: url(../img/icon_cart.webp) no-repeat center;
        background-size: contain;
        height: 32px;
        width: auto;
    }
    #header_s5098rn .StyledHamburger {
        display: block;
        background: url(../img/icon_hamburger.webp) no-repeat center;
        background-size: 32px;
        height: 32px;
        width: auto;
    }
    #header_s5098rn .ContentsWrapper {
        margin-top: 32px;
        max-width: 1140px;
    }
    #header_s5098rn .ModalHeader {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    #header_s5098rn .CloseButtonWrapper {
        right: -52px;
        top: 0px;
        margin-left: auto;
    }
    #header_s5098rn .ModalBody {
        height: 805px;
        margin-top: 32px;
        max-height: 543px;
        padding: 48px 160px;
    }
    #header_s5098rn .Menu1Item {
        display: flex;
    }
    #header_s5098rn .Menu2 {
        display: flex;
        margin-left: 40px;
        min-width: 700px;
    }
    #header_s5098rn .Menu1Item:last-child .Menu2 {
        display: block;
    }
    #header_s5098rn .LinkWrapper {
        margin-top: 0px
    }
    #header_s5098rn .MiddleLinkItem {
        width: 334px;
    }
    #header_s5098rn .SecondLinkLinkWrapperSp {
        display: none;
    }
    #header_s5098rn .FAQMenu {
        display: flex;
        flex-wrap: wrap;
    }
    #header_s5098rn .LongLinkItem {
        width: 100%;
    }
    #header_s5098rn .LinkWrapper + .LinkWrapper {
        margin-left: 32px;
    }
    #header_s5098rn .FAQLinkWrapper {
        flex-basis: 272px;
        flex-shrink: 0;
        margin-top: 24px
    }
    #header_s5098rn .ShortLinkItem {
        width: 310px;
    }
    #header_s5098rn .FAQLinkWrapper:nth-child(2n) {
        margin-left: 32px;
    }
    #header_s5098rn .Menu1Item + .Menu1Item {
        margin-top: 32px;
    }
    #header_s5098rn .FirstLinkWrapper {
        display: flex;
        width: 100%;
    }
    #header_s5098rn .LinkWrapperSp {
        display: none;
    }
    #header_s5098rn .LinkWrapperPC {
        width: 100%;
    }
    #header_s5098rn .LinkWrapperPC > .MiddleLinkItem {
        width: 100%;
    }
    #header_s5098rn .LinkWrapper.SecondLinkLinkWrapperPC {
        margin-left: 0px;
        margin-top: 12px;
    }
    #header_s5098rn .SecondLinkLinkWrapperPC .MiddleLinkItem {
        width: 613px;
    }
    #header_s5098rn .ButtonWrapper {
        width: 240px;
    }
    #header_s5098rn .SupportLinkWrapper {
        margin-top: 24px;
        width: 700px;
    }
    #header_s5098rn .FAQLinkWrapperRight > .StyledExternalLinkWrapper > .ShortLinkItem {
        width: 333px;
    }
    #header_s5098rn .SecondLinkLinkWrapper {
        margin-top: 24px;
    }
    #header_s5098rn .SecondLinkLinkWrapper > a {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    #header_s5098rn .HeaderWrap__Root {
        margin-inline: auto;
        padding-bottom: 10px;
        padding-inline: 16px;
        width: 100%;
    }
    #header_s5098rn .StyledInnerTop {
        -webkit-box-align: center;
        align-items: center;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    #header_s5098rn .StyledNavListItem {
        padding-block: 5px;
        width: 50px;
    }
    #header_s5098rn .StyledMypage {
        display: block;
        background: url(../img/icon_mypage.webp) no-repeat center;
        background-size: contain;
        height: 24px;
        width: auto;
    }
    #header_s5098rn .StyledCart {
        display: block;
        background: url(../img/icon_cart.webp) no-repeat center;
        background-size: contain;
        height: 24px;
        width: auto;
    }
    #header_s5098rn .StyledHamburger {
        display: block;
        background: url(../img/icon_hamburger.webp) no-repeat center;
        background-size: 24px;
        height: 24px;
        width: auto;
    }
    #header_s5098rn .StyledNavText {
        font-size: 10px;
        line-height: 1.4;
        margin-top: 2px;
    }
    #header_s5098rn .StyledNavListItemCart {
        padding-top: 6px;
    }
    #header_s5098rn .StyledNavTextCart {
        margin-top: 1px;
    }
    #header_s5098rn .StyledInnerBottom {
        padding-top: 8px;
        height: auto;
        opacity: 1;
        transition: 0.2s linear;
        visibility: visible;
    }
    #header_s5098rn .InputArea__Root {
        width: 100%;
    }
    #header_s5098rn .InputArea__StyledInputText {
        padding: 7px 16px 7px 52px;
    }
    #header_s5098rn .SearchBar__StyledTagList {
        flex-shrink: 0;
        margin-right: 24px;
    }
    #header_s5098rn .SearchBar__StyledTagListKeyWordName {
        padding-block: 1px;
    }
    #header_s5098rn .StyledMenuListWrapperSP {
        display: block;
    }
    #header_s5098rn .StyledMenuListWrapper {
        display: none;
    }
    #header_s5098rn .SearchBar__StyledSuggestInner {
        margin-right: -16px;
        overflow: auto hidden;
        padding-top: 10px;
    }
    #header_s5098rn .SearchBar__CloseButtonWrapper {
        display: none;
    }
    #header_s5098rn .Logo {
        width: 95px;
        height: 24px;
        color:transparent
    }
    #header_s5098rn .countNumber {
        font-size: 12px;
        height: 16px;
        right: 6px;
        top: 2px;
        width: 16px;
    }
    #header_s5098rn .SearchBar__StyledSuggestInnerItem {
        display: none;
    }
    #header_s5098rn .ContentsWrapper {
        padding: 0px 32px;
    }
    #header_s5098rn .ModalHeader {
        background-color: rgb(229, 249, 253);
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-block: 8px
    }
    #header_s5098rn .CloseButtonWrapper {
        margin-left: auto;
    }
    #header_s5098rn .SecondLinkLinkWrapper .MiddleLinkItem{
        display: flex;
        width: 100%;
        margin-top: 16px;
    }
    #header_s5098rn .SecondLinkLinkWrapperPC {
        display: none;
    }
    #header_s5098rn .CloseButton__TextWrapper {
        font-size: 10px;
        white-space: nowrap;
    }
    #header_s5098rn .ModalBody {
        height: 539px;
        overflow-y: scroll;
        padding: 24px;
    }
    #header_s5098rn .SupportLinkWrapper {
        margin-top: 16px;
    }
}

@media screen and (max-width: 1179px)
{
    #header_s5098rn .Menu_Root {
        -webkit-box-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
    }
}
