@charset "UTF-8";

header * {
    min-width: unset;
}
  header {
    /* overflow:hidden を解除 */
    overflow: visible !important;
    /* Sticky 対策 */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* 必要に応じて色だけ残す */
    background-color: #646E73;
    z-index: 2000 !important;
  }


header, nav {
	font-family: "Noto Sans JP", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #222222;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;	
}

header div {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
header h1, header h2, header h3, header h4, header h5, header h6, header div, header ul, header li, header p {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
header .header-nav {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    background-color: #646E73;
    height: 48px;
}
header .logo {
    margin-left: 1%;
}
header .logo img {
    width: 120px;
    height: auto;
}
header .header-nav a {
    color: #fff;
}
.header-nav-right {
    display: flex;
}
header .user-nav {
    font-weight: normal;
    align-items: stretch;
    height: 100%;
}
header nav {
    display: flex;
    unicode-bidi: isolate;
}
header .user-nav .account, header .user-nav .cart {
    transition: 0.3s;
}
header .user-nav .account a, header .user-nav .cart a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}
header .user-nav .account a:hover, header .user-nav .cart a:hover {
    background-color: #F5F5F5;
}
header .user-nav .account img, header .user-nav .cart img {
    display: block;
    height: 30px;
    width: auto;
    filter: invert(1);
    max-width: 100%;
}
header .user-nav .account a span, header .user-nav .cart a span {
    font-size: 1.7rem;
    font-weight: 600;
    display: block;
    margin-left: 0.5em;
    white-space: nowrap;
}
.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
}
header .drawer-toggle, header .drawer-hamburger, header .drawer-nav, header .drawer-hamburger-icon {
    display: none;
}
.drawer-hamburger {
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 20px;
    padding: 0;
    padding: 18px 7.5px 30px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #222;
}
.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
}
header .header-nav .product-select {
    margin-left: auto;
}
header .header-nav .product-select a {
    font-size: 16px;
    padding: 0 20px;
    transition: 0.3s;
    display: inline-block;
    line-height: 48px;
}
header .header-nav .product-select a:hover {
    color: #50BEF0;
    background-color: #fff;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

header .header-inner {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.5%;
    background-color: #fff;
}
header .global-nav {
    font-size: 1.7rem;
}
header nav {
    font-weight: bold;
    display: flex;
}
header .global-nav .global-nav__item {
    position: relative;
    padding: 0 20px;
}
header .global-nav .global-nav__item > a {
    position: relative;
    display: block;
    padding: 14px 0;
    padding-left: 38px;
}
header .global-nav .global-nav__item > a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://animmune.jp/wp/wp-content/themes/animmune/images/common/circle_arrow.svg) center / contain no-repeat;
    filter: invert(69%) sepia(14%) saturate(3721%) hue-rotate(171deg) brightness(103%) contrast(88%);
}
header .global-nav .global-nav__item .dropdown a {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    text-align: left;
}

.drawer--left .drawer-nav {
    left: -162.5px;
    -webkit-transition: left .6s cubic-bezier(.19,1,.22,1);
    transition: left .6s cubic-bezier(.19,1,.22,1);
}
.drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 162.5px;
    height: 100%;
    color: #222;
    background-color: #fff;
}
.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}


header a {
    transition: 0.3s;
    color: #222222;
    text-decoration: none;
}

header .global-nav .global-nav__item .dropdown {
    position: absolute;
    display: none;
    width: 240px;
    padding: 0;
    border: 1px solid #eee;
}
header .global-nav .global-nav__item .wh_wide {
    width: 280px;
}

@media screen and (min-width: 768px) {
    header .user-nav .account a, header .user-nav .cart a {
        line-height: 48px;
    }
    header .header-nav .product-select {
        display: flex;
        column-gap: 2px;
        background-color: #FFF;
    }
    header .header-nav .product-select a {
        position: relative;
        font-size: 14px;
        padding: 0 40px 0 10px;
        width: 130px;
        display: inline-flex;
        justify-content: center;
    }
    header .header-nav .product-select a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        transform: rotate(45deg);
    }
    header .header-nav .product-select a::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 19px;
        width: 15px;
        height: 2px;
        background: #FFF;
    }
    .first_buy {
        background-color: #8bc53f;
    }
    .repeat_buy {
        background-color: #3ebaec;
    }
}

