@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

body {
    font-size: 14px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    line-height: 200%;
    -webkit-user-drag: none;
    -moz-user-select: none;
    letter-spacing: 0.5px;
}
* {
    box-sizing: border-box;
}
a {
    color: #333;
    transition: .3s;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
a:hover img {
    opacity: .7;
}
a.border-link {
    color: #967E67;
    border-bottom: 1px solid #967E67;
    transition: .3s;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px;
}
img {
    pointer-events: none;
}

/* text */
::-moz-selection {
    background-color: #C5AC95;
    color: #FFF;
}
::selection {
    background-color: #C5AC95;
    color: #FFF;
}

/* ttl */
h1, h2, h3, h4 {
    margin: 0;
    font-family: "ten-mincho", serif;
}

/* list */
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sp {
    display: none !important;
}
.inner {
    width: 1100px;
    margin: 0 auto;
}
@media all and (max-width: 1200px) {
    .inner {
        width: auto;
        margin: 0;
    }
}

/* breadcrumbs */
.fs-c-breadcrumb {
    margin: 30px auto;
    padding: 0;
    font-size: 12px;
    line-height: 160%;
    width: 1100px;
}
.fs-c-breadcrumb ol {
    margin: 0;
    padding: 0;
}
#fs_MyPageTop .fs-c-breadcrumb, #fs_MyOrders .fs-c-breadcrumb, #fs_MyPoints .fs-c-breadcrumb, #fs_MyReviews .fs-c-breadcrumb, #fs_EditPassword .fs-c-breadcrumb, #fs_EditPassword .fs-c-breadcrumb, #fs_MyAccountSettings .fs-c-breadcrumb, #fs_MyAddressBook .fs-c-breadcrumb, #fs_MyWishList .fs-c-breadcrumb {
    margin: 30px auto;
    width: 1100px;
}
button.fs-c-button--primary,
a.fs-c-button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding: 15px 20px;
    border: 1px solid #967E67;
    background: #FFF;
    border-radius: 0;
    width: 370px;
    transition: .3s;
    color: #967E67;
}
button.fs-c-button--primary:hover,
a.fs-c-button--primary:hover {
    text-decoration: none;
    color: #FFF;
    background: #967E67;
}
button.fs-c-button--primary::before,
a.fs-c-button--primary::before {
    content: "";
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23967E67%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 95% 50%;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
button.fs-c-button--primary:hover::before,
a.fs-c-button--primary:hover::before {
    content: "";
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    background-size: 15px;
}
.btn a {
    padding: 10px 20px;
    border: 1px solid #967E67;
    color: #967E67;
    width: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
@media all and (max-width: 1200px) {
    .btn a {
        width: 80%;
    }
}
.btn a::before {
    content: "";
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23967E67%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
}
.btn a:hover {
    text-decoration: none;
    color: #FFF;
    background: #967E67;
}
.btn a:hover::before {
    content: "";
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
}

/* ttl */
h2.subttl {
    font-size: 28px;
    line-height: 160%;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
h2.subttl::before {
    content: "";
    border-top: 1px solid #D2D2D2;
    width: 25px;
    margin-right: 1em;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
    background-color: none;
}
::-webkit-scrollbar-thumb {
    background-color: #ADA593;
}


/* -------------------------
header
------------------------- */
header {
    padding: 20px;
    width: 200px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
}
header h1 {
    margin: 0 0 80px 0;
    padding: 0;
}
header h1 a {
    display: block;
    text-indent: -9999px;
    background: url("../img/common/header/logo.png") no-repeat;
    background-size: 100%;
    height: 140px;
}
header ul.gNav li {
    margin: 0 0 10px 0;
    padding: 0;
}
header ul.gNav li a {
    text-decoration: none;
    position: relative;
}
header ul.gNav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
header ul.gNav li a:hover::after {
    transform: scale(1, 1);
}
header ul.ico {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}
header ul.ico li {
    width: 31px;
    margin: 0;
}
header ul.ico li:not(last-child) {
    margin: 0 20px 0 0;
}
header ul.ico li.search a, header ul.ico li.cart a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 31px;
}
header ul.ico li.search a {
    background: url("../img/common/header/ico_search.png") no-repeat;
}
header ul.ico li.cart a {
    background: url("../img/common/header/ico_cart.png") no-repeat;
}
header ul.ico li a:hover {
    opacity: .7;
}
/* system */
.header_system,
.header {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_system h1,
.header h1 {
    margin: 0;
    padding: 0;
    width: 255px;
}
.header_system h1 a,
.header h1 a {
    display: block;
    text-indent: -9999px;
    background: url("../img/common/header/logo_landscape.png") no-repeat;
    background-size: 100%;
    height: 45px;
}
.header_system ul.gNav,
.header ul.gNav {
    display: flex;
}
.header_system ul.gNav li:not(last-child),
.header ul.gNav li:not(last-child) {
    margin: 0 20px 0 0;
    padding: 0;
}
.header_system ul.gNav li a,
.header ul.gNav li a {
    text-decoration: none;
    position: relative;
}
.header_system ul.gNav li a::after,
.header ul.gNav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.header_system ul.gNav li a:hover::after,
.header ul.gNav li a:hover::after {
    transform: scale(1, 1);
}
.header_system ul.ico,
.header ul.ico {
    display: flex;
}
.header_system ul.ico li,
.header ul.ico li {
    width: 31px;
    margin: 0;
}
.header_system ul.ico li:not(last-child),
.header ul.ico li:not(last-child) {
    margin: 0 20px 0 0;
}
.header_system ul.ico li.search a,
.header_system ul.ico li.cart a,
.header ul.ico li.search a,
.header ul.ico li.cart a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 31px;
}
.header_system ul.ico li.search a,
.header ul.ico li.search a {
    background: url("../img/common/header/ico_search.png") no-repeat;
}
.header_system ul.ico li.cart a,
.header ul.ico li.cart a {
    background: url("../img/common/header/ico_cart.png") no-repeat;
}
.header_system ul.ico li a:hover,
.header ul.ico li a:hover {
    opacity: .7;
}
@media all and (max-width: 1150px) {
    .header .gNav.pc {
        display: none !important;
    }
    .header_system,
    .header {
        padding: 20px 50px 20px 20px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .header_system .logo,
    .header .logo {
        width: 230px;
    }
    .header_system ul.gNav li,
    .header ul.gNav li  {
        margin: 0 0 10px 0;
        padding: 0;
    }
    .header_system ul.gNav li a,
    .header ul.gNav li a {
        text-decoration: none;
        position: relative;
    }
    .header_system ul.gNav li a::after,
    .header ul.gNav li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #333;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s;
    }
    .header_system ul.gNav li a:hover::after,
    .header ul.gNav li:hover::after {
        transform: scale(1, 1);
    }
    .header_system ul.ico,
    .header ul.ico {
        display: flex;
        justify-content: flex-start;
    }
    .header_system ul.ico li,
    .header ul.ico li {
        width: 31px;
        margin: 0;
    }
    .header_system ul.search,
    .header ul.search {
        margin: 0 20px 0 0;
    }
    .header_system ul.search a,
    .header_system ul.cart a,
    .header ul.search a,
    .header ul.cart a {
        text-indent: -9999px;
        display: block;
        width: 100%;
        height: 31px;
    }
    .header_system ul.search a,
    .header ul.search a {
        background: url("../img/common/header/ico_search.png") no-repeat;
    }
    .header_system ul.cart a,
    .header ul.cart a {
        background: url("../img/common/header/ico_cart.png") no-repeat;
    }
    .header_system ul a:hover,
    .header ul.search a:hover {
        opacity: .7;
    }
    .header_system .nav,
    .header .nav {
        a {
            text-decoration: none;
            font-size: 14px;
            color: #000;
        }
        li {
            display: inline-block;
            margin: 0 10px;
        }
    }
    .header_system .nav-wrap.open,
    .header .nav-wrap.open {
        display: block !important;
        font-family: 'Noto Sans JP', sans-serif;
        padding-bottom: 30px;
    }
    .header_system .nav-wrap.close,
    .header .nav-wrap.close {
        display: none;
    }
    .header_system .nav-button,
    .header .nav-button {
        display: block;
        cursor: pointer;
    }
    .header_system .nav-wrap,
    .header .nav-wrap {
        position: fixed;
        right: 0;
        top: 70px;
        display: none;
        z-index: 1001;
        background: #FFF;
        width: 300px;
        height: calc(100% - 70px);
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        border-left: 1px solid #967E67;
    }
    .header_system .nav-wrap .nav,
    .header .nav-wrap .nav {
        height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header_system .nav-wrap li,
    .header .nav-wrap li {
        display: block;
        margin: 0;
    }
    /*メニューボタン*/
    .header_system .nav-button,
    .header_system .nav-button span,
    .header .nav-button,
    .header .nav-button span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .header_system .nav-button,
    .header .nav-button {
        z-index: 1002;
        position: fixed;
        width: 25px;
        height: 21px;
        top: 30px;
        right: 30px;
        padding: 0;
    }
    .header_system .nav-button span,
    .header .nav-button span {
        position: absolute;
        left: 50%;
        width: 25px;
        height: 1px;
        background-color: #000;
        border-radius: 10px;
        margin: 0 0 0 -25%;
    }
    .header_system .nav-button span:nth-of-type(1),
    .header .nav-button span:nth-of-type(1) {
        top: 0;
    }
    .header_system .nav-button span:nth-of-type(2),
    .header .nav-button span:nth-of-type(2) {
        top: 10px;
    }
    .header_system .nav-button span:nth-of-type(3),
    .header .nav-button span:nth-of-type(3) {
        bottom: 0;
    }
    .header_system .nav-button.active span,
    .header .nav-button.active span {
        background-color: #000;
    }
    .header_system .nav-button.active span:nth-of-type(1),
    .header .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
        top: 2px;
    }
    .header_system .nav-button.active span:nth-of-type(2),
    .header .nav-button.active span:nth-of-type(2) {
        opacity: 0;
    }
    .header_system .nav-button.active span:nth-of-type(3),
    .header .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    /* gnav */
    .header_system .nav-wrap.open .member,
    .header .nav-wrap.open .member {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #967E67;
        border-bottom: 1px solid #967E67;
        margin-bottom: 30px;
    }
    .header_system .nav-wrap.open .member li,
    .header .nav-wrap.open .member li {
        width: 50%;
    }
    .header_system .nav-wrap.open .member li:first-child,
    .header .nav-wrap.open .member li:first-child {
        border-right: 1px solid #967E67;
    }
    .header_system .nav-wrap.open .member li a,
    .header .nav-wrap.open .member li a {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .header_system .nav-wrap.open .links h3,
    .header .nav-wrap.open .links h3 {
        background: #967E67;
        color: #FFF;
        font-size: 16px;
        line-height: 160%;
        padding: 10px 20px;
        margin: 0;
    }
    .header_system .nav-wrap.open .links ul li a,
    .header .nav-wrap.open .links ul li a {
        display: block;
        border-bottom: 1px solid #967E67;
        padding: 10px 20px;
    }
    .header_system .nav-wrap.open .links ul li a:hover,
    .header .nav-wrap.open .links ul li a:hover {
        text-decoration: none;
        opacity: .7;
    }
    .header_system .nav-wrap.open .sns,
    .header .nav-wrap.open .sns {
        display: flex;
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .header_system .nav-wrap.open .sns li:not(last-child),
    .header .nav-wrap.open .sns li:not(last-child) {
        margin-right: 15px;
    }
    .header_system .nav-wrap.open .sns li a,
    .header .nav-wrap.open .sns li a {
        width: 30px;
        height: 30px;
        display: block;
        text-indent: -9999px;
    }
    .header_system .nav-wrap.open .sns li.fb a,
    .header .nav-wrap.open .sns li.fb a {
        background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20class%3D%22bi%20bi-facebook%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M16%208.049c0-4.446-3.582-8.05-8-8.05C3.58%200-.002%203.603-.002%208.05c0%204.017%202.926%207.347%206.75%207.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017%201.195-3.131%203.022-3.131.876%200%201.791.157%201.791.157v1.98h-1.009c-.993%200-1.303.621-1.303%201.258v1.51h2.218l-.354%202.326H9.25V16c3.824-.604%206.75-3.934%206.75-7.951z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
        background-size: 30px;
    }
    .header_system .nav-wrap.open .sns li.ig a,
    .header .nav-wrap.open .sns li.ig a {
        background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20class%3D%22bi%20bi-instagram%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200C5.829%200%205.556.01%204.703.048%203.85.088%203.269.222%202.76.42a3.917%203.917%200%200%200-1.417.923A3.927%203.927%200%200%200%20.42%202.76C.222%203.268.087%203.85.048%204.7.01%205.555%200%205.827%200%208.001c0%202.172.01%202.444.048%203.297.04.852.174%201.433.372%201.942.205.526.478.972.923%201.417.444.445.89.719%201.416.923.51.198%201.09.333%201.942.372C5.555%2015.99%205.827%2016%208%2016s2.444-.01%203.298-.048c.851-.04%201.434-.174%201.943-.372a3.916%203.916%200%200%200%201.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99%2010.445%2016%2010.173%2016%208s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926%203.926%200%200%200-.923-1.417A3.911%203.911%200%200%200%2013.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01%2010.172%200%207.998%200h.003zm-.717%201.442h.718c2.136%200%202.389.007%203.232.046.78.035%201.204.166%201.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275%201.485.039.843.047%201.096.047%203.231s-.008%202.389-.047%203.232c-.035.78-.166%201.203-.275%201.485a2.47%202.47%200%200%201-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478%202.478%200%200%201-.92-.598%202.48%202.48%200%200%201-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233%200-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24%201.485-.276.738-.034%201.024-.044%202.515-.045v.002zm4.988%201.328a.96.96%200%201%200%200%201.92.96.96%200%200%200%200-1.92zm-4.27%201.122a4.109%204.109%200%201%200%200%208.217%204.109%204.109%200%200%200%200-8.217zm0%201.441a2.667%202.667%200%201%201%200%205.334%202.667%202.667%200%200%201%200-5.334z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
        background-size: 30px;
    }
}


/* -------------------------
footer
------------------------- */
footer {
    background: #967E67;
    padding: 50px 0 0 0;
    font-size: 13px;
    line-height: 180%;
    color: #FFF;
}
footer a {
    color: #FFF;
}
footer .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
}
@media all and (max-width: 1200px) {
    footer .flexbox {
        width: auto;
        margin: 0;
    }
}
footer .ttl {
    width: 30%;
}
footer .ttl a:hover {
    opacity: .7;
}
footer h2 {
    text-indent: -9999px;
    margin: 0;
}
footer h2 a {
    background: url("../img/common/footer/logo.png") no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    height: 55px;
    display: block;
}
footer .sns {
    display: flex;
    margin: 40px 0 0 0;
}
footer .sns li:not(last-child) {
    margin-right: 15px;
}
footer .sns li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}
footer .sns li.fb a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23ffffff%22%20class%3D%22bi%20bi-facebook%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M16%208.049c0-4.446-3.582-8.05-8-8.05C3.58%200-.002%203.603-.002%208.05c0%204.017%202.926%207.347%206.75%207.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017%201.195-3.131%203.022-3.131.876%200%201.791.157%201.791.157v1.98h-1.009c-.993%200-1.303.621-1.303%201.258v1.51h2.218l-.354%202.326H9.25V16c3.824-.604%206.75-3.934%206.75-7.951z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 30px;
}
footer .sns li.ig a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-instagram%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200C5.829%200%205.556.01%204.703.048%203.85.088%203.269.222%202.76.42a3.917%203.917%200%200%200-1.417.923A3.927%203.927%200%200%200%20.42%202.76C.222%203.268.087%203.85.048%204.7.01%205.555%200%205.827%200%208.001c0%202.172.01%202.444.048%203.297.04.852.174%201.433.372%201.942.205.526.478.972.923%201.417.444.445.89.719%201.416.923.51.198%201.09.333%201.942.372C5.555%2015.99%205.827%2016%208%2016s2.444-.01%203.298-.048c.851-.04%201.434-.174%201.943-.372a3.916%203.916%200%200%200%201.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99%2010.445%2016%2010.173%2016%208s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926%203.926%200%200%200-.923-1.417A3.911%203.911%200%200%200%2013.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01%2010.172%200%207.998%200h.003zm-.717%201.442h.718c2.136%200%202.389.007%203.232.046.78.035%201.204.166%201.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275%201.485.039.843.047%201.096.047%203.231s-.008%202.389-.047%203.232c-.035.78-.166%201.203-.275%201.485a2.47%202.47%200%200%201-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478%202.478%200%200%201-.92-.598%202.48%202.48%200%200%201-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233%200-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24%201.485-.276.738-.034%201.024-.044%202.515-.045v.002zm4.988%201.328a.96.96%200%201%200%200%201.92.96.96%200%200%200%200-1.92zm-4.27%201.122a4.109%204.109%200%201%200%200%208.217%204.109%204.109%200%200%200%200-8.217zm0%201.441a2.667%202.667%200%201%201%200%205.334%202.667%202.667%200%200%201%200-5.334z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 30px;
}
footer h3 {
    margin: 0 0 10px 0;
}
footer .flexbox .links {
    width: 65%;
}
footer .flexbox .flexbox {
    justify-content: flex-start;
}
footer .flexbox .box {
    width: 25%;
    margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
    footer .flexbox {
        padding: 0 30px;
    }
    footer .flexbox .box {
        width: 33.333%;
    }
}
footer .flexbox .box ul li {
    margin-bottom: 5px;
}
footer .flexbox .box ul li::before {
    content: "・";
}
footer .flexbox .box ul li a {
    text-decoration: none;
    position: relative;
}
footer .flexbox .box ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #FFF;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
footer .flexbox .box ul li a:hover::after {
    transform: scale(1, 1);
}
footer .copy {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
    padding: 20px;
}
.floatbnr a {
    background: url("../img/common/ar_btn.png") no-repeat center;
    display: block;
    width: 105px;
    height: 105px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-indent: -9999px;
}