@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(41, 171, 226, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(41, 171, 226, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0.0001);
}

@-ms-viewport {
  width: device-width;
}
body {
  line-height: 2.18;
  font-size: 13px;
  font-size: 1.3rem;
  /*font-size: 11px;
  font-size: 1.1rem;*/
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.kg {
  font-family: kozuka-gothic-pr6n, sans-serif;
}

.ss {
  font-family: 'Source Sans Pro', sans-serif;
}

a {
  -webkit-text-decoration-skip: objects;
}
a:link, a:visited {
  text-decoration: none;
  color: #333;
}
a:hover, a:active, a:focus {
  color: #333;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  background: transparent;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

b,
strong {
  font-weight: bolder;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

/* Layout */
/*==============================
共通要素
==============================*/
.wrap {
  /*max-width: 980px;*/
  max-width: 1180px;
  margin: auto;
  padding: 0 15px;
}

.left-box {
  float: left;
}

.right-box {
  float: right;
}

.fl-container {
  display: -webkit-flex;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }

  .hidden-pc {
    display: none;
  }

  .only-pc {
    display: inline-block;
  }

  .only-sp {
    display: none;
  }
}
/*==============================
ヘッダー
==============================*/
.header-txt {
  margin-top: 35px;
  color: #000;
  /*font-size: 8.37px;*/
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .05em;
}

.header-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.header-logo {
  /*margin-top: 10px;*/
  margin-top: 20px;
}

.l-nav {
  margin: 0 0 0 auto;
}

.nav-top {
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px 0;
}

.nav-credit {
  margin: 0 0 0 auto;
}

.nav-tel {
  margin: 0 0 0 12px;
  text-align: right;
}

.nav-tel-no {
  /*font-size: 16.7px;*/
  font-size: 26px;
  font-weight: 700;
  color: #978475;
  line-height: 1;
}

.nav-tel-time {
  /*font-size: 8.37px;*/
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.2;
  color: #000;
}

.nav-list {
  /*font-size: 9.65px;*/
  font-size: 13px;
}
.nav-list li {
  border-left: 1px solid  #CACACA;
}
.nav-list a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #000;
  padding: 0 1em;
  transition: color .3s;
}
.nav-list a:hover, .nav-list a:active {
  color: #ED1E79;
}
.nav-list .nav-order {
  padding: 0 0 0 1em;
}
.nav-list .nav-order a {
  display: block;
  margin: 0 0 0;
  /*padding: 4px 9% 6px;*/
  padding: 4px 12% 6px;
  border-radius: 5px;
  /*min-width: 100px;*/
  min-width: 130px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  background: #ED1E79;
  transition: background .3s;
}
.nav-list .nav-order a:before {
  /*padding: 0 .1em 0 0;*/
  font-size: 15px;
  vertical-align: middle;
}

.nav-list .nav-order-mg {
  padding: 0 0 0 .5em;
  border:none;
}
.nav-list .nav-order-mg a {
  display: block;
  margin: 0 0 0;
  padding: 4px 12% 6px;
  border-radius: 5px;
  min-width: 130px;
  color: #ED1E79;
  font-weight: 700;
  white-space: nowrap;
  background: #fff;
  transition: background .3s;
  border:solid 1px #ED1E79;
}
.nav-list .nav-order-mg a:before {
  /*padding: 0 .1em 0 0;*/
  font-size: 15px;
  vertical-align: middle;
}

.icon-cart img {
  width:20px;
}
.nav-list .nav-order a:hover, .nav-list .nav-order a:active {
  background-color: #f57cb1;
}
.nav-list .nav-order-mg a:hover, .nav-list .nav-order-mg a:active {
  color: #f57cb1;
  border:solid 1px #f57cb1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
ul.menu__second-level li {
    border-top: 1px solid #F0F0F0;
    width: 200px;
    height: 50px;
    border-left: none;
}
ul.menu__second-level li a:hover {

}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-bottom > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index:9999;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/*==============================
コンテンツ
==============================*/
/*==============================
フッター
==============================*/
.footer-nav-list {
  -webkit-justify-content: center;
  padding: 0 0 25px;
  margin: 0 0 30px;
  border-bottom: 3px solid  #F0F0F0;
}
.footer-nav-list li {
  position: relative;
  padding: 0 1.5em;
  /*padding: 0 1em;
  font-size: 9px;*/
  font-size: 12px;
}
.footer-nav-list li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
}
.footer-nav-list li a {
  color: #000;
}
.footer-nav-list li a:hover, .footer-nav-list li a:active {
  text-decoration: underline;
}
.footer-nav-list li:last-child:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
}