@media screen and (max-width: 767px) {
    body, #container {
        min-width: auto !important;
    }
    header {
        overflow: hidden;
        height: auto;
        padding: 0 2vw;
    }
    header .logo {
        margin-left: 0;
    }
    header .logo img {
        width: 20.5333333333vw;
        height: auto;
    }
    header .user-nav {
        margin-left: auto;
    }
    header .user-nav .account, header .user-nav .cart {
        margin-right: 5.0666666667vw;
        border-right: 0;
        border-left: 0;
    }
    header .user-nav .account a, header .user-nav .cart a {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    header .user-nav .account img, header .user-nav .cart img {
        width: auto;
        height: 4.6666666667vw;
    }
    header .user-nav .account a span, header .user-nav .cart a span {
        display: none;
    }

    header .drawer-hamburger {
        position: static;
        display: block !important;
        width: 6.5333333333vw;
        margin-top: -2.6666666667vw;
        padding: 0 !important;
    }
    header .drawer-hamburger-icon, header .drawer-hamburger-icon:before, header .drawer-hamburger-icon:after {
        display: block !important;
        height: 1px;
        background-color: #fff;
    }
    header .drawer-hamburger-icon:before {
        top: -2.1333333333vw;
    }
    header .header-nav .product-select {
        display: none;
    }
    .first_buy {
        background-color: #8bc53f;
    }
    .repeat_buy {
        background-color: #3ebaec;
    }
    header .header-inner {
        display: none;
    }
    header .global-nav {
        display: none;
    }

    body.drawer--left .drawer-nav {
        font-size: 9px !important;
        z-index: 9999 !important;
        left: -240px;
        width: 240px;
        color: #fff;
        background-color: #31a7da !important;
    }
    .drawer-menu {
        padding: 20px !important;
    }
    body.drawer--left .drawer-nav a {
			color: #fff;
			text-align: left;
    }
    .drawer-menu-item {
        font-size: 13px !important;
        /* padding: 10px !important; */
        border-bottom: 1px solid #68C3EE;
    }
}


/* --footerここから--- */
#footer {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 !important;
    padding: 80px 2.5% 90px;
    color: #fff;
    background-color: #646e73;
}


/* ----- */
footer {
    display: block;
    unicode-bidi: isolate;
}
/* ----- */


footer {
	font-family: "Noto Sans JP", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #222222;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
}

#footer .footer__wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#footer .footer-info {
    grid-area: info;
}

#footer .footer-logo {
    margin-bottom: 46px;
}

#footer .footer-logo a {
    display: block;
    width: fit-content;
}

#footer a {
    color: #fff !important;
}

#footer .footer-logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

#footer .footer-sns ul {
    display: flex;
    column-gap: 24px;
    background: none;
}
#footer .footer-sns li {
    margin: 0;
    padding: 0;
    border: none !important;
}
#footer .footer-sns a {
    display: block;
}
#footer .footer-sns a img {
    width: auto;
    height: 20px;
    filter: invert(1);
}

#footer .footer-nav {
    display: flex;
    column-gap: 80px;
    grid-area: nav;
}
#footer .footer-nav__ttl {
    font-size: 16px;
    font-weight: 600;
    display: block;
}
#footer .footer-nav__ttl.active::after {
    transform: rotate(0deg);
}

#footer .footer-nav__list {
    font-size: 13px;
    display: flex;
    flex-flow: column;
    row-gap: 0.8em;
    width: fit-content;
    text-align: left;
    background: none;
}
#footer .footer-nav__list li {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #fff;
    border: none !important;
}
#footer .footer-nav__list a {
    font-size: 13px;
    display: block;
    transition: 0.3s;
}
#footer .footer-nav__list a:hover {
    opacity: 0.7;
}
#footer .page-top-btn {
    display: flex;
    flex-flow: column;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
}
#footer .page-top-btn::before {
    display: block;
    width: 36px;
    height: 36px;
    content: "";
    transform: rotate(-90deg);
    background: url(https://animmune.jp/wp/wp-content/themes/animmune/images/common/circle_arrow.svg) center / contain no-repeat;
    filter: invert(1);
}
#footer .page-top-btn span {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}

