@charset "UTF-8";
/* reset css　
---------------------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

@media not all and (min-width: 768px) {
  html {
    min-height: -webkit-fill-available;
  }
}

body {
  background: #fff;
  color: #333;
  display: block;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS Gothic', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  width: 100%;
}

@media not all and (min-width: 768px) {
  body {
    font-size: calc(14 / 3.75 * 1vw);
  }
}
.slick-loading .slick-list {
  background: none;
}

/* ホバーで画像のみ透過、テキストe8343d */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s;
}
a img {
  transition: opacity .3s;
}

a:hover {
  cursor: pointer;
  color: #e8343d;
  transition: .3s ease;
}
a:hover img {
  opacity: .7;
}

/* ホバーで透過、テキストカラー変更なし */
.cm-h-opa {
  color: inherit;
  opacity: 1;
  text-decoration: none;
  transition: opacity .3s;
}

.cm-h-opa:hover {
  cursor: pointer;
  opacity: .7;
}

/* 青テキストホバーでULを消す */
a.cm-txt-ul-clr {
  color: #0A90BE;
  text-decoration: underline;
  transition: none;
}
a.cm-txt-ul-clr:hover {
  opacity: 1;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul li, ol li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media not all and (min-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
/* display noneからのフェードイン
animation: fadeIn 0.2s ease-in 0s forwards; */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInflx {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeInflx02 {
  0% {
    display: flex;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOutflx {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* font-family: 'Jost', sans-serif; font-weight: 600;
◎　e8343d　←正
×　e6393d
article a:hover{
    background: #f2f2f2;
}
*/
/* common layout
---------------------------------------------------------------------------- */
.l-cont-inner {
  margin: 0 auto;
  width: 1200px;
}
@media not all and (min-width: 768px) {
  .l-cont-inner {
    width: 100%;
  }
}

main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 20px 0;
  width: 1240px;
}
@media not all and (min-width: 768px) {
  main {
    /* padding: calc(133 / 3.75 * 1vw) 0 0; */
    padding: calc(56 / 3.75 * 1vw) 0 0;
    width: 100%;
  }
}
main.non-aside {
  justify-content: center;
}
main.non-aside .non-aside-cont-width960 {
  margin: 0 auto;
  width: 960px;
}
@media not all and (min-width: 768px) {
  main.non-aside .non-aside-cont-width960 {
    width: 100%;
  }
}
main.non-aside .non-aside-cont-width980 {
  margin: 0 auto;
  width: 980px;
}
@media not all and (min-width: 768px) {
  main.non-aside .non-aside-cont-width980 {
    width: 100%;
  }
}
main.non-aside .non-aside-cont-width-full {
  width: 100%;
}

article {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding: 0 0 165px;
  width: 960px;
}
@media not all and (min-width: 768px) {
  article {
    padding: 0 0 calc(80 / 3.75 * 1vw);
    row-gap: calc(40 / 3.75 * 1vw);
    width: 100%;
  }
}
article.full-width {
  width: 100%;
}

aside {
  margin-bottom: 60px;
  width: 210px;
}

/* header
---------------------------------------------------------------------------- */
header {
  /* PC用ヘッダーCSS ------------------------------------------------------------------------------------- */
  /* SP用ヘッダーCSS ------------------------------------------------------------------------------------- */
}
@media screen and (min-width: 768px) {
  header {
    background: linear-gradient(to top, #F2F2F2 0px, #F2F2F2 46px, #fff 46px, #fff 100%);
    position: relative;
    transition: .2s ease-out;
    z-index: 999900;
    min-width: 1240px;
    padding: 0 20px;
  }
  header .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1px 0 0;
    position: relative;
    width: 1200px;
  }
  header .header-inner .head-lead {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
  }
  header .header-inner .link-box {
    display: flex;
    margin-bottom: 5px;
    margin-left: 100px;
  }
  header .header-inner .link-box li {
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid #BDBEBF;
    padding: 0 2px;
    position: relative;
    height: 32px;
    margin-top: 10px;
  }
  header .header-inner .link-box li:first-child {
    border-left: 1px solid #BDBEBF;
  }
  header .header-inner .link-box li a {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    height: 53px;
    letter-spacing: -.01em;
    min-width: 62px;
    padding: 0 8px;
    position: relative;
    transition: .2s ease-out;
  }
  header .header-inner .link-box li a img {
    height: auto;
    margin-bottom: 3px;
    width: 22px;
  }
  header .header-inner .link-box li a .num {
    align-items: center;
    background: #e8343d;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 15px;
    left: calc(50% + 6px);
    transform: scale(0.8);
    justify-content: center;
    position: absolute;
    top: 7px;
    min-width: 15px;
  }
  header .header-inner .link-box li a:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  header .header-inner .link-box li a:hover img {
    opacity: 1;
  }
  header .header-inner .link-box li.hide {
    display: none;
  }
  header .header-inner .link-box li .sub-list {
    background: #F2F2F2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    gap: 7px 0;
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    padding: 7px;
    transition: .2s ease;
    top: 36px;
    z-index: 999;
  }
  header .header-inner .link-box li .sub-list li {
    background: #FFFFFF;
    border: none;
    width: 100%;
    position: relative;
    margin: 0;
    height: 32px;
  }
  header .header-inner .link-box li .sub-list li a {
    align-items: center;
    color: #333;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    white-space: nowrap;
    padding: 0 3px;
    width: 100%;
  }
  header .header-inner .link-box li .sub-list li a span {
    font-size: 12px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    padding: .3em;
    transform: scale(1);
    top: -1px;
    right: -1px;
    left: auto;
  }
  header .header-inner .link-box li .sub-list li a:hover {
    color: #e8343d;
  }
  header .header-inner .link-box li .sub-list .sub-list-menu a span.txt {
    width: auto;
    height: auto;
  }
  header .header-inner .link-box li:hover {
    color: #e8343d;
  }
  header .header-inner .link-box li:hover .sub-list {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  header .header-inner .main-title {
    height: 72px;
    width: 323px;
  }
  header .header-inner .search-box {
    margin-left: 45px;
    position: relative;
  }
  header .header-inner .search-box form {
    display: flex;
    justify-content: center;
  }
  header .header-inner .search-box form .body-mask {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    transition: .15s ease-out;
    z-index: 1;
  }
  header .header-inner .search-box form .body-mask.open {
    animation: fadeIn 0.2s ease-in 0s forwards;
    display: block;
  }
  header .header-inner .search-box form .srch-slct-box {
    background: #fff;
    visibility: hidden;
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    height: 500px;
    overflow-y: scroll;
    top: 46px;
    z-index: 100;
    transition: .15s ease;
    outline: 0;
    width: 405px;
  }
  header .header-inner .search-box form .srch-slct-box ul {
    padding: 20px 20px 0;
  }
  header .header-inner .search-box form .srch-slct-box ul li {
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .15s ease;
    width: 100%;
    position: relative;
  }
  header .header-inner .search-box form .srch-slct-box ul li span.del {
    align-items: center;
    background: #fff url("/assets/img/common/header_search_close_icon.svg") right center/10px auto no-repeat;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    height: 30px;
    width: 20px;
    position: absolute;
    right: 0;
  }
  header .header-inner .search-box form .srch-slct-box ul li span.del:hover {
    background: #707070 url("/assets/img/common/header_search_close_icon_rev.svg") center center/10px auto no-repeat;
  }
  header .header-inner .search-box form .srch-slct-box ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  header .header-inner .search-box form .srch-slct-box ul li:hover {
    color: #333333;
    background: #F9F9F9;
    cursor: pointer;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title {
    background: none;
    color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title:hover {
    opacity: 1;
    cursor: auto;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title span {
    align-items: center;
    color: #AAAAAA;
    font-size: 12px;
    border-radius: 4px;
    display: flex;
    height: 20px;
    justify-content: center;
    font-weight: 500;
    width: 70px;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title span:hover {
    background: #707070;
    color: #fff;
    cursor: pointer;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val {
    justify-content: flex-start;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val a {
    color: #28A3CD;
    font-weight: 700;
    padding-left: 10px;
    transition: .2s ease-out;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val a:hover {
    opacity: .7;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val .cate-txt {
    font-size: 11px;
    font-weight: 700;
    color: #CCCCCC;
    margin-left: 10px;
  }
  header .header-inner .search-box form .srch-slct-box ul.sech-kw .kw-val:last-child {
    border: none;
  }
  header .header-inner .search-box form .srch-slct-box ul.sech-cate {
    border-top: 2px solid #DDDDDD;
    padding: 0 20px;
  }
  header .header-inner .search-box form .srch-slct-box .txt-val:hover {
    cursor: pointer;
    color: #e8343d;
  }
  header .header-inner .search-box form .srch-slct-box .kw-val:hover {
    cursor: pointer;
    color: #e8343d;
  }
  header .header-inner .search-box form .srch-slct-box.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header .header-inner .search-box form input[type=text] {
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS Gothic', 'Helvetica Neue', Arial, sans-serif;
    display: block;
    background: #F6F6F6;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #DDDDDD;
    height: 45px;
    width: 360px;
    position: relative;
    padding: 10px 38px 10px 20px;
    transition: .2s ease-out;
    z-index: 2;
   /*
  &:focus + div{
      display: block;
      opacity: 1;
      visibility: visible;
  }*/
  }
  header .header-inner .search-box form input[type=text]:focus {
    background: #fff;
    border: 1px solid #DDDDDD;
    color: #333;
  }
  header .header-inner .search-box form input[type=submit] {
    background: #616161 url("/assets/img/common/cm_search_w.svg") center center/19px auto no-repeat;
    border: none;
    display: block;
    height: 45px;
    text-indent: -9999px;
    transition: .2s ease;
    width: 45px;
    z-index: 3;
  }
  header .header-inner .bnr-award {
    margin: 0 0 0 auto;
  }
  header .header-inner .shop-info-box {
    color: #707070;
    display: flex;
    font-size: 11px;
    flex-direction: column;
    margin: 0 0 0 15px;
  }
  header .header-inner .shop-info-box .phone {
    font-size: 23px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    margin: 4px 0;
  }
  header .header-inner .shop-info-box .phone::before {
    background: url("/assets/img/common/header_icon_tel.png") center center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    width: 19px;
  }
  header .header-inner .shop-info-box .open {
    font-size: 10px;
  }
  header .header-inner nav {
    background: #F2F2F2;
    margin: 10px 0 0;
    order: 1;
  }
  header .header-inner nav .nav-inner {
    margin: 0 auto;
    width: 1200px;
  }
  header .header-inner nav .nav-inner .nav-wrap {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 2px;
  }
  header .header-inner nav .nav-inner .nav-wrap li {
    background: #F2F2F2;
    color: #333333;
    font-size: 13px;
    height: 45px;
    font-weight: bold;
    position: relative;
    margin-right: 2px;
    transition: background .3s ease;
  }
  header .header-inner nav .nav-inner .nav-wrap li a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 45px;
    margin-top: 1px;
  }
  header .header-inner nav .nav-inner .nav-wrap li a:hover {
    opacity: 1;
    color: #707070;
    height: 45px;
  }
  header .header-inner nav .nav-inner .nav-wrap li:hover {
    background: #F9F9F9;
  }
  header .header-inner nav .nav-inner .nav-wrap li:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 75px;
  }
  header .header-inner nav .nav-inner .nav-wrap li:nth-child(2) {
    padding: 0 20px;
  }
  header .header-inner nav .nav-inner .nav-wrap li:nth-child(n + 3):nth-child(-n + 8) {
    flex: 1;
  }
  header .header-inner nav .nav-inner .nav-wrap li:nth-child(9) {
    width: 192px;
  }
  header .header-inner nav .nav-inner .nav-wrap li:nth-child(9) img {
    width: 155px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box {
    align-items: flex-start;
    background: #F9F9F9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
    color: #333333;
    display: flex;
    gap: 0 24px;
    font-size: 13px;
    font-weight: 700;
    visibility: hidden;
    opacity: 0;
    padding: 20px 18px;
    pointer-events: all;
    position: absolute;
    top: 40px;
    transition: .3s ease;
    left: -2px;
    min-width: 165px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box .link-list {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box li {
    display: block;
    padding: 0;
    background: none;
    height: auto;
    line-height: 27px;
    white-space: nowrap;
    width: auto;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box li a {
    height: 100%;
    justify-content: flex-start;
    white-space: nowrap;
    width: 100%;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box li a:hover {
    color: #e8343d;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box li.title {
    line-height: 1;
    justify-content: flex-start;
    padding-right: 10px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box li.title::after {
    background: linear-gradient(to right, #E8373D 0%, #E8373D 8px, #D5D5D5 8px, #D5D5D5 100%);
    content: "";
    display: block;
    height: 1px;
    margin: 8px 0 10px;
    width: 100%;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box {
    min-width: 0;
    width: auto;
    /* ▼20231109追記 */
    /* ▲20231109追記 */
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .menu-slct {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 200px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .menu-slct .menu-name {
    border: none;
    line-height: 2.5;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    transition: color .15s ease-out;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .menu-slct .menu-name:hover, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .menu-slct .menu-name.open {
    background: url("/assets/img/common/cm_arr01.svg") center right 10px/6px auto no-repeat;
    cursor: pointer;
    color: #e8343d;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box {
    display: none;
    opacity: 0;
    width: 870px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.open {
    display: block;
    animation: fadeIn 0.2s ease-in 0s forwards;
    opacity: 1;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 0;
    border: none;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name {
    align-items: center;
    background: #fff;
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
    line-height: 1.25;
    margin: 0 0 4px;
    padding-right: 2px;
    transition: .2s ease;
    height: 50px;
    flex: none;
    white-space: normal;
    width: 210px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name::after {
    background: url("/assets/img/common/cm_arr01.svg") center center/6px auto no-repeat;
    content: "";
    display: block;
    height: 10px;
    margin: 0 0 0 auto;
    transition: .2s ease;
    width: 10px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name img {
    margin-right: 3px;
    object-fit: cover;
    height: 34px;
    width: 34px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name:hover, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name.open {
    background: #fff;
    cursor: pointer;
    color: #e8343d;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name:hover::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name.open::after {
    transform: rotate(90deg);
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-list .cate-name a:hover {
    background: none;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pur .cate-name a {
    height: 100%;
    width: 192px;
    white-space: normal;
    letter-spacing: -.01em;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.tar .cate-name::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra .cate-name::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pri .cate-name::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.spl .cate-name::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pur .cate-name::after {
    transform: rotate(0);
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.tar .cate-name {
    padding-left: 10px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra .item-list {
    /* justify-content: space-between; */
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra .item-list .cate-name {
    height: 82px;
    width: 136px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra .item-list .cate-name a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8px;
    /* padding-bottom: 10px; */
    padding: 0 4px;
    height: 82px;
    width: 136px;
    word-break: break-all;
    white-space: normal;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra .item-list .cate-name a img {
    object-fit: none;
    margin-bottom: 4px;
    width: auto;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pri .item-list .cate-name, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.spl .item-list .cate-name {
    height: auto;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pri .item-list .cate-name a, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.spl .item-list .cate-name a {
    flex-direction: column;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pri .item-list .cate-name img, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.spl .item-list .cate-name img {
    display: block;
    height: auto;
    margin: 0 0 10px;
    width: 100%;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pri .item-list .cate-name::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.spl .item-list .cate-name::after {
    background: url("/assets/img/common/cm_arr01.svg") center center/6px auto no-repeat;
    content: "";
    display: block;
    height: 10px;
    bottom: 12px;
    right: 6px;
    position: absolute;
    transition: .2s ease;
    width: 10px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pri .item-list .cate-name:hover::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.spl .item-list .cate-name:hover::after {
    right: 1px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pur li::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.tar li::after {
    margin: 0 6px 0 auto;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.pur li:hover::after, header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.tar li:hover::after {
    margin: 0 1px 0 auto;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra li {
    background: #fff url("/assets/img/common/cm_arr01.svg") right 7px center/6px auto no-repeat;
    padding-right: 6px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra li::after {
    content: none;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.bra li:hover {
    background: #fff url("/assets/img/common/cm_arr01.svg") right 3px center/6px auto no-repeat;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.col {
    width: 682px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.col .item-list .cate-name {
    background: none;
    box-shadow: none;
    margin-right: 10px;
    width: 150px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.col .item-list .cate-name a {
    background: none;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.col .item-list .cate-name a span {
    display: block;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-right: 20px;
    height: 30px;
    width: 30px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-box.col .item-list .cate-name::after {
    content: none;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box {
    background: #EEEEEE;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    display: none;
    opacity: 0;
    pointer-events: none;
    position: relative;
    margin: 5px 0 6px;
    transition: .2s ease;
    width: 870px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box ul::before {
    background: url("/assets/img/common/header_cate_arr.png") center center/12px auto no-repeat;
    position: absolute;
    text-align: center;
    font-size: 16px;
    height: 8px;
    width: 210px;
    top: -6px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box.box01 ul::before {
    content: "";
    left: 0;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box.box02 ul::before {
    content: "";
    left: 220px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box.box03 ul::before {
    content: "";
    left: 440px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box.box04 ul::before {
    content: "";
    left: 660px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box ul {
    display: flex;
    white-space: normal;
    flex-wrap: wrap;
    padding: 8px 0;
    margin-bottom: 5px;
    gap: 8px 10px;
    width: 870px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box ul li.item {
    background: url("/assets/img/common/cm_arr01.svg") center left 10px/6px auto no-repeat;
    margin: 0;
    border: none;
    flex: none;
    white-space: normal;
    width: 210px;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box ul li.item a {
    font-size: 12px;
    line-height: 1.5;
    height: 37px;
    white-space: normal;
    padding: 0 4px 0 24px;
    width: 100%;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box ul li.item a:hover {
    background: none;
  }
  header .header-inner nav .nav-inner .nav-wrap li .acc-box.nav-cate-box .item-sub-box.open {
    display: flex;
    opacity: 1;
    pointer-events: all;
    animation: fadeIn 0.2s ease-in 0s forwards;
  }
  header .header-inner nav .nav-inner .nav-wrap li:hover .acc-box {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    top: 44px;
    left: -2px;
  }
  header .header-inner nav .nav-inner .nav-wrap li:hover .acc-box:hover {
    color: #e8343d;
  }
  header .header-inner nav .nav-inner .nav-wrap > li:hover {
    box-shadow: 0 -3px 2px #F9F9F9, 0 0 2px rgba(0, 0, 0, 0.2);
  }
}
@media not all and (min-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999900;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: top .1s ease-out;
  }
  header .header-inner {
    align-items: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .header-inner .main-title {
    order: 1;
    padding: calc(8 / 3.75 * 1vw) 0 calc(8 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
  }
  header .header-inner .main-title img {
    height: calc(37 / 3.75 * 1vw);
    width: auto;
  }
  header .header-inner .link-box {
    background: #fff;
    display: flex;
    margin: 0 0 0 auto;
    order: 2;
  }
  header .header-inner .link-box li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 calc(6 / 3.75 * 1vw);
    position: relative;
  }
  header .header-inner .link-box li .num {
    align-items: center;
    background: #e8343d;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: calc(8 / 3.75 * 1vw);
    height: calc(12 / 3.75 * 1vw);
    justify-content: center;
    position: absolute;
    top: calc(-3 / 3.75 * 1vw);
    left: calc(50% + 6px);
    min-width: calc(12 / 3.75 * 1vw);
  }
  header .header-inner .link-box .degi, header .header-inner .link-box .budg, header .header-inner .link-box .login, header .header-inner .link-box .mypage, header .header-inner .link-box .cntc {
    display: none;
    opacity: 0;
  }
  header .header-inner .link-box .mypage.logout img {
    height: calc(19 / 3.75 * 1vw);
    width: auto;
  }
  header .header-inner .link-box .search-show-btn {
    align-items: center;
    display: flex;
  }
  header .header-inner .link-box .search-show-btn img {
    width: calc(24 / 3.75 * 1vw);
  }
  header .header-inner .link-box .search-show-btn.hide {
    display: none;
  }
  header .header-inner .link-box .favo img {
    width: calc(25 / 3.75 * 1vw);
  }
  header .header-inner .link-box .cart img {
    width: calc(27 / 3.75 * 1vw);
  }
  header .header-inner .link-box .cart .sp-sub-list {
    display: flex;
    flex-wrap: wrap;
    background: #EEEEEE;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: calc(53 / 3.75 * 1vw);
    left: 0;
    width: 100%;
    z-index: 10;
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-title {
    text-align: center;
    color: #616161;
    font-size: calc(14 / 3.75 * 1vw);
    font-weight: 700;
    position: relative;
    height: calc(45 / 3.75 * 1vw);
    line-height: calc(45 / 3.75 * 1vw);
    width: 100%;
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-title .close {
    background: url("/assets/img/common/header_search_close_icon02.svg") center center/calc(13 / 3.75 * 1vw) auto no-repeat;
    display: block;
    height: calc(20 / 3.75 * 1vw);
    width: calc(20 / 3.75 * 1vw);
    position: absolute;
    top: calc(50% - calc(10 / 3.75 * 1vw));
    right: calc(20 / 3.75 * 1vw);
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-menu {
    height: calc(100 / 3.75 * 1vw);
    margin: 0;
    width: 33.3333%;
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-menu:nth-child(3) {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-menu a {
    background: #fff url("/assets/img/common/header_icon_cart.png") center top calc(18 / 3.75 * 1vw)/calc(32 / 3.75 * 1vw) auto no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: calc(10 / 3.75 * 1vw);
    height: 100%;
    width: 100%;
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-menu a .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(12 / 3.75 * 1vw);
    font-weight: 700;
    color: #585655;
    text-align: center;
    line-height: 1.25;
    height: 3em;
  }
  header .header-inner .link-box .cart .sp-sub-list .sub-list-menu a .num {
    top: calc(14 / 3.75 * 1vw);
    font-size: calc(12 / 3.75 * 1vw);
    height: calc(17 / 3.75 * 1vw);
    padding: 0 .3em;
    min-width: calc(17 / 3.75 * 1vw);
  }
  header .header-inner .link-box .sub-list {
    display: none;
    position: absolute;
  }
  header .header-inner .link-box.open {
    transition: .3s ease;
    background: #fff;
    position: fixed;
    justify-content: flex-start;
    top: 0;
    left: 0;
    padding: 2px 0;
    /*animation: fadeIn 0.2s ease-in 0s forwards;*/
  }
  header .header-inner .link-box.open .favo, header .header-inner .link-box.open .cart {
    display: none;
  }
  header .header-inner .link-box.open .degi, header .header-inner .link-box.open .budg, header .header-inner .link-box.open .login, header .header-inner .link-box.open .mypage, header .header-inner .link-box.open .cntc {
    margin: 0;
    border-left: 1px solid #ccc;
    padding-top: 1px;
  }
  header .header-inner .link-box.open .degi a, header .header-inner .link-box.open .budg a, header .header-inner .link-box.open .login a, header .header-inner .link-box.open .mypage a, header .header-inner .link-box.open .cntc a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(46 / 3.75 * 1vw);
    /* width: calc(80 / 3.75 * 1vw); */
    width: calc(65 / 3.75 * 1vw);
  }
  header .header-inner .link-box.open .degi .txt, header .header-inner .link-box.open .budg .txt, header .header-inner .link-box.open .login .txt, header .header-inner .link-box.open .mypage .txt, header .header-inner .link-box.open .cntc .txt {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: calc(9 / 3.75 * 1vw);
    font-weight: 700;
    text-align: center;
    height: 2.5em;
  }
  header .header-inner .link-box.open .degi.hide, header .header-inner .link-box.open .budg.hide, header .header-inner .link-box.open .login.hide, header .header-inner .link-box.open .mypage.hide, header .header-inner .link-box.open .cntc.hide {
    display: none;
  }
  header .header-inner .link-box.open .degi {
    animation: fadeIn 0.3s ease-in 0s forwards;
    border: none;
    display: block;
  }
  header .header-inner .link-box.open .budg {
    animation: fadeIn 0.2s ease-in .1s forwards;
    display: block;
  }
  header .header-inner .link-box.open .login {
    animation: fadeIn 0.2s ease-in .15s forwards;
    display: block;
  }
  header .header-inner .link-box.open .mypage {
    animation: fadeIn 0.2s ease-in .15s forwards;
    display: block;
    padding: 0;
  }
  header .header-inner .link-box.open .cntc {
    animation: fadeIn 0.2s ease-in .2s forwards;
    display: block;
  }
  header .header-inner .link-box.open .search-show-btn {
    position: fixed;
    top: -100px;
  }
  header .header-inner .c-sp-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 3;
    margin: calc(2 / 3.75 * 1vw) calc(15 / 3.75 * 1vw) 0 calc(12 / 3.75 * 1vw);
    height: calc(18 / 3.75 * 1vw);
    width: calc(20 / 3.75 * 1vw);
  }
  header .header-inner .c-sp-btn .bar {
    border-top: calc(2 /3.75 * 1vw) solid #606060;
    transition: .3s ease;
    width: calc(20 / 3.75 * 1vw);
  }
  header .header-inner .c-sp-btn .bar::before, header .header-inner .c-sp-btn .bar::after {
    border-top: calc(2 / 3.75 * 1vw) solid #606060;
    content: "";
    display: block;
    height: 0;
    margin-top: calc(6 / 3.75 * 1vw);
    transition: .3s ease;
    width: 100%;
  }
  header .header-inner .c-sp-btn.open {
    background: url("/assets/img/common/header_search_close_icon02.svg") center center/calc(15 / 3.75 * 1vw) no-repeat;
  }
  header .header-inner .c-sp-btn.open .bar {
    opacity: 0;
  }
  header .header-inner .search-box {
    border-top: 1px solid #CCCCCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    background: #EEEEEE;
    padding: calc(16 / 3.75 * 1vw) 0;
    order: 4;
    transition: .1s ease-out;
    width: 100%;
  }
  header .header-inner .search-box.off {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  header .header-inner .search-box.off.view {
    opacity: 1;
    height: auto;
    padding: calc(16 / 3.75 * 1vw) 0;
    overflow: visible;
  }
  header .header-inner .search-box form {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  header .header-inner .search-box form .body-mask {
    background: #eee;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 130vh;
    width: 100vw;
    transition: .15s ease-out;
    z-index: 1;
  }
  header .header-inner .search-box form .body-mask.open {
    animation: fadeIn 0.2s ease-in 0s forwards;
    display: block;
  }
  header .header-inner .search-box form .sp-srch-close {
    background: url("/assets/img/common/header_search_close_icon02.svg") center center/calc(23 / 3.75 * 1vw) auto no-repeat;
    display: none;
    position: fixed;
    /* visibility: hidden; */
    height: calc(23 / 3.75 * 1vw);
    width: calc(23 / 3.75 * 1vw);
    top: calc(20 / 3.75 * 1vw);
    right: calc(25 / 3.75 * 1vw);
    z-index: 6;
  }
  header .header-inner .search-box form .body-mask.open + .sp-srch-close {
    display: block;
  }
  header .header-inner .search-box form .srch-slct-box {
    background: #fff;
    visibility: hidden;
    position: fixed;
    height: calc(100svh - calc(140 / 3.75 * 1vw));
    overflow-y: scroll;
    top: calc(131 / 3.75 * 1vw);
    opacity: 0;
    left: calc(-1 / 3.75 * 1vw);
    z-index: 100;
    transition: .15s ease;
    margin: 0;
    width: 100%;
  }
  header .header-inner .search-box form .srch-slct-box ul {
    padding: calc(20 / 3.75 * 1vw) calc(20 / 3.75 * 1vw) 0;
  }
  header .header-inner .search-box form .srch-slct-box ul li {
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    height: calc(40 / 3.75 * 1vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
  }
  header .header-inner .search-box form .srch-slct-box ul li span.del {
    align-items: center;
    background: #fff url("/assets/img/common/header_search_close_icon.svg") right center/calc(10 / 3.75 * 1vw) auto no-repeat;
    display: flex;
    border-radius: calc(10 / 3.75 * 1vw);
    justify-content: center;
    height: calc(30 / 3.75 * 1vw);
    width: calc(20 / 3.75 * 1vw);
    position: absolute;
    right: 0;
    /* &:hover{
        background:#707070 url("/assets/img/common/header_search_close_icon_rev.svg") center center /calc(10 / 3.75 * 1vw) auto no-repeat;
    }*/
  }
  header .header-inner .search-box form .srch-slct-box ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  header .header-inner .search-box form .srch-slct-box ul li :hover {
    color: #333333;
    background: #F9F9F9;
    cursor: pointer;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title {
    background: none;
    color: #AAAAAA;
    font-size: calc(12 / 3.75 * 1vw);
    font-weight: bold;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title:hover {
    opacity: 1;
    cursor: auto;
  }
  header .header-inner .search-box form .srch-slct-box ul li.title span {
    align-items: center;
    color: #AAAAAA;
    font-size: calc(12 / 3.75 * 1vw);
    border-radius: calc(4 / 3.75 * 1vw);
    display: flex;
    height: calc(20 / 3.75 * 1vw);
    justify-content: center;
    font-weight: 500;
    width: calc(70 / 3.75 * 1vw);
  }
  header .header-inner .search-box form .srch-slct-box ul li.title span:hover {
    background: #707070;
    color: #fff;
    cursor: pointer;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val {
    justify-content: flex-start;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val a {
    font-weight: 700;
    color: #28A3CD;
  }
  header .header-inner .search-box form .srch-slct-box ul li.cate-val span {
    color: #CCCCCC;
    font-size: calc(11 / 3.75 * 1vw);
    padding-left: calc(5 / 3.75 * 1vw);
  }
  header .header-inner .search-box form .srch-slct-box ul.sech-kw {
    border-bottom: 2px solid #DDDDDD;
  }
  header .header-inner .search-box form .srch-slct-box ul.sech-kw li:last-child {
    border: none;
  }
  header .header-inner .search-box form .srch-slct-box ul.sech-cate {
    padding: 0 calc(20 / 3.75 * 1vw);
  }
  header .header-inner .search-box form .srch-slct-box .txt-val:hover {
    cursor: pointer;
    color: #e8343d;
  }
  header .header-inner .search-box form .srch-slct-box .kw-val:hover {
    cursor: pointer;
    color: #e8343d;
  }
  header .header-inner .search-box form .srch-slct-box.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header .header-inner .search-box form input[type="text"] {
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS Gothic', 'Helvetica Neue', Arial, sans-serif;
    display: block;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #333;
    font-weight: 700;
    font-size: calc(13 / 3.75 * 1vw);
    height: calc(45 / 3.75 * 1vw);
    width: calc(300 / 3.75 * 1vw);
    position: relative;
    padding: calc(10 / 3.75 * 1vw) calc(40 / 3.75 * 1vw) calc(10 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
    z-index: 2;
    /*                        &:focus ~ div{
                                display: block;
                                visibility: visible;
                                opacity: 1;
                            }*/
  }
  header .header-inner .search-box form input[type="text"]:focus, header .header-inner .search-box form input[type="text"]:focus-visible {
    color: #333;
  }
  header .header-inner .search-box form input[type="submit"] {
    background: #616161 url("/assets/img/common/cm_search_w.svg") center center/calc(18 / 3.75 * 1vw) auto no-repeat;
    border: none;
    border-radius: 0;
    display: block;
    height: calc(45 / 3.75 * 1vw);
    opacity: 1;
    text-indent: -9999px;
    transition: .2s ease;
    width: calc(45 / 3.75 * 1vw);
    z-index: 3;
  }
  header .header-inner .search-box::before {
    content: "";
    background: url("/assets/img/common/search_close.svg") center center/contain no-repeat;
    display: none;
    height: calc(24 / 3.75 * 1vw);
    width: calc(24 / 3.75 * 1vw);
    position: fixed;
    z-index: 2;
    top: calc(15 / 3.75 * 1vw);
    right: calc(26 / 3.75 * 1vw);
  }
  header .header-inner .search-box.mdl {
    position: fixed;
    top: calc(38 / 3.75 * 1vw);
    z-index: 1;
    left: -1px;
  }
  header .header-inner .search-box.mdl::before {
    display: block;
  }
  header .header-inner .non-move-header-sp {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  header .header-inner .move-header-sp {
    pointer-events: none;
    opacity: 0;
    height: 0;
    padding: 0;
  }
  header .header-inner .move-header-sp.view {
    pointer-events: all;
    opacity: 1;
    height: auto;
    padding: calc(16 / 3.75 * 1vw) 0;
  }
  header.p-fixed {
    top: calc(-54 / 3.75 * 1vw);
  }
  header.p-fixed.view {
    top: 0;
  }
}

/* SP用aside CSS
----------------------- ----------------------    SPではハンバーガ―メニュー内で動作　*/
@media screen and (max-width: 767px) {
  aside {
    display: none;
    background: #fff;
    border-top: calc(8 / 3.75 * 1vw) solid #EEEEEE;
    position: fixed;
    top: calc(51 / 3.75 * 1vw);
    left: 0;
    width: 100%;
    z-index: 999990;
    height: calc(100% - calc(51 / 3.75 * 1vw));
    margin: 0;
    padding-bottom: calc(10 / 3.75 * 1vw);
    overflow-y: scroll;
  }
  aside .fst-cate-search-box, aside .c-all-item {
    display: none;
  }
  aside .title {
    background: url("/assets/img/common/footer_acc_open.png") right calc(20 / 3.75 * 1vw) center/calc(14 / 3.75 * 1vw) auto no-repeat;
    pointer-events: all;
    color: #222222;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    border-bottom: 1px solid #E6E6E6;
    font-size: calc(15 / 3.75 * 1vw);
    padding: calc(20 / 3.75 * 1vw);
  }
  aside .title.open {
    background: url("/assets/img/common/footer_acc_close.png") right calc(20 / 3.75 * 1vw) center/calc(14 / 3.75 * 1vw) auto no-repeat;
    color: #e8343d;
  }
  aside .search-box {
    background: #F9F9F9;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(5 / 3.75 * 1vw);
    padding: calc(10 / 3.75 * 1vw) 0 calc(12 / 3.75 * 1vw);
  }
  aside .search-box .yen {
    align-items: flex-end;
    display: flex;
    font-size: calc(10 / 3.75 * 1vw);
    font-weight: 700;
    height: calc(40 / 3.75 * 1vw);
  }
  aside .search-box input[type=tel] {
    background: #fff;
    border: 1px solid #EFEFEF;
    font-size: calc(12 / 3.75 * 1vw);
    height: calc(40 / 3.75 * 1vw);
    width: calc(100 / 3.75 * 1vw);
    text-align: right;
    padding: 0 5px;
  }
  aside .search-box input[type=tel]:focus {
    border-color: #27a3cd;
    box-shadow: inset 1px 1px #27a3cd, inset -1px -1px #27a3cd, inset 1px -1px #27a3cd, inset -1px 1px #27a3cd;
  }
  aside .search-box input[type=submit] {
    background: #28A3CD url("/assets/img/common/cm_search_w.svg") center center/calc(20 / 3.75 * 1vw) auto no-repeat;
    border: none;
    border-radius: calc(3 / 3.75 * 1vw);
    height: calc(38 / 3.75 * 1vw);
    opacity: 1;
    text-indent: -9999px;
    width: calc(50 / 3.75 * 1vw);
  }
  aside .search-box + ul.item-list + ul.item-list {
    display: flex;
  }
  aside .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  aside .item-list li {
    background: url("/assets/img/common/footer_icn_arr02.png") center right calc(20 / 3.75 * 1vw)/calc(7 / 3.75 * 1vw) auto no-repeat;
    font-size: calc(14 / 3.75 * 1vw);
    font-weight: 700;
    margin: 0;
    width: 100%;
  }
  aside .item-list li a {
    display: block;
    height: auto;
    padding: calc(15 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
    width: 100%;
  }
  aside .item-list li a.list {
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: calc(13 / 3.75 * 1vw);
    position: relative;
    height: calc(50 / 3.75 * 1vw);
    padding: 0 calc(20 / 3.75 * 1vw);
  }
  aside .item-list li a.list img {
    margin-right: calc(10 / 3.75 * 1vw);
    width: calc(34 / 3.75 * 1vw);
  }
  aside .item-list li a span {
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: calc(34 / 3.75 * 1vw);
    margin-right: calc(10 / 3.75 * 1vw);
    width: calc(34 / 3.75 * 1vw);
  }
  aside .item-list li a span.lead-title {
    border: none;
    height: auto;
    width: auto;
  }
  aside .item-list li.img-box {
    background: url("/assets/img/common/ic1.png") center right calc(20 / 3.75 * 1vw)/calc(20 / 3.75 * 1vw) auto no-repeat;
  }
  aside .item-list li.img-box img {
    width: calc(146 / 3.75 * 1vw);
  }
  aside .item-list .item-box {
    background: none;
  }
  aside .item-list .item-box .list {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: calc(13 / 3.75 * 1vw);
    position: relative;
    height: calc(50 / 3.75 * 1vw);
    padding: 0 calc(20 / 3.75 * 1vw);
  }
  aside .item-list .item-box .list img {
    margin-right: calc(10 / 3.75 * 1vw);
    width: calc(34 / 3.75 * 1vw);
  }
  aside .item-list .item-box .list::after {
    background: url("/assets/img/common/footer_icn_arr02.png") center center/contain no-repeat;
    content: "";
    display: block;
    height: calc(13 / 3.75 * 1vw);
    position: absolute;
    top: calc(50% - calc(6 / 3.75 * 1vw));
    transform: rotate(90deg);
    transition: .3s ease;
    right: calc(20 / 3.75 * 1vw);
    width: calc(7 / 3.75 * 1vw);
  }
  aside .item-list .item-box .list.open::after {
    transform: rotate(-90deg);
  }
  aside .item-list .item-box .item-flow-box {
    display: none;
  }
  aside .item-list .item-box .item-flow-box .sub-title, aside .item-list .item-box .item-flow-box figure, aside .item-list .item-box .item-flow-box .cat-list a img, aside .item-list .item-box .item-flow-box .sub-lead, aside .item-list .item-box .item-flow-box .sub-link, aside .item-list .item-box .item-flow-box .sub-cate-box {
    display: none;
  }
  aside .item-list .item-box .item-flow-box .title-box {
    color: #555;
    background: url("/assets/img/common/footer_icn_arr01.png") center right calc(20 / 3.75 * 1vw)/calc(7 / 3.75 * 1vw) auto no-repeat;
    border-bottom: 1px solid #E6E6E6;
    padding-left: calc(40 / 3.75 * 1vw);
    font-size: calc(12 / 3.75 * 1vw);
  }
  aside .item-list .item-box .item-flow-box li.item {
    color: #555;
    background: url("/assets/img/common/footer_icn_arr01.png") center right calc(20 / 3.75 * 1vw)/calc(7 / 3.75 * 1vw) auto no-repeat;
    border-bottom: 1px solid #E6E6E6;
    padding-left: calc(20/ 3.75 * 1vw);
    font-size: calc(12 / 3.75 * 1vw);
  }
  aside .item-list .item-box:last-child {
    border: none;
  }
  aside .price .item-list li {
    background: url("/assets/img/common/footer_icn_arr02.png") center right calc(10 / 3.75 * 1vw)/calc(7 / 3.75 * 1vw) auto no-repeat;
    border-bottom: 1px solid #E6E6E6;
    width: 50%;
  }
  aside .price .item-list li:nth-child(odd) {
    border-right: 1px solid #E6E6E6;
  }
  aside .c-sp-info-wrap a {
    border-bottom: 1px solid #E6E6E6;
  }
  aside .c-sp-info-wrap .sp-site-menu {
    background: #333333;
    border-top: calc(5 / 3.75 * 1vw) solid #EEEEEE;
    color: #fff;
    font-size: calc(12 / 3.75 * 1vw);
    line-height: calc(34 / 3.75 * 1vw);
    padding: 0 calc(15 / 3.75 * 1vw);
    font-weight: 700;
  }
}
/* PCスティッキーヘッダ */
@media screen and (min-width: 768px) {
  body.sticky main {
    margin: 0 auto;
    padding: 172px 20px 0;
  }
  body.sticky main.top {
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  /* スティッキーヘッダが動く前のmainブロックズレ解消用CSS 2024.07 */
  body main.top {
    padding-top: 20px;
  }
  body.sticky header {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999900;
  }
  body.sticky header .header-inner {
    flex-wrap: nowrap;
    padding: 0;
  }
  body.sticky header .header-inner .head-lead, body.sticky header .header-inner .bnr-award, body.sticky header .header-inner .shop-info-box {
    display: none;
  }
  body.sticky header .main-title {
    height: auto;
    order: 1;
    width: 235px;
  }
  body.sticky header .flow-acc-bar {
    align-items: center;
    background: #F2F2F2;
    border-radius: 3px;
    display: flex;
    height: 45px;
    justify-content: center;
    order: 2;
    width: 55px;
  }
  body.sticky header .search-box {
    margin: 0;
    order: 3;
  }
  body.sticky header .link-box {
    order: 4;
    margin: 0;
  }
  body.sticky header .link-box li {
    margin-top: 0;
  }
  body.sticky nav {
    margin: 0;
    order: 2;
  }
  body.sticky nav .nav-inner {
    width: auto;
  }
  body.sticky nav .nav-inner .nav-wrap li:first-child {
    margin-top: 8px;
    border-bottom: 6px solid #fff;
    position: static;
    transition: .15s ease-out;
    width: 55px;
  }
  body.sticky nav .nav-inner .nav-wrap li:hover:first-child {
    border-bottom: 6px solid #F9F9F9;
  }
  body.sticky nav .nav-inner .nav-wrap li:nth-child(n+2) {
    display: none;
  }
  body.sticky nav .nav-inner .nav-wrap li .acc-box {
    top: 53px;
    padding: 0 18px 20px;
  }
  body.sticky nav .nav-inner .nav-wrap li:hover .acc-box {
    top: 53px;
    padding: 20px 18px;
  }
  body.sticky nav .nav-inner .nav-wrap li:hover .flow-acc-bar {
    background: #f9f9f9;
  }

  .aside-btm-bnr {
    display: none;
  }
}
/* aside
---------------------------------------------------------------------------- */
aside {
  /* PC用aside CSS ------------------------------------------------------------------------------------- */
}
@media screen and (min-width: 767.1px) {
  aside {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  aside .c-link-wrap, aside .c-sns-wrap, aside .c-bnr-wrap, aside .c-cal-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  aside .c-link-wrap {
    gap: 10px 0;
    /* 大小カテゴリー用 */
    /* //大小カテゴリー用 */
  }
  aside .c-link-wrap .c-all-item, aside .c-link-wrap .item-list li a, aside .c-link-wrap .item-box .list {
    align-items: center;
    background: url("/assets/img/common/cm_arr01.svg") center right 6px/auto 10px no-repeat;
    border-bottom: 1px solid #DDDDDD;
    color: #707070;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    height: 50px;
    transition: .15s ease;
    padding-right: 16px;
    width: 100%;
  }
  aside .c-link-wrap .c-all-item img, aside .c-link-wrap .item-list li a img, aside .c-link-wrap .item-box .list img {
    transition: .15s ease;
  }
  aside .c-link-wrap .c-all-item:hover, aside .c-link-wrap .item-list li a:hover, aside .c-link-wrap .item-box .list:hover {
    background: url("/assets/img/common/cm_arr01.svg") center right 2px/auto 10px no-repeat;
    cursor: pointer;
    color: #e8343d;
  }
  aside .c-link-wrap .c-all-item:hover img, aside .c-link-wrap .item-list li a:hover img, aside .c-link-wrap .item-box .list:hover img {
    opacity: .7;
  }
  aside .c-link-wrap .c-all-item {
    border: 1px solid #DDDDDD;
    border-bottom: 3px solid #DDDDDD;
    border-radius: 3px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0;
  }
  aside .c-link-wrap .c-all-item a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px 0 10px;
  }
  aside .c-link-wrap .search-box {
    background: #F9F9F9;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px;
    padding: 15px 0 18px;
  }
  aside .c-link-wrap .search-box .yen {
    align-items: flex-end;
    display: flex;
    font-size: 9px;
    font-weight: 700;
    height: 30px;
  }
  aside .c-link-wrap .search-box input[type="tel"] {
    background: #fff;
    border: 1px solid #EFEFEF;
    font-size: 12px;
    height: 30px;
    width: 55px;
    text-align: right;
    padding: 0 5px;
  }
  aside .c-link-wrap .search-box input[type="tel"]:hover {
    border: 1px solid #28A3CD;
    cursor: pointer;
  }
  aside .c-link-wrap .search-box input[type="tel"]:focus {
    border-color: #27a3cd;
    box-shadow: inset 1px 1px #27a3cd, inset -1px -1px #27a3cd, inset 1px -1px #27a3cd, inset -1px 1px #27a3cd;
  }
  aside .c-link-wrap .search-box input[type=submit] {
    background: #28A3CD url("/assets/img/common/cm_search_w.svg") center center/20px auto no-repeat;
    border: none;
    border-radius: 3px;
    height: 30px;
    opacity: 1;
    text-indent: -9999px;
    transition: .2s ease;
    width: 35px;
  }
  aside .c-link-wrap .search-box input[type=submit]:hover {
    cursor: pointer;
    opacity: .7;
  }
  aside .c-link-wrap .search-box + ul.item-list {
    margin-bottom: 0;
  }
  aside .c-link-wrap .js-prev-acc-btn {
    align-items: center;
    display: flex;
    background: #fff;
    font-size: 11px;
    justify-content: center;
    padding: 10px 0 20px;
    margin-top: -16px;
    position: relative;
    transition: .3s ease;
  }
  aside .c-link-wrap .js-prev-acc-btn::before {
    background: url("/assets/img/common/cm_icn_plus.png") center center/10px auto no-repeat;
    content: "";
    display: block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
  }
  aside .c-link-wrap .js-prev-acc-btn::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.7) 100%);
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 91px;
    pointer-events: none;
  }
  aside .c-link-wrap .js-prev-acc-btn .txt-open {
    display: none;
  }
  aside .c-link-wrap .js-prev-acc-btn.open {
    padding: 0 0 20px;
    margin-top: -10px;
  }
  aside .c-link-wrap .js-prev-acc-btn.open::before {
    background: url("/assets/img/common/cm_icn_minus.png") center center/10px auto no-repeat;
  }
  aside .c-link-wrap .js-prev-acc-btn.open::after {
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    top: 0;
  }
  aside .c-link-wrap .js-prev-acc-btn.open .txt-open {
    display: block;
  }
  aside .c-link-wrap .js-prev-acc-btn.open .txt-close {
    display: none;
  }
  aside .c-link-wrap .c-link-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  aside .c-link-wrap .c-link-box .title {
    align-items: center;
    background: #8F989D url("/assets/img/common/aside/aside_acc_open.png") center right 12px/15px auto no-repeat;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 100%;
  }
  aside .c-link-wrap .c-link-box .title.open {
    background: #8F989D url("/assets/img/common/aside/aside_acc_close.png") center right 12px/15px auto no-repeat;
    border-radius: 5px 5px 0 0;
  }
  aside .c-link-wrap .c-link-box .title:hover {
    cursor: pointer;
  }
  aside .c-link-wrap .c-link-box .item-list:last-of-type {
    margin-bottom: 20px;
  }
  aside .c-link-wrap .c-link-box .item-list .item-box {
    position: relative;
  }
  aside .c-link-wrap .c-link-box .item-list .item-box .item-flow-box {
    pointer-events: none;
    left: 180px;
    top: -10px;
    opacity: 0;
    transition: .2s ease-out;
  }
  aside .c-link-wrap .c-link-box .item-list .item-box:hover .item-flow-box {
    pointer-events: all;
    left: 190px;
    opacity: 1;
  }
  aside .c-link-wrap .c-link-box .item-list .list.icon img {
    margin-right: 5px;
  }
  aside .c-link-wrap .c-link-box .item-list .list.icon span {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }
  aside .c-link-wrap .c-link-box .item-flow-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    padding: 35px 41px 40px;
    width: 912px;
    z-index: 9;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .title-box {
    align-items: flex-start;
    background: none;
    color: #333;
    display: flex;
    height: 40px;
    padding-bottom: 5px;
    transition: .2s ease;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .title-box p {
    background: url("/assets/img/common/cm_arr01.svg") right 6px top 6px/auto 10px no-repeat;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    min-width: 250px;
    padding-right: 30px;
    transition: .2s ease;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .title-box:hover p {
    background: url("/assets/img/common/cm_arr01.svg") right 2px top 6px/auto 10px no-repeat;
    color: #e8343d;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding: 15px 0 0;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item {
    width: 250px;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item a {
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: .2s ease-out;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item a img {
    height: 50px;
    margin-right: 20px;
    margin-bottom: 1px;
    object-fit: cover;
    width: 50px;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item a:hover {
    color: #e8343d;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item .sub-link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item .sub-link li {
    margin: 0 13px 0 0;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item .sub-link li a {
    background: none;
    border: none;
    color: #27A3CD;
    font-size: 12px;
    height: auto;
    text-decoration: underline;
    transition: .2s ease-out;
    padding: 0;
  }
  aside .c-link-wrap .c-link-box .item-flow-box .cat-list .item .sub-link li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  aside .c-link-wrap .fst-cate-search-box .title {
    background: #28A3CD url("/assets/img/common/aside/aside_acc_open.png") center right 12px/15px auto no-repeat;
  }
  aside .c-link-wrap .fst-cate-search-box .title.open {
    background: #28A3CD url("/assets/img/common/aside/aside_acc_close.png") center right 12px/15px auto no-repeat;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list {
    margin-bottom: 0;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li {
    background: #F9F9F9;
    /* 小カテゴリー用カレント */
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li a {
    background: url("/assets/img/common/cm_arr01.svg") center left 10px/auto 10px no-repeat;
    color: #28A3CD;
    padding: 0 10px 0 25px;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li a img {
    background: #fff;
    border-radius: 16px;
    display: block;
    height: 32px;
    margin-right: 5px;
    object-fit: cover;
    width: 32px;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li a span {
    flex: 1;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li:hover a {
    color: #e8343d;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li.current {
    background: #DDDDDD;
    pointer-events: none;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list li.current a {
    color: #707070;
    pointer-events: none;
  }
  aside .c-link-wrap .fst-cate-search-box .item-list.sub img {
    border-radius: 0;
  }
  aside .c-sns-wrap, aside .c-bnr-wrap {
    align-items: center;
    gap: 20px 0;
  }
  aside .c-cal-wrap {
    gap: 20px 0;
    width: 100%;
  }
  aside .c-cal-wrap p {
    border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  aside .c-cal-wrap .cal-box {
    width: 100%;
  }
  aside .c-cal-wrap .cal-box table {
    width: 100%;
  }
  aside .c-cal-wrap .cal-box table caption {
    font-weight: 700;
    margin-bottom: 3px;
    text-align: left;
  }
  aside .c-cal-wrap .cal-box table th {
    background: #ddd;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  aside .c-cal-wrap .cal-box table th:first-child {
    color: #e8343d;
  }
  aside .c-cal-wrap .cal-box table th:last-child {
    color: #28A3CD;
  }
  aside .c-cal-wrap .cal-box table td {
    border: 2px solid #fff;
    line-height: 25px;
    text-align: center;
  }
  aside .c-cal-wrap .cal-box table td.off {
    background: #F9D2D2;
  }
  aside .aside-btm-bnr {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 30px;
  }
}

/* footer
---------------------------------------------------------------------------- */
footer {
  background: #F6F6F6 url("/assets/img/common/footer_bg.png") center bottom 142px/1200px auto no-repeat;
  padding-top: 70px;
  padding-left: 0;
  padding-right: 0;
  min-width: 1240px;
  z-index: -1;
}
@media not all and (min-width: 768px) {
  footer {
    background: #F6F6F6 url("/assets/img/common/footer_bg_sp.jpg") center bottom calc(168 / 3.75 * 1vw)/calc(100vw - calc(20 / 3.75 * 1vw)) auto no-repeat;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    width: 100%;
  }
}
footer .inner-upper {
  display: grid;
  grid-template-columns: 320px 320px 320px auto;
  grid-template-rows: auto;
}
@media not all and (min-width: 768px) {
  footer .inner-upper {
    grid-template-columns: 100%;
  }
}
footer .inner-upper .grid-box .ul-title {
  color: #222222;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box .ul-title {
    border-bottom: 1px solid #E6E6E6;
    font-size: calc(15 / 3.75 * 1vw);
    padding: calc(20 / 3.75 * 1vw);
  }
}
@media screen and (min-width: 768px) {
  footer .inner-upper .grid-box .ul-title.sngl-mb {
    margin-bottom: 35px;
  }
}
footer .inner-upper .grid-box .ul-title::after {
  background: linear-gradient(to right, #E8373D 0%, #E8373D 8px, #D5D5D5 8px, #D5D5D5 100%);
  content: "";
  height: 1px;
  margin: 8px 0 14px;
  width: 100%;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box .ul-title::after {
    content: none;
  }
}
footer .inner-upper .grid-box .ul-title.non-l {
  background: url("/assets/img/common/footer_icn_link.png") center right no-repeat;
  margin: -5px 0 21px;
  width: 179px;
}
footer .inner-upper .grid-box .ul-title.non-l img {
  width: 157px;
}
footer .inner-upper .grid-box .ul-title.non-l::after {
  content: none;
}
footer .inner-upper .grid-box .ul-title.non-l + ul > li {
  background: url("/assets/img/common/footer_lab_icn.png") left top 6px no-repeat;
  padding-left: 20px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box .ul-title.js-next-acc-btn, footer .inner-upper .grid-box .ul-title.js-ft-cate-sw {
    background: url("/assets/img/common/footer_acc_open.png") right calc(20 / 3.75 * 1vw) center/calc(14 / 3.75 * 1vw) auto no-repeat;
  }
  footer .inner-upper .grid-box .ul-title.js-next-acc-btn.open, footer .inner-upper .grid-box .ul-title.js-ft-cate-sw.open {
    background: url("/assets/img/common/footer_acc_close.png") right calc(20 / 3.75 * 1vw) center/calc(14 / 3.75 * 1vw) auto no-repeat;
    color: #e8343d;
  }
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box ul {
    display: none;
  }
}
footer .inner-upper .grid-box ul li {
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 6px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box ul li {
    background: #fff url("/assets/img/common/footer_icn_arr01.png") right calc(20 / 3.75 * 1vw) center/calc(8 / 3.75 * 1vw) auto no-repeat;
    border-bottom: none;
    font-size: calc(14 / 3.75 * 1vw);
    font-weight: 700;
    margin: 0;
  }
  footer .inner-upper .grid-box ul li a {
    display: block;
    height: auto;
    padding: calc(15 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
    width: 100%;
  }
  footer .inner-upper .grid-box ul li .ls-tight {
    letter-spacing: -.1em;
  }
}
footer .inner-upper .grid-box ul li a:hover {
  color: #e8343d;
  opacity: 1;
  transition: 0;
}
footer .inner-upper .grid-box.grid01 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 246px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid01 {
    padding: 0;
    width: 100%;
  }
}
footer .inner-upper .grid-box.grid02 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 246px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid02 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 100%;
  }
}
footer .inner-upper .grid-box.grid03 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-bottom: 35px;
  width: 246px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid03 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding: 0;
    width: 100%;
  }
}
footer .inner-upper .grid-box.grid04 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 246px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid04 {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
    width: 100%;
  }
  footer .inner-upper .grid-box.grid04 .ul-title.non-l {
    border: 1px solid #E6E6E6;
    background: #fff;
    height: calc(60 / 3.75 * 1vw);
    margin: 0 auto;
    padding: 0;
    width: calc(300 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid04 .ul-title.non-l a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 100%;
  }
  footer .inner-upper .grid-box.grid04 .ul-title.non-l a img {
    width: calc(210 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 565px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 {
    grid-column: 1 / 2;
    grid-row: 6 / 7;
    gap: calc(5 / 3.75 * 1vw) 0;
    padding: calc(20 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
    width: 100%;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner {
  background: #fff;
  border-bottom: 1px solid #D5D5D5;
}
footer .inner-upper .grid-box.grid05 .cont-inner .title {
  align-items: center;
  background: #E6E6E6;
  display: flex;
  font-weight: 700;
  height: 42px;
  padding-left: 30px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .title {
    height: calc(42 / 3.75 * 1vw);
    justify-content: center;
    padding: 0;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box01 {
  line-height: 1.57;
  padding: 20px 30px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box01 {
    padding: calc(10 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box01 span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box01 span {
    font-size: calc(13 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box01 span::before {
  color: #E8373D;
  content: "●";
  font-size: 10px;
  margin: 0 5px 5px 0;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box01 span::before {
    font-size: calc(10 / 3.75 * 1vw);
    margin: 0 calc(5 / 3.75 * 1vw) calc(5 / 3.75 * 1vw) 0;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 {
    flex-direction: column;
    padding: calc(15 / 3.75 * 1vw) 0 calc(5 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 .phone {
  background: url("/assets/img/common/footer_icn_phone.png") left center no-repeat;
  padding-left: 38px;
  pointer-events: none;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 .phone {
    background: url("/assets/img/common/footer_icn_phone.png") left center/calc(27 / 3.75 * 1vw) auto no-repeat;
    margin-bottom: calc(20 / 3.75 * 1vw);
    padding-left: calc(36 / 3.75 * 1vw);
    pointer-events: all;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 .phone p {
  color: #333333;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 .phone p {
    font-size: calc(11 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 .phone p span {
  color: #E8373D;
  display: block;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 .phone p span {
    font-size: calc(30 / 3.75 * 1vw);
    margin-bottom: calc(4 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul {
  border-left: 1px solid #D5D5D5;
  margin: 0 0 0 24px;
  padding-left: 26px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li {
  display: block;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li {
    margin: 0 calc(20 / 3.75 * 1vw) calc(6 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li a {
  background: url("/assets/img/common/footer_icn_arr01.png") right 5px center/8px auto no-repeat;
  color: #333333;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 26px 3px 34px;
  transition: .3s ease;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li a {
    background: url("/assets/img/common/footer_icn_arr01.png") right calc(6 / 3.75 * 1vw) center/calc(8 / 3.75 * 1vw) auto no-repeat;
    font-size: calc(13 / 3.75 * 1vw);
    padding: 3px calc(24 / 3.75 * 1vw) 3px calc(30 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li a:hover {
  background: url("/assets/img/common/footer_icn_arr01.png") right 0 center/8px auto no-repeat;
  color: #e8343d;
  opacity: 1;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li a:hover {
    background: url("/assets/img/common/footer_icn_arr01.png") right 0 center/calc(8 / 3.75 * 1vw) auto no-repeat;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li:nth-child(1) {
  background: url("/assets/img/common/footer_icn_form.png") left center no-repeat;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li:nth-child(1) {
    background: url("/assets/img/common/footer_icn_form.png") left center/calc(20 / 3.75 * 1vw) auto no-repeat;
    order: 3;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li:nth-child(2) {
  background: url("/assets/img/common/footer_icn_faq.png") left top 1px no-repeat;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li:nth-child(2) {
    background: url("/assets/img/common/footer_icn_faq.png") left top 3px/calc(20 / 3.75 * 1vw) auto no-repeat;
    order: 2;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li:nth-child(3) {
  background: url("/assets/img/common/footer_icn_guide.png") left center no-repeat;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box02 ul li:nth-child(3) {
    background: url("/assets/img/common/footer_icn_guide.png") left center/calc(20 / 3.75 * 1vw) auto no-repeat;
    order: 1;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 {
  align-items: center;
  color: #222222;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 15px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box03 {
    padding: calc(15 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
    justify-content: flex-start;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 .logo {
  padding: 0 30px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box03 .logo {
    padding: 0;
    margin: 0 auto calc(20 / 3.75 * 1vw);
    width: calc(105 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 .name {
  font-size: 16px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box03 .name {
    display: flex;
    font-size: calc(11 / 3.75 * 1vw);
    font-weight: 500;
    line-height: 1.46;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 address {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.46;
  padding: 4px 0 6px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box03 address {
    display: flex;
    flex-wrap: wrap;
    font-size: calc(11 / 3.75 * 1vw);
    padding: 0;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 .open {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box03 .open {
    display: flex;
    font-size: calc(11 / 3.75 * 1vw);
    line-height: 1.46;
  }
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid05 .cont-inner .box03 .cap {
    display: block;
    width: 5em;
  }
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 .bnr {
  align-items: center;
  border-top: 1px solid #D5D5D5;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px 30px 0;
  width: 100%;
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 .bnr .nov {
  width: 196px;
}
footer .inner-upper .grid-box.grid05 .cont-inner .box03 .bnr .lab {
  width: 186px;
}
footer .inner-upper .grid-box.grid06 {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
  width: 100%;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid06 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    width: 100%;
  }
}
footer .inner-upper .grid-box.grid06 .ft-split {
  margin: 40px 0 50px;
}
footer .inner-upper .grid-box.grid07 {
  grid-column: 1 / 5;
  grid-row: 4 / 5;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid07 {
    display: none;
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    flex-direction: column;
  }
}
footer .inner-upper .grid-box.grid07 .cont-box {
  width: 246px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid07 .cont-box {
    width: 100%;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title, footer .inner-upper .grid-box.grid07 .cont-box ul {
    background: #fff;
    font-size: calc(13 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid07 .cont-box li {
    color: #555;
    font-size: calc(12 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid07 .cont-box li a {
    padding: calc(20 / 3.75 * 1vw) calc(20 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
  }
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title {
    position: relative;
    padding: calc(20 / 3.75 * 1vw) calc(20 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title::after {
    background: url("/assets/img/common/footer_icn_arr01.png") center center/contain no-repeat;
    content: "";
    display: block;
    height: calc(13 / 3.75 * 1vw);
    position: absolute;
    top: calc(50% - calc(13 / 3.75 * 1vw));
    transform: rotate(90deg);
    transition: .3s ease;
    right: calc(20 / 3.75 * 1vw);
    width: calc(8 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.link::after {
    transform: rotate(0);
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.open {
    color: #222;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.open::after {
    background: url("/assets/img/common/footer_icn_arr02.png") center center/contain no-repeat;
    height: calc(11 / 3.75 * 1vw);
    right: calc(22 / 3.75 * 1vw);
    transform: rotate(-90deg);
    width: calc(7 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title::before {
    content: "";
    display: block;
    height: calc(34 / 3.75 * 1vw);
    position: absolute;
    top: calc(50% - calc(17 / 3.75 * 1vw));
    left: calc(15 / 3.75 * 1vw);
    width: calc(34 / 3.75 * 1vw);
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img01::before {
    background: url("/assets/img/common/link_icon/icn_cat01.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img02::before {
    background: url("/assets/img/common/link_icon/icn_cat02.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img03::before {
    background: url("/assets/img/common/link_icon/icn_cat04.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img04::before {
    background: url("/assets/img/common/link_icon/icn_cat07.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img05::before {
    background: url("/assets/img/common/link_icon/icn_cat06.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img06::before {
    background: url("/assets/img/common/link_icon/icn_cat05.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img07::before {
    background: url("/assets/img/common/link_icon/icn_cat03.png") center center/contain no-repeat;
  }
  footer .inner-upper .grid-box.grid07 .cont-box .ul-title.thb-img08::before {
    background: url("/assets/img/common/link_icon/icn_cat09.png") center center/contain no-repeat;
  }
}
footer .inner-upper .grid-box.grid07 .cont-box ul:nth-of-type(1) {
  margin-bottom: 35px;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid07 .cont-box ul:nth-of-type(1) {
    margin-bottom: 0;
  }
}
footer .inner-upper .grid-box.grid07 .list-link {
  margin: 0 -4px 50px 0;
  text-align: right;
  width: 100%;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid07 .list-link {
    background: #fff;
    padding: calc(24 / 3.75 * 1vw) 0;
    text-align: center;
  }
}
footer .inner-upper .grid-box.grid07 .list-link a {
  background: url("/assets/img/common/footer_icn_arr01.png") center right 4px/7px auto no-repeat;
  display: inline-block;
  font-size: 15px;
  padding-right: 16px;
  transition: .2s ease-in-out;
}
@media not all and (min-width: 768px) {
  footer .inner-upper .grid-box.grid07 .list-link a {
    background: url("/assets/img/common/footer_icn_arr01.png") center right calc(4 / 3.75 * 1vw)/calc(7 / 3.75 * 1vw) auto no-repeat;
    font-size: calc(14 / 3.75 * 1vw);
  }
}
footer .inner-upper .grid-box.grid07 .list-link a:hover {
  background: url("/assets/img/common/footer_icn_arr01.png") center right 0/7px auto no-repeat;
}
footer .inner-lower {
  padding: 0 0 420px;
}
@media not all and (min-width: 768px) {
  footer .inner-lower {
    padding: calc(20 / 3.75 * 1vw) 0 calc(180 / 3.75 * 1vw);
  }
}
footer .inner-lower .info-txt {
  color: #777777;
  font-size: 11px;
  line-height: 1.54;
  margin-bottom: 45px;
}
footer .inner-lower .sns-box {
  align-items: center;
  display: flex;
}
@media not all and (min-width: 768px) {
  footer .inner-lower .sns-box {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 0 calc(10 / 3.75 * 1vw);
  }
}
footer .inner-lower .sns-box iframe {
  margin-right: 10px;
}
footer .inner-lower .sns-box .fb {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  footer .inner-lower .sns-box .fb {
    display: block;
    height: calc(40 / 3.75 * 1vw);
    margin: calc(20 / 3.75 * 1vw) calc(8 / 3.75 * 1vw);
  }
  footer .inner-lower .sns-box .fb img {
    height: calc(40 / 3.75 * 1vw);
    width: auto;
  }
}
footer .inner-lower .sns-box .ist {
  margin-left: 20px;
}
@media not all and (min-width: 768px) {
  footer .inner-lower .sns-box .ist {
    display: block;
    height: calc(40 / 3.75 * 1vw);
    margin: calc(20 / 3.75 * 1vw) calc(8 / 3.75 * 1vw);
  }
  footer .inner-lower .sns-box .ist img {
    height: calc(40 / 3.75 * 1vw);
    width: auto;
  }
}
@media not all and (min-width: 768px) {
  footer .inner-lower .sns-box .box-upper {
    display: flex;
    justify-content: center;
  }
}
@media not all and (min-width: 768px) {
  footer .inner-lower .sns-box .box-lower {
    display: flex;
    justify-content: center;
  }
}
footer .bottom-wrap {
  background: #222;
  color: #fff;
  position: relative;
}
footer .bottom-wrap .flx-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
}
@media not all and (min-width: 768px) {
  footer .bottom-wrap .flx-box {
    flex-direction: column;
    padding: calc(10 / 3.75 * 1vw);
    width: 100%;
  }
}
footer .bottom-wrap .flx-box .left-box {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  height: 36px;
  justify-content: space-between;
}
@media not all and (min-width: 768px) {
  footer .bottom-wrap .flx-box .left-box {
    font-size: calc(10 / 3.75 * 1vw);
    height: auto;
    line-height: 1.5;
  }
  footer .bottom-wrap .flx-box .left-box small {
    padding: calc(8 / 3.75 * 1vw) 0;
  }
}
footer .bottom-wrap #pagetop {
  background: url("/assets/img/common/cm_btn_totop.png") center center no-repeat;
  border-radius: 50%;
  bottom: 10px;
  display: block;
  height: 64px;
  opacity: 0;
  position: fixed;
  right: 10px;
  transition: .3s ease;
  visibility: hidden;
  width: 64px;
  z-index: 20000;
}
@media not all and (min-width: 768px) {
  footer .bottom-wrap #pagetop {
    background: url("/assets/img/common/cm_btn_totop_sp.png") center center/contain no-repeat;
    border-radius: 0;
    bottom: calc(15 / 3.75 * 1vw);
    height: calc(40 / 3.75 * 1vw);
    right: 0;
    width: calc(40 / 3.75 * 1vw);
  }
}
footer .bottom-wrap #pagetop.show {
  opacity: 1;
  visibility: visible;
}
footer .bottom-wrap #pagetop.show.move {
  bottom: auto;
  position: absolute;
  top: -74px;
}
@media (min-width: 768px) {
  footer .bottom-wrap #js-order-search-button.show.move {
    bottom: auto;
    position: absolute;
    top: -74px;
  }
  footer .bottom-wrap .floating-wrap .prd-floating.js-prd-floating.move {
    bottom: auto;
    position: absolute;
    top: -154px;
  }
  footer .bottom-wrap .floating-wrap .prd-floating.js-prd-floating.move.is-active {
    bottom: auto;
    position: absolute;
    top: -314px;
  }
}
@media not all and (min-width: 768px) {
  footer .bottom-wrap #pagetop.show.move {
    top: calc(-55 / 3.75 * 1vw);
  }
}
footer .bottom-wrap #pagetop.show:hover {
  cursor: pointer;
  opacity: .7;
}

/* タブレット用　等倍縮小 */
@media screen and (max-width: 959.99px) and (min-width: 767.1px) {
  body {
    zoom: .9;
  }
}