.footer-info {
  /*margin: 0 0 15px;*/
  margin: 0 0 40px;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-info .foote-item {
  margin: 0 3%;
  /*margin: 0 1.8%;
  max-width: 200px;*/
  max-width: 500px;
}
.footer-info .icon-arrow-link:before {
  padding: 0 .5em 0 0;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.footer-info .icon-arrow-link a {
  color: #000;
  pointer-events: auto;
  transition: opacity .3s;
  text-decoration: underline;
}
.footer-info .icon-arrow-link:hover:before,
.footer-info .icon-arrow-link:active:before {
  transform: translateX(0.3em);
}
.footer-info .footer-headline {
  /*margin: 0 0 5px;*/
  margin: 0 0 10px;
  color: #808080;
  font-weight: 700;
  /*font-size: 12px;*/
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .075em;
}
.footer-info .footer-payment-txt {
  margin: 0 0 5px;
  color: #666;
  /*font-size: 8px;*/
  font-size: 12px;
  line-height: 1.75;
}
.footer-info .footer-payment-img {
  /*margin: 0 0 5px;*/
  margin: 0 0 10px;
}
.footer-info .footer-payment-note {
  font-size: 7px;
  line-height: 1.5;
}
.footer-info .footer-delivery-txt {
  /*margin: 0 0 5px;*/
  margin: 0 0 10px;
  color: #666;
  /*font-size: 8px;*/
  font-size: 12px;
  line-height: 1.75;
}
.footer-info .footer-tel-time {
  font-weight: 500;
  letter-spacing: .075em;
  /*font-size: 9px;*/
  font-size: 12px;
}
.footer-info .footer-tel-txt {
  /*margin: 0 0 5px;*/
  margin: 0 0 10px;
  color: #666;
  /*font-size: 8px;*/
  font-size: 12px;
  line-height: 1.75;
}
.footer-info .footer-tel-no {
  /*font-size: 16.73px;*/
  font-size: 20px;
  color: #978475;
  font-weight: 700;
  line-height: 1.8;
  /*line-height: 1.2;*/
}
.footer-info .footer-tel-link li + li {
  margin-top: 5px;
}

.footer-logo {
  text-align: center;
}

.footer-logo-intro {
  margin: 0 0 10px;
  /*font-size: 8.37px;*/
  font-size: 10px;
}

.footer-logo-sub {
  margin: 5px 0 20px;
  font-size: 7px;
}

.l-copyright {
  margin: 0 0 100px;
  text-align: center;
  font-size: 8.27px;
  letter-spacing: .1em;
}

@media only screen and (max-width: 850px) {
  .header-container {
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-container .header-txt {
    margin-top: 4.117vw;
  }

  .menu-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 3.8235vw;
    height: 3.8235vw;
    cursor: pointer;
    z-index: 55;
  }
  .menu-btn:after {
    margin-top: 2.75vw;
    display: block;
    content: '';
    width: 100%;
    height: .8825vw;
    background: url(../img/common/sp-menu-txt.svg) no-repeat center/3.65vw 0.8825vw;
  }
  .menu-btn,
  .menu-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: .3s;
  }
  .menu-btn span:nth-of-type(1) {
    top: 0;
  }
  .menu-btn span:nth-of-type(2) {
    top: .882vw;
  }
  .menu-btn span:nth-of-type(3) {
    top: 1.882vw;
  }
  .menu-btn:not(.open):hover span:nth-of-type(2) {
    width: 70%;
  }
  .menu-btn:not(.open):hover span:nth-of-type(3) {
    width: 35%;
  }
  .menu-btn.open span {
    box-shadow: none;
  }
  .menu-btn.open span:nth-of-type(1) {
    -webkit-transform: translateY(0.882vw) rotate(-45deg);
    transform: translateY(0.882vw) rotate(-45deg);
  }
  .menu-btn.open span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-btn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-0.882vw) rotate(45deg);
    transform: translateY(-0.882vw) rotate(45deg);
  }

  .l-nav {
    display: none;
    width: 50%;
    position: absolute;
    right: -15px;
    top: 80px;
    padding: 10px 3%;
    z-index: 10;
    background: #fff;
  }

  .nav-top {
    margin: 0 5.8% 10px;
  }

  .nav-credit {
    margin: 0;
  }

  .nav-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .nav-list li {
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .nav-list li a {
    display: block;
    padding: 0 5.8%;
    font-size: 3vw;
    white-space: nowrap;
  }
  .nav-list .nav-cart a {
    color: #ED1E79;
  }
  .nav-list .nav-order {
    padding: 20px 3% 10px;
    border-bottom: none;
  }
  .nav-list .nav-order a {
    text-align: center;
  }
  .nav-list .nav-order a:before {
    padding: 0 .5em 0 0;
    font-size: 2.5vw;
  }
  .nav-list .nav-order-mg {
    padding: 20px 3% 10px;
    border-bottom: none;
  }
  .nav-list .nav-order-mg a {
    text-align: center;
  }
  .nav-list .nav-order-mg a:before {
    padding: 0 .5em 0 0;
    font-size: 2.5vw;
  }
  .icon-cart img {
    width:30px;
  }
}
.category-list {
  /*margin: 0 0 60px;*/
  margin: 0 0 80px;
  text-align: center;
}
.category-list .category-headline {
  display: inline-block;
  padding: 0 0.3%;
  margin: 0 0 20px;
  color: #fff;
  /*font-size: 8.53px;*/
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .075em;
  border-radius: 2.25px;
  font-weight: 500;
  background: #ED1E79;
}
.category-list .post-categories {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  /*max-width: 700px;*/
  max-width: 900px;
  margin: auto;
}
.category-list .post-categories li {
  position: relative;
  padding: 0 1.4em;
  margin: 0 0 8px;
  /*margin: 0 0 12px;*/
	font-size:12px;
}
.category-list .post-categories li:before,
.category-list .post-categories li:after {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 1em;
  background: #707070;
}
.category-list .post-categories li:before {
  left: 0;
}
.category-list .post-categories li:after {
  right: 0;
}
.category-list .post-categories li + li {
  margin-left: -1px;
}
.category-list .post-categories a {
  /*font-size: 11px;*/
  font-size: 12px;
  color: #707070;
  font-weight: 500;
  transition: color .3s;
}
.category-list .post-categories a:hover, .category-list .post-categories a:active {
  color: #ED1E79;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 320px;
  text-align: center;
  border: 3px solid #e5e5e5;
  margin: 0 auto 80px;
}
.search-form input[type="text"] {
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  border: 0;
  width: 100%;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 16px;
  padding: 10px;
  border: 0;
}