#footer .copyright {
    font-size: 13px;
    align-self: flex-end;
    grid-area: copyright;
}


@media screen and (min-width: 768px) {
    #footer .footer__wrap {
        display: grid;
        justify-content: space-between;
        grid-template-areas:
        "info nav page-top"
        "copyright nav page-top";
        grid-template-columns: 400px auto 36px;
    }
    #footer .footer-nav {
        justify-content: space-between;
    }
    #footer .footer-nav__ttl {
        margin-bottom: 0.85em;
    }
    #footer .page-top-btn {
        align-self: flex-end;
        grid-area: page-top;
    }
    .fixed-bnr-bottom {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    #footer {
        padding: 8vw 5.3333333333vw;
    }
    #footer .footer__wrap {
        position: relative;
    }
    #footer .footer-info {
        margin-bottom: 6.6666666667vw;
    }
    #footer .footer-logo {
        margin-bottom: 9.3333333333vw;
    }
    #footer .footer-logo img {
        width: 36vw;
    }
    #footer .footer-sns ul {
        column-gap: 3.2vw;
    }
    #footer .footer-sns a img {
        height: 4vw;
    }

    #footer .footer-nav {
        flex-flow: column;
    }
    #footer .footer-nav__ttl {
        position: relative;
        padding: 0.5em 0;
        border-bottom: 1px solid #828c91 !important;
        font-size: 32px;
        font-size: 4.2666666667vw;
    }
    #footer .footer-nav__ttl {
        position: relative;
        padding: 0.5em 0;
        border-bottom: 1px solid #fff !important;
        font-size: 32px;
        font-size: 4.2666666667vw;
    }
    #footer .footer-nav__ttl::before, #footer .footer-nav__ttl::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        height: 1px;
        width: 2.6666666667vw;
        display: block;
        margin: auto;
        content: "";
        transition: 0.3s;
    }
    #footer .footer-nav__ttl::after {
        transform: rotate(90deg);
    }
    #footer .footer-nav__list {
        display: none;
        width: 100%;
        padding: 2.6666666667vw 0 5.3333333333vw;
        font-size: 26px;
        font-size: 3.4666666667vw;
    }
    #footer .footer-nav__list li {
        width: 100%;
        padding: 0.5em 0;
        font-size: 3.4666666667vw;
    }
    #footer .footer-nav__list a {
        font-size: 3.4666666667vw;
    }

    #footer .page-top-btn {
        position: absolute;
        top: 0;
        right: 0;
        gap: 1.3333333333vw;
    }
    #footer .page-top-btn::before {
        width: 4.8vw;
        height: 4.8vw;
    }
    #footer .page-top-btn span {
        font-size: 2.6666666667vw;
    }
    #footer .copyright {
        margin-top: 5.3333333333vw;
        font-size: 3.2vw;
    }

    .fixed-bnr-bottom {
        position: fixed;
        display: block;
        z-index: 10;
        bottom: 0;
        border-radius: 30px 0 0 30px;
        background-color: #fff532;
        width: 100%;
    }
    .fixed-bnr-bottom .product-select {
        display: flex;
        justify-content: space-between;
        background-color: #FFF;
    }
    .fixed-bnr-bottom .product-select a {
        position: relative;
        font-size: 12px;
        padding: 0 20px 0 10px;
        width: calc(50% - 31px);
        display: inline-flex;
        justify-content: center;
        line-height: 50px;
        color: #FFF;
    }
    .first_buy {
        background-color: #8bc53f;
    }
    .fixed-bnr-bottom .product-select a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        transform: rotate(45deg);
    }
    .fixed-bnr-bottom .product-select a::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 14px;
        width: 11px;
        height: 2px;
        background: #FFF;
    }
    .repeat_buy {
        background-color: #3ebaec;
    }
}


/* ----- */
footer *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

footer img {
	display: block;
	max-width: 100%;
}

footer a {
	transition: 0.3s;
	color: #222222;
	text-decoration: none;
}
/* ----- */


/* ---追記-- */
header .logo img {
	vertical-align: sub !important;
}

/* ---追記2025.06.24 @Wingspan-- */
a.first-btn {
  background: #8bc53f !important;
}