/*==========================================================================================
ここからSP
==========================================================================================*/
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: inline-block;
  }

  .wrap {
    padding: 0 8%;
    width: 100%;
  }

  .l-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header-txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0;
    margin: 0 auto 5.2vw;
    font-size: 2.6vw;
    text-align: center;
  }

  .header-main-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }

  .header-container {
    margin: 0;
    padding: 0 8%;
  }

  .header-logo {
    width: 32.6vw;
    margin: 2.666vw auto;
  }
  .header-logo img {
    width: 100%;
  }

  .menu-btn {
    width: 8.547vw;
    height: 9.2vw;
    top: 0;
    right: 8.8%;
  }
  .menu-btn:after {
    margin-top: 5.5vw;
    height: 1.965vw;
    background-size: 8.127vw 1.965vw;
  }
  .menu-btn span:nth-of-type(2) {
    top: 1.864vw;
  }
  .menu-btn span:nth-of-type(3) {
    top: 3.764vw;
  }
  .menu-btn.open span:nth-of-type(1) {
    -webkit-transform: translateY(1.764vw) rotate(-45deg);
    transform: translateY(1.764vw) rotate(-45deg);
  }
  .menu-btn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-1.764vw) rotate(45deg);
    transform: translateY(-1.764vw) rotate(45deg);
  }

  .l-nav {
    width: 100%;
    right: 00;
    top: 0;
    /*padding: 12.8vw 8% 0;*/
    padding: 12.8vw 8%;
  }

  .nav-top {
    display: none;
  }

  .nav-list li a {
    padding: .9vw 6%;
    font-size: 4.26vw;
  }
  .nav-list .nav-contact span:after {
    display: inline-block;
    content: "";
    padding: 0 0 0 1em;
    margin-top: -0.5em;
    width: 2.53em;
    height: 1.49em;
    background: url(../img/common/icon_contact.svg) no-repeat right center/1.53em 1.49em;
    vertical-align: middle;
  }
  .nav-list .nav-order {
    padding: 7vw 0;
    border-bottom: none;
  }
  .nav-list .nav-order a {
    /*padding: 3.3vw 0 4.6vw;*/
    padding: 2vw 0;
    letter-spacing: 0.05em;
  }
  .nav-list .nav-order a:before {
    padding: 0 .2em 0 0;
    font-size: 5.7vw;
  }
  .nav-list .nav-order a span {
    display: inline-block;
  }
  .nav-list .nav-order-mg {
    padding: 0 0 7vw 0;
    border-bottom: none;
  }
  .nav-list .nav-order-mg a {
    /*padding: 3.3vw 0 4.6vw;*/
    padding: 2vw 0;
    letter-spacing: 0.05em;
  }
  .nav-list .nav-order-mg a:before {
    padding: 0 .2em 0 0;
    font-size: 5.7vw;
  }
  .nav-list .nav-order-mg a span {
    display: inline-block;
  }

  .category-list {
    margin: 0 0 19vw;
  }
  .category-list .category-headline {
    padding: 0 1.6%;
    margin: 0 0 20px;
    font-size: 4vw;
    line-height: 1.7;
  }
  .category-list .post-categories {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 700px;
    margin: auto;
  }
  .category-list .post-categories li {
    padding: 0 1.6em;
    margin: 0;
  }
  .category-list .post-categories li:before,
  .category-list .post-categories li:after {
    content: none;
  }
  .category-list .post-categories li + li {
    margin-left: 0;
  }
  .category-list .post-categories a {
    font-size: 3.733vw;
    letter-spacing: -.05em;
  }

  .sp-footer-btn {
    margin-bottom: 8vw;
  }
  .sp-footer-btn a {
    border-radius: 5px;
    text-align: center;
  }

  .sp-footer-btn-corporate a {
    display: block;
    padding: 1vw 0 2.8vw;
    font-size: 4.5vw;
    color: #fff;
    background: #29ABE2;
    transition: background .3s;
  }
  .sp-footer-btn-corporate a .sp-icon-mail:before {
    display: inline-block;
    content: "";
    width: 8.112vw;
    height: 6.928vw;
    background: url(../img/common/sp_icon_contact.svg) no-repeat left center/7.112vw 6.928vw;
    vertical-align: middle;
    margin: 0 0.3em 0 0;
  }
  .sp-footer-btn-corporate a:hover, .sp-footer-btn-corporate a:active {
    background-color: #83ceee;
  }

  .sp-footer-btn-tel {
    margin-top: 4vw;
  }

  .sp-footer-btn-tel a {
    display: block;
    padding: 2vw 0;
    color: #fff;
    background: #999999;
    transition: background .3s;
  }
  .sp-footer-btn-tel a .sp-icon-tel {
    display: inline-block;
    text-align: left;
    padding: 0 0 0 2em;
  }
  .sp-footer-btn-tel a .sp-icon-tel-inner {
    display: inline-block;
  }
  .sp-footer-btn-tel a .sp-icon-tel:before {
    display: inline-block;
    margin: 0 0.5em 0 0;
    content: "";
    width: 5.742vw;
    height: 8.292vw;
    background: url(../img/common/icon_tel.svg) no-repeat left center/4.742vw 8.292vw;
  }
  .sp-footer-btn-tel a .sp-tel-no {
    display: block;
    font-size: 4.8vw;
    line-height: 1.25;
  }
  .sp-footer-btn-tel a .sp-tel-time {
    display: block;
    font-size: 3.2vw;
    letter-spacing: .1em;
    line-height: 1.25;
  }
  .sp-footer-btn-tel a:hover, .sp-footer-btn-tel a:active {
    background-color: #cccccc;
  }

  .sp-footer-main {
    padding: 6.5vw 0 0;
    text-align: center;
    background: #E6E6E6;
  }

  .sp-footer-intro {
    margin: 0 0 6vw;
    font-size: 3.73vw;
  }

  .sp-footer-logo {
    width: 49.73vw;
    margin: 0 auto 5.5vw;
  }
  .sp-footer-logo img {
    width: 100%;
  }
  .sp-footer-logo a:hover img {
    opacity: 1;
  }

  .sp-footer-add {
    margin: 0 0 3vw;
    font-size: 3.2vw;
    line-height: 1.828;
  }

  .sp-footer-map {
    /*margin: 0 0 11vw;*/
    margin: 0 0 5vw;
  }
  .sp-footer-map a {
    color: #ED1E79;
    font-size: 3.46vw;
    text-decoration: underline;
    transition: opacity .3s;
  }
  .sp-footer-map a:hover, .sp-footer-map a:active {
    opacity: .7;
  }

  .sp-footer-link {
    display: inline-block;
    /*margin: 0 0 11vw;*/
    margin: 5vw 0 11vw;
  }
  .sp-footer-link li {
    text-align: left;
  }
  .sp-footer-link li a {
    font-size: 4vw;
  }
  .sp-footer-tel {
    color: #29ABE2 !important;
    font-weight: 700;
	 font-size: 6vw;
  }

  .sp-footer-mail:before {
    display: inline-block;
    content: '';
    width: 6.688vw;
    height: 5.541vw;
    vertical-align: middle;
    margin: -2vw 0 0;
    background: url(../img/common/icon_contact_02.svg) no-repeat left center/5.688vw 5.541vw;
  }

  .sp-footer-mail a {
    transition: color .3s;
  }
  .sp-footer-mail a:hover, .sp-footer-mail a:active {
    color: #29ABE2;
  }

  .sp-footer-arrow:before {
    font-size: 5vw;
    vertical-align: middle;
    margin-top: -2vw;
    display: inline-block;
    margin: -2vw .5em 0 0;
  }

  .sp-footer-arrow a {
    transition: color .3s;
  }
  .sp-footer-arrow a:hover, .sp-footer-arrow a:active {
    color: #ED1E79;
  }

  .sp-footer-note {
    font-size: 2.666vw;
    letter-spacing: .1em;
  }

  .l-copyright {
    margin: 0;
    padding: 0 0 3.73vw;
    font-size: 2.666vw;
    letter-spacing: .1em;
    background: #E6E6E6;
  }
}
.iphone .menu-btn:not(.open):hover span:nth-of-type(2),
.iphone .menu-btn:not(.open):hover span:nth-of-type(3),
.android .menu-btn:not(.open):hover span:nth-of-type(2),
.android .menu-btn:not(.open):hover span:nth-of-type(3),
.mb .menu-btn:not(.open):hover span:nth-of-type(2),
.mb .menu-btn:not(.open):hover span:nth-of-type(3),
.tablet .menu-btn:not(.open):hover span:nth-of-type(2),
.tablet .menu-btn:not(.open):hover span:nth-of-type(3) {
  width: 100%;
}

_:lang(x)::-ms-backdrop, .category-list .category-headline:before {
  content: '';
  display: block;
  margin-top: 5px;
}

_:lang(x)::-ms-backdrop, .category-list .category-headline:after {
  content: '';
  display: block;
  margin-bottom: -5px;
}

_:lang(x)::-ms-backdrop, .nav-tel-time {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  _:lang(x)::-ms-backdrop, .category-list .category-headline:before {
    margin-top: 2vw;
  }

  _:lang(x)::-ms-backdrop, .category-list .category-headline:after {
    margin-bottom: -2vw;
  }

  _:lang(x)::-ms-backdrop, .nav-tel-time {
    margin-top: 2vw;
  }
}
