@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

input,
button,
textarea,
select {
  font-family: "Noto JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3",
    "メイリオ", Meiryo, Osaka, "sans-serif";
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  overflow-y: auto;
  min-width: 1240px;
  letter-spacing: 0;
}

body.menu-open {
  overflow: auto;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: inherit;
    padding-bottom: env(safe-area-inset-bottom);
  }
}

a:link,
a:visited {
  color: #111111;
  text-decoration: none;
}

@media screen and (min-width: 768px) {

  a:link,
  a:visited {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  a {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.head_bnr_list_item {
	font-size: 0;
	text-align: center;
	background-color: #180907;
}
.head_bnr_list_item__img {
	margin: 0 auto;
}

#header-wrap {
  height: 110px;
  overflow: visible;
  position: relative;
}

#header {
  background: #04256d;
  min-width: 1240px;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  position: static;
  top: 0;
  left: 0;
  z-index: 2000;
}

#header-inner {
  height: 110px;
  position: relative;
  margin: 0 auto;
  pointer-events: auto !important;
}

#header__menu-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 9px;
  background: url(../images/common/header_menu.svg) 50% 50% no-repeat;
  background-size: 30px 30px;
}

#header__menu-btn span {
  visibility: hidden;
}

#header__logo {
  width: 100%;
  height: auto;
  float: none;
  padding-top: 10px;
  text-align: center;
  line-height: 0;
}

#header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  margin: 0 auto;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none !important;
}

#header__logo a strong img {
  width: 88px;
  height: 88px;
}

#header__logo span {
  display: block;
  font-family: "Times New Roman", Times, "serif";
  padding-left: 5px;
}

#header__navi {
  position: absolute;
  top: 15px;
  right: 25px;
}

#header__navi>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header__navi>ul>li {
  position: relative;
  margin-left: 15px;
}

#header__navi>ul>li>a {
  position: relative;
  display: block;
  line-height: 1.1;
  width: 60px;
  font-family: "Noto Serif", serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  padding-top: 55px;
}

#header__navi>ul>li>a .point-circle {
  position: absolute;
  top: 1px;
  left: 37px;
}

#header__navi__login>a {
  background: url(../images/common/icon_user_w.svg) 50% 9px no-repeat;
  background-size: 36px 37px;
}

#header__navi__cart>a {
  background: url(../images/common/icon_cart_w.svg) calc(50% - 2px) 5px no-repeat;
  background-size: 50px 46px;
}

.point-circle {
  display: block;
  overflow: visible;
  background: #ff0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-family: "Noto Serif", serif;
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding-top: 3px;
}

#header-gnav-pc {
  padding: 15px 0;
  background: #fff;
}

#header-gnav-pc ul {
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #c8c8c8;
}

#header-gnav-pc ul li {
  width: 17.5%;
  text-align: center;
  border-right: 2px solid #c8c8c8;
  line-height: 1.2;
}

#header-gnav-pc ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #474747;
  height: 47px;
  letter-spacing: -0.05em;
}

#header-gnav-pc ul li:last-child a {
  letter-spacing: 0em;
}

#header-subnav-wrap {
  position: relative;
}

#header-subnav-pc {
  background: #f2f2f2;
}

#header-subnav-pc .header-subnav_list {
  width: 1367px;
  margin: 0 auto;
  position: relative;
  height: 75px;
}

#header-subnav-pc .header-subnav_list .header-subnav_list_item {
  display: inline-block;
  margin: 0 30px;
}

#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Noto Serif", serif;
  letter-spacing: 1.8px;
  color: #707070;
}

#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu.active,
#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu:hover {
  text-decoration: none;
  color: #04256d;
  opacity: 1;
}

#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu.active .subnav_menu_ttl,
#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu:hover .subnav_menu_ttl {
  position: relative;
}

#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu.active .subnav_menu_ttl:before,
#header-subnav-pc .header-subnav_list .header-subnav_list_item .subnav_menu:hover .subnav_menu_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  border-bottom: 2px solid #04256d;
  width: 100%;
}

#header-subnav-pc .header-subnav_list .header-subnav_list_item:hover .header-subnav__drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-subnav__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*min-height: 427px;*/
  /*max-height: 650px;*/
  /*overflow-y: scroll;*/
  background: #fff;
  -webkit-box-shadow: 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: auto;
  -ms-overflow-style: scrollbar;/*MS対応*/
}

.header-subnav__drop__inner {
  width: 1240px;
  margin: 0 auto;
}

.header-subnav__drop .box-type01 {
  padding: 60px 0;
}

.header-subnav__drop .category-list {
  margin-bottom: 0;
}

.header-subnav__drop .category-list li {
  margin: 0 40px 15px 0;
}

#products-ranking-item .rank {
  text-align: center;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  padding-bottom: 20px;
}

#products-news-item .inner {
  width: 1367px;
}

.newsandinfomation_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsandinfomation {
  width: 50%;
  padding: 0 60px 0 0;
}

.newsandinfomation:last-child {
  padding: 0 0 0 60px;
  border-left: 1px solid #eee;
}

.newsandinfomation_list li {
  border-top: 1px solid #eee;
}

.newsandinfomation_list li:last-of-type {
  border-bottom: 1px solid #eee;
}

.newsandinfomation_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.newsandinfomation_link span:nth-of-type(1) {
  padding-right: 1em;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

a.link-more {
  display: block;
  text-align: right;
  margin-top: 25px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  position: relative;
  color: #555;
  padding-right: 1em;
}

a.link-more:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.js-subnav-bg.open {
  display: block;
}

.js-subnav-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  padding-bottom: 1000px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
}

@media screen and (min-width: 768px) {
  #header-wrap.fixed #header {
    position: fixed;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #header-wrap {
    height: 55px;
  }

  #header-wrap.fixed #header {
		position: fixed;
	}

  #header {
    min-width: inherit;
    border-bottom: none;
    height: 55px;
  }

  #header-inner {
    height: 55px;
  }

  #header__menu-btn {
    top: 5px;
    left: 8px;
    width: 50px;
    height: 50px;
    background-size: 18px 15px;
  }

  #header__logo {
    padding-top: 4px;
  }

  #header__logo a {
    width: 172px;
    font-size: 13px;
  }

  #header__logo a strong img {
    width: 48px;
    height: 48px;
  }

  #header__logo span {
    padding-left: 8px;
    white-space: nowrap;
  }

  #header__navi {
    top: 10px;
    right: 25px;
  }

  #header__navi>ul>li {
    margin-left: 8px;
  }

  #header__navi>ul>li>a {
    width: 40px;
    height: 40px;
    font-size: 9px;
    padding-top: 28px;
  }

  #header__navi>ul>li>a .point-circle {
    position: absolute;
    top: 2px;
    left: 24px;
  }

  #header__navi__cart>a {
    background: url(../images/common/icon_cart_w.svg) calc(50% - 2px) 6px no-repeat;
    background-size: 25px 23px;
  }

  .point-circle {
    width: 14px;
    height: 14px;
    font-size: 9px;
    padding-top: 2px;
  }

  #header-gnav-pc,
  #header-subnav-pc {
    display: none;
  }
}

#gnav-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99980;
  padding-bottom: 1000px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media all and (-ms-high-contrast: none) {
  #gnav-bg {
    background: rgba(0, 0, 0, 0.7);
  }
}

@-moz-document url-prefix() {
  #gnav-bg {
    background: rgba(0, 0, 0, 0.7);
  }
}

#gnav-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding-bottom: 1000px;
  -webkit-transition: left 0.8s ease-in-out;
  transition: left 0.8s ease-in-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: auto;
}

#gnav-wrap.open {
  left: 0;
}

#gnav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

#gnav__menu {
  width: 464px;
  min-height: 100%;
  height: 100%;
  padding: 25px 25px 0px 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

#gnav__menu-close {
  margin-bottom: 15px;
}

#gnav__menu-close span {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/common/icon_close.svg) 50% 50% no-repeat;
  background-size: 32px 32px;
}

#gnav__close {
  width: calc(100% - 464px);
}

.gnav__menu-ttl {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0px -25px 2px -20px;
  padding: 25px 28px;
  background: #04256d;
}

.gnav__menu-list {
  margin-bottom: 0px;
}

.gnav__menu-list>li {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  border-bottom: 2px solid #e5e5e5;
}

.gnav__menu-list>li:last-child {
  border-bottom: none;
}

.gnav__menu-list>li>a {
  display: block;
  position: relative;
  padding: 25px 20px 25px 8px;
  line-height: 1.2;
  color: #101010;
  text-decoration: none;
}

.gnav__menu-list>li>a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 2px solid #555555;
  border-bottom: 2px solid #555555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.gnav__menu-bammerlist {
  padding-top: 30px;
  padding-bottom: 14px;
  border-top: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav__menu-bammerlist li {
  width: calc(50% - 8px);
  margin-bottom: 16px;
  line-height: 0;
}

.gnav__menu-bammerlist li:nth-of-type(2n) {
  margin-left: 16px;
}

.gnav__menu-bammerlist li a {
  display: block;
}

@media screen and (max-width: 767px) {
  #gnav-wrap {
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
  }

  #gnav__menu {
    width: 300px;
    padding: 13px 15px 0px 15px;
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }

  #gnav__menu-close {
    margin-bottom: 10px;
  }

  #gnav__menu-close span {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
  }

  #gnav__close {
    width: calc(100% - 300px);
  }

  .gnav__menu-ttl {
    font-size: 12px;
    margin: 0px -15px 2px;
    padding: 17px 20px;
  }

  .gnav__menu-list {
    margin-bottom: 0px;
  }

  .gnav__menu-list>li {
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
  }

  .gnav__menu-list>li>a {
    padding: 16px 16px 16px 4px;
  }

  .gnav__menu-list>li>a::after {
    right: 8px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }

  .gnav__menu-bammerlist {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5;
  }

  .gnav__menu-bammerlist li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .gnav__menu-bammerlist li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

.bread-crumb {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.bread-crumb::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.bread-crumb ul {
  margin: 0 auto;
  width: 1240px;
  color: #111111;
  line-height: 1.1;
}

.bread-crumb ul li::before {
  color: #111111;
}

.bread-crumb li {
  float: left;
}

.bread-crumb li::before {
  content: ">";
  margin: 0 5px;

}
.bread-crumb li:first-child::before {
  content: "";
  margin: 0;
}

.bread-crumb ul a {
  color: #111111;
}

@media screen and (max-width: 767px) {
  .bread-crumb {
    font-size: 10px;
    margin: 15px 0px 5px 0px;
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .bread-crumb ul {
    display: table;
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }

  .bread-crumb ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
  .leftcolumn-accordion-wrap-body .leftcolumn-btn {
    width: 60vw;
    margin: 40px auto 0;
  }
}

#container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

#main.single-column {
  display: block;
}

.indexPage #main.single-column {
  width: auto;
}

.productsDetailPage #main {
  width: 100%;
}

.productsDetailPage #main #three_maincolumn {
  width: 1240px;
  margin: 0 auto;
}

.inner {
  position: relative;
  max-width: 100%;
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
  }

  #main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: inherit !important;
    width: auto !important;
    overflow: hidden;
  }

  .inner {
    width: auto;
    min-width: inherit;
  }
}

#three_maincolumn {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#leftcolumn+#three_maincolumn {
  width: calc(100% - 260px);
}

@media screen and (max-width: 767px) {
  #three_maincolumn {
    width: 100% !important;
    padding: 0 15px;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

#leftcolumn {
  min-width: 200px;
  max-width: 200px;
  margin-right: 60px;
  margin-bottom: 50px;
  color: #222;
}

#leftcolumn .btn.submit {
  margin: 0;
  height: 36px;
  width: 100%;
  font-size: 13px;
}

#leftcolumn .btn.submit:hover {
  opacity: 1;
}

#leftcolumn label {
  font-size: 13px;
}

#leftcolumn .btn-type01 {
  background: #333;
}

@media screen and (max-width: 767px) {
  #leftcolumn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0px 0px 30px 0px;
  }

  /*.indexPage #leftcolumn {
    display: none !important;
  }*/
}

.leftcolumn-head {
  margin: 0 0 10px 0;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.leftcolumn-head button,
.leftcolumn-head a {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
}

.leftcolumn-head a {
  text-align: center;
  color: #555;
  background-color: #04256d;
  outline: 0;
}

.leftcolumn-head a:hover {
  text-decoration: none;
}

.leftcolumn_heading {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.leftcolumn-ttl {
  padding: 13px 25px 13px 8px;
  font-size: 16px;
  font-weight: 500;
}

.leftcolumn-text {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.leftcolumn-head-link .leftcolumn-text {
  color: #fff;
}

.block-leftcolumn-mysize-title {
  display: none;
}

.leftcolumn-mysize {
  font-weight: bold;
  font-size: 13px;
}

.leftcolumn-mysize span {
  font-weight: normal;
}

.leftcolumn-btn {
	margin-top: 25px;
  position: relative;
}

.leftcolumn-btn-sub {
  margin: 15px 0;
}

.leftcolumn-btn-sub .btn-type04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  min-height: 10px;
}

@media screen and (max-width: 767px) {
  .leftcolumn-head {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .leftcolumn-head button,
  .leftcolumn-head a {
      font-size: 14px;
      text-align: center;
  }

  .leftcolumn-ttl {
    font-weight: 700;
    color: #333;
    background-color: #f5f6f6;
    padding: 20px 10px 20px 20px;
    border-bottom: none;
  }

  .leftcolumn-mysize {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .leftcolumn-btn .btn-type01 {
    width: 100%;
    padding: 0px 5px;
  }

  .leftcolumn-btn-sub .btn-type04 {
    padding: 0 15px;
  }

  .leftcolumn-btn::before {
    content: none;
  }
}

.leftcolumn__menu dt {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  line-height: 1.1;
  padding: 18px 20px 18px 10px;
}

.leftcolumn__menu dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_plus_w.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.leftcolumn__menu dt.open::after {
  background: url(../images/common/icon_minus_w.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.leftcolumn__menu dt.leftcolumn__menu-mens,
.leftcolumn__menu dt.leftcolumn__menu-outlet {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  padding: 15px 5px;
  border-bottom: 1px solid #efefef;
}

.leftcolumn__menu dt.leftcolumn__menu-mens::after,
.leftcolumn__menu dt.leftcolumn__menu-outlet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border: none;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_plus.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.leftcolumn__menu dt.leftcolumn__menu-mens.open::after,
.leftcolumn__menu dt.leftcolumn__menu-outlet.open::after {
  margin-top: -4px;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_minus.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.leftcolumn__menu dd {
  display: none;
}

.leftcolumn__menu ul li {
  border-bottom: 1px solid #e3eae8;
  font-size: 13px;
}

.leftcolumn__menu ul li a {
  display: block;
  position: relative;
  padding: 12px 10px 12px 20px;
  text-decoration: none !important;
}

.leftcolumn__brand-box {
  margin-bottom: 40px;
}

.leftcolumn__brand-box .select-type01-wrap {
  margin-top: 15px;
}

.leftcolumn__brand-box .select-type01 {
  width: 100%;
  font-size: 12px;
}

.leftcolumn__brand-box .leftcolumn-accordion-wrap-btn.open+.leftcolumn-accordion-wrap-body .select-type01 {
  border-top: none;
}

.leftcolumn__brand-box ul li {
  border-bottom: 1px solid #b5b5b5;
  font-size: 12px;
}

.leftcolumn__brand-box ul li a {
  display: block;
  position: relative;
  padding: 10px 26px;
  text-decoration: none !important;
}

.leftcolumn__brand-box ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.leftcolumn__banner-list li {
  margin-bottom: 15px;
}

.leftcolumn__banner-list li a {
  display: block;
  line-height: 0;
}

.leftcolumn__refine-list>li {
  border-bottom: 1px solid #efefef;
}

.leftcolumn__refine-list>li dl dt {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  padding: 13px 25px 13px 8px;
}

.leftcolumn__refine-list>li dl dt.leftcolumn-accordion-btn {
  cursor: pointer;
}

.leftcolumn__refine-list>li dl dt.leftcolumn-accordion-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_plus.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.leftcolumn__refine-list>li dl dt.leftcolumn-accordion-btn.open::after {
  background: url(../images/common/icon_minus.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.leftcolumn__refine-list>li dl dd.leftcolumn-accordion-body {
  display: none;
}

.leftcolumn__refine-list>li dl dd ol {
  border-top: 1px solid #efefef;
}

.leftcolumn__refine-list>li dl dd ol li {
  font-size: 13px;
  border-bottom: 1px solid #efefef;
}

.leftcolumn__refine-list>li dl dd ol li:last-child {
  border-bottom: none;
}

.leftcolumn__refine-list>li dl dd ol li .custom-control {
  display: block;
  padding: 0;
  white-space: inherit;
}

.leftcolumn__refine-list>li dl dd ol li .custom-control-indicator {
  left: inherit;
  right: 7px;
}

.leftcolumn__refine-list>li dl dd ol li .custom-control-description {
  display: block;
  width: 100%;
  padding: 13px 30px 13px 20px;
  margin: 0;
  line-height: 20px;
}

.leftcolumn__menu-wrap_lists li {
  border-bottom: 1px solid #b5b5b5;
  font-size: 13px;
}

.leftcolumn__menu-wrap_lists li a {
  display: block;
  position: relative;
  padding: 12px 8px;
  text-decoration: none !important;
}

.leftcolumn__menu-wrap_lists li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.leftcolumn-accordion-wrap-btn {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}

.leftcolumn-accordion-wrap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border: none;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_plus.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.leftcolumn-accordion-wrap-btn.open::after {
  margin-top: -4px;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_minus.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.leftcolumn-accordion-wrap-body {
  display: none;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {

  .leftcolumn__menu-wrap_lists li {
    font-size: 12px;
  }

  .leftcolumn__menu-wrap_lists li a::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }

  .leftcolumn__menu-wrap {
    margin-bottom: 0px;
  }

  .leftcolumn__menu dt {
    font-size: 12px;
    font-weight: 500;
  }

  .leftcolumn__menu dt::after {
    right: 20px;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border: none;
    -webkit-transform: none;
    transform: none;
    background: url(../images/common/icon_plus_w.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .leftcolumn__menu dt.open::after {
    margin-top: -4px;
    -webkit-transform: none;
    transform: none;
    background: url(../images/common/icon_minus_w.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .leftcolumn__menu dt.leftcolumn__menu-mens {
    font-size: 12px;
  }

  .leftcolumn__menu dt.leftcolumn__menu-mens::after {
    right: 5px;
    width: 13px;
    height: 13px;
  }

  .leftcolumn__menu dd ul li {
    font-size: 12px;
    border-bottom: 1px solid #e3eae8;
  }

  .leftcolumn__menu dd ul li a {
    padding: 15px 10px 15px 20px;
  }

  .leftcolumn__menu dd ul li a::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }

  .leftcolumn__brand-box {
    margin-bottom: 0px;
  }

  .leftcolumn__brand-box ul li {
    font-size: 12px;
    border-bottom: 1px solid #b5b5b5;
  }

  .leftcolumn__brand-box ul li a {
    padding: 15px 5px;
  }

  .leftcolumn__brand-box ul li a::after {
    right: 8px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .leftcolumn__refine-list {
    background: #fff;
  }

	.leftcolumn__refine-list>li {
		border-bottom: 1px solid #e3eae8;
	}

  .leftcolumn__refine-list>li dl dt {
    font-size: 12px;
    font-weight: 300;
    color: #333;
    padding: 15px 5px;
  }

  .leftcolumn__refine-list>li dl dt.leftcolumn-accordion-btn::after {
    top: 50%;
    right: 5px;
    width: 9px;
    height: 9px;
  }

  .leftcolumn__refine-list>li dl dd ol li {
    font-size: 12px;
		border-bottom: 1px solid #e3eae8;
  }

  .leftcolumn__refine-list>li dl dd ol li span.custom-control-indicator {
    right: 0px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .leftcolumn__refine-list>li dl dd ol li .custom-control-description {
    font-size: 12px;
    font-weight: 300;
    padding: 13px 0 13px 15px;
  }

  .leftcolumn-accordion-wrap-btn {
    position: relative;
    cursor: pointer;
    border-bottom: none;
    border-top: 1px solid #efefef;
  }

  .leftcolumn-accordion-wrap-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 13px;
    margin-top: -4px;
    border: none;
    -webkit-transform: none;
    transform: none;
    background: url(../images/common/icon_plus.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .leftcolumn-accordion-wrap-btn.open::after {
    margin-top: -4px;
    -webkit-transform: none;
    transform: none;
    background: url(../images/common/icon_minus.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .leftcolumn-accordion-wrap-body {
    background: #fff;
    padding: 0 15px 40px;
  }
}

.noUi-target {
  margin: 10px;
}

.noUi-touch-area {
  border-radius: 50%;
}

.noUi-handle.noUi-handle-lower {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.noUi-handle:after,
.noUi-handle:before {
  content: none;
}

.noUi-handle.noUi-handle-upper {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  right: -11px;
}

div#leftcolumnValue {
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ededed;
  border: none;
  margin: 10px;
  width: auto;
}

.leftcolumn-value {
  overflow: hidden;
  padding: 10px;
}

.leftcolumn-value table {
  width: 100%;
  margin-top: 15px;
}

.leftcolumn-value td {
  border: none;
}

.leftcolumn-value .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftcolumn-value .flex input {
  width: 55px;
  height: 36px;
  border: 1px solid #cccccc;
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 13px;
  outline: 0;
  text-align: right;
}

.leftcolumn-value input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: 12px;
  line-height: 1.1;
  margin: 10px;
  color: #04256d;
  float: right;
}

.noUi-connect {
  background: #c3c3c3;
}

.toggleCtsInr {
  padding: 5px 10px 20px;
}

.keyword-input {
  display: inline-block;
  width: 100%;
  position: relative;
}

.keyword-input:before {
  content: " ";
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -18px;
  background: url(../images/common/icon_search.svg) 50% 50% no-repeat;
  background-size: 15px 15px;
  border: 0;
  height: 35px;
  width: 30px;
}

.keyword-input input[type="search"],
.keyword-input input[type="text"] {
  display: inline-block;
  width: 100%;
  height: 20px;
  outline: 0;
  border: none;
  background: transparent;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 22px 0 10px;
}

.keyword-input input[type="text"] {
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #c5c5c7;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

@media screen and (max-width: 767px) {
  div#leftcolumnValue {
    margin: 10px auto;
    width: 90%;
  }

  .leftcolumn-value {
    padding: 0;
  }

  .leftcolumn-value table {
    width: 80%;
    margin: 20px auto 0;
  }

  .leftcolumn-value .flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

	.leftcolumn-value .flex input {
		width: 75px;
	}

  .leftcolumn-value table td:nth-of-type(2) div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .leftcolumn-value input[type="button"] {
    margin: 10px 10px 20px;
  }

  .toggleCtsInr {
    padding: 5px 10px 25px;
  }

  .keyword-input input[type="text"] {
    padding: 0 28px 0 15px;
		font-size: 16px;
  }
}

.leftcolumn__menu_tree_item,
.accordion_tree_list_item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e3eae8;
}

.accordion_tree_lists {
  padding-left: 10px;
	border-top: 1px solid #e3eae8;
}

.accordion_tree_list_item:last-of-type {
  border-bottom: none;
}

.accordion_tree_link {
  font-size: 13px;
  font-weight: 500;
  padding: 12px 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 44px);
}

.leftcolumn__menu dd ul li a.accordion_tree_link:after {
  content: none;
}

.accordion_tree_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}

.accordion_tree_btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.accordion_tree_btn.open::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.accordion_tree_item_link:hover,
.accordion_tree_link:hover {
  text-decoration: none;
}

.accordion_tree_item_link {
  padding: 12px 26px;
  display: block;
  font-size: 13px;
}

.accordion_tree_lists {
  display: none;
}

@media screen and (max-width: 767px) {
  .accordion_tree_link {
    font-size: 12px;
    padding: 15px 5px 15px 20px;
    font-weight: 300;
    width: calc(100% - 44px);
    line-height: 1.1;
  }

  .accordion_tree_btn {
    width: 44px;
    height: 44px;
  }

  .accordion_tree_btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(-45deg);
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .accordion_tree_btn.open::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }

  .accordion_tree_item_link {
    padding: 12px 26px;
    font-size: 12px;
    font-weight: 300;
  }

  .accordion_tree_item_link::after {
    right: 9px;
    width: 6px;
    height: 6px;
  }

  .accordion_tree_lists .accordion_tree_item_link {
    padding-left: 20px;
  }
}

#rightcolumn {
  min-width: 150px;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  #rightcolumn {
    display: none !important;
  }
}

#l-fixed-contents {
  position: absolute;
  top: 170px;
  left: 0;
  z-index: 1000;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index:3;
}

#l-fixed-contents.fixed {
  position: fixed;
  top: 110px;
}

#l-fixed-contents .l-fixed-contents_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  width: 100px;
  height: 100px;
}

#l-fixed-contents .l-fixed-contents_btn:not(:nth-of-type(1)) {
  margin-top: 5px;
}

#l-fixed-contents .l-fixed-contents_btn_iconWrap {
  text-align: center;
}

#l-fixed-contents .l-fixed-contents_btn_iconWrap img {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #l-fixed-contents {
    display: none !important;
  }
}

.footer-banner {
  padding: 40px 0;
  margin: 95px 0 100px;
  overflow: hidden;
  background: #f5f5f5;
}

.footer-banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.footer-banner ul li {
  width: 650px;
  margin: 0 10px;
  line-height: 0;
  text-align: center;
}

body:not(.indexPage) .footer-banner,
body:not(.productsListPage) .footer-banner,
body:not(.productsDetailPage) .footer-banner {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .footer-banner {
    padding: 20px 25px 5px;
    margin-top: 60px;
    margin-bottom: 35px;
  }

  .footer-banner ul {
    display: block;
    margin: 0 0px;
  }

  .footer-banner ul li {
    width: auto;
    margin: 0 0px 15px 0;
  }

  body:not(.indexPage) .footer-banner,
  body:not(.productsListPage) .footer-banner,
  body:not(.productsDetailPage) .footer-banner {
    margin-top: 30px;
  }
}

#online-feature .online-feature-ttl {
  text-align: center;
  color: #101010;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 500;
  margin: 0px 0 35px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

#online-feature .online-feature-ttl strong {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 20px;
}

#online-feature .online-feature-ttl strong::before,
#online-feature .online-feature-ttl strong::after {
  display: block;
  content: " ";
  width: 650px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  background: #101010;
}

#online-feature .online-feature-ttl strong::after {
  left: inherit;
  right: 100%;
}

#online-feature ul {
  padding: 0 0px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#online-feature ul li {
  margin: 0 20px 35px 0;
}

#online-feature ul li:nth-of-type(4n) {
  margin-right: 0;
}

#online-feature ul li dl {
  width: 285px;
  padding-top: 110px;
  text-align: center;
}

#online-feature ul li dl dt {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#online-feature ul li dl dd {
  color: #333333;
  font-size: 16px;
  margin: 0 30px;
}

#online-feature ul li dl dd span {
  font-size: 13px;
}

#online-feature ul li dl.feature-icon01 {
  background: url(../images/common/online_feature01.svg) 50% 0 no-repeat;
  background-size: 102px 93px;
}

#online-feature ul li dl.feature-icon02 {
  background: url(../images/common/online_feature02.svg) 50% 15px no-repeat;
  background-size: 83px 69px;
}

#online-feature ul li dl.feature-icon03 {
  background: url(../images/common/online_feature03.svg) 50% 12px no-repeat;
  background-size: 72px 72px;
}

#online-feature ul li dl.feature-icon04 {
  background: url(../images/common/online_feature04.svg) 50% 15px no-repeat;
  background-size: 94px 65px;
}

#online-feature ul li dl.feature-icon05 {
  background: url(../images/common/online_feature05.svg) 50% 18px no-repeat;
  background-size: 75px 62px;
}

#online-feature ul li dl.feature-icon06 {
  background: url(../images/common/online_feature06.svg) 50% 8px no-repeat;
  background-size: 82px 82px;
}

#online-feature ul li dl.feature-icon07 {
  background: url(../images/common/online_feature07.svg) 50% 7px no-repeat;
  background-size: 86px 79px;
}

#online-feature ul li dl.feature-icon08 {
  width: 300px;
  background: url(../images/common/online_feature08.svg) 50% 0 no-repeat;
  background-size: 118px 92px;
}

@media screen and (max-width: 767px) {
  #online-feature {
    padding: 20px 25px 30px;
  }

  #online-feature .online-feature-ttl {
    font-size: 20px;
    margin: 0px 0 20px;
  }

  #online-feature .online-feature-ttl strong {
    padding: 0 10px;
  }

  #online-feature ul {
    padding: 0;
    margin: 0 -10px;
  }

  #online-feature ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px !important;
  }

  #online-feature ul li dl {
    width: auto !important;
    padding-top: 60px;
  }

  #online-feature ul li dl dt {
    font-size: 14px;
    margin-bottom: 5px;
  }

  #online-feature ul li dl dd {
    font-size: 12px;
    margin: 0;
  }

  #online-feature ul li dl.feature-icon01 {
    background-position: 50% 0;
    background-size: 51px auto;
  }

  #online-feature ul li dl.feature-icon02 {
    background-position: 50% 6px;
    background-size: 42px auto;
  }

  #online-feature ul li dl.feature-icon03 {
    background-position: 50% 10px;
    background-size: 37px auto;
  }

  #online-feature ul li dl.feature-icon04 {
    background-position: 50% 12px;
    background-size: 48px auto;
  }

  #online-feature ul li dl.feature-icon05 {
    background-position: 50% 11px;
    background-size: 39px auto;
  }

  #online-feature ul li dl.feature-icon06 {
    background-position: 50% 7px;
    background-size: 44px auto;
  }

  #online-feature ul li dl.feature-icon07 {
    background-position: 50% 7px;
    background-size: 43px auto;
  }

  #online-feature ul li dl.feature-icon08 {
    background-position: 50% 3px;
    background-size: 60px auto;
  }
}

#page-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 910;
}

#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/pagetop.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

#page-top a span {
  display: none;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 5px;
    bottom: 5px;
    padding-bottom: env(safe-area-inset-bottom);
  }

  #page-top a {
    width: 50px;
    height: 50px;
    background: url(../images/common/pagetop_sp.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

#footer {
  margin-top: 50px;
  position: relative;
  min-width: 1240px;
  text-align: left;
}

#footer a {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #e5e5e5;
}

#footer-nav {
  background: #04256d;
  padding: 55px 0 20px;
}

.footer-nav__box01 {
  width: 1240px;
  margin: 0 auto;
}

.footer-nav__box01 dl {
  margin-bottom: 35px;
}

.footer-nav__box01 dl dt {
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.footer-nav__box01 dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav__box01 dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.1;
}

.footer-nav__box01 dl dd ul li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
  letter-spacing: -0.02em;
}

.footer-nav__box01 dl dd ul li:first-child {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-nav__box01 dl dd ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

#footer-btm {
  border-top: 1px solid #3b558d;
  background: #04256d;
  min-width: 1240px;
}

#footer-btm #footer-btm-inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

#footer-btm .footer-btm__logo span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/common/footer_logo.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

#footer-btm .footer-btm__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.1;
}

#footer-btm .footer-btm__list li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #e5e5e5;
}

#footer-btm .footer-btm__list li:first-child {
  border-left: none;
}

#footer-btm .footer-btm__list li a {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #e5e5e5;
}

.copyright {
  width: 100%;
  border: 0;
  padding: 15px 0;
  margin: 0;
  font-weight: 300;
  color: #555555;
  text-align: center;
}

.copyright small {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: 0px;
    min-width: inherit;
    background: #04256d;
    padding: 0 25px;
  }

  #footer-nav {
    display: none;
  }

  #footer-btm {
    border-top: none;
    min-width: inherit;
  }

  #footer-btm #footer-btm-inner {
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block;
    padding: 20px 0px 20px;
  }

  #footer-btm .footer-btm__logo {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  #footer-btm .footer-btm__logo span {
    display: inline-block;
    width: 62px;
    height: 62px;
    margin: 0 auto;
  }

  #footer-btm .footer-btm__list {
    display: block;
    line-height: 1.3;
    margin-bottom: 0px;
    padding-top: 32px;
  }

  #footer-btm .footer-btm__list li {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 10px;
  }

  #footer-btm .footer-btm__list li a {
    font-size: 14px;
  }

  .copyright {
    padding: 15px 0;
    color: #fff;
  }

  .copyright small {
    font-size: 10px;
    letter-spacing: 0px;
  }
}

.official-sns {
  border-top: 1px solid #3b558d;
  background: #04256d;
  min-width: 1240px;
  padding: 30px 0;
}

.official-sns dl {
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.official-sns dl dt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.official-sns dl dd {
  margin: 0;
}

.official-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.official-sns ul li {
  margin: 0 0px 0 20px;
  line-height: 0;
}

.official-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .official-sns {
    border-top: none;
    border-bottom: 1px solid #fff;
    min-width: inherit;
    padding: 0px 0px 30px;
  }

  .official-sns dl {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .official-sns dl dt {
    display: none;
  }

  .official-sns ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .official-sns ul li {
    margin: 0 10px 0 20px;
  }
}

#view-change-pc {
  background: #999999;
  text-align: center;
}

#view-change-pc a {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  height: 60px;
  padding-top: 19px;
  color: #fff;
}

#view-change-sp {
  background: #eeefef;
  text-align: center;
}

#view-change-sp a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  padding-top: 12px;
  padding-left: 31px;
  color: #101010;
  background: url(../images/common/icon_pc.png) 0 50% no-repeat;
  background-size: 22px auto;
}

.card_logo {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .card_logo {
    height: 40px;
    max-width: 100%;
  }
}

.heading-h1 {
  background: #f0f0f0;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 2px;
}

.heading-h2 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.heading-h2 .required {
  background: #dd2929;
  font-size: 13px;
  padding: 1px 5px;
  color: white;
  font-weight: normal;
}

.heading-h2 .heading-h2--caution {
  display: inline-block;
  margin-left: 5px;
}

.heading-h3 {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 20px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.heading-h3::before {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  background: #555555;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .heading-h1 {
    background: #f0f0f0;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .heading-h2 {
    font-size: 13px;
  }

  .heading-h2 .required {
    font-size: 10px;
  }

  .heading-h2 .heading-h2--caution {
    margin-left: 3px;
    font-size: 10px;
  }

  .heading-h3 {
    font-size: 12px;
    margin: 20px 0 10px;
  }

  .heading-h3::before {
    width: 13px;
    height: 1px;
  }
}

h4 {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.wrap-block-center {
  width: 600px;
  margin: 30px auto 0;
}

.wrap-form {
  margin: 30px auto;
}

.wrap-block + .wrap-block {
  margin-top: 100px;
}

.item-block {
  margin: 50px 0;
}

.item-block-contact-tel {
  padding: 100px 0;
  background-color: #f0f0f0;
}

.item-block-contact-tel .item-block:last-of-type {
  margin-bottom: 0;
}

.item-block-contact-tel-header {
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 24px;
  font-weight: bold;
}

.item-block-contact-tel-inner {
  padding: 30px;
  background-color: #fff;
}

.btn-block-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 822px;
  margin: 0 auto;
}

.btn-block-2col .btn.link,
.btn-block-2col .btn.submit {
  height: 64px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.btn-block-2col-100p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-block-2col-100p .btn.link {
  margin-top: 0;
}

.btn.link.single {
  height: 64px;
}

.btn.submit.single {
  height: 64px;
}

@media screen and (max-width: 767px) {
  .wrap-block-center {
    width: 100%;
    margin: 20px auto;
  }

  .wrap-form {
    width: 100%;
    margin: 10px auto;
  }

  .wrap-block {
    padding: 10px;
  }

  .wrap-block + .wrap-block {
    margin-top: 50px;
  }

  .item-block {
    margin: 30px 0;
  }

  .item-block-contact-tel {
    padding: 30px 15px;
  }

  .item-block-contact-tel-header {
      padding: 0 15px;
      font-size: 16px;
      text-align: center;
  }

  .item-block-contact-tel-inner {
      padding: 15px;
  }

  .btn-block-2col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .btn-block-2col .btn.link,
  .btn-block-2col .btn.submit {
    margin: 10px auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  }

  .btn-block-2col-100p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ttl-red {
  font-size: 14px;
  color: #dd2929;
}

@media screen and (max-width: 767px) {
  .ttl-red {
    font-size: 12px;
  }
}

.link-defo {
  color: #101010 !important;
}

.link-underline {
  text-decoration: underline !important;
}

.arrow-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 13px;
  color: #101010;
  font-size: 13px;
  text-decoration: underline;
}

.arrow-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 1px solid #101010;
  border-bottom: 1px solid #101010;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.arrow-link_r {
  position: relative;
  display: inline-block;
  padding: 0 13px 0 0;
  color: #b5b5b5;
  font-size: 13px;
  text-decoration: underline;
}
.arrow-link_r_first {
  position: relative;
  display: inline-block;
  padding: 0 13px 0 0;
  color: #333;
  font-size: 13px;
  text-decoration: underline
}
.arrow-link_r_first.arrow-none {
  padding: 0;
}
.arrow-link_r_first.arrow-none::before {
  display: none;
}
.item-detail-fulfill>ol>li:nth-of-type(1) a.arrow-link_r_first::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg);
  content: "";
}

.item-detail-fulfill>ol>li:nth-last-of-type(-n+2) a.arrow-link_r
{
  padding-right: 19px;
  background-position: right center;
}
.item-detail-fulfill>ol>li:nth-last-of-type(-n+2) a.arrow-link_r::after
{
  content: '';
  background-image: url(../images/common/window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-left: 6px;
  position: absolute;
  top: 4px;
}@media screen and (max-width: 767px){
  .item-detail-fulfill>ol>li:nth-last-of-type(-n+2) a.arrow-link_r::after{
    height: 12px;
  }
}
.btn-wrap {
  position: relative;
  text-align: center;
  margin: 40px 0 80px;
}

.btn-wrap.cart-complete-button {
  margin-bottom: 40px;
}

.btn.submit {
  background: #04256d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  width: 400px;
  color: #fff;
  margin: 80px auto 0;
  font-size: 16px;
}

.btn.link {
  background: white;
  border: 1px solid #b5b5b5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  width: 400px;
  color: #101010;
  margin: 80px auto 0;
  font-size: 16px;
  border: 2px solid #c8c8c8;
}

.btn.link.input-text-zip {
  display: inline;
  padding: 5px 10px;
  margin-left: 20px;
  font-size: 12px;
}

.btn.link.btn-left {
  margin-left: 0;
}

.btn.back {
  position: relative;
}

.btn.back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.btn.next {
  position: relative;
}

.btn.next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.btn.tall {
  height: 64px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.btn2.link {
  background: white;
  border: 1px solid #b5b5b5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  min-height: 46px;
  width: 290px;
  color: #555;
  margin: 32px auto 0;
  font-size: 13px;
}

.btn2.next {
  position: relative;
}

.btn2.next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .btn-wrap {
    margin: 30px 0 70px;
    padding: 0 20px;
  }

  .btn-wrap.cart-complete-button {
    margin-bottom: 0;
  }

  .btn.link,
  .btn.submit {
    width: 100%;
    margin: 40px auto 0;
    font-size: 15px;
  }

  .btn2.link {
    width: 225px;
    min-height: 40px;
    margin: 15px auto 0;
    font-size: 11px;
  }
}

@media screen and (max-width: 374px) {
  .btn.link.input-text-zip {
      display: table-cell;
  }
}

.btn-more-wrap {
  text-align: center;
}

.btn-more,
a.btn-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 400px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  background-color: #04256d;
  color: #fff !important;
  text-decoration: none !important;
  min-height: 62px;
  line-height: 1.2;
  padding-top: 17px;
}

.btn-more::after,
a.btn-more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

@media screen and (max-width: 767px) {

  .btn-more,
  a.btn-more {
    width: 290px;
    font-size: 14px;
    min-height: 50px;
    padding-top: 16px;
    border: 1px solid #c8c8c8;
  }

  .btn-more::after,
  a.btn-more::after {
    right: 20px;
    width: 7px;
    height: 7px;
  }
}

.btn-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #04256d;
  color: #fff !important;
  text-decoration: none !important;
  min-height: 46px;
  line-height: 1;
  padding: 15px 5px;
}

@media screen and (max-width: 767px) {
  .btn-type01 {
    width: 295px;
    max-width: 100%;
    font-size: 15px;
  }
}

.btn-type02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 124px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #f0f0f0;
  color: #999999 !important;
  text-decoration: none !important;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn-type02 {
    width: 295px;
    max-width: 100%;
    font-size: 15px;
  }
}

.btn-favorite {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/common/icon_favorite_off.svg) 50% 50% no-repeat;
  background-size: 28px 24px;
}

#sub-kv_sp {
  display: none;
}

#sub-kv_pc {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}

#sub-kv_pc__ttl {
  color: #101010;
  text-align: left;
  width: 1240px;
  padding-right: calc(1240px / 2);
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none) {
  #sub-kv_pc__ttl {
    margin: 0;
  }
}

#sub-kv_pc__ttl strong {
  display: block;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  position: relative;
  padding-left: 80px;
  font-family: "Noto Serif JP", serif;
}

#sub-kv_pc__ttl strong:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  display: block;
  width: 60px;
  border-bottom: 2px solid #101010;
}

#sub-kv_pc__ttl span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #sub-kv_pc {
    display: none;
  }

  #sub-kv_sp {
    width: auto;
    height: 134px;
    margin: 0 20px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
  }

  #sub-kv_sp__ttl {
    color: #101010;
    text-align: left;
    width: 100%;
    padding-right: 150px;
    margin: 0 auto;
  }

  #sub-kv_sp__ttl strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    padding-left: 10px;
    font-family: "Noto Serif JP", serif;
  }

  #sub-kv_sp__ttl strong:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    content: "";
    display: block;
    width: 30px;
    /*border-bottom: 1px solid #101010;*/
  }

  #sub-kv_sp__ttl span {
    display: block;
    font-size: 18px;
    font-weight: 400;
  }
}

.ttl-type01 {
  position: relative;
  color: #101010;
  font-size: 14px;
  line-height: 1.1;
  margin: 0px 0 40px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.ttl-type01 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 20px;
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.ttl-type01 span::before,
.ttl-type01 span::after {
  display: block;
  content: " ";
  width: 650px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  background: #101010;
}

.ttl-type01 span::after {
  left: inherit;
  right: 100%;
}

.ttl-type01 strong {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .ttl-type01 {
    font-size: 16px;
    margin: 0px 0 20px;
  }

  .ttl-type01 span {
    font-size: 25px;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }

  .ttl-type01 span::before,
  .ttl-type01 span::after {
    height: 1px;
  }

  .ttl-type01 strong {
    font-size: 12px;
  }
}

.ttl-other-type01 {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/common/ttl_bg_type02.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  font-size: 25px;
  font-weight: 200;
}

.ttl-other-type01 strong {
  display: block;
  color: #101010;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .ttl-other-type01 {
    width: auto;
    height: 134px;
    font-size: 16px;
  }

  .ttl-other-type01 strong {
    display: block;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
  }
}

.ttl-other-type02 {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/common/ttl_bg_type02.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  font-size: 25px;
  font-weight: 200;
}

.ttl-other-type02 strong {
  display: block;
  color: #101010;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .ttl-other-type02 {
    width: auto;
    height: 134px;
    font-size: 16px;
  }

  .ttl-other-type02 strong {
    display: block;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
  }
}

.ttl-type02 {
  color: #333;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 30px;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl-type02 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

.pagination-area {
  margin: 25px 0 0;
}

.pagination-count {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.pagination-count strong {
  font-size: 16px;
  font-weight: 500;
}

.pagination-wrap {
  position: relative;
}

.pagination {
  position: relative;
  border: none;
  margin-left: 0;
  padding: 0;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
}

.pagination a,
.pagination strong {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 4px 2px 0;
  min-width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 0;
  margin: 0 8px;
}

.pagination a.pagination__link-prev::after,
.pagination a.pagination__link-next::after,
.pagination strong.pagination__link-prev::after,
.pagination strong.pagination__link-next::after {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #898c9c;
  border-bottom: 1px solid #898c9c;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  content: "";
}

.pagination a.pagination__link-prev-most::before,
.pagination a.pagination__link-next-most::before,
.pagination strong.pagination__link-prev-most::before,
.pagination strong.pagination__link-next-most::before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #898c9c;
  border-bottom: 1px solid #898c9c;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  content: "";
}
.pagination a.pagination__link-prev-most::after,
.pagination a.pagination__link-next-most::after,
.pagination strong.pagination__link-prev-most::after,
.pagination strong.pagination__link-next-most::after {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #898c9c;
  border-bottom: 1px solid #898c9c;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  content: "";
}

.pagination a.pagination__link-next::after,
.pagination strong.pagination__link-next::after {
  right: -15px;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.pagination a.pagination__link-next-most::before,
.pagination strong.pagination__link-next-most::before {
  right: -10px;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.pagination a.pagination__link-next-most::after,
.pagination strong.pagination__link-next-most::after {
  right: -15px;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.pagination a:hover {
  opacity: 0.2;
  text-decoration: none;
}

.pagination strong {
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	background-color: #04256d;
}

@media screen and (max-width: 767px) {
  .pagination-area {
    margin: 0 0 20px;
  }

  #three_maincolumn .pagination-area {
    margin-left: -15px;
    margin-right: -15px;
  }

  .pagination-count {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .pagination-count strong {
    font-size: 13px;
  }

  .pagination-wrap {
    position: relative;
  }

  .pagination a,
  .pagination strong {
    min-width: 24px;
    height: 24px;
    font-size: 13px;
    padding-top: 2px;
    margin: 0 3px;
  }

  .pagination a.pagination__link-prev,
  .pagination strong.pagination__link-prev {
    font-size: 11px;
    padding-left: 11px;
    left: 8px;
  }

  .pagination a.pagination__link-prev::after,
  .pagination strong.pagination__link-prev::after {
    width: 6px;
    height: 6px;
    margin-top: -1.5px;
    border-width: 1px !important;
    left: 0;
  }

  .pagination a.pagination__link-prev-most,
  .pagination strong.pagination__link-prev-most {
    font-size: 11px;
    padding-left: 11px;
    left: 8px;
  }

  .pagination a.pagination__link-prev-most::before,
  .pagination strong.pagination__link-prev-most::before {
    width: 6px;
    height: 6px;
    margin-top: -1.5px;
    border-width: 1px !important;
    left: -5px;
  }
  .pagination a.pagination__link-prev-most::after,
  .pagination strong.pagination__link-prev-most::after {
    width: 6px;
    height: 6px;
    margin-top: -1.5px;
    border-width: 1px !important;
    left: 0;
  }

  .pagination a.pagination__link-next,
  .pagination strong.pagination__link-next {
    font-size: 11px;
    padding-right: 11px;
    right: 8px;
  }

  .pagination a.pagination__link-next::after,
  .pagination strong.pagination__link-next::after {
    width: 6px;
    height: 6px;
    margin-top: -1.5px;
    border-width: 1px !important;
    right: -5px;
  }

  .pagination a.pagination__link-next-most,
  .pagination strong.pagination__link-next-most {
    font-size: 11px;
    padding-right: 11px;
    right: 8px;
  }

  .pagination a.pagination__link-next-most::before,
  .pagination strong.pagination__link-next-most::before {
    width: 6px;
    height: 6px;
    margin-top: -1.5px;
    border-width: 1px !important;
    right: 0;
  }
  .pagination a.pagination__link-next-most::after,
  .pagination strong.pagination__link-next-most::after {
    width: 6px;
    height: 6px;
    margin-top: -1.5px;
    border-width: 1px !important;
    right: -5px;
  }
}

ul.basic {
  list-style: disc;
  padding: 0 0 0 1em;
  margin-left: 5px;
}

ul.basic li {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  ul.basic {
    margin-left: 0;
  }

  ul.basic li {
    margin-bottom: 1em;
  }
}

.box-type01 {
  position: relative;
  padding: 95px 0 0;
}

.box-type01+.box-type02 {
  margin-top: 95px;
}

.box-type02 {
  position: relative;
  padding: 95px 0px 100px;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .box-type01 {
    padding: 55px 0 0;
  }

  .box-type01+.box-type02 {
    margin: 55px -15px 0 -15px;
  }

  .box-type02 {
    padding: 55px 25px 60px;
    margin: 0 -15px 0 -15px;
  }

  .box-type02.box-type02-sp-w {
    background: #fff;
    padding: 0px 25px 0px;
  }
}

.tbl-type01 {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}

.tbl-type01 td,
.tbl-type01 th {
  padding: 18px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #c8c8c8;
  /*white-space: nowrap;*/
  word-break: break-all;
}

.tbl-type01 td.cart-deli_select-area {
  text-align: center;
}

.coupon-tbl2 .radio-label:before,
.tbl-type01 td.cart-deli_select-area .radio-label:before {
	left: calc(50% - 9px);
}

.tbl-type01 td.tdcenter {
  text-align: center;
}

.tbl-type01 th {
  text-align: center;
  background: #f2f2f2;
}

.tbl-type01.tdcenter td {
  text-align: center;
}

.tbl-type01.tdmiddle td {
  vertical-align: middle;
}

.tbl-type01.txl th {
  text-align: left;
}

.tbl-type01.thmid th {
  vertical-align: middle;
}

.tbl-type01.thwid200 th {
  width: 200px;
}

.tbl-type01.thwid300 th {
  width: 300px;
}

.tbl-type01.thlock th {
  word-break: keep-all;
}

.tbl-type01.thlock td {
  word-break: break-all;
  white-space: normal;
}

.tbl-type01 .btn.link {
  display: inline;
  padding: 5px 10px;
  font-size: 12px;
}

.tbl-type01 .btn.link.thwid397 th {
  width: 397px;
}

.tbl-type01.ver-top td,
.tbl-type01.ver-top th {
  vertical-align: top;
}

.tbl-type01.td-middle td {
  vertical-align: middle;
}

.tbl-type01.td-max600 td {
  max-width: 600px;
  white-space: normal;
  width: 70%;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .tbl-type01.td-max600 td {
    max-width: 200px;
    white-space: normal;
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {

  .tbl-type01 td,
  .tbl-type01 th {
    padding: 10px;
    font-size: 13px;
    white-space: normal;
  }

  .tbl-type01.tblNarrow_sp td,
  .tbl-type01.tblNarrow_sp th {
    padding: 2vw 1vw;
  }

  .tbl-type01 th.nowrap_sp {
    white-space: nowrap;
  }

  .tbl-type01 th.thwid23p_sp {
    width: 23%;
  }

  .tbl-type01.thwid23p_sp th {
    width: 23%;
  }

  .tbl-type01.thwid40p_sp th {
    width: 40%;
  }

  .tbl-imgsp {
    width: 100%;
  }
}

.tbl-type02 {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}

.tbl-type02 td,
.tbl-type02 th {
  padding: 18px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #c8c8c8;
}

.tbl-type02 th {
  text-align: center;
  background: #f2f2f2;
}

.tbl-type02 td label {
  display: block;
  cursor: text;
}

.tbl-type02 td label:not(:first-child) {
  padding-top: 8px;
}

.tbl-type02.txl th {
  text-align: left;
}

.tbl-type02.thwid532 td:first-child,
.tbl-type02.thwid532 th:first-child {
  width: 532px;
}

.tbl-type02.tdmiddle td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .tbl-type02 td,
  .tbl-type02 th {
    padding: 10px;
    font-size: 13px;
  }

  .tbl-type02.thwid30p_sp td:first-child,
  .tbl-type02.thwid30p_sp th:first-child {
    width: 30%;
  }

  .tbl-type02.tdmiddle td {
    vertical-align: middle;
  }
}

.tbl-type03 {
  width: auto;
  border-collapse: collapse;
  border: none;
}

.tbl-type03 td {
  padding: 4px 0;
  font-size: 14px;
  text-align: left;
  border: none;
}

.tbl-type03 td:last-child::before {
  content: ":";
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .tbl-type03 td {
    padding: 3px 0;
    font-size: 14px;
  }
}

.item-ph {
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
  text-align: center;
}

.item-ph img {
  width: 100%;
}

.item-brand {
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  color: #8c8c8c;
}

.item-name {
  width: 100%;
  font-size: 13px;
  color: #222;
  line-height: 20px;
  margin-bottom: 10px;
}

.item-list p.item-name,
.item-list div.set-sale {
  word-break: break-all;
  height: 60px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}
.item-list div.set-sale {
  color: #dd3077;
  height: 36px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
  -webkit-line-clamp: 2;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-list p.item-name:before, .item-list p.item-name:after {
      position: absolute;
      background: #fff;
  }

  .box-type02 .item-list p.item-name:before, .box-type02 .item-list p.item-name:after {
    position: absolute;
    background: #f2f2f2;
  }

  .item-list p.item-name:before {
      content: "･･･";
      bottom: 0;
      right: 0;
  }

  .item-list p.item-name:after {
      content: "";
      width: 100%;
      height: 100%;
  }
}

.item-price {
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 500;
}

.item-price .price-text {
	font-size: 12px;
}

.item-price .price-num {
  font-size: 18px;
  font-weight: 700;
}

.item-price .yen {
  font-size: 12px;
}

.item-price .tax {
  font-size: 10px;
  font-weight: 500;
}

.item-price .price-off-text {
  font-size: 13px;
  font-weight: 700;
  padding-right: 4px;
}

.item-price del .price-text {
  font-size: 14px;
}

.item-price del .tax {
  font-size: 11px;
}

.item-price-off {
  color: #cb3535 !important;
}

.item-price-off .price-kind {
  font-size: 12px;
  letter-spacing: -0.5px;
}

.item-price-off .price-text {
  letter-spacing: -0.5px;
}

.item-price-off .tax {
  font-size: 11px;
  letter-spacing: -0.5px;
}

.item-price+.item-price {
  margin-top: 5px;
}

.item-staffname {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.item-date {
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 0px;
}

.item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list li {
  position: relative;
}

.item-list li .item-iconbox {
  display: flex;
	flex-wrap: wrap;
  min-height: 28px;
}

.item-list li .item-iconbox i {
  display: block;
  margin-bottom: 5px;
}

.item-list li a {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.item-list.list-column4 {
  margin: 0 -20px 10px;
}

.item-list.list-column4 li {
  width: calc(25% - 35px);
  margin: 0 17.5px 35px 17.5px;
}

.item-list.list-column5 {
  margin: 0 -15px 10px;
}

.item-list.list-column5 li {
  width: calc(20% - 30px);
  margin: 0 15px 35px 15px;
}

@media screen and (max-width: 767px) {
  .item-ph {
    margin-bottom: 5px;
  }

  .item-brand {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .item-name {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .item-list p.item-name {
    height: 36px;
  }

  .item-price .price-text {
    font-size: 12px;
  }

  .item-price .tax {
    font-size: 10px;
  }

  .item-price .price-off-text {
    font-size: 12px;
  }

  .item-price del .price-text {
    font-size: 12px;
  }

  .item-price del .tax {
    font-size: 10px;
  }

  .item-price+.item-price {
    margin-top: 1px;
  }

  .item-price-off .price-kind {
    font-size: 10px;
    letter-spacing: -0.7px;
  }

  .item-price-off .price-text {
    font-size: 11px;
    letter-spacing: -0.5px;
  }

  .item-price-off .tax {
    font-size: 10px;
    letter-spacing: -0.5px;
  }

  .item-staffname {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .item-date {
    font-size: 10px;
  }

  .item-list li .item-iconbox {
    top: 5px;
    left: 5px;
  }

  .item-list li .item-iconbox i {
    padding: 3px 4px;
    font-size: 9px;
    min-width: 30px;
    margin-bottom: 2px;
  }

  .item-list li .item-iconbox04 {
    margin-right: -4px;
  }

  .item-list.list-column4 {
    margin: 0 -10px 0;
  }

  .item-list.list-column4 li {
    width: calc(50% - 20px);
    margin: 0 10px 35px;
  }

  .item-list.list-column5 {
    margin: 0 -10px 10px;
  }

  .item-list.list-column5 li {
    width: calc(50% - 20px);
    margin: 0 10px 35px;
  }
}

.item-iconbox {
  line-height: 1;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-iconbox i {
  display: inline-block;
  padding: 4px 3px;
	border-radius: 2px;
  min-width: 40px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .item-iconbox {
    padding-bottom: 1px;
  }

  .item-iconbox i {
    padding: 3px 4px;
    font-size: 10px;
    min-width: 35px;
    margin-right: 4px;
  }
}

.icon-new {
  background-color: #04256d !important;
}

.icon-reserve {
  background-color: #101010 !important;
}

.icon-sale {
  background-color: #cb3535 !important;
}

.icon-outlet {
  background-color: #2c6a29 !important;
}

.icon-free_tax {
	padding: 3px !important;
	border: 1px solid #cb3535;
	color: #cb3535 !important;
	background-color: #fff !important;
}

.icon-reservation {
	padding: 3px !important;
	border: 1px solid #04256d;
	color: #04256d !important;
	background-color: #fff !important;
}

.icon-early_shipping {
	padding: 3px !important;
	border: 1px solid #898f9c;
	color: #898f9c !important;
	background-color: #fff !important;
}

@media screen and (max-width: 767px) {
	.icon-free_tax,
	.icon-reservation,
	.icon-early_shipping {
		padding: 2px 4px !important;
	}
}

.item-iconbox02 {
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.item-iconbox02 i {
  display: block;
  min-width: 64px;
  text-align: center;
  margin-top: 1px;
  padding: 5px 5px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .item-iconbox02 i {
    padding: 4px 4px;
  }
}

.icon-setitem {
  background: #3f85b1;
}

.icon-webonly {
  background: #526cb2;
}

.icon-limited {
  background: #b13e6e;
}

.icon-recommend {
  background: #d1af3b;
}

.item-iconbox03 {
  line-height: 1;
  position: absolute;
  bottom: 7px;
  right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-iconbox03 i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  background: rgba(238, 238, 238, 0.8);
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .item-iconbox03 i {
    width: 18px;
    height: 18px;
    padding-top: 4px;
    font-size: 9px;
    margin-left: 3px;
  }
}

.item-iconbox04 {
  line-height: 1;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
}

.item-iconbox04 i {
  display: block;
  text-align: center;
  margin: 0 1px;
}

.icon-image {
  width: 49px;
  height: 49px;
}

@media screen and (max-width: 767px) {
  .icon-image {
    width: 38px;
    height: 38px;
  }
}

.rank-icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 10;
  width: 48px;
  height: 32px;
  font-family: Arial, Helvetica, "sans-serif";
  background: url(../images/common/rank_bg.png) 50% 0 no-repeat;
  background-size: 100% 100% !important;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding-top: 7px;
}

.rank-icon.rank-1 {
  left: 5px;
  color: #fff;
  background: url(../images/common/rank_bg01.png) 50% 0 no-repeat;
}

.rank-icon.rank-2 {
  left: 5px;
  color: #fff;
  background: url(../images/common/rank_bg02.png) 50% 0 no-repeat;
}

.rank-icon.rank-3 {
  left: 5px;
  color: #fff;
  background: url(../images/common/rank_bg03.png) 50% 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .rank-icon {
    top: 5px;
    left: 0px;
    width: 37px;
    height: 24px;
    font-size: 15px;
    padding-top: 5px;
  }
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -35px;
}

.category-list li {
  margin: 0 40px 30px 0;
  width: 275px;
  border-bottom: 1px solid #c8c8c8;
}

.category-list li:nth-of-type(4n) {
  margin-right: 0;
}

.category-list li a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  text-decoration: none;
}

.category-list li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .category-list {
    margin: 0 -10px 0px;
    padding-bottom: 0px;
  }

  .category-list li {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
    padding-right: 0px;
  }

  .category-list li:nth-of-type(4n) {
    margin-right: 10px;
  }

  .category-list li a {
    font-size: 14px;
    padding: 8px 10px 8px;
  }

  .category-list li a::after {
    width: 8px;
    height: 8px;
  }
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}

.news-list li {
  line-height: 0;
  text-align: center;
  margin: 0 10px 20px;
  width: calc(33.333% - 20px);
}

@media screen and (max-width: 767px) {
  .news-list {
    margin: 0 -25px 0px;
    padding-bottom: 10px;
  }

  .news-list li {
    margin: 0 0px 10px;
    width: auto;
  }
}

.info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.info-list li {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
}

.info-list li:nth-of-type(2n) {
  margin-right: 0;
}

.info-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none !important;
}

.info-list li a figure {
  width: 200px;
  margin-right: 20px;
  line-height: 0;
}

.info-list li a dl {
  width: calc(100% - 220px);
}

.info-list li a dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  word-break: break-all;
}

.info-list li a dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .info-list {
    padding-bottom: 0px;
    margin: 0 -10px;
  }

  .info-list li {
    margin: 0 10px 15px 10px;
  }

  .info-list li a {
    display: block;
  }

  .info-list li a figure {
    width: auto;
    text-align: center;
    margin: 0 0 5px 0;
  }

  .info-list li a dl {
    width: auto;
  }

  .info-list li a dl dt {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .info-list li a dl dd {
    font-size: 12px;
  }
}

.topics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -23px 24px;
}

.topics-list li {
  width: 275px;
  margin: 0 23px 35px 23px;
}

.topics-list li a {
  display: block;
  text-decoration: none;
}

.topics-list li a figure {
  line-height: 0;
  margin-bottom: 10px;
}

.topics-list li a dl dt {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.topics-list li a dl dd {
  color: #333333;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .topics-list {
    margin: 0 -15px 20px 0;
  }

  .topics-list li {
    width: calc(50% - 15px);
    margin: 0 15px 25px 0px;
  }

  .topics-list li a figure {
    margin-bottom: 7px;
  }

  .topics-list li a dl dt {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .topics-list li a dl dd {
    font-size: 12px;
  }
}

.contents-banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.contents-banner-list li {
  width: 232px;
  margin: 0 16px 16px 0;
  line-height: 0;
}

.contents-banner-list li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contents-banner-list {
    margin: 0 -5px 22px;
  }

  .contents-banner-list li {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
}

.keyword-search {
  background: #eeeeee;
  padding: 10px 10px 10px;
  margin: 0 10px;
  position: relative;
}

.keyword-search p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
}

.keyword-search input[type="text"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  padding: 0 10px 0 40px;
  border: none;
  border-radius: 0;
  background: #fff;
  height: 35px;
  font-size: 16px;
}

.keyword-search input[type="text"]::-webkit-input-placeholder {
  color: #9fa0a0;
  font-size: 12px;
  padding-top: 3px;
}

.keyword-search input[type="text"]:-ms-input-placeholder {
  color: #9fa0a0;
  font-size: 12px;
  padding-top: 3px;
}

.keyword-search input[type="text"]::-ms-input-placeholder {
  color: #9fa0a0;
  font-size: 12px;
  padding-top: 3px;
}

.keyword-search input[type="text"]::placeholder {
  color: #9fa0a0;
  font-size: 12px;
  padding-top: 3px;
}

.keyword-search input[type="submit"] {
  position: absolute;
  bottom: 10px;
  left: 12px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: url(../images/common/icon_search.svg) 50% 50% no-repeat;
  background-size: 15px 15px;
  border: 0;
  height: 35px;
  width: 30px;
}

/* ===========================================
* awooタグ制御
* ======================================== */
.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}

.tag-list li {
  font-size: 13px;
  word-break: break-all;
}

.tag-list .tag-list-heading {
  width: 100%;
	margin-right: 0;
}

.tag-list li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #cdcfd3;
	border-radius: 40px;
  color: #555;
	text-align: center;
  text-decoration: none;
}

/* 前半5つを表示 */
.products-awoo-list.top .tag-list li:nth-child(n+6) {
  display: none;
}

.products-awoo-list.bottom .tag-list li:nth-child(n+21) {
  display: none;
}

.products-awoo-list.top dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.products-awoo-list.bottom dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .products-awoo-list {
    padding: 0 10px;
  }

  #three_maincolumn .products-awoo-list {
    padding: 0;
  }
}

.include-area {
  margin-bottom: 70px;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .include-area {
      margin: 40px 0;
      overflow: hidden
  }
}

.flow-type01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow-type01::before {
  content: " ";
  width: calc(100% - 68px);
  height: 0;
  border-bottom: 2px solid #cccccc;
  position: absolute;
  bottom: 7px;
  left: 35px;
  z-index: 1;
}

.flow-type01 li {
  text-align: center;
  position: relative;
  z-index: 5;
  height: 43px;
  min-width: 58px;
}

.flow-type01 li p {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  z-index: 20;
  font-size: 14px;
}

.flow-type01 li span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #cccccc;
  background: #cccccc;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -7px;
  z-index: 20;
}

.flow-type01 li.current span {
  border: 2px solid #111111;
  background: #111111;
}

.star-on {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/common/rating_star_on.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.star-half {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/common/rating_star_half.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.star-off {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/common/rating_star_off.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.review-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.review-star .star-on {
  margin-right: 7px;
}

.review-star .star-half {
  margin-right: 7px;
}

.review-star .star-off {
  margin-right: 7px;
}

.confirm-star .star-on {
  width: 15px;
  height: 15px;
}

.confirm-star .star-half {
  width: 15px;
  height: 15px;
}

.confirm-star .star-off {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .star-on {
    width: 12px;
    height: 12px;
  }

  .star-half {
    width: 12px;
    height: 12px;
  }

  .star-off {
    width: 12px;
    height: 12px;
  }

  .review-star {
    margin-bottom: 10px;
  }

  .review-star .star-on {
    margin-right: 4px;
  }

  .review-star .star-half {
    margin-right: 4px;
  }

  .review-star .star-off {
    margin-right: 4px;
  }
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  opacity: 0.7;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
  opacity: 1 !important;
  cursor: default;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    -webkit-transition: none;
    transition: none;
  }
}

.select-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  min-width: 90px;
  max-width: 100%;
  padding: 0 25px 0 15px;
  height: 46px;
  border: 1px solid #cdcfd3;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url("../images/common/arrow_btm.svg");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 11px 6px;
  font-size: 13px;
  color: #535353;
}

.select-type01::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .select-type01 {
    font-size: 16px;
    padding: 0 25px 0 10px;
  }

  .select-type01.wid100p_sp {
    width: 100%;
  }

  .item-block .select-type01 {
    font-size: 12px;
  }
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .custom-control {
    display: inline-block;
  }
}

label.custom-control {
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100% !important;
}

.custom-control-description {
  display: block;
  margin-left: 5px;
}

.custom-control.custom-checkbox {
  padding-left: 25px;
}

.custom-control.custom-checkbox .custom-control-indicator {
  top: 50%;
  margin-top: -8px;
  background: url("../images/common/icon_check.svg") 0 50% no-repeat;
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background: url("../images/common/icon_check_selected.svg") 0 50% no-repeat;
}

.custom-control.custom-radio {
  padding-left: 25px;
}

.custom-control.custom-radio .custom-control-indicator {
  top: 50%;
  margin-top: -10px;
  width: 24px;
  height: 20px;
  background: url("../images/common/icon_radio.svg") 50% 50% no-repeat;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background: url("../images/common/icon_radio_selected.svg") 50% 50% no-repeat;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-description {
  font-weight: bold;
}

.custom-control.custom-radio .custom-control-input:disabled~.custom-control-indicator {
  background: url("../images/common/icon_radio_disabled.svg") 50% 50% no-repeat;
}

.custom-control.custom-radio02 {
  padding-left: 0px;
  display: block;
}

.custom-control.custom-radio02 .custom-control-indicator {
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -12px;
  width: 24px;
  height: 20px;
  background: url("../images/common/icon_radio.svg") 50% 50% no-repeat;
}

.custom-control.custom-radio02 .custom-control-description {
  display: block;
  margin: 0px;
  height: 42px;
  width: 100%;
}

.custom-control.custom-radio02 .custom-control-input:checked~.custom-control-indicator {
  background: url("../images/common/icon_radio_selected.svg") 50% 50% no-repeat;
}

.custom-control.custom-radio02 .custom-control-input:checked~.custom-control-description {
  background: #fdeaea;
}

.custom-control.custom-radio02 .custom-control-input:disabled~.custom-control-indicator {
  background: url("../images/common/icon_radio_disabled.svg") 50% 50% no-repeat;
}

.custom-control.custom-radio03 {
  padding-left: 0px;
  display: block;
}

.custom-control.custom-radio03 .custom-control-indicator {
  display: none;
}

.custom-control.custom-radio03 .custom-control-description {
  display: block;
  margin: 0px;
  color: #111111;
  font-weight: 700;
  text-align: center;
  padding: 13px 2px;
  line-height: 1;
  width: 100%;
}

.custom-control.custom-radio03 .custom-control-input:checked~.custom-control-description {
  background: #999999;
  color: #fff;
}

.label,
label {
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.label .required,
label .required {
  background: #dd2929;
  font-size: 13px;
  padding: 3px 7px;
  color: white;
}

@media screen and (max-width: 767px) {

  .label,
  .radio-label-ex,
  label {
    font-size: 12px;
  }

  .label .required,
  .radio-label-ex .required,
  label .required {
    font-size: 10px;
  }
}

.radio-label {
  display: inline;
  padding: 0.5rem 0.5rem 0.5rem 1.4rem;
}

.radio-label:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  border: 0.2rem solid #ccc;
  border-radius: 50%;
}

label:focus,
label:hover,
label:active,
input:checked+label {
  color: #000;
}

label:focus:before,
label:hover:before,
label:active:before,
input:checked+label:before {
  border-color: #838383;
  background: #ffffff;
}

.radio-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.radio-wrap:before,
.radio-wrap:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.radio-wrap input[type="radio"] {
  display: none;
}

.radio-wrap .radio-label-ex {
  display: inline;
}

.radio-wrap input:checked+label:before {
  border-color: #ccc;
  background: black;
}

.radio-wrap input:disabled+label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}

.radio-wrap input:disabled+label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.radio-wrap input:disabled+label:before {
  border-color: #ffffff;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .radio-label {
    margin-top: 20px;
    padding-bottom: 3px;
  }

  .radio-label:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    border: 0.2rem solid #ccc;
    border-radius: 50%;
  }
}

.input-text-pass,
.input-text-email,
.input-text-number,
textarea[name="textfield"] {
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 13px 20px;
}

.input-text-pass.wid100,
.input-text-email.wid100,
.input-text-number.wid100,
textarea[name="textfield"].wid100 {
  width: 100px;
}

.input-text-pass.wid200,
.input-text-email.wid200,
.input-text-number.wid200,
textarea[name="textfield"].wid200 {
  width: 200px;
}

.input-text-pass.wid300,
.input-text-email.wid300,
.input-text-number.wid300,
textarea[name="textfield"].wid300 {
  width: 300px;
}

.input-text-pass.wid100p,
.input-text-email.wid100p,
.input-text-number.wid100p,
textarea[name="textfield"].wid100p {
  width: 100%;
}

.input-text {
  font-size: 14px;
  padding: 13px 20px;
}

.input-text-zip {
  width: 80px;
}

.input-text-city {
  display: block;
  width: 300px;
  margin: 20px 0;
}

.input-text-tel {
  width: 80px;
}

.input-text-card {
  width: 80px;
}

@media screen and (max-width: 767px) {

  .input-text-pass,
  .input-text-email,
  .input-text-number {
    display: block;
    font-size: 12px;
    border: 2px solid #ccc;
    margin: 10px 0;
    padding: 6px 8px;
  }

  .input-text-pass.wid100p_sp,
  .input-text-email.wid100p_sp,
  .input-text-number.wid100p_sp {
    width: 100%;
  }

  .input-text {
    font-size: 12px;
    border: 2px solid #ccc;
    margin: 10px 0;
    padding: 6px 8px;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex .input-text {
    width: 47%;
  }

  .flex.flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.attention {
  color: #c0102a !important;
  font-weight: 400;
  min-height: 1px;
}

.required {
  display: inline-block;
  margin-left: 5px;
  color: #c0102a;
  font-size: 12px;
}

#modal-bg {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3050;
  overflow: hidden;
  outline: 0;
  overflow-x: hidden;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 50px 0 50px;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  pointer-events: auto;
  border-bottom: 50px solid transparent;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 20px 0 20px;
  background: #fff;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-header .icn-cart-check img {
  vertical-align: middle;
}

.modal-header .modal-header__ttl {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 24px;
  font-weight: 700;
  color: #b5b5b5;
  width: 100%;
  margin-bottom: 50px;
}

.modal-header .modal-header__close {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: 50px;
  width: 100%;
  text-align: right;
}

.modal-header .modal-header__close a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/common/icon_close_modal.svg") 50% 50% no-repeat;
  background-size: 22px 22px;
}

.modal-body {
  position: relative;
  overflow: auto;
  padding: 0;
  background: #fff;
  text-align: left;
  font-size: 15px;
}

.modal-body__inner {
  padding: 0 40px 50px;
}

.modal-close-btn-wrap {
  text-align: center;
}

.modal-close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 240px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #04256d;
  color: #fff !important;
  text-decoration: none !important;
  min-height: 40px;
  line-height: 1.2;
  padding-top: 10px;
}

.modal-close-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .modal {
    -webkit-overflow-scrolling: touch;
    padding: 40px 10px 40px;
  }

  .modal-content {
    border-bottom: none;
  }

  .modal-header {
    padding: 7px 7px 0 20px;
  }

  .modal-header .modal-header__ttl {
    font-size: 20px;
    margin-bottom: 45px;
  }

  .modal-header .modal-header__close {
    height: 40px;
  }

  .modal-header .modal-header__close a {
    width: 40px;
    height: 40px;
    background-size: 14px 14px;
  }

  .modal-body {
    font-size: 14px;
  }

  .modal-body__inner {
    padding: 0 10px 30px;
  }

  .modal-close-btn {
    width: 295px;
    max-width: 100%;
    font-size: 15px;
    padding-top: 12px;
  }
}

.textare-type01 {
  padding: 16px 20px;
  font-size: 14px;
  border: 1px solid #cccccc;
  color: #555555;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .textare-type01 {
    padding: 8px 10px;
    font-size: 12px;
  }
}

.zoomLens {
  border: 1px solid transparent !important;
}

.wrap-gray {
  font-size: 14px;
  width: 100%;
  padding: 13px 20px;
  background-color: #f5f5f2;
  display: block;
}

.wrap-form p+.wrap-gray {
  margin-top: 20px;
}

.order-radio-wrap {
  width: 80%;
}

.leave-radio-wrap {
	width: 100%;
}

.order-radio {
  width: 30%;
}

.order-radio .radio-label:before {
  margin-top: 0.13rem;
}

@media screen and (max-width: 767px) {
  .order-radio .radio-label:before {
    margin-top: 1px;
  }
}

.dltable-type-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dltable-type-01 dt,
.dltable-type-01 dd {
  line-height: 1.4;
}

.dltable-type-01 dt {
  width: 30%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dltable-type-01 dd {
  padding: 0;
  margin: 0;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  .dltable-type-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .dltable-type-01 dt,
  .dltable-type-01 dd {
    width: 100%;
  }

  .dltable-type-01 dd {
    border-left: none;
  }
}

.dltable-type-02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dltable-type-02 dt,
.dltable-type-02 dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.dltable-type-02 dt {
  width: auto;
  float: left;
}

.dltable-type-02 dd {
  margin-left: 23%;
  padding-bottom: 0;
}

.dltable-type-02 dd:before {
  content: ":";
  padding: 0 5px;
}

.dltable-type-02 dd:after {
  content: "";
  display: block;
  clear: both;
}

.acdn-parent {
  margin-bottom: 30px;
}

.acdn-target {
  margin-top: 10px;
  padding: 0 20px;
}

.acdn-toggle-arrow {
  padding-right: 40px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}

.acdn-toggle-arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .acdn-parent {
    font-size: 13px;
  }

  .acdn-target {
    padding: 0 10px;
    font-size: 13px;
  }
}

.unit-toggleColor {
  padding: 10px;
  background: #dedede;
  overflow: auto;
}

.unit-toggleColor .unit-toggleColor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.unit-toggleColor .unit-toggleColor-list .unit-toggleCololist-item {
  display: block;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 7px;
  margin: 7px 0;
  line-height: 1.357;
}

.unit-toggleColor .unit-toggleColor-list input[class^="ico_color_"] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0.0001;
  margin: 0;
  padding: 0;
}

.unit-toggleColor .unit-toggleColor-list input[class^="ico_color_"]+label {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: 100% 100%;
  border-radius: 4px;
  cursor: pointer;
}

.unit-toggleColor .unit-toggleColor-list input[class^="ico_color_"]:checked+label {
  -webkit-box-shadow: 0 0 0 2px #bbb;
  box-shadow: 0 0 0 2px #bbb;
}

.unit-toggleColor .unit-toggleColor-list input[class^="ico_color_"]:checked+label:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

.unit-toggleColor .unit-toggleColor-list input[class^="ico_color_"]:checked+label:after {
  content: " ";
  display: block;
  width: 5px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -2px;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_01+label {
  background: url(../images/common/ico_color01.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_02+label {
  background: url(../images/common/ico_color02.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_03+label {
  background: url(../images/common/ico_color03.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_04+label {
  background: url(../images/common/ico_color04.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_05+label {
  background: url(../images/common/ico_color05.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_06+label {
  background: url(../images/common/ico_color06.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_07+label {
  background: url(../images/common/ico_color07.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_08+label {
  background: url(../images/common/ico_color08.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_09+label {
  background: url(../images/common/ico_color09.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_10+label {
  background: url(../images/common/ico_color10.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_11+label {
  background: url(../images/common/ico_color11.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_12+label {
  background: url(../images/common/ico_color12.png) no-repeat center center;
}

.unit-toggleColor .unit-toggleColor-list .ico_color_13+label {
  background: url(../images/common/ico_color13.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .unit-toggleColor {
    padding: 15px;
  }

  .unit-toggleColor .unit-toggleColor-list {
    border-top: none;
    margin: 0 auto;
  }

  .unit-toggleColor .unit-toggleColor-list .unit-toggleCololist-item {
    width: 14.25%;
  }
}

.alert {
  display: block;
  margin-top: 5px;
  color: #dd2929;
}

.red-font {
  color: #DD2929;
}

@media screen and (max-width: 767px) {

  #products-new-item .item-list li:nth-child(n + 5),
  #products-ranking-item .item-list li:nth-child(n + 5),
  #products-recommend-item .item-list li:nth-child(n + 5),
  #products-favorite-item .item-list li:nth-child(n + 5),
  #products-history-item .item-list li:nth-child(n + 5),
  #products-coordinate-item .item-list li:nth-child(n + 5) {
    display: none;
  }
}

#products-favorite-item .item-list li:nth-child(n + 6) {
    display: none;
}

.productsListPage {
  color: #555;
}

.productsListPage .coordinate-list li.coordinate-no2,
.productsListPage .coordinate-list li.coordinate-no3 {
  margin-top: 0;
}

.productsListPage #products-coordinate-item .inner::after {
  height: 537px;
  margin-top: 0;
}

.productsListPage #products-coordinate-item .btn-more-wrap {
  z-index: 10;
  position: relative;
}

#products-list-header {
  width: 100%;
  margin-bottom: 40px;
}

.refine-result {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.refine-result dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.refine-result dl dt {
  font-size: 14px;
}

.refine-result dl dt strong {
  color: #555;
  font-weight: 700;
  font-size: 20px;
}

.refine-result dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.refine-result__sort {
  width: 300px;
}

.refine-result__sort .select-type01 {
  width: 100%;
}

.refine-result__viewnum {
  margin-left: 15px;
  width: 160px;
}

.refine-result__viewnum .select-type01 {
  width: 100%;
}

.refine-result__misc {
  font-size: 14px;
  color: #555;
  display: inline-block;
}

.refine-condition {
  margin-top: 20px;
}

.refine-condition dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.refine-condition dl dt {
  font-size: 14px;
  width: 105px;
  padding-top: 2px;
}

.refine-condition dl dd {
  width: calc(100% - 105px);
}

.refine-condition dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.refine-condition dl dd ul li {
  font-size: 13px;
  margin: 0 13px 5px 0;
}

.refine-condition dl dd ul li strong {
  font-weight: 500;
}

.refine-condition dl dd ul li span {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 13px;
  padding: 6px 31px 6px 14px;
  border-radius: 20px;
  border: 1px solid #eeeeee;
}

.refine-condition dl dd ul li span button {
  position: absolute;
  top: 0;
  right: 6px;
	bottom: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 16px;
  height: 16px;
	margin: auto;
  outline: 0;
  background: url(../images/common/icon_close.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
}

@media screen and (max-width: 767px) {
  #products-list-header {
    width: 100%;
    margin-bottom: 10px;
  }

  .refine-result {
    padding-bottom: 0;
    border-bottom: none;
  }

  .refine-result dl {
    display: block;
  }

  .refine-result dl dt {
    font-size: 12px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 10px 5px;
  }

  .refine-result dl dt strong {
    font-size: 16px;
  }

  .refine-result dl dd {
    padding: 10px 10px 0;
  }

  .refine-result__sort {
    width: 150px;
  }

  .refine-result__viewnum {
    width: 90px;
  }

  .refine-condition {
    margin-top: 10px;
    padding: 0 20px;
  }

  .refine-condition dl {
    display: block;
  }

  .refine-condition dl dt {
    font-size: 10px;
    width: auto;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  .refine-condition dl dd {
    width: auto;
  }

  .refine-condition dl dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .refine-condition dl dd ul li {
    font-size: 10px;
    margin: 0 10px 10px 0;
  }

  .refine-condition dl dd ul li span {
    font-size: 10px;
  }
}

.productsDetailPage p {
  color: #333;
}

.productsDetailPage .btn2.link {
  width: 100%;
  margin: 30px auto 25px;
  font-size: 14px;
}

.productsDetailPage #products-coordinate-item {
  margin: 80px 0 0;
}

#item-detail {
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .productsDetailPage p {
    color: #333;
  }

  .productsDetailPage .btn2.link {
    margin: 40px auto 32px 0;
  }

  .productsDetailPage #products-coordinate-item {
    margin: 40px 0 0;
  }

  #item-detail {
    overflow: visible;
    padding-top: 0px;
    margin-bottom: 40px;
  }
}

#item-detail__kv {
  width: 600px;
  float: left;
}

#item-detail__kv-main {
  position: relative;
  margin-bottom: 15px;
}

#item-detail__kv .favorite-btn-wrap {
  position: absolute;
  display: none;
}

#item-detail__kv .slides .slide-item {
  position: relative;
}

#item-detail__kv .slides .slide-item figure {
  line-height: 0;
}

#item-detail__kv .slides .slide-item img {
  width: 100%;
}

#item-detail__kv .item-detail__kv-thumb_ttl {
  font-size: 16px;
	font-weight: bold;
  color: #555;
  padding-bottom: 11px;
}

#item-detail__kv-thumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -11px;
  padding-bottom: 9px;
}

#item-detail__kv-thumb ul li {
  width: 120px;
  margin: 0 11px 11px 0;
  cursor: pointer;
}

#item-detail__kv-thumb ul li img {
  width: 100%;
}

#item-detail__kv-thumb ul li figure {
  line-height: 0;
  border: 1px solid transparent;
}

#item-detail__kv-thumb ul li p {
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

#item-detail__kv-thumb ul li.custom-active figure {
  border: 1px solid #707070;
}

#item-detail__kv-btm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -11px;
}

#item-detail__kv-btm ul li {
  cursor: pointer;
  width: 75px;
  line-height: 0;
  margin: 0 11px 11px 0;
}

#item-detail__kv-btm ul li figure {
  line-height: 0;
  border: 1px solid transparent;
}

#item-detail__kv-btm ul li img {
  width: 100%;
}

#item-detail__kv-btm ul li.custom-active figure {
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .productsDetailPage .ZoomContainer {
    display: none !important;
  }

  #item-detail__kv {
    width: auto;
    float: none;
  }

  #item-detail__kv-main {
		margin: 0 -15px 27px;
  }

  #item-detail__kv .favorite-btn-wrap {
    line-height: 0;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 10px;
    z-index: 100;
  }

  #item-detail__kv .btn-expand {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url(../images/common/icon_zoom.svg) 50% 50% no-repeat;
    background-size: 40px 40px;
  }

  #item-detail__kv .slides .slide-item figure {
    pointer-events: none;
  }

  #item-detail__kv .slides .slick-prev {
    left: 7px;
    width: 46px;
    height: 46px;
    background: url(../images/common/slide_arrow_l_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #item-detail__kv .slides .slick-next {
    right: 7px;
    width: 46px;
    height: 46px;
    background: url(../images/common/slide_arrow_r_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #item-detail__kv #item-detail__kv-thumb {
    margin: 0 -10px 10px;
    width: calc(100% + 20px);
    overflow-y: hidden;
    overflow-x: auto;
  }

  #item-detail__kv #item-detail__kv-thumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 10px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  #item-detail__kv #item-detail__kv-thumb ul li {
    white-space: nowrap;
    width: 105px;
    min-width: 105px;
    margin: 0 10px 0px 0;
  }

  #item-detail__kv #item-detail__kv-thumb ul li p {
    padding-top: 5px;
    font-size: 11px;
  }

  #item-detail__kv-btm {
    margin: 0 -10px;
    padding-bottom: 10px;
    width: calc(100% + 20px);
    overflow-y: hidden;
    overflow-x: auto;
  }

  #item-detail__kv-btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 10px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  #item-detail__kv-btm ul li {
    white-space: nowrap;
    width: 75px;
    min-width: 75px;
    margin: 0 10px 0px 0;
  }
}

#item-detail__desc {
  width: 600px;
  float: right;
  min-height: 1200px;
}

#item-detail__desc .item-brand-logo {
  line-height: 0;
  margin-bottom: 20px;
  width: 200px;
}

#item-detail__desc .item-name {
  margin-bottom: 20px;
  font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.03em;
}

#item-detail__desc .item-iconbox {
  margin-bottom: 20px;
  min-height: 20px;
}

#item-detail__desc .item-price {
  margin-bottom: 20px;
	text-align: right;
}

#item-detail__desc .item-price del {
	display: inline-block;
}

#item-detail__desc .item-price .price-text,
#item-detail__desc .item-price .yen {
  font-size: 16px;
}

#item-detail__desc .item-price .price-num {
  font-size: 26px;
}

#item-detail__desc .item-price .tax {
  font-size: 12px;
}

#item-detail__desc .item-price+.item-price {
  margin-top: -15px;
}

#item-detail__desc .item-iconbox04 {
  margin-bottom: 10px;
}

#item-detail__desc .item-desc {
  margin-bottom: 20px;
	padding-top: 40px;
	border-top: 1px solid #cdcfd3;
  font-size: 16px;
}

#item-detail__desc .item-detail-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  padding: 12px 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#item-detail__desc .item-detail-cart .item-ph {
  width: 140px;
  margin-top: 10px;
}

#item-detail__desc .item-detail-cart ul {
  width: 100%;
  margin-top: -12px;
  padding-left: 30px;
  padding-right: 30px;
}

#item-detail__desc .item-detail-cart-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  border-bottom: 1px solid #eee;
}

#item-detail__desc .item-detail-cart-list:nth-last-of-type(1) {
  border-bottom: none;
}

#item-detail__desc .item-detail-cart-list-p {
	font-size: 16px;
}

#item-detail__desc .item-detail-cart-list-actin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#item-detail__desc .cart-btn {
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 170px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #04256d;
  color: #fff;
}

#item-detail__desc .cart-btn span {
  display: inline-block;
  line-height: 1;
}

#item-detail__desc .cart-btn.restock span,
#item-detail__desc .cart-btn.nostock span {
  padding-left: 0;
  background-image: none;
}

#item-detail__desc .cart-btn.nostock {
  background-color: #ddd;
  color: #535353;
}

#item-detail__desc .cart-fav {
  display: block;
  width: 26px;
  height: 22px;
  margin-left: 22px;
  background: url(../images/common/icon_fav.svg) 0 50% no-repeat;
  background-size: 22px 26px;
}

#item-detail__desc .cart-fav.fill {
  background: url(../images/common/icon_fav_fill.svg) 0 50% no-repeat;
  background-size: 22px 26px;
}

#item-detail__desc .item-detail-btnlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#item-detail__desc .item-detail-btnlist li {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
}

#item-detail__desc .item-detail-btnlist li:nth-of-type(n+2) {
  margin-right: 0 !important;
}

#item-detail__desc .item-detail-btnlist li a {
  position: relative;
  display: block;
	border: 1px solid #cdcfd3;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 13px;
  text-decoration: none !important;
  cursor: pointer;
}

/* #item-detail__desc .item-detail-btnlist li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 1px solid #555555;
  border-bottom: 1px solid #555555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
} */

#item-detail__kv .item-detail-mysize a {
  position: relative;
  border: 1px solid #952238;
  color: #952238;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin-top: 40px;
}

#item-detail__kv .item-detail-mysize a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 1px solid #952238;
  border-bottom: 1px solid #952238;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

#item-detail__kv .item-detail-mysize a:hover {
  text-decoration: none;
}

#item-detail__kv .item-detail-mysize a span {
  font-size: 13px;
  padding-left: 25px;
  font-weight: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

#item-detail__desc .item-detail-mysize a {
  position: relative;
  border: 1px solid #952238;
  color: #952238;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

#item-detail__desc .item-detail-mysize a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 1px solid #952238;
  border-bottom: 1px solid #952238;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

#item-detail__desc .item-detail-mysize a:hover {
  text-decoration: none;
}

#item-detail__desc .item-detail-mysize a span {
  font-size: 13px;
  padding-left: 25px;
  font-weight: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

#item-detail__desc .item-detail-color-size {
  margin-bottom: -15px;
  font-size: 14px;
  font-weight: 700;
}

.item-detail-colorselect .select-type01 {
	width: 100%;
	height: 56px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #item-detail__desc {
    padding-top: 20px;
    width: auto;
    float: none;
    min-height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #item-detail__desc .item-detail__desc__01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }

  #item-detail__desc .item-detail-cart {
    display: none;
  }

  #item-detail__desc .item-brand-logo {
    margin-bottom: 15px;
    text-align: center;
  }

  #item-detail__desc .item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #item-detail__desc .item-iconbox {
    margin-bottom: 10px;
    min-height: 18px;
  }

  #item-detail__desc .item-price {
    margin-bottom: 13px;
  }

  #item-detail__desc .item-price .price-kind {
    font-size: 12px;
  }

  #item-detail__desc .item-price .tax {
    font-size: 12px;
  }

  #item-detail__desc .item-price .price-off-text {
    font-size: 22px;
  }

  #item-detail__desc .item-price del .price-kind {
    font-size: 12px;
  }

  #item-detail__desc .item-price del .price-text {
    font-size: 12px;
  }

  #item-detail__desc .item-price del .tax {
    font-size: 10px;
  }

  #item-detail__desc .item-price+.item-price {
    margin-top: -5px;
  }

  #item-detail__desc .item-iconbox04 {
    margin-bottom: 10px;
  }

  #item-detail__desc .item-desc {
		margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  #item-detail__desc .cart-btn-wrap {
    margin-top: 15px;
  }

  #item-detail__desc .cart-btn {
    height: 60px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
  }

  #item-detail__desc .cart-btn span {
    padding-left: 30px;
    background-size: 21px 19px;
  }

  #item-detail__desc .item-detail-btnlist li {
    width: calc(50% - 8px);
    margin: 0 15px 15px 0;
  }

  #item-detail__desc .item-detail-btnlist li a {
    font-size: 12px;
    padding: 10px;
  }

  #item-detail__kv .item-detail-mysize a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    padding: 0.5em 1em;
    line-height: 1.1;
    height: auto;
    margin-top: 40px;
  }

  #item-detail__kv .item-detail-mysize a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 13px;
    height: 13px;
    margin: auto;
    border-left: 1px solid #952238;
    border-bottom: 1px solid #952238;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
  }

  #item-detail__kv .item-detail-mysize a:hover {
    text-decoration: none;
  }

  #item-detail__kv .item-detail-mysize a span {
    font-size: 12px;
    padding: 0.5em 0 0;
    font-weight: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
  }

  #item-detail__desc .item-detail-mysize a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    padding: 0.5em 1em;
    line-height: 1.1;
    height: auto;
    margin-top: 40px;
  }

  #item-detail__desc .item-detail-mysize a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 13px;
    height: 13px;
    margin: auto;
    border-left: 1px solid #952238;
    border-bottom: 1px solid #952238;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
  }

  #item-detail__desc .item-detail-mysize a:hover {
    text-decoration: none;
  }

  #item-detail__desc .item-detail-mysize a span {
    font-size: 12px;
    padding: 0.5em 0 0;
    font-weight: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
  }

  #item-detail__desc .item-detail-delivery {
    margin-top: 20px;
    font-size: 12px;
  }

  #item-detail__desc .item-detail-colorselect {
    margin-top: 30px;
	}

  #item-detail__desc .item-detail-sizeselect {
    margin-top: 15px;
  }

  #item-detail__desc .item-detail-colorselect .select-type01,
  #item-detail__desc .item-detail-sizeselect .select-type01 {
    width: 100%;
    /*height: 100%;*/
    padding: 7px 0 3px 4em;
  }

}

.item-detail-info {
  margin-bottom: 20px;
}

.item-detail-info.item_number {
  margin-bottom: 10px;
}

.item-detail-info-heading {
	font-size: 14px;
}

.item-detail-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-detail-info dl dt {
  font-size: 14px;
  font-weight: 400;
}

.item-detail-info dl dd {
  font-size: 14px;
}

.item-detail-info-caution-p {
	margin-bottom: 20px;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
  .item-detail-info {
    margin-bottom: 15px;
  }

  .item-detail-info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-detail-fulfill {
  margin-bottom: 30px;
}

.item-detail-fulfill dl {
  padding: 25px 23px 15px;
  background: #f5f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.item-detail-fulfill dl dt {
	margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  width: 72px;
}

.item-detail-fulfill dl dd {
  width: calc(100% - 72px);
}

.item-detail-fulfill dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-detail-fulfill dl dd ul li {
  margin-right: 10px;
	margin-bottom: 10px;
  line-height: 0;
}

.item-detail-fulfill ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-start;
  margin-top: 20px;
  padding-right: 5px;
}

.item-detail-fulfill ol li {
  margin-left: 10px;
}

.item-detail-fulfill .v-align-btm {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .item-detail-fulfill {
    margin-bottom: 30px;
  }

  .item-detail-fulfill dl {
    padding: 15px 15px 5px;
    margin-bottom: 5px;
  }

  .item-detail-fulfill dl dt {
    font-size: 12px;
    width: 43px;
  }

  .item-detail-fulfill dl dd {
    width: calc(100% - 43px);
  }

  .item-detail-fulfill dl dd ul li {
    margin-right: 10px;
  }

  .item-detail-fulfill dl dd ul li img {
    width: 50px;
  }

  .item-detail-fulfill ol {
		justify-content: center;
	}

	.item-detail-fulfill ol .picture_col {
		width: 100%;
		text-align: center;
  }

  .item-detail-fulfill ol li .arrow-link_r {
    font-size: 11px;
  }
}

.item-detail-fulfill-descrition {
  margin-bottom: 20px;
}

.item-detail-fulfill-descrition-ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.item-detail-delivery {
	margin-top: 30px;
}

.item-detail-delivery span {
  display: inline-block;
  padding: 8px 0 8px 50px;
  background: url(../images/common/icon_truck.svg) 0 50% no-repeat;
  background-size: 40px 29px;
}

.item-detail-delivery span strong {
	font-size: 16px;
  font-weight: 700;
}

.item-detail-together dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.item-detail-together dl dt {
  font-size: 14px;
  font-weight: 700;
  width: 85px;
}

.item-detail-together dl dd {
  width: calc(100% - 85px);
  border-bottom: 1px solid #eee;
}

.item-detail-together dl dd .select-type01 {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .item-detail-together {
    margin-top: 30px;
  }

  .item-detail-together dl dt {
    font-size: 12px;
    width: 50px;
  }

  .item-detail-together dl dd {
    width: calc(100% - 50px);
  }

  .item-detail-together dl dd .select-type01 {
    font-size: 12px;
  }
}

.bundle-table th {
  background: #fff;
}

.bundle-table td {
  width: 21%;
  vertical-align: middle;
}

.bundle-table .item-quantity {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.bundle-table .item-quantity img {
  width: 20px;
  display: inline-block;
}

.bundle-table .item-quantity ul {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

.bundle-table .item-quantity ul li {
  padding: 0 4px;
}

.bundle-table .item-quantity div {
  margin: 0;
}

.bundle-table .item-quantity div p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.bundle-table .item-quantity .item-quantity-select {
  display: inline-block;
  position: relative;
}

.bundle-table .item-quantity .item-quantity-select:after {
	margin: auto;
  position: absolute;
  top: -3px;
  right: 9px;
	bottom: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #04256d;
  border-bottom: 1px solid #04256d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.bundle-table .item-quantity .select-type01 {
  border: 1px solid #cdcfd3;
  height: 46px;
  min-width: 125px;
  background: none;
  font-size: 16px;
}

.item-detail-typechoice dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.item-detail-typechoice table {
  border: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}

.item-detail-typechoice table th {
  border: 1px solid #e5e5e5;
  height: 42px;
  vertical-align: middle;
  text-align: center;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.item-detail-typechoice table td {
  border: 1px solid #e5e5e5;
  position: relative;
  height: 42px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.item-detail-typechoice .item-detail-typechoice__time {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_hassouTouzitsu_02.svg) 0 50% no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}

/* 翌日 */
.item-detail-typechoice .item-detail-typechoice__time.--yokuzitsu {
  background-image: url("../images/common/icon_hassouYokuzitsu_02.svg");
}
/* 4営業日で発送 */
.item-detail-typechoice .item-detail-typechoice__time.--4day {
  background-image: url("../images/common/icon_hassou4days_02.svg");
}
/* 5営業日で発送 */
.item-detail-typechoice .item-detail-typechoice__time.--5day {
  background-image: url("../images/common/icon_hassou5days_02.svg");
}

@media screen and (max-width: 767px) {
  .item-detail-typechoice dl {
    margin-bottom: 25px;
  }

  .item-detail-typechoice dl dt {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .item-detail-typechoice dl dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px;
  }

  .item-detail-typechoice dl dd ul li {
    width: calc(25% - 4px);
    margin: 0 2px;
    border: 1px solid #e4e4e4;
    text-align: center;
  }

  .item-detail-typechoice p {
    margin-top: -5px;
    font-size: 11px;
  }
}

#item-detail_coordinate ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

#item-detail_coordinate ul a {
  display: block;
}

#item-detail_coordinate ul .item-ph {
  width: 190px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #item-detail_coordinate ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow-y: scroll;
  }

  #item-detail_coordinate ul .item-ph {
    width: 100px;
    margin-right: 10px;
  }
}

#item-detail_article ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

#item-detail_article ul li,
#item-detail_article ul figure {
  width: 295px;
}

#item-detail_article ul img {
  vertical-align: bottom;
}

#item-detail_article ul a {
  text-decoration: none;
}

#item-detail_article ul dt,
#item-detail_article ul dd {
  padding-top: 8px;
}

#item-detail_article ul dt {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}

#item-detail_article ul dd {
  font-size: 16px;
  color: #474747;
}

@media screen and (max-width: 767px) {
  #item-detail_article ul {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #item-detail_article ul li,
  #item-detail_article ul figure {
    width: 166px;
  }

  #item-detail_article ul dt,
  #item-detail_article ul dd {
    padding-top: 10px;
  }

  #item-detail_article ul dt {
    font-size: 17px;
  }

  #item-detail_article ul dd {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

#item-detail-about {
  /* レディースでは表示しない */
  /* padding: 35px 40px;
  background: #f8f8f8;
  margin: 75px 0; */
}

.item-detail-about__ttl-btn {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}

.item-detail-about__body {
  border-top: 1px solid #cccccc;
}

.item-detail-about__body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
}

.item-detail-about__body__inner h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
}

.item-detail-about__body__inner-l {
  width: 560px;
}

.item-detail-about__body__inner-l table {
  width: 100%;
  border-collapse: collapse;
}

.item-detail-about__body__inner-l table th {
  background: none;
  border: none;
  padding: 6px 5px 6px 0;
  text-align: left;
  width: 100px;
  font-weight: 700;
}

.item-detail-about__body__inner-l table td {
  background: none;
  border: none;
  padding: 6px 0;
  text-align: left;
}

.item-detail-about__body__inner-l p {
  font-size: 11px;
  margin: 20px 0 0 0;
}

.item-detail-about__body__inner-r {
  width: 560px;
}

.item-detail-about__body__inner-r dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 5px;
  margin-bottom: 30px;
}

.item-detail-about__body__inner-r dl dt {
  width: 80px;
  font-size: 14px;
  font-weight: 700;
}

.item-detail-about__body__inner-r dl dd {
  width: calc(100% - 80px);
}

@media screen and (min-width: 768px) {
  .item-detail-about__ttl-btn {
    pointer-events: none;
  }

  .item-detail-about__body {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  #item-detail-about {
    /* padding: 0px 15px;
    margin: 40px -15px 0; */
  }

  .item-detail-about__ttl-btn {
    position: relative;
    font-size: 16px;
    padding: 15px 15px 15px 0;
    cursor: pointer;
  }

  .item-detail-about__ttl-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 9px;
    height: 9px;
    margin-top: -3px;
    border: none;
    -webkit-transform: none;
    transform: none;
    background: url(../images/common/icon_plus_b.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .item-detail-about__ttl-btn.open::after {
    -webkit-transform: none;
    transform: none;
    background: url(../images/common/icon_minus_b.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .item-detail-about__body {
    display: none;
  }

  .item-detail-about__body__inner {
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .item-detail-about__body__inner h4 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px -20px;
  }

  .item-detail-about__body__inner-l {
    width: auto;
    padding-left: 20px;
  }

  .item-detail-about__body__inner-l table th {
    padding: 3px 3px 3px 0;
    text-align: left;
    width: 95px;
    font-size: 12px;
  }

  .item-detail-about__body__inner-l table td {
    padding: 3px 3px 3px 0;
    font-size: 12px;
  }

  .item-detail-about__body__inner-l p {
    font-size: 11px;
    margin: 15px 0 0 0;
  }

  .item-detail-about__body__inner-r {
    padding-top: 20px;
    width: auto;
    padding-left: 20px;
  }

  .item-detail-about__body__inner-r dl {
    padding-top: 5px;
    margin-bottom: 10px;
  }

  .item-detail-about__body__inner-r dl dt {
    width: 75px;
    font-size: 12px;
  }

  .item-detail-about__body__inner-r dl dd {
    width: calc(100% - 75px);
  }

  .item-detail-about__body__inner-r dl dd .flow-type01 li {
    font-size: 12px;
    height: 38px;
  }
}

.review-header strong {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.review-header .review-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.review-header .review-star .star-on,
.review-header .review-star .star-half,
.review-header .review-star .star-off {
  margin: 0 4px;
  width: 25px;
  height: 25px;
}

.review-header em {
  display: block;
  text-align: center;
}

.review-entry {
  text-align: right;
  margin-bottom: 15px;
}

.review-entry a {
  display: inline-block;
  width: 205px;
  padding: 10px 10px 10px 30px;
  text-align: center;
  background: #323232 url(../images/common/icon_pencil.svg) 25px 50% no-repeat;
  background-size: 17px 17px;
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}

@media screen and (max-width: 767px) {
  .review-header strong {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .review-header .review-star {
    margin-bottom: 5px;
  }

  .review-header .review-star .star-on,
  .review-header .review-star .star-half,
  .review-header .review-star .star-off {
    margin: 0 2px;
    width: 16px;
    height: 16px;
  }

  .review-header em {
    font-size: 10px;
  }

  .review-entry {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 15px;
  }

  .review-entry a {
    width: 145px;
    padding: 8px 8px 8px 18px;
    text-align: center;
    background: #323232 url(../images/common/icon_pencil.svg) 16px 50% no-repeat;
    background-size: 10px 10px;
    font-size: 10px;
  }
}

.review-box {
  border: 1px solid #e5e5e5;
  padding: 40px 20px 40px;
}

.review-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.review-box ul>li {
  width: calc(50% - 40px);
  margin: 0 20px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.review-box ul>li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

.review-box ul>li dl dt {
  font-size: 12px;
}

.review-box ul>li dl dd {
  font-size: 12px;
}

.review-box ul>li h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 10px;
  letter-spacing: 0.05em;
}

.review-box ul>li h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 10px;
}

.review-box ul>li p {
  font-size: 14px;
  margin-bottom: 15px;
}

.review-box ul>li ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.review-box ul>li ol li {
  font-size: 12px;
}

.review-box ul>li ol li::before {
  display: inline;
  content: "／";
}

.review-box ul>li ol li:first-child::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #item-detail-review {
    padding-bottom: 0 !important;
  }

  .review-box {
    padding: 0px;
    border: none;
  }

  .review-box ul {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 0px 15px 10px;
    margin-bottom: 30px;
  }

  .review-box ul>li {
    width: auto;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .review-box ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .review-box ul>li h3 {
    font-size: 12px;
    margin: 10px 0 10px;
  }

  .review-box ul>li h4 {
    font-size: 18px;
    margin: 10px 0 10px;
  }

  .review-box ul>li p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .review-box ul>li ol {
    margin-bottom: 15px;
  }

  .review-box ul>li ol li {
    font-size: 12px;
  }
}

#review-more-modal .box-type01 {
  padding-bottom: 0px;
}

#review-more-modal .review-sort-box {
  text-align: right;
  margin-bottom: 15px;
}

#review-more-modal .review-sort-box .select-type01 {
  width: 205px;
}

#review-more-modal .review-box {
  border: none !important;
  padding: 0px !important;
}

#review-more-modal .review-box ul {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

#review-more-modal .review-box ul>li {
  width: auto;
  margin: 0 0px 20px;
}

#review-more-modal .review-box ul>li ol {
  background: #f8f8f8;
  padding: 10px;
  display: table;
}

#review-more-modal .review-box ul>li ol li {
  display: table-cell;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #review-more-modal .modal-header .modal-header__close {
    height: 30px;
  }

  #review-more-modal .review-sort-box {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #review-more-modal .review-sort-box .select-type01 {
    width: 150px;
  }

  #review-more-modal .review-box ul {
    border: none;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 0px 0 0;
  }

  #review-more-modal .review-box ul>li {
    width: auto;
    margin: 0;
  }
}

#store-list-modal .box-type01 {
  padding-bottom: 50px;
}

.store-list-head {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.store-list-head__ph {
  width: 240px;
  margin-right: 30px;
}

.store-list-head__desc {
  width: calc(100% - 270px);
}

.store-list-head__desc .item-detail-fulfill {
  margin-bottom: 20px;
}

.store-list-head__desc .item-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.store-list-head__desc .item-price {
  margin-bottom: 15px;
}

.store-list-head__desc .item-price * {
  font-size: 14px;
  font-weight: 700;
}

.store-list-head__desc .item-detail-info {
  border-top: none;
  padding-top: 0px;
  margin-bottom: 0px;
}

.store-list-head__desc .item-detail-info dl {
  margin-bottom: 5px;
}

.store-list-head__desc .item-detail-info dl * {
  font-size: 14px;
}

.store-list-body p {
  margin-bottom: 15px;
}

.store-list-body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 15px;
}

.store-list-refine dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.store-list-refine dl dt {
  font-size: 14px;
  font-weight: 700;
  width: 122px;
}

.store-list-refine dl dd {
  width: 205px;
}

.store-list-refine dl dd .select-type01 {
  width: 100%;
}

.store-list-refine.store_receiving {
  display: flex;
  align-items: center;
}

.store-list-refine.store_receiving dl {
  margin-bottom: 0;
}

.store-list-refine.store_receiving .store-list-refine-counseling {
  margin-left: 15px;
  font-size: 12px;
}

.store-list-tbl {
  width: 100%;
  border: 2px solid #e5e5e5;
  border-collapse: collapse;
}

.store-list-tbl th {
  background: #f0f0f0;
  border: 2px solid #e5e5e5;
  padding: 8px;
}

.store-list-tbl td {
  border: 2px solid #e5e5e5;
  vertical-align: middle;
  font-size: 14px;
  padding: 15px 20px;
}

.store-list-tbl td .store-list-tbl__name {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #store-list-modal .modal-header .modal-header__close {
    height: 30px;
  }

  #store-list-modal .box-type01 {
    padding-bottom: 20px;
  }

  .store-list-head {
    padding: 15px 0;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .store-list-head__ph {
    width: 86px;
    margin-right: 12px;
    margin-bottom: 20px;
    float: left;
  }

  .store-list-head__desc {
    width: auto;
    display: inline;
  }

  .store-list-head__desc .item-detail-fulfill dl dd ul li img {
    width: 37px;
  }

  .store-list-head__desc .item-name {
    clear: both;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  }

  .store-list-head__desc .item-price {
    margin-bottom: 10px;
  }

  .store-list-head__desc .item-price * {
    font-size: 14px;
    font-weight: 700;
  }

  .store-list-head__desc .item-detail-info {
    border-top: none;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .store-list-head__desc .item-detail-info dl {
    margin-bottom: 0px;
  }

  .store-list-body p {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .store-list-body h2 {
    font-size: 16px;
    margin: 20px 0 15px;
  }

  .store-list-refine dl {
    margin-bottom: 15px;
  }

  .store-list-refine dl dt {
    font-size: 12px;
    font-weight: 700;
    width: 100px;
  }

  .store-list-refine dl dd {
    width: calc(100% - 100px);
  }

  .store-list-refine dl dd .select-type01 {
    width: 100%;
    max-width: 190px;
  }

  .store-list-refine.store_receiving {
    flex-wrap: wrap;
  }

  .store-list-refine.store_receiving .store-list-refine-counseling {
    margin-top: 10px;
    margin-left: 0;
  }

  .store-list-tbl {
    white-space: nowrap;
  }

  .store-list-tbl th {
    font-size: 11px;
    padding: 8px 10px;
    text-align: left;
  }

  .store-list-tbl td {
    font-size: 11px;
    padding: 10px 10px;
    white-space: nowrap;
  }

  .store-list-tbl td .store-list-tbl__name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .store-list-tbl-wrap {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.wrap-login {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .wrap-login {
    padding-bottom: 10px;
  }
}

.block-2col-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

.block-2col-login .inner {
  width: 100%;
}

.block-2col-login .clm-login-input {
  width: 600px;
  padding: 0 20px;
}

.block-2col-login .clm-login-other {
  width: 330px;
}

.block-2col-login .checkbox {
  display: inline;
  width: auto;
}

.block-2col-login .checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.block-2col-login .checkbox-wrap .checkbox {
  margin-right: 5px;
}

.block-2col-login .btn.submit {
  color: #fff;
  margin: 80px auto 20px;
}

.block-2col-login .btn.link {
  margin: 20px auto;
  width: 100%;
}

.block-2col-login .text-left {
  text-align: left;
  margin-top: -10px;
  margin-bottom: 10px;
}

.block-2col-login .text-left a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .block-2col-login {
    display: block;
    width: 100%;
    margin: 10px auto;
  }

  .block-2col-login .clm-login-other,
  .block-2col-login .clm-login-input {
    width: 100%;
  }

  .block-2col-login .clm-login-input {
    padding: 0;
  }

  .block-2col-login .btn.submit {
    margin: 40px auto 20px;
  }
}

a[name="delivery_area"] {
  text-decoration: none;
  color: inherit;
}

a[name="delivery_area"]:hover {
  text-decoration: none;
  color: inherit;
}

textarea[name="order_comment"],
textarea[name="contact_contents"] {
  border: solid 1px #eee;
}

.review .select-type01,
.review .input-text {
  margin-top: 10px;
}

.review .evaluation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.review .evaluation input[type="radio"] {
  display: none;
}

.review .evaluation label {
  position: relative;
  padding: 20px 0;
  color: gray;
  cursor: pointer;
  font-size: 3rem;
  top: 20px;
}

.review .evaluation label:nth-of-type(odd) {
  margin-right: 10px;
}

.review .evaluation label:nth-of-type(even) {
  margin-right: 10px;
}

.review .evaluation label .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
}

.review .evaluation label .text.good {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.review .evaluation label:hover,
.review .evaluation label:hover~label,
.review .evaluation input[type="radio"]:checked~label {
  color: #ffcc00;
}

.cart-title-area+td,
.normal_price {
  word-break: keep-all;
}

.cart-item-area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-item-area dt {
  width: 280px;
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .cart-item-area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-item-area dt {
    width: auto;
    margin-right: 0;
  }

  .cart-item-area img {
    width: 100%;
  }
}

.cart-img-area img {
  width: 100%;
}

.tab-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-flex>.item-block {
  width: 48%;
}

.tab-flex .select-type01 {
  width: 357px;
}

.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
}

.tabs .item-block {
  margin: 10px 0;
}

.tabs.mysize_confirm .tbl-type01 {
  table-layout: fixed;
}

.tabs.mysize_confirm .tbl-type01 th:nth-of-type(1) {
  width: 37%;
}

.tabs.mysize_confirm .tbl-type01 th:nth-of-type(2) {
  width: 26%;
}

.tabs.mysize_confirm .tbl-type01 td {
  width: 37%;
}

.tabs_block {
  border: bottom 1px solid #ccc;
  display: block;
}

.tab_item {
  width: 240px;
  height: 50px;
  background-color: #f0f0f0;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #111;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .tabs {
    margin-top: 20px;
  }

  .tab-flex>.item-block {
    width: 100%;
  }

  .tab-flex .select-type01 {
    width: 100%;
  }

  .tab_item {
    width: 49.9%;
    font-size: 12px;
    height: 3em;
    line-height: 3;
  }
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #999;
}

#mens:checked~#mens_content,
#ladys:checked~#ladys_content {
  display: block;
}

.tabs input:checked+.tab_item {
  border-bottom: 0;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  color: #111;
  background: white;
  position: relative;
  z-index: 1;
  top: 1px;
}

.wrap-form .checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.wrap-form .checkbox-wrap .checkbox {
  margin-right: 5px;
}

.wrap-form textarea[name="textfield"] {
  border: 1px solid #eee;
  border-radius: 4px;
}

.wrap-form .radio-wrap-flex-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-form .radio-wrap-flex-wide div {
  min-width: 300px;
}

.wrap-form .radio-wrap-flex-nallow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-form .radio-wrap-flex-nallow div {
  min-width: 150px;
}

.entry-content {
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 20px;
}

.btn.submit.disabled {
  color: #fff;
  background: #cacaca;
  border: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .wrap-form textarea[name="textfield"] {
    border: 1px solid #eee;
    border-radius: 4px;
    height: 75vw;
  }

  .wrap-form .radio-wrap-flex-wide {
    display: block;
  }

  .wrap-form .radio-wrap-flex-wide div {
    min-width: auto;
  }

  .wrap-form .radio-wrap-flex-nallow {
    display: block;
  }

  .wrap-form .radio-wrap-flex-nallow div {
    min-width: auto;
  }
}

.item-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 179px 790px auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: 179px 790px auto;
  -ms-grid-rows: auto auto auto;
}

.item-grid-head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.item-grid-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.item-grid-disc {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.item-grid-misc {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.item-grid-misc.item-select-wrap {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.item-grid.order-detail-item {
  grid-template-columns: 179px 680px auto;
  -ms-grid-columns: 179px 680px auto;
}

.item-grid.order-detail-item__after {
  grid-template-columns: 179px 680px auto;
  -ms-grid-columns: 179px 680px auto;
}

.item-grid-type-02 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 179px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 179px auto;
  -ms-grid-rows: auto auto;
}

.item-grid-type-02 .item-grid-disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.item-quantity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity-aomunt {
  padding: 2px 0 0 50px;
}

.order-detail .wrap-cart .row {
  padding: 30px 0;
}

.wrap-order.btn-block-2col {
  margin-top: 30px;
}

.wrap-order.btn-block-2col .btn.submit,
.wrap-order.btn-block-2col .btn.link {
  margin-top: 0;
}

.wrap-cart .row {
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  padding: 20px 0;
}

.wrap-cart .row .item-thumbnail {
  width: 179px;
  display: inline-block;
  padding: 16px 0 0 0;
  vertical-align: top;
}

.wrap-cart .row .item-thumbnail img {
  width: 100%;
}

.wrap-cart .row .item-info {
  display: inline-block;
  padding: 16px 0 0 32px;
}

.wrap-cart .row .item-info .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.wrap-cart .row .item-info .itemid,
.wrap-cart .row .item-info .price,
.wrap-cart .row .item-info .size {
  font-size: 14px;
  padding: 8px 0 0 0;
  font-weight: normal;
}

.wrap-cart .row .item-info .color,
.wrap-cart .row .item-info .ordrer-exchange-select label {
  font-size: 14px;
  padding: 10px 0 0 0;
  font-weight: normal;
}

.wrap-cart .row .item-info .ordrer-exchange-select label {
  cursor: text;
  display: inline-block;
}

.wrap-cart .row .ordrer-exchange-select {
  padding-top: 10px;
}

.wrap-cart .row .ordrer-exchange-select .select-type01 {
  cursor: pointer;
}

.wrap-cart .row .item-quantity {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  height: 30px;
}

.wrap-cart .row .item-quantity img {
  width: 26px;
  display: inline-block;
}

.wrap-cart .row .item-quantity ul {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

.wrap-cart .row .item-quantity ul li {
  padding: 0 4px;
}

.wrap-cart .row .item-quantity div {
  margin: 0;
}

.wrap-cart .row .item-quantity div p {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.wrap-cart .row .item-quantity .item-quantity-select {
  display: inline-block;
  position: relative;
}

.wrap-cart .row .item-quantity .item-quantity-select:after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 7px;
  height: 7px;
  margin-top: -9px;
  border-right: 1px solid #04256d;
  border-bottom: 1px solid #04256d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.wrap-cart .row .item-quantity .select-type01 {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  height: 30px;
  min-width: 79px;
  padding-bottom: 7px;
  background: none;
  font-size: 16px;
  font-weight: bold;
}

.wrap-cart .row .item-subtotal {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
  padding: 20px 0 0;
}

.wrap-cart .row .item-cancel {
  display: block;
  text-align: right;
}

.wrap-cart .row .item-cancel a {
  text-decoration: underline;
}

.wrap-cart .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wrap-cart .wrap-price {
  margin: 40px 0 20px;
}

.wrap-cart .order-textarea {
  margin-top: 30px;
  padding: 16px 20px;
  font-size: 14px;
  border: 1px solid #cccccc;
  color: #555555;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.wrap-cart .wrap-order .btn {
  margin-top: 4px;
}

.wrap-cart .item-select-wrap {
  padding-top: 30px;
}

.tbl-type01 .cart-subtotal-area {
  min-width: 117px;
}

.cart-excange-content .title th:first-child {
  width: 20%;
}

.cart-excange-content .title th:nth-of-type(2) {
  width: 70%;
}

.cart-excange-content .title th:nth-of-type(3) {
  width: 10%;
}

.order-detail-wrap {
  background: #f8f8f8;
  margin-bottom: 30px;
  padding: 10px 0 20px 0;
}

.order-detail-wrap .row {
  border-bottom: none;
}

.order-detail-misc-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.btn-block-3row .btn-type02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 124px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background: #f0f0f0;
  color: #999999 !important;
  text-decoration: none !important;
  line-height: 40px;
  text-align: center;
  margin: 0 0 10px auto;
}

.btn-block-3row .btn-type02.btn-dead {
  background-color: #f0f0f0;
  pointer-events: none;
  border: none;
}

.btn-block-3row .btn-type02.btn-active {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #555555 !important;
}

.order-detail-item {
  padding: 0 28px;
}

.order-detail-item__after {
  background: #fff;
  /* margin: 0 28px 28px; */
  padding: 28px;
}

.item-quantity-inner {
  padding-top: 16px;
}

.item-quantity-price {
  text-align: left;
}

.item-quantity-price span {
  font-size: 20px;
}

.item-quantity-price-wrap {
  padding: 16px 0 0 32px;
}

.wrapping-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  height: 56px;
  padding-left: 28px;
  border-top: none;
}

.wrapping-head-ttl {
  font-size: 16px;
  font-weight: bold;
}

.wrapping-head-select {
  margin-left: 40px;
}

.wrap-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-misc-item {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  margin-top: 50px;
  padding: 27px 30px;
}

.wrap-misc-item h4 {
  font-size: 16px;
  font-weight: bold;
}

.wrap-message.wrap-misc-item {
  display: block;
}

.wrap-misc-item-inner {
  width: 70%;
}

.wrap-message .wrap-misc-item-inner {
  margin-top: 10px;
  width: 100%;
}

.order .tbl-type03 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .item-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 65px 73vw;
    grid-template-rows: auto auto;
    -ms-grid-columns: 65px 73vw;
    -ms-grid-rows: auto auto;
  }

  .item-grid-head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .item-grid-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .item-grid-disc {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .item-grid-misc {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }

  .item-grid-misc.item-select-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }

  .item-grid.order-detail-item {
    grid-template-columns: 65px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 65px auto;
    -ms-grid-rows: auto auto;
  }

  .item-grid.order-detail-item__after {
    grid-template-columns: 65px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 65px auto;
    -ms-grid-rows: auto auto;
  }

  .order-detail-item .item-grid-misc,
  .order-detail-item__after .item-grid-misc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }

  .item-grid-type-02 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 65px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 65px auto;
    -ms-grid-rows: auto auto;
  }

  .item-grid-type-02 .item-grid-disc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .item-quantity-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .item-quantity-select {
    margin-top: 2px;
  }

  .quantity-aomunt {
    padding: 2px 0 0 1em;
  }

  .wrap-cart .row {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 0 8px;
  }

  .wrap-cart .row .item-thumbnail {
    width: 65px;
    padding: 8px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .wrap-cart .row .item-thumbnail img {
    width: 100%;
  }

  .wrap-cart .row .item-info {
    padding: 8px 0 0 10px;
  }

  .wrap-cart .row .item-info .name {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
  }

  .wrap-cart .row .item-info .itemid,
  .wrap-cart .row .item-info .price,
  .wrap-cart .row .item-info .size,
  .wrap-cart .row .item-info .color,
  .wrap-cart .row .item-info .ordrer-exchange-select label {
    font-size: 12px;
    padding: 5px 0 0 0;
    font-weight: normal;
  }

  .wrap-cart .row .item-info .select-type01 {
    width: 100%;
    font-size: 12px;
  }

  .wrap-cart .row .item-info .ordrer-exchange-select {
    padding-top: 10px;
  }

  .wrap-cart .row .item-info .ordrer-exchange-select label {
    padding: 10px 0 0;
  }

  .wrap-cart .row .item-quantity-wrap {
    padding: 20px 0 20px 8px;
  }

  .wrap-cart .row .item-quantity {
    display: inline-block;
    vertical-align: top;
    text-align: right;
  }

  .wrap-cart .row .item-quantity img {
    width: 26px;
    display: inline-block;
  }

  .wrap-cart .row .item-quantity ul {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
  }

  .wrap-cart .row .item-quantity ul li {
    padding: 0 4px;
  }

  .wrap-cart .row .item-quantity div {
    margin: 0;
  }

  .wrap-cart .row .item-quantity div p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
  }

  .wrap-cart .row .item-quantity .item-quantity-select {
    display: inline-block;
    position: relative;
  }

  .wrap-cart .row .item-quantity .item-quantity-select:after {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    border-right: 1px solid #04256d;
    border-bottom: 1px solid #04256d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    pointer-events: none;
  }

  .wrap-cart .row .item-quantity .select-type01 {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    border-left: none;
    height: 28px;
    min-width: 79px;
    padding-bottom: 7px;
    background: none;
    font-size: 16px;
    font-weight: bold;
  }

  .wrap-cart .row .item-subtotal {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: right;
    padding: 20px 0 0;
  }

  .wrap-cart .row .item-cancel {
    display: block;
    text-align: right;
  }

  .wrap-cart .row .item-cancel a {
    text-decoration: underline;
  }

  .wrap-cart .row:last-child {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .wrap-cart .wrap-price {
    margin: 40px 0 20px;
  }

  .wrap-cart .select-wrap.quantity .select-type01 {
    width: 100%;
  }

  .tbl-type01 .cart-subtotal-area {
    min-width: 90px;
  }

  .cart-excange-content .title th:first-child {
    width: 25%;
  }

  .cart-excange-content .title th:nth-of-type(2) {
    width: 55%;
  }

  .cart-excange-content .title th:nth-of-type(3) {
    width: 20%;
  }

  .order-detail-misc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .item-quantity-price {
    text-align: right;
  }

  .btn-block-3row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }

  .order-detail-item {
    padding: 0 14px;
  }

  .order-detail-wrap .order-detail-item {
    padding: 0 24px;
  }

  .order-detail-item__after {
    margin: 0 10px;
    padding: 14px;
  }

  .wrap-cart .order-detail-wrap {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-bottom: 30px;
  }

  .wrap-cart .order-detail-wrap .row {
    border-bottom: none;
    padding: 30px 0 0;
  }

  .order-detail .wrap-cart .row {
    padding: 20px 0;
  }

  .btn-block-3row .btn-type02.btn {
    width: 31.5%;
    line-height: 32px;
    font-size: 11px;
    margin: 0;
  }

  .btn-type02.btn-dead {
    background-color: #f0f0f0;
    pointer-events: none;
    border: none;
  }

  .btn-type02.btn-active {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    color: #555555 !important;
  }

  .wrap-misc-item {
    width: 100%;
    margin-top: 10px;
    padding: 20px 15px;
    display: block;
  }

  .wrap-misc-item h4 {
    font-size: 14px;
  }

  .wrap-misc-item .wrap-misc-item-inner {
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
  }
}

.favorite-item-list .item-img {
  text-align: center;
}

.favorite-item-list .item-img img {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .favorite-item-list .item-img img {
    max-width: 60px;
  }
}

.col2-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2-outer>.item-block {
  width: 48%;
  margin: 0 0 50px;
}

.col2-outer .select-type01 {
  width: 357px;
}

.col2-outer .tbl-type01 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .col2-outer>.item-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .col2-outer .select-type01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .coupon-tbl th:nth-child(1) {
    width: 25%;
  }

  .coupon-tbl th:nth-child(2) {
    width: 20%;
  }

  .coupon-tbl th:nth-child(3) {
    width: 20%;
  }

  .coupon-tbl th:nth-child(4) {
    width: 35%;
  }

  .coupon-tbl td img {
    width: 100%;
  }

  .coupon-tbl td:nth-child(3) {
    word-break: break-all;
  }

  .coupon-tbl2 th:nth-child(1) {
    width: 5%;
  }

  .coupon-tbl2 th:nth-child(2) {
    width: 20%;
  }

  .coupon-tbl2 th:nth-child(3) {
    width: 20%;
  }

  .coupon-tbl2 th:nth-child(4) {
    width: 20%;
  }

  .coupon-tbl2 th:nth-child(5) {
    width: 35%;
  }

  .coupon-tbl2 td img {
    width: 100%;
  }

  .coupon-tbl2 td:nth-child(4) {
    word-break: break-all;
  }
}

.tbl-card .card-name {
  display: inline-block;
}

.mypage .intro-msg {
  margin-top: 25px;
  font-size: 16px;
}

.mypage .member-no {
  font-size: 16px;
}

.mypage .member-no span {
  font-weight: bold;
}

.mypage .point {
  margin-top: 10px;
  margin-right: 25px;
  font-size: 16px;
  display: inline-block;
}

.mypage .point span {
  font-size: 24px;
  font-weight: bold;
}

.mypage .expiration-date {
  padding: 10px 25px;
  background: #f8f8f8;
  border-radius: 9999px;
  font-size: 14px;
  display: inline-block;
}

.mypage .item-block-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mypage .item-block-outer .item-block {
  width: 600px;
  margin-top: 0;
}

.mypage .item-list.list-column4.recom-campaign li {
  margin-bottom: 8px;
}

.mypage .item-list.list-column4 img {
  width: 100%;
  height: auto;
}

.mypage .heading-h3 {
  margin-top: 20px;
  font-weight: bold;
}

.mypage .coupon-end-ttl {
  font-size: 16px;
}

.mypage .coupon-end-date {
  font-size: 16px;
  font-weight: bold;
}

.mypage .tbl-type01.mysize {
  color: #555;
  margin-bottom: 0;
}

.mypage .tbl-type01.mysize th {
  font-weight: bold;
  vertical-align: middle;
}

.mypage .tbl-type01.mysize td:nth-last-child(2) {
  background: #f2f2f2;
}

.mypage .tbl-type01.service-plan {
  color: #555;
}

.mypage .tbl-type01.service-plan th {
  font-weight: bold;
  text-align: left;
}

.mypage .mypage-link-list li {
  margin: 0 20px 20px;
  font-size: 16px;
}

.mypage .mypage-link-list li a {
  display: block;
  position: relative;
}

.mypage .mypage-link-list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.mypage .tabs {
  padding-bottom: 0;
}

.mypage .tabs .tbl-type01 th {
  width: 213px;
}

.mypage .tabs .tbl-type01 td:nth-of-type(1) {
  width: 166px;
}

.mypage .tabs .tbl-type01 td:nth-of-type(2) {
  width: 220px;
}

#coupon-item .item-list li:nth-child(n+5) {
  display: none;
}

@media screen and (max-width: 767px) {
  .mypage .intro-msg {
    margin-top: 20px;
    font-size: 14px;
  }

  .mypage .member-no {
    font-size: 12px;
  }

  .mypage .point {
    margin-top: 0;
    font-size: 12px;
  }

  .mypage .point span {
    font-size: 16px;
  }

  .mypage .expiration-date {
    margin-top: 25px;
    padding: 7px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
  }

  .mypage .barcode {
    margin-top: 25px;
    text-align: center;
  }

  .mypage .barcode .barcode-img {
    line-height: 1;
  }

  .mypage .barcode .barcode-img img {
    max-width: 90%;
  }

  .mypage .barcode .barcode-no {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  .mypage .barcode .txt {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
  }

  .mypage .item-block-outer {
    display: block;
  }

  .mypage .item-block-outer .item-block {
    width: 100%;
  }

  .mypage .item-list.list-column4.recom-campaign li {
    margin-bottom: 5px;
  }

  .mypage .item-list.list-column5 li:nth-child(n + 5) {
    display: none;
  }

  .mypage .heading-h3 {
    margin-top: 10px;
  }

  .mypage .coupon-end-ttl {
    font-size: 11px;
  }

  .mypage .coupon-end-date {
    font-size: 12px;
  }

  .mypage .tbl-type01.mysize th,
  .mypage .tbl-type01.mysize td {
    font-size: 11px;
  }

  .mypage .tbl-type01.service-plan th {
    vertical-align: middle;
  }

  .mypage .tbl-type01.service-plan th,
  .mypage .tbl-type01.service-plan td {
    font-size: 11px;
  }

  .mypage .mypage-link-list li {
    margin: 0 10px 10px;
    font-size: 12px;
  }

  .mypage .tabs .tbl-type01 th {
    width: 36%;
  }

  .mypage .tabs .tbl-type01 td:nth-of-type(1) {
    width: 27%;
  }

  .mypage .tabs .tbl-type01 td:nth-of-type(2) {
    width: 37%;
  }
}

.contact-tel {
  font-size: 18px;
}

.contact-txt {
  margin-top: 20px;
}

.btn_contact {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
}

.contact_dd_heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact-tel {
    font-size: 13px;
  }

  .contact-txt {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .contact_dd_heading {
    font-size: 13px;
  }
}

.article-btn-list {
  margin: 50px 0;
}

.article-btn-list li {
  padding: 0 20px;
  border-right: 1px solid #ccc;
  display: inline-block;
}

.article-btn-list li:first-child {
  padding-left: 0;
}

.article-btn-list li:last-child {
  padding-right: 0;
  border-right: none;
}

.article-btn-list li a {
  min-width: 200px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  color: #04256d;
  text-align: center;
  display: block;
  border: 1px solid #04256d;
}

.article-btn-list li a.active,
.article-btn-list li a:hover,
.article-btn-list li span {
  min-width: 200px;
  padding: 10px;
  background: #04256d;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
}

.article-btn-list li a.active {
  pointer-events: none;
}

.article-btn-list li a.disabled {
  color: #fff;
  background: #f2f2f2;
  border: none;
  pointer-events: none;
}

.article-btn-list2 {
  margin: 10px 0
}

.article-btn-list2 li {
  padding: 5px 20px;
  border-right: 1px solid #ccc;
  display: inline-block
}

@media screen and (max-width: 767px) {
  .article-btn-list2 li {
    padding: 5px 20px;
    border-right: initial;
    display: list-item;
  }
}

.article-btn-list2 li:last-child {
  border-right: none
}

.article-btn-list2 li a {
  min-width: 200px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  color: #04256D;
  text-align: center;
  display: block;
  border: 1px solid #04256D
}

.article-btn-list2 li a.active, .article-btn-list2 li a:hover, .article-btn-list2 li span {
  min-width: 200px;
  padding: 10px;
  background: #04256D;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block
}

.article-btn-list2 li a.active {
  pointer-events: none
}

.article-btn-list2 li a.disabled {
  color: #fff;
  background: #cacaca;
  border: none;
  pointer-events: none
}

.article-list {
  margin: 0 -8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-list li {
  width: calc(33.33% - 16px);
  margin: 0 8px 40px 8px;
  padding: 10px;
  position: relative;
}

.article-list li a,
.article-list li span {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.article-list figure {
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}

.article-list figure img {
  max-width: 100%;
  max-height: 227px;
}

.article-list .sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-list .date {
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}

.article-list .label {
  padding: 3px 5px;
  background: #04256d;
  font-size: 11px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  float: right;
}

.article-list .text {
  margin-top: 5px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.page-cnt {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
	.article-btn-list_wrap {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
  .article-btn-list {
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .article-btn-list li {
    padding: 0 10px;
    width:auto;
  }

  .article-btn-list li a,
  .article-btn-list li a.active,
  .article-btn-list li a:hover {
    min-width: 120px;
    padding: 5px;
    font-size: 12px;
	box-sizing: border-box;
  }

  .article-list li {
    width: calc(50% - 10px);
    margin: 0 5px 25px;
  }

  .article-list figure {
    margin-bottom: 5px;
  }

  .article-list .date {
    font-size: 12px;
  }

  .article-list .label {
    font-size: 10px;
  }

  .article-list .text {
    font-size: 12px;
  }

  .page-cnt {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.article-detail .page-title {
  margin: 0 0 15px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  overflow: hidden;
  border-bottom: 2px solid #000000;
}

.article-detail .page-title span.page-title__inner {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 1px;
  border-bottom: 1px solid #000000;
}

.article-detail .page-title__news-date {
  font-size: 13px;
  padding-top: 5px;
  margin: 0;
}

.article-detail p {
  margin-bottom: 15px;
}

.article-detail .heading-2 {
  border-bottom: 4px solid #04256d;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  padding: 7px 0;
  margin-bottom: 40px;
  font-weight: bold;
}

.article-detail .heading-3 {
  font-size: 22px;
  text-align: center;
  padding: 10px;
  background: #f0f0f0;
  border-left: 5px solid #04256d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  color: #040000;
}

.article-detail .heading-4 {
  position: relative;
  margin: 26px 0 20px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 16px;
}

.article-detail .heading-4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(135deg,
      #04256d,
      #04256d 2px,
      #fff 2px,
      #fff 4px);
  background: repeating-linear-gradient(-45deg,
      #04256d,
      #04256d 2px,
      #fff 2px,
      #fff 4px);
}

.article-detail .mainvisual {
  margin-bottom: 30px;
  text-align: center;
}

.article-detail .article-btn-list {
  margin: 15px 0;
}

.article-detail .column_innner p {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .article-detail .article-btn-list li span {
    padding: 10px 15px;
    min-width: auto;
  }

  .article-detail .page-title {
    font-size: 16px;
  }

  .article-detail .heading-3 {
    font-size: 18px;
    padding: 10px 15px;
  }
}

.cart-noitem-msg {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cart .wrap-cart .row .item-thumbnail,
.cart .wrap-cart .row .item-info {
  padding: 0;
}

.cart .wrap-cart .row .item-info-wrap {
  padding: 0 0 0 32px;
}

.cart .clm-cart {
  width: 800px;
  float: left;
  overflow: hidden;
}

.cart .clm-price {
  width: 400px;
  padding-top: 32px;
  margin-left: 40px;
  float: right;
  overflow: hidden;
}

.cart .block_mysize {
  padding-top: 40px;
}

.cart .block_mysize p {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 18px;
  position: relative;
}

.cart .block_mysize .tab_content_description {
  margin-top: 32px;
}

.cart .block_mysize table th,
.cart .block_mysize table td {
  vertical-align: middle;
}

.cart .block_mysize table th {
  white-space: nowrap;
  text-align: center;
}

.cart .block_mysize .tabs {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cart .block_mysize .tabs .tab_item {
    width: 200px;
  }
}

.cart .block_mysize .tabs .tbl-type02 th:nth-of-type(1) {
  width: 107px;
}

.cart .block_mysize .tabs .tbl-type02 th:nth-of-type(2) {
  width: 127px;
}

.cart .block_mysize .tabs .tbl-type02 td {
  width: 165px;
}

.cart .link.back {
  margin: 15px auto 0;
  font-size: 14px;
  display: block;
  text-align: center;
}

.cart .link.back::before {
  display: inline-block;
  margin: auto;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.cart .wrap-price {
  margin-bottom: 20px;
  padding: 1rem;
  background: #ebebeb;
}

.cart .wrap-price p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart .wrap-price .total {
  font-weight: bold;
  font-size: 18px;
}

.cart .wrap-price .total span:last-child {
  font-size: 24px;
}

.cart .wrap-price .tax {
  font-size: 14px;
}

.cart .wrap-cart {
  margin-top: 32px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.cart .wrap-cart .row {
  padding: 32px 0;
}

.relative-parent {
  position: relative;
}

.cart #price-block.fixed {
  position: fixed;
  top: 110px;
  z-index: 10;
}

.cart #price-block.absolute {
  position: absolute;
  bottom: 65px;
  z-index: 10;
}

.cart .wrap-note {
  font-weight: bold;
  font-size: 13px;
}

.cart .set dt {
  width: 6em;
  display: table-cell;
}

.cart .set dd {
  display: table-cell;
}

.cart .btn.submit {
  margin-top: 10px;
  height: 64px;
}

.cart .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart .heading {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.cart .heading span {
  display: inline-block;
  padding-left: 1rem;
  font-size: 12px;
  font-weight: normal;
}

.cart .item-cancel-btn.btn-type03 {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  font-size: 11px;
  margin-left: auto;
}

.cart .item-quantity-price {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.cart .item-quantity-price .item-quantity {
  width: 183px;
  text-align: left;
}

.cart .item-quantity-price .item-subtotal {
  padding: 0;
}

.cart .item-wrap-right {
  display: inline-block;
  width: 588px;
}

.cart .item-wrap-right table {
  margin-bottom: 0;
  border: none;
}

.cart .item-wrap-right table tr td:first-child {
  white-space: nowrap;
}

.cart .item-wrap-right table .order-radio {
  width: auto;
}

.cart .item-wrap-right table .order-radio .radio-label:before {
  margin-top: -1px;
}

.cart .item-wrap-right table .radio-label {
  padding: 0.5rem 1rem 0.5rem 1.4rem;
  cursor: pointer;
}

.cart .item-wrap-right table .select-type01 {
  width: 100%;
  border: none;
  padding-left: 0;
  border-bottom: 1px solid #dedede;
}

.cart .item-wrap-right table .cart-wrap-right-price {
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
}

.cart .item-wrap-right table .cart-wrap-right-alart {
  color: #fe0000;
  padding-top: 1em;
}

.cart .cart-noitem-msg {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cart .wrap-cart .row .item-info-wrap {
    padding: 0 0 0 10px;
  }

  .cart .clm-cart {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .cart .clm-price {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
    float: none;
    overflow: hidden;
  }

  .cart .block_mysize {
    padding-top: 20px;
  }

  .cart .block_mysize p {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .cart .block_mysize table th,
  .cart .block_mysize table td {
    font-size: 11px;
  }

  .cart .block_mysize .tabs .tbl-type02 {
    table-layout: fixed;
  }

  .cart .block_mysize .tabs .tbl-type02 th:nth-of-type(1) {
    width: 37%;
  }

  .cart .block_mysize .tabs .tbl-type02 th:nth-of-type(2) {
    width: 26%;
  }

  .cart .block_mysize .tabs .tbl-type02 td {
    width: 37%;
  }

  .cart .link.back {
    font-size: 12px;
  }

  .cart .wrap-cart .row .item-info .name {
    font-size: 12px;
  }

  .cart .tag,
  .cart .set {
    font-size: 11px;
  }

  .cart .wrap-cart .row .item-quantity .select-type01 {
    min-width: 60px;
  }

  .cart .wrap-price .total {
    font-size: 14px;
  }

  .cart .wrap-price .total span:last-child {
    font-size: 16px;
  }

  .cart .wrap-price .tax {
    font-size: 10px;
  }

  .cart .wrap-cart {
    margin-top: 20px;
  }

  .cart .wrap-cart .row {
    padding: 20px 0;
  }

  .cart .btn.submit {
    margin-top: 16px;
    height: 60px;
  }

  .cart .row {
    padding: 20px 0;
  }

  .cart .item-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cart .heading {
    height: auto;
    margin: 12px 0;
    font-size: 12px;
  }

  .cart .subtotal {
    font-size: 10px;
  }

  .cart .subtotal span {
    font-size: 16px;
  }

  .cart .item-cancel-btn.btn-type03 {
    width: 50px;
  }

  .cart .item-quantity-price {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .cart .item-quantity-price .item-quantity {
    width: 46%;
  }

  .cart .item-quantity-price .item-subtotal {
    width: 60%;
  }

  .cart .item-wrap-right {
    width: calc(100% - (65px + 12px));
  }

  .cart .item-wrap-right table {
    margin-left: auto;
  }

  .cart .item-wrap-right table td:first-child {
    width: 34%;
    font-size: 11px;
  }

  .cart .item-wrap-right table .radio-label {
    margin-top: 0;
  }

  .cart .item-wrap-right table .order-radio {
    line-height: 3;
  }

  .cart .item-wrap-right table .select-type01 {
    font-size: 11px;
  }
}

#shoplist-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#shoplist-wrap .heading-h1 {
  margin-bottom: 25px;
  width: 100%;
}

#shoplist-side {
  width: 260px;
}

#shoplist-side .select-type01 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#shoplist-side input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-align: center;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  height: 46px;
  width: 100%;
}

#shoplist-main {
  width: 900px;
}

.shoplist-count {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.shoplist>li {
  margin-bottom: 20px;
}

.shoplist__inner {
  position: relative;
  background: #f0f0f0;
  padding: 25px 80px 30px 30px;
}

.shoplist__link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shoplist__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.shoplist__header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

.shoplist__header figure {
  width: 64px;
  float: left;
}

.shoplist__header h2 {
  padding-left: 85px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.shoplist__header p {
  padding-left: 85px;
  font-size: 14px;
}

.shoplist__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 85px;
}

.shoplist__body-item {
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.shoplist__body-item dt {
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.shoplist__body-item dt::after {
  content: "：";
  display: inline;
}

.shoplist__body-item .shoplist__body-item-attention {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

.shoplist__body-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 20px;
}

.shoplist__body-item2 dt {
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.shoplist__body-item2 dt::after {
  content: "：";
  display: inline;
}

.shoplist__iconlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shoplist__iconlist li {
  margin-right: 10px;
}

.shoplist__iconlist li i {
  display: block;
  font-size: 12px;
  border: 1px solid #b5b5b5;
  text-align: center;
  padding: 3px 15px;
}

.shoplist__btnlist {
  position: relative;
  z-index: 3;
  padding-top: 10px;
  padding-left: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shoplist__btnlist li {
  margin-right: 15px;
  width: 290px;
}

.shoplist__btnlist li a {
  display: block;
  position: relative;
  padding: 15px 30px;
  text-align: center;
  color: #555555;
  text-decoration: none !important;
  background: #d9d9d9;
}

.shoplist__btnlist li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #555555;
  border-bottom: 1px solid #555555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

@media screen and (max-width: 767px) {
  #shoplist-wrap {
    display: block;
    padding: 0 10px;
  }

  #shoplist-wrap .heading-h1 {
    margin-bottom: 25px;
  }

  #shoplist-side {
    width: 100%;
    margin-bottom: 25px;
  }

  #shoplist-main {
    width: 100%;
  }

  .shoplist-count {
    font-size: 13px;
  }

  .shoplist>li {
    margin-bottom: 15px;
  }

  .shoplist__inner {
    padding: 10px 40px 15px 15px;
  }

  .shoplist__link::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }

  .shoplist__header {
    margin-bottom: 10px;
  }

  .shoplist__header figure {
    width: 50px;
  }

  .shoplist__header h2 {
    padding-left: 65px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .shoplist__header p {
    padding-left: 65px;
    font-size: 12px;
  }

  .shoplist__body {
    display: block;
    padding-left: 0px;
  }

  .shoplist__body-item {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .shoplist__body-item dt {
    margin-right: 5px;
  }

  .shoplist__body-item .shoplist__body-item-attention {
    font-size: 10px;
  }

  .shoplist__body-item2 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .shoplist__body-item2 dt {
    margin-right: 5px;
  }

  .shoplist__iconlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .shoplist__iconlist li {
    /*margin-right: 10px;*/
    margin:3px 3px
  }

  .shoplist__iconlist li i {
    font-size: 10px;
    padding: 3px 10px;
  }

  .shoplist__btnlist {
    padding-top: 5px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px 0 -5px;
  }

  .shoplist__btnlist li {
    margin: 0 5px;
    width: calc(50% - 10px);
  }

  .shoplist__btnlist li a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .shoplist__btnlist li a::after {
    right: 13px;
    width: 7px;
    height: 7px;
  }
}

#shop-detail {
  width: 1000px;
  margin: 0 auto;
  padding-top: 35px;
}

.shop-detail__photo {
  text-align: center;
  line-height: 0;
  margin-bottom: 15px;
}

.shop-detail__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.shop-detail__address {
  font-size: 14px;
  margin-bottom: 15px;
}

.shop-detail__item {
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.shop-detail__item dt {
  font-weight: 700;
  white-space: nowrap;
  margin-right: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.shop-detail__item dt::after {
  content: "：";
  display: inline;
}

.shop-detail__item .shop-detail__text-attention {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.shop-detail__btnlist {
  position: relative;
  z-index: 3;
  padding-top: 10px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-detail__btnlist li {
  width: 480px;
}

.shop-detail__btnlist li a {
  display: block;
  position: relative;
  padding: 15px 30px;
  text-align: center;
  color: #555555;
  text-decoration: none !important;
  background: #eeeeee;
}

.shop-detail__btnlist li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #555555;
  border-bottom: 1px solid #555555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.shop-detail__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-detail__info dl {
  margin-bottom: 40px;
}

.shop-detail__info dl dt {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

.shop-detail__info dl dd {
  font-size: 14px;
}

.shop-detail__info-item {
  width: 480px;
}

.shop-detail__iconlist {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  display: flex;
  flex-wrap: wrap;
}

.shop-detail__iconlist li {
  margin-right: 10px;
}

.shop-detail__iconlist li i {
  display: block;
  font-size: 12px;
  border: 1px solid #b5b5b5;
  text-align: center;
  padding: 3px 15px;
  margin:3px;
}

.shop-detail__map dt {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
  "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.shop-detail__map dd {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.shop-detail__map dd iframe,
.shop-detail__map dd object,
.shop-detail__map dd embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #shop-detail {
    width: auto;
    padding: 0 10px;
  }

  .shop-detail__name {
    font-size: 16px;
  }

  .shop-detail__address {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .shop-detail__item {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .shop-detail__item dt {
    margin-right: 0px;
  }

  .shop-detail__item .shop-detail__text-attention {
    margin-top: 2px;
    font-size: 10px;
  }

  .shop-detail__btnlist {
    padding-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px 30px -5px;
  }

  .shop-detail__btnlist li {
    margin: 0 5px;
    width: calc(50% - 10px);
  }

  .shop-detail__btnlist li a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .shop-detail__btnlist li a::after {
    right: 13px;
    width: 7px;
    height: 7px;
  }

  .shop-detail__info {
    display: block;
  }

  .shop-detail__info dl {
    margin-bottom: 30px;
  }

  .shop-detail__info dl dt {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .shop-detail__info dl dd {
    font-size: 12px;
  }

  .shop-detail__info-item {
    width: auto;
  }

  .shop-detail__iconlist li {
    margin-right: 10px;
  }

  .shop-detail__iconlist li i {
    font-size: 10px;
    padding: 3px 10px;
    width:100%;
  }

  .shop-detail__map {
    margin-bottom: 20px;
  }

  .shop-detail__map dt {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.indexPage #three_maincolumn {
  padding-top: 0px;
  margin-bottom: 0px;
}

#index-kv {
  opacity: 0;
  position: relative;
  margin-bottom: 60px;
}

#index-kv .slides {
	padding-bottom: 30px;
  z-index: 1;
}

#index-kv .slides .slide-item {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  line-height: 0;
}

#index-kv .slides .slide-item a {
  display: block;
  outline: 0;
}

#index-kv .slides .slide-item img {
  width: 620px;
}

#index-kv .slick-dots {
  bottom: 0;
}

#index-kv .slick-dots li {
	width: 9px;
	height: 9px;
	margin: 0 22.5px;
}
#index-kv .slick-dots li button {
	width: 9px;
	height: 9px;
	border: none;
	background-color: #cdcfd3;
}
#index-kv .slick-dots li button:hover,
#index-kv .slick-dots li.slick-active button {
	border: none;
	background-color: #04256d;
}

@media screen and (max-width: 767px) {
  #index-kv {
    margin-bottom: 0px;
  }

  #index-kv .slides .slide-item {
    border-left: none;
    border-right: none;
  }

  #index-kv .slides .slide-item img {
    width: 100%;
  }

  #index-kv .slick-dots {
    bottom: 0;
  }

	#index-kv .slick-dots li {
		margin: 0 17px;
	}
}

#index-subkv ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px 40px;
}

#index-subkv ul li {
  width: calc(50% - 22px);
  margin: 0 11px 20px 11px;
}

#index-subkv ul li a {
  display: block;
  line-height: 0;
  text-align: center;
}

#index-subkv.box-type01 {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #index-subkv ul {
    display: block;
    margin: 0 -25px 0px;
    padding-bottom: 10px;
  }

  #index-subkv ul li {
    width: auto;
    margin: 0 0px 10px 0px;
  }
}

#products-coordinate-item .inner::after {
  content: " ";
  width: 1265px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 200px;
  margin-top: -390px;
  z-index: 1;
  background: #d9d9d9;
}

.coordinate-list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.coordinate-list li {
  position: relative;
  width: 400px;
  margin: 0 20px 75px 0;
}

.coordinate-list li:nth-of-type(3n) {
  margin-right: 0;
}

.coordinate-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #101010;
}

.coordinate-list li a .coordinate-list__number {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
}

.coordinate-list li a .coordinate-list__number::after {
  display: block;
  content: " ";
  width: 92px;
  height: 55px;
  background: url(../images/common/coordinate_text.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 2px;
  top: -50px;
}

.coordinate-list li a .coordinate-list__number strong {
  display: block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
}

.coordinate-list li a .coordinate-list__number strong::after {
  display: block;
  content: " ";
  width: 118px;
  height: 118px;
  background: url(../images/common/coordinate_line.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 28px;
  top: 40px;
}

.coordinate-list li a .coordinate-list__ph {
  position: relative;
  z-index: 1;
  line-height: 0;
  padding: 100px 50px 105px 50px;
}

.coordinate-list li a .coordinate-list__check {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  padding: 10px 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0px #333;
  box-shadow: 10px 10px 0px #333;
  width: 300px;
}

.coordinate-list li a .coordinate-list__check dt {
  overflow: hidden;
  line-height: 1.1;
}

.coordinate-list li a .coordinate-list__check dt span {
  display: inline-block;
  position: relative;
  background: #fff;
  padding-right: 13px;
  font-family: "Pinyon Script", cursive;
  font-size: 20px;
  font-weight: 400;
  color: #101010;
}

.coordinate-list li a .coordinate-list__check dt span::after {
  display: block;
  content: " ";
  width: 400px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -2px;
  z-index: 1;
  background: #101010;
}

.coordinate-list li a .coordinate-list__check dd {
  padding: 10px 10px 10px 20px;
}

.coordinate-list li a .coordinate-list__date {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
}

.coordinate-list li a .coordinate-list__shop {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.coordinate-list li a .coordinate-list__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
}

.coordinate-list li.coordinate-no2 {
  margin-top: 100px;
}

.coordinate-list li.coordinate-no3 {
  margin-top: 200px;
}

.coordinate-list li.coordinate-no4 {
  margin-top: -200px;
}

.coordinate-list li.coordinate-no5 {
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  #products-coordinate-item .inner::after {
    display: none;
  }

  .coordinate-list {
    display: block;
  }

  .coordinate-list li {
    width: auto;
    margin: 0 0px 20px 0 !important;
  }

  .coordinate-list li a .coordinate-list__number {
    top: 25px;
  }

  .coordinate-list li a .coordinate-list__number::after {
    width: 46px;
    height: 28px;
    left: 0px;
    top: -26px;
  }

  .coordinate-list li a .coordinate-list__number strong {
    font-size: 40px;
  }

  .coordinate-list li a .coordinate-list__number strong::after {
    width: 59px;
    height: 59px;
    left: 17px;
    top: 18px;
  }

  .coordinate-list li a .coordinate-list__ph {
    text-align: center;
    padding: 50px 50px 65px 25px;
  }

  .coordinate-list li a .coordinate-list__ph img {
    width: 100%;
  }

  .coordinate-list li a .coordinate-list__check {
    bottom: 10px;
    right: 10px;
    padding: 10px 0 10px 10px;
    -webkit-box-shadow: 10px 10px 0px #333;
    box-shadow: 10px 10px 0px #333;
    width: 275px;
  }

  .coordinate-list li a .coordinate-list__check dt span {
    padding-right: 10px;
    font-size: 17px;
  }

  .coordinate-list li a .coordinate-list__check dd {
    padding: 8px 10px 8px 15px;
  }

  .coordinate-list li a .coordinate-list__date {
    font-size: 11px;
  }

  .coordinate-list li a .coordinate-list__shop {
    font-size: 12px;
  }

  .coordinate-list li a .coordinate-list__ttl {
    font-size: 17px;
  }

  .coordinate-list li.coordinate-no2 a .coordinate-list__number,
  .coordinate-list li.coordinate-no4 a .coordinate-list__number,
  .coordinate-list li.coordinate-no6 a .coordinate-list__number {
    left: inherit;
    right: 25px;
  }

  .coordinate-list li.coordinate-no2 a .coordinate-list__ph,
  .coordinate-list li.coordinate-no4 a .coordinate-list__ph,
  .coordinate-list li.coordinate-no6 a .coordinate-list__ph {
    padding: 50px 25px 65px 50px;
  }

  .coordinate-list li.coordinate-no2 a .coordinate-list__check,
  .coordinate-list li.coordinate-no4 a .coordinate-list__check,
  .coordinate-list li.coordinate-no6 a .coordinate-list__check {
    right: inherit;
    left: 10px;
    padding: 10px 0 10px 10px;
    -webkit-box-shadow: -10px 10px 0px #333;
    box-shadow: -10px 10px 0px #333;
  }
}

@media screen and (min-width: 768px) {

  body.indexPage #products-favorite-item .item-list li:nth-child(n + 6),
  body.indexPage #products-history-item .item-list li:nth-child(n + 6) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.indexPage .info-list li:nth-child(n + 3) {
    display: none;
  }

  body.indexPage .topics-list li:nth-child(n + 5) {
    display: none;
  }

  body.indexPage .coordinate-list li:nth-child(n + 4) {
    display: none;
  }

  body.indexPage #products-new-item .item-list li:nth-child(n + 7),
  body.indexPage #products-favorite-item .item-list li:nth-child(n + 7),
  body.indexPage #products-history-item .item-list li:nth-child(n + 7) {
    display: none;
  }
}

.pos-rela {
  position: relative !important;
}

.op_view {
  opacity: 1 !important;
}

.txr {
  text-align: right !important;
}

.txl {
  text-align: left !important;
}

.txtu {
  text-decoration: underline !important;
}

.nopointer {
  cursor: inherit !important;
}

.star {
  color: #ffcc00;
}

img {
  max-width: 100%;
  height: auto;
}

td img,
th img {
  max-width: inherit;
  height: inherit;
}

.cl {
  clear: both;
}

.none {
  display: none !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.t-col01 {
  color: #ff0000 !important;
}

.txtred {
  color: #ff0000;
}

@media screen and (min-width: 768px) {
  .align-r {
    text-align: right !important;
  }

  .align-c {
    text-align: center !important;
  }

  .align-l {
    text-align: left !important;
  }

  .sp-view {
    display: none;
  }

  .flexw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs9 {
    font-size: 9px !important;
  }

  .fs10 {
    font-size: 10px !important;
  }

  .fs11 {
    font-size: 11px !important;
  }

  .fs12 {
    font-size: 12px !important;
  }

  .fs13 {
    font-size: 13px !important;
  }

  .fs14 {
    font-size: 14px !important;
  }

  .fs15 {
    font-size: 15px !important;
  }

  .fs16 {
    font-size: 16px !important;
  }

  .fs18 {
    font-size: 18px !important;
  }

  .fs20 {
    font-size: 20px !important;
  }

  .mt10_minus {
    margin-top: -10px !important;
  }

  .mt5_minus {
    margin-top: -5px !important;
  }

  .mt0 {
    margin-top: 0 !important;
  }

  .mt5 {
    margin-top: 5px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt15 {
    margin-top: 15px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt25 {
    margin-top: 25px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt35 {
    margin-top: 35px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt45 {
    margin-top: 45px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb5 {
    margin-bottom: 5px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb15 {
    margin-bottom: 15px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb25 {
    margin-bottom: 25px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb35 {
    margin-bottom: 35px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb100 {
    margin-bottom: 100px !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .mr5 {
    margin-right: 5px !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .mr15 {
    margin-right: 15px !important;
  }

  .mr20 {
    margin-right: 20px !important;
  }

  .mr30 {
    margin-right: 30px !important;
  }

  .mr40 {
    margin-right: 40px !important;
  }

  .mr50 {
    margin-right: 50px !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .ml5 {
    margin-left: 5px !important;
  }

  .ml10 {
    margin-left: 10px !important;
  }

  .ml15 {
    margin-left: 15px !important;
  }

  .ml20 {
    margin-left: 20px !important;
  }

  .ml30 {
    margin-left: 30px !important;
  }

  .ml40 {
    margin-left: 40px !important;
  }

  .ml50 {
    margin-left: 50px !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pt5 {
    padding-top: 5px !important;
  }

  .pt8 {
    padding-top: 8px !important;
  }

  .pt18 {
    padding-top: 18px !important;
  }

  .pt10 {
    padding-top: 10px !important;
  }

  .pt15 {
    padding-top: 15px !important;
  }

  .pt20 {
    padding-top: 20px !important;
  }

  .pt25 {
    padding-top: 25px !important;
  }

  .pt30 {
    padding-top: 30px !important;
  }

  .pt35 {
    padding-top: 35px !important;
  }

  .pt40 {
    padding-top: 40px !important;
  }

  .pt45 {
    padding-top: 45px !important;
  }

  .pt50 {
    padding-top: 50px !important;
  }

  .pt55 {
    padding-top: 55px !important;
  }

  .pt70 {
    padding-top: 70px !important;
  }

  .pt75 {
    padding-top: 75px !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .pb5 {
    padding-bottom: 5px !important;
  }

  .pb10 {
    padding-bottom: 10px !important;
  }

  .pb15 {
    padding-bottom: 15px !important;
  }

  .pb20 {
    padding-bottom: 20px !important;
  }

  .pb30 {
    padding-bottom: 30px !important;
  }

  .pb40 {
    padding-bottom: 40px !important;
  }

  .pb50 {
    padding-bottom: 50px !important;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .pr5 {
    padding-right: 5px !important;
  }

  .pr10 {
    padding-right: 10px !important;
  }

  .pr15 {
    padding-right: 15px !important;
  }

  .pr20 {
    padding-right: 20px !important;
  }

  .pr30 {
    padding-right: 30px !important;
  }

  .pr40 {
    padding-right: 40px !important;
  }

  .pr50 {
    padding-right: 50px !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .pl5 {
    padding-left: 5px !important;
  }

  .pl10 {
    padding-left: 10px !important;
  }

  .pl15 {
    padding-left: 15px !important;
  }

  .pl20 {
    padding-left: 20px !important;
  }

  .pl30 {
    padding-left: 30px !important;
  }

  .pl40 {
    padding-left: 40px !important;
  }

  .pl50 {
    padding-left: 50px !important;
  }

  .w100 {
    width: 100px !important;
  }

  .w300 {
    width: 300px !important;
  }

  .w100p {
    width: 100% !important;
  }

  .w75p {
    width: 75% !important;
  }

  .w50p {
    width: 50% !important;
  }

  .w25p {
    width: 25% !important;
  }

  .w10p {
    width: 10% !important;
  }

  .w_auto {
    width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-view {
    display: block !important;
  }

  .pc-view {
    display: none !important;
  }

  .align-r_sp {
    text-align: right !important;
  }

  .align-c_sp {
    text-align: center !important;
  }

  .align-l_sp {
    text-align: left !important;
  }

  .fs8_sp {
    font-size: 8px !important;
  }

  .fs9_sp {
    font-size: 9px !important;
  }

  .fs10_sp {
    font-size: 10px !important;
  }

  .fs11_sp {
    font-size: 11px !important;
  }

  .fs12_sp {
    font-size: 12px !important;
  }

  .fs13_sp {
    font-size: 13px !important;
  }

  .fs14_sp {
    font-size: 14px !important;
  }

  .fs15_sp {
    font-size: 15px !important;
  }

  .fs16_sp {
    font-size: 16px !important;
  }

  .fs17_sp {
    font-size: 17px !important;
  }

  .fs18_sp {
    font-size: 18px !important;
  }

  .fs19_sp {
    font-size: 19px !important;
  }

  .fs20_sp {
    font-size: 20px !important;
  }

  .fs21_sp {
    font-size: 21px !important;
  }

  .fs22_sp {
    font-size: 22px !important;
  }

  .fs23_sp {
    font-size: 23px !important;
  }

  .fs24_sp {
    font-size: 24px !important;
  }

  .mt0_sp {
    margin-top: 0 !important;
  }

  .mt5_sp {
    margin-top: 5px !important;
  }

  .mt10_sp {
    margin-top: 10px !important;
  }

  .mt15_sp {
    margin-top: 15px !important;
  }

  .mt20_sp {
    margin-top: 20px !important;
  }

  .mt25_sp {
    margin-top: 25px !important;
  }

  .mt30_sp {
    margin-top: 30px !important;
  }

  .mt35_sp {
    margin-top: 35px !important;
  }

  .mt40_sp {
    margin-top: 40px !important;
  }

  .mt45_sp {
    margin-top: 45px !important;
  }

  .mt50_sp {
    margin-top: 50px !important;
  }

  .mb0_sp {
    margin-bottom: 0 !important;
  }

  .mb5_sp {
    margin-bottom: 5px !important;
  }

  .mb10_sp {
    margin-bottom: 10px !important;
  }

  .mb15_sp {
    margin-bottom: 15px !important;
  }

  .mb20_sp {
    margin-bottom: 20px !important;
  }

  .mb25_sp {
    margin-bottom: 25px !important;
  }

  .mb30_sp {
    margin-bottom: 30px !important;
  }

  .mb35_sp {
    margin-bottom: 35px !important;
  }

  .mb40_sp {
    margin-bottom: 40px !important;
  }

  .mb50_sp {
    margin-bottom: 50px !important;
  }

  .mb60_sp {
    margin-bottom: 60px !important;
  }

  .mb70_sp {
    margin-bottom: 70px !important;
  }

  .mb100_sp {
    margin-bottom: 100px !important;
  }

  .mlr10_sp_minus {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .mr10_sp_minus {
    margin-right: -10px !important;
  }

  .mr0_sp {
    margin-right: 0 !important;
  }

  .mr5_sp {
    margin-right: 5px !important;
  }

  .mr10_sp {
    margin-right: 10px !important;
  }

  .mr15_sp {
    margin-right: 15px !important;
  }

  .mr20_sp {
    margin-right: 20px !important;
  }

  .mr30_sp {
    margin-right: 30px !important;
  }

  .mr40_sp {
    margin-right: 40px !important;
  }

  .mr50_sp {
    margin-right: 50px !important;
  }

  .ml0_sp {
    margin-left: 0 !important;
  }

  .ml5_sp {
    margin-left: 5px !important;
  }

  .ml7_sp {
    margin-left: 7px !important;
  }

  .ml10_sp {
    margin-left: 10px !important;
  }

  .ml15_sp {
    margin-left: 15px !important;
  }

  .ml20_sp {
    margin-left: 20px !important;
  }

  .ml30_sp {
    margin-left: 30px !important;
  }

  .ml40_sp {
    margin-left: 40px !important;
  }

  .ml50_sp {
    margin-left: 50px !important;
  }

  .pt0_sp {
    padding-top: 0 !important;
  }

  .pt5_sp {
    padding-top: 5px !important;
  }

  .pt10_sp {
    padding-top: 10px !important;
  }

  .pt15_sp {
    padding-top: 15px !important;
  }

  .pt20_sp {
    padding-top: 20px !important;
  }

  .pt25_sp {
    padding-top: 25px !important;
  }

  .pt30_sp {
    padding-top: 30px !important;
  }

  .pt35_sp {
    padding-top: 35px !important;
  }

  .pt40_sp {
    padding-top: 40px !important;
  }

  .pt45_sp {
    padding-top: 45px !important;
  }

  .pt50_sp {
    padding-top: 50px !important;
  }

  .pb0_sp {
    padding-bottom: 0 !important;
  }

  .pb5_sp {
    padding-bottom: 5px !important;
  }

  .pb10_sp {
    padding-bottom: 10px !important;
  }

  .pb15_sp {
    padding-bottom: 15px !important;
  }

  .pb20_sp {
    padding-bottom: 20px !important;
  }

  .pb30_sp {
    padding-bottom: 30px !important;
  }

  .pb40_sp {
    padding-bottom: 40px !important;
  }

  .pb50_sp {
    padding-bottom: 50px !important;
  }

  .pr0_sp {
    padding-right: 0 !important;
  }

  .pr5_sp {
    padding-right: 5px !important;
  }

  .pr10_sp {
    padding-right: 10px !important;
  }

  .pr15_sp {
    padding-right: 15px !important;
  }

  .pr20_sp {
    padding-right: 20px !important;
  }

  .pr30_sp {
    padding-right: 30px !important;
  }

  .pr40_sp {
    padding-right: 40px !important;
  }

  .pr50_sp {
    padding-right: 50px !important;
  }

  .pl0_sp {
    padding-left: 0 !important;
  }

  .pl5_sp {
    padding-left: 5px !important;
  }

  .pl10_sp {
    padding-left: 10px !important;
  }

  .pl15_sp {
    padding-left: 15px !important;
  }

  .pl20_sp {
    padding-left: 20px !important;
  }

  .pl30_sp {
    padding-left: 30px !important;
  }

  .pl40_sp {
    padding-left: 40px !important;
  }

  .pl50_sp {
    padding-left: 50px !important;
  }

  .w100_sp {
    width: 100px !important;
  }

  .w100p_sp {
    width: 100% !important;
  }

  .w75p_sp {
    width: 75% !important;
  }

  .w50p_sp {
    width: 50% !important;
  }

  .w40p_sp {
    width: 40% !important;
  }

  .w25p_sp {
    width: 25% !important;
  }

  .w10p_sp {
    width: 10% !important;
  }

  .order1_sp {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order2_sp {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order3_sp {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order4_sp {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order5_sp {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}

#iframe {
  height: 72% !important;
}

.iframe_body {
  width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.iframe_body .inner {
  padding: 0 20px 50px;
}

.iframe_body .select-type01 {
  width: 20%;
}

.iframe_body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 15px;
}

.iframe_body .shoplist__header h2 {
  margin: 0 0 15px 0;
}

.iframe_body .shoplist__header h2,
.iframe_body .shoplist__header p,
.iframe_body .shoplist__body {
  padding-left: 0;
}

.iframe_body .shoplist__inner {
  margin-bottom: 10px;
}

.iframe_body .shoplist__btnlist {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iframe_body .shoplist__btnlist li {
  width: 266px;
}

.iframe_body .shoplist__btnlist li a {
  background: #fff;
  border: 1px solid #ccc;
}

.iframe_body .non-shop-data-wrapper {
  padding: 0 30px;
}

.iframe_body .btn2.link {
  margin: 50px auto 0;
}

.iframe_body .btn-block-2col {
  width: 100%;
}

.iframe_body .btn-block-2col .btn.submit,
.iframe_body .btn-block-2col .btn.link {
  width: 48.6618%;
}

@media screen and (max-width: 767px) {
  #iframe {
    width: 100% !important;
    left: 0 !important;
  }

  #iframe .iframe_wrap {
    padding: 0 10px;
  }

  .iframe_body {
    padding: 0;
  }

  .iframe_body .inner {
    padding: 0 0 10px;
  }

  .iframe_body .modal-header {
    padding: 0;
  }

  .iframe_body .non-shop-data-wrapper {
    padding: 10px 40px 15px 15px;
  }

  .iframe_body .shoplist__btnlist li {
    width: 100%;
  }

  .iframe_body .btn2.link {
    margin: 60px auto 0;
  }

  .iframe_body .btn-block-2col .btn.submit,
  .iframe_body .btn-block-2col .btn.link {
    width: 100%;
  }
}

.products-list-head {
  font-size: 20px;
  padding: 0 0 10px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .products-list-head {
    font-size: 16px;
    padding: 0 10px 5px;
  }
}
.announce-list {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.announce-list li {
  width:45%;
  margin:0px 10% 3% 0px;
  padding:3%;
  border:1px solid #CCCCCC;
}
.announce-list li:nth-of-type(2n) {
  margin-right:0;
}
.announce-list li a {
  display:flex;
  width:100%;
}
.announce-list li a figure {
  width:200px;
  margin-right:20px;
  line-height:0;
}
.announce-list li a dl {
  width:calc(100% - 220px);
}
.announce-list li a dl dt {
  font-size:18px;
  font-weight:500;
  margin-bottom:15px;
}
.announce-list li a dl dd {
  font-size:13px;
}
@media screen and (max-width: 767px) {
  .announce-list {
    display:block;
    margin-bottom:0px;
    padding-bottom:10px;
  }
  .announce-list li {
    width:auto;
    margin:0 0px 23px 0;
  }
  .announce-list li a figure {
    width:158px;
    margin-right:10px;
  }
  .announce-list li a dl {
    width:calc(100% - 168px);
  }
  .announce-list li a dl dt {
    font-size:14px;
    margin-bottom:10px;
  }
  .announce-list li a dl dd {
    font-size:12px;
  }
}
.announce-detail {
  display:flex;
  flex-wrap:wrap;margin-bottom:24px;
}
.announce-detail li {
  width:100%;
}
.announce-detail li:nth-of-type(2n) {
  margin-right:0;
}
.announce-detail li {
  display:flex;
  width:100%;
}
.announce-detail li figure {
  width:500px;margin-right:10%;line-height:0
}
.announce-detail li dl {
  width:calc(100% - 220px)
}
.announce-detail li dl dt {
  font-size:18px;
  font-weight:500;
  margin-bottom:15px;
}
@media screen and (max-width: 767px) {
  .announce-detail {
    display:block;
    margin-bottom:0px;
    padding-bottom:10px;
  }
  .announce-detail li {
    width:auto;
    margin:0 0px 23px 0;
  }
  .announce-detail li figure {
    width:70%;
    margin-right:5%;
  }
  .announce-detail li dl {
    width:calc(100% - 168px);
  }
  .announce-detail li dl dt {
    font-size:14px;
    margin-bottom:10px;
  }
  .announce-detail li dl dd {
    font-size:12px;
  }
}
.products-list-head {
  font-size: 20px;
  padding: 0 0 10px;
  font-family: "Noto Serif JP", serif;
}
.wrap-cart .row .item-quantity ul {
  padding-top: 3px;
}
.wrap-cart .row .item-quantity a {
  display: block;
}
.wrap-cart .row .item-quantity img {
  width: 26px;
}
@media screen and (max-width: 767px) {
  .wrap-cart .row .item-quantity img {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .products-list-head {
    font-size: 16px;
    padding: 0 10px 5px;
  }
}
/*--- errorpage ---*/
.error {
  text-align: center;
}
.error_head,
.error_read,
.error_txt {
  color: #666;
}
.error_head {
  font-size: 50px;
}
.error_read {
  font-size: 30px;
}
.error_txt {
  font-size: 18px;
  color: #707070;
}
.error_img_wrap {
  margin: 10px auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .error_img_wrap {
    margin: 10px auto;
    width: 147px;
  }
}.bundle-table .tbl-type01.txl th span {
   display: flex;
   align-items: center;
   border: none;
 }
.bundle-table .tbl-type01.txl th span img {
  width: 65px;
  height: 87px;
  margin-right: 10px;
}

a.underLine {
  text-decoration: underline;
}

.wrap-cart .row .item-quantity ul {
  padding-top: 3px;
}
.wrap-cart .row .item-quantity a {
  display: block;
}
.wrap-cart .row .item-quantity img {
  width: 26px;
}

.pc_box_inner{
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrap-cart .row .item-quantity img {
    width: 22px;
  }
  .sp_box_inner{
    width:350px;
    margin: 0 auto;
    padding:10px;
  }
}

.bundle-table .tbl-type01.txl td span {
  display: flex;
  align-items: center;
  border: none;
}
.bundle-table .tbl-type01.txl td span img {
  width: 65px;
  height: 87px;
  margin-right: 10px;
}


.img_title{
  display:inline-flex;
  margin-bottom:10px;
}
.notice_image{
  font-size:16px;
  height:1.5em;
  align-items:center;
  font-weight: bold;
  margin-top:10px;
}
.notice_icon_image{
  margin-top:15px;
  padding-right:10px;
}
.signin-box-notice{
  display:block;
  box-sizing:border-box;
  background:#f5f5f5;
  padding:20px;
  color:#ae0808;
  margin-top:15px;
}

.page_feature_content{
  margin-top: 50px;
}
.page_feature_content .flex_items {
  display: flex;
  margin-top: 40px;
  flex-flow: wrap;
  justify-content: space-between;
}
.page_feature_content .flex_items_item {
  flex-basis: 23%;
}

.page_feature_content .flex_items::after{
  display: block;
  content:"";
  flex-basis: 23%;
}
.page_feature_content .flex_items_item:nth-child(n+5) {
  margin-top: 2.5%;
}
.page_feature_content .flex_items_itemLink {
  display: block;
}
.page_feature_content .text_box {
  margin-top: 20px;
}
.page_feature_content .js_text_overflow {
  height: 45px;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_feature_content{
    margin-top: 30px;
  }
  .page_feature_content .flex_items_item {
    flex-basis: calc((100% - 2%) / 2);
  }
  .page_feature_content .flex_items_item:nth-child(n+3) {
    margin-top: 5%;
  }
  .page_feature_content .js_text_overflow {
    height: 40px;
    font-size: 12px;
  }
}
.page_app_content_mv,.page_app_content_mv_2{
  margin-bottom: 50px;
}
.page_app_content_lead_text {
  text-align: center;
  line-height: 2.0;
  padding-bottom: 50px;
}
.page_app_content_flexItems {
  display: flex;
  flex-flow: wrap;
  justify-content: start;
}
.page_app_content_flexItems_item {
  flex-basis: 98%;
  margin-right: 2.5%;
}
.page_app_content_textBox p {
  margin-top: 10px;
}
.page_app_content_btnLink {
  text-align: center;
  margin-top: 50px;
  margin: 50px 0px;
}
.page_app_content {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page_app_content_img{
  width: 100%;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .page_app_content_mv, .page_app_content_mv_2{
    margin-bottom: 15px;
  }
  .page_app_content_lead_text {
    text-align: center;
    line-height: 2.0;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page_app_content_flexItems_item{
    margin-right: 0;
  }
  .page_app_content_textBox p {
    margin-top: 0;
    font-size: 12px;
  }
  .page_app_content_btnLink{
    margin: 0;
  }
  .page_app_content_btnLink a{
    margin: 30px 0;
    display: block;
  }
  .page_app_content p{
    font-size: 12px;
  }
  .page_app_content{
    margin-bottom: 10px;
  }
}

/* .gnav-sp__menu-list__accordion-btn {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 35px;
  right: -4px;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
@media screen and (max-width: 767px) {
  .gnav-sp__menu-list__accordion-btn {
    top: 25px;
  }
}
.gnav-sp__menu-list__accordion-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: #555555;
}
.gnav-sp__menu-list__accordion-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background: #555555;
}
.gnav-sp__menu-list__accordion-btn.open {
  transform: translate(-50%, -50%) rotate(180deg);
}
.gnav-sp__menu-list__accordion-btn.open::before {
  width: 0;
} */

.gnav-sp__menu-list__accordion-btn {
  display: block;
  position: relative;
  padding: 25px 20px 25px 8px;
  line-height: 1.2;
  color: #101010;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gnav-sp__menu-list__accordion-btn {
    padding: 16px 16px 16px 4px;
  }
}
.gnav-sp__menu-list__accordion-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: none;
  transform: none;
  background: url(../images/common/icon_plus.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.gnav-sp__menu-list__accordion-btn.open::after {
  background: url(../images/common/icon_minus.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.gnav-sp__menu-list__accordion-body {
  position: relative;
  display: none;
}

.gnav-sp__menu-list__accordion-body ul {
  padding-left: 15px;
  border-top: 1px solid #cccccc;
}

.gnav-sp__menu-list__accordion-body ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}

.gnav-sp__menu-list__accordion-body ul li:last-child {
  border-bottom: none;
}

.gnav-sp__menu-list__accordion-body ul li a {
  display: block;
  position: relative;
  padding: 12px 25px 12px 0;
  line-height: 1.2;
}

.gnav-sp__menu-list__accordion-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 2px solid #555555;
  border-bottom: 2px solid #555555;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 8px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.gnav__menu-list>li:first-child>a::after{
  display: none;
}
.font-left{
  text-align: left;
}
#header-subnav-pc .header-subnav_list {
  text-align: center;
}
@media screen and (min-width: 768px) {
	#index-kv .slides .slide-item a {
		max-width: 100%;
		width: 620px;
	}
	#index-kv .slides .slide-item a .pc-view {
		padding-bottom: 92.6%;
		display: block;
		position: relative;
		height: 0;
		width: 100%;
	}
	#index-kv .slides .slide-item a .pc-view img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    aspect-ratio: 620/574;
	}
}

@media screen and (max-width: 767px) {
	#index-kv .slides .slide-item a .sp-view {
		padding-bottom: 92.8%;
		display: block;
		position: relative;
		height: 0;
		width: 100%;
	}
	#index-kv .slides .slide-item a .sp-view img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    aspect-ratio: 750/695;
	}
}

.wrap_ranking_cat {
  overflow: hidden;
  padding: 15px;
  background-color: #f2f2f2;
  margin: 0 0 30px;
}

.wrap_ranking_cat .btn {
  background: #fff;
  border: 1px solid #b5b5b5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.8em;
  width: 100%;
  color: #333;
  margin: 0;
  font-size: 14px;
  padding: 0 1.2em;
}

.wrap_ranking_cat .btn:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.wrap_ranking_cat .btn.active {
  background-color: #04256D;
  border: 1px solid #04256D;
  color: #fff;
  font-weight: bold;
}

.wrap_list_ranking_cat{
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 767px){
  ul.list_ranking_cat{
    display: block;
  }

  ul.list_ranking_cat li{
    display: inline-block;
    margin:0 0 5px 5px;
  }
}

@media screen and (min-width: 768px){
  ul.list_ranking_cat{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  ul.list_ranking_cat li{
    display: inline-flex;
    margin: 0 0 0 10px;
  }

  ul.list_ranking_cat li:first-child{
    margin: 0;
  }
  .picture_layout{
    width:200px;
    height:150px;
  }
}


@media screen and (max-width: 767px){

  #order-list table {
    width: 100%;
    border: none;
    padding: 10px;
  }

  #order-list thead {
    display: none
  }

  #order-list tr {
    border-top: 1px solid #dedede;
    display: block;
    margin-bottom: 60px;
  }

  #order-list td {
    border-right: 1px solid #dedede;
    border-bottom: none;
    text-align: left;
    display: block;
    padding: 0;
    font-size: 0;
  }

  #order-list td span {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    vertical-align: bottom;
  }

  #order-list td a span {
    text-decoration: underline;
  }

  #order-list td:before {
    content: attr(data-label);
    font-weight: bold;
    background-color: #ebebeb;
    color: #333;
    text-align: left;
    display: inline-block;
    width: 8em;
    padding: 10px;
    margin: 0;
    border-right: 1px solid #dedede;
    font-size: 13px;
    vertical-align: bottom;
  }

  #order-list td:nth-of-type(1) {
    border-top: none;
  }
  #order-list td:last-child {
    border-bottom: 1px solid #dedede;
  }
}
@media all and (-ms-high-contrast: none) {
	/* IE用 */
	#online-feature ul li dl.feature-icon01 {
		background: url(../images/common/online_feature01.svg)
			50% 0 no-repeat;
		background-size: 102px 98px;
	}

	#online-feature ul li dl.feature-icon02 {
		background: url(../images/common/online_feature02.svg)
			50% 15px no-repeat;
		background-size: 86px 69px;
	}

	#online-feature ul li dl.feature-icon03 {
		background: url(../images/common/online_feature03.svg)
			50% 12px no-repeat;
		background-size: 79px 79px;
	}

	#online-feature ul li dl.feature-icon04 {
		background: url(../images/common/online_feature04.svg)
			50% 15px no-repeat;
		background-size: 94px 71px;
	}

	#online-feature ul li dl.feature-icon05 {
		background: url(../images/common/online_feature05.svg)
			50% 18px no-repeat;
		background-size: 80px 67px;
	}

	#online-feature ul li dl.feature-icon06 {
		background: url(../images/common/online_feature06.svg)
			50% 8px no-repeat;
		background-size: 78px 80px;
	}

	#online-feature ul li dl.feature-icon07 {
		background: url(../images/common/online_feature07.svg)
			50% 7px no-repeat;
		background-size: 86px 77px;
	}

	#online-feature ul li dl.feature-icon08 {
		width: 300px;
		background: url(../images/common/online_feature08.svg)
			50% 0 no-repeat;
		background-size: 113px 93px;
	}
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	/* IE用 */
	#online-feature ul li dl.feature-icon01 {
		background-position: 50% 0;
		background-size: 55px auto;
	}

	#online-feature ul li dl.feature-icon02 {
		background-position: 50% 6px;
		background-size: 42px auto;
	}

	#online-feature ul li dl.feature-icon03 {
		background-position: 50% 10px;
		background-size: 41px auto;
	}

	#online-feature ul li dl.feature-icon04 {
		background-position: 50% 12px;
		background-size: 34%;
	}

	#online-feature ul li dl.feature-icon05 {
		background-position: 50% 11px;
		background-size: 37px 35px;
	}

	#online-feature ul li dl.feature-icon06 {
		background-position: 50% 7px;
		background-size: 29%;
	}

	#online-feature ul li dl.feature-icon07 {
		background-position: 50% 7px;
		background-size: 43px auto;
	}

	#online-feature ul li dl.feature-icon08 {
		background-position: 50% 3px;
		background-size: 58px auto;
	}
}
#info-browser {
  width: 100%;
  margin-top: 60px;
  display: none;
}
#info-browser .inner{
  border: 5px solid #04256D;
  padding: 20px 40px;
  text-align: center;
}
#info-browser .inner p {
  margin-bottom: 10px;
}
#info-browser .inner a {
  color: #04256D;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #info-browser {
    padding: 0 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  #info-browser {
    display: block;
  }
}

/* renewal */
/*
* header
**/
#header-wrap,
#header,
#header-inner {
	height: 90px;
}
#header {
	background-color: #fff;
}
#header__menu-btn {
	width: 55px;
	height: 50px;
	background-size: 55px 50px;
}

.header__haruyama_ladies_logo {
	width: 323px;
	position: absolute;
	top: 23px;
	left: 100px;
}
.header__haruyama_ladies_logo_link {
	font-size: 0;
}

.header__free_shipping {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 0.08em;
	color: #04256d;
}
.header__free_shipping.pc-view {
	position: absolute;
	top: 30px;
	right: 346px;
}

.header__sex_list {
	display: flex;
	position: absolute;
	top: 50px;
	right: 346px;
}
.header__sex_list_item {
	line-height: 18px;
}
.header__sex_list_item + .header__sex_list_item {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #cdcfd3;
}
.header__sex_list_item_link {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.header__sex_list_item_link.ladies {
	color: #04256d;
}

#header__navi {
	top: 21px;
	right: 104px;
}
#header__navi > ul > li > a {
	width: 40px;
	padding-top: 37px;
	line-height: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header__navi > ul > li > a > span {
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
	color: #222;
}
#header__navi__search > a {
	background-image: url(../images/common/icon_search.svg);
	background-size: 27px;
}

.header__navi__search_container {
	display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	width: 100%;
	height: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	pointer-events: auto;
}
.header__navi__search_container.open {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#headerSearch {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	width: 960px;
	height: 260px;
	background-color: #fff;
	position: relative;
	z-index: 99999;
}
#headerSearch.sp-view {
	display: none;
}
#header__navi__close {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}
.headerSearch_input {
	position: relative;
}
#headerSearch_name {
	display: block;
	width: 540px;
	padding: 0 40px 14px 0;
	border: none;
	border-bottom: 1px solid #cdcfd3;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.03em;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	outline: none;
	background-color: transparent;
}
#headerSearch_name::-webkit-input-placeholder {
  color: #9fa0a0;
  font-size: 12px;
  padding-top: 3px;
}
#headerSearch_name:-ms-input-placeholder {
  font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #535353;
}
#headerSearch_name::-ms-input-placeholder {
  font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #535353;
}
#headerSearch_name::placeholder {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #535353;
}
.headerSearch_input input[type="submit"] {
	width: 30px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 7.5px;
	bottom: 0;
	background-color: transparent;
	background-image: url(../images/common/icon_search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
}

#header__navi__favorite > a {
	background-image: url(../images/common/icon_favorite.svg);
	background-size: 27px 23px;
}
#header__navi > ul > #header__navi__favorite > a {
	width: 50px;
	background-position: center top 3.5px;
}
#header__navi__login > a {
	background-size: 26px 25px;
}
#header__navi__cart > a {
	background-size: 36px 29px;
}
#header__navi > ul > #header__navi__cart > a {
	background-position: top left;
}

.header__haruyama_logo {
	position: absolute;
	top: 19px;
	right: 26px;
}
.header__haruyama_logo_link {
	font-size: 0;
}

#gnav {
	height: auto;
}
#gnav__menu {
	width: 960px;
	padding: 80px 0 40px;
	position: relative;
	z-index: 99999;
}
#gnav__menu-close {
	margin-bottom: 0;
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 100000;
}
#gnav__close {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}
#gnav-bg {
	background-color: rgba(0, 0, 0, 0.6);
}
.gnav__menu_contents {
	display: flex;
	width: 777px;
	margin: 0 auto;
}
.gnav__user_menu_list {
	width: 200px;
}
.gnav__user_menu_list_item {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
}
.gnav__user_menu_list_item + .gnav__user_menu_list_item {
	margin-top: 20px;
}
.gnav__category_menu_dl {
	width: 282px;
	margin-left: 56px;
}
.gnav__category_menu_list_dt {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.05em;
}
.gnav__category_menu_dd_wrap {
	display: flex;
}
.gnav__category_menu_list_dd {
	width: 130px;
}
.gnav__category_menu_list_dd + .gnav__category_menu_list_dd {
	margin-left: 22px;
}
.gnav__category_menu_item {
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.03em;
}
.gnav__category_menu_item + .gnav__category_menu_item {
	margin-top: 20px;
}
.gnav__new_arrival_menu_dl {
	width: 200px;
	margin-left: 70px;
}
.gnav__new_arrival_menu_item {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.05em;
}
.gnav__new_arrival_menu_item + .gnav__new_arrival_menu_item {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#header-wrap,
	#header,
	#header-inner {
		height: 60px;
	}
	#header__menu-btn {
		width: 46px;
    background-size: 46px 50px;
		background-image: url(../images/common/header_menu_sp.svg);
	}

	.header__haruyama_ladies_logo {
		width: 45%;
		height: 38px;
		top: 11px;
		left: 58px;
		float: none;
	}
	.header__haruyama_ladies_logo__img {
		height: 38px;
	}

  .header__sex_list {
    display: none;
  }

	#header__navi {
		width: 115px;
		top: 14px;
		right: 10px;
	}
	#header__navi > ul {
		width: 100%;
		justify-content: space-between;
	}
	#header__navi > ul > li {
		margin-left: 0;
	}
	#header__navi > ul > li > a {
		height: auto;
		padding-top: 24px;
		line-height: 8px;
	}
	#header__navi > ul > li > a > span {
		display: block;
		width: calc(100% / 0.8);
		-webkit-transform: scale(0.8);
						transform: scale(0.8);
		-webkit-transform-origin: 0 0;
						transform-origin: 0 0;
	}
	#header__navi__favorite > a {
		background-size: 19px 16px;
	}
	#header__navi > ul > #header__navi__favorite > a {
		width: 40px;
		background-position: center top 2px;
	}
	#header__navi__login > a {
		background-size: 18px 17px;
	}
	#header__navi > ul > #header__navi__login > a {
		width: 32px;
	}
	#header__navi__cart > a {
		background-size: 24px 20px;
	}
	#header__navi > ul > #header__navi__cart > a {
		width: 27px;
	}

	#gnav {
		height: 100%;
	}
	#gnav__menu {
		width: calc(100% - 55px);
		padding: 0;
	}
	#gnav__menu-close {
		display: none;
		width: 35px;
		height: 35px;
		margin-bottom: 0;
		padding-left: 0;
		position: fixed;
		top: 10px;
		right: 10px;
		left: auto;
	}
	#gnav__menu-close span {
		background-image: url(../images/common/icon_close_sp.svg);
	}

	.gnav__menu_contents {
		display: block;
		width: 100%;
		padding-top: 40px;
	}

	.header__free_shipping.sp-view {
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}

	#headerSearch {
		width: 100%;
		height: auto;
		margin-top: 18px;
		padding: 0 20px;
	}
	#headerSearch_name {
		width: 100%;
		padding: 15px 50px 15px 15px;
		border: 1px solid #cdcfd3;
		border-radius: 30px;
		font-size: 16px;
		line-height: 16px;
	}
	#headerSearch_name::-webkit-input-placeholder {
		font-size: 16px;
		line-height: 16px;
	}
	#headerSearch_name:-ms-input-placeholder {
		font-size: 16px;
		line-height: 16px;
	}
	#headerSearch_name::-ms-input-placeholder {
		font-size: 16px;
		line-height: 16px;
	}
	#headerSearch_name::placeholder {
		font-size: 16px;
		line-height: 16px;
	}
	.headerSearch_input input[type="submit"] {
		width: 25px;
		height: 25px;
		right: 23.5px;
		background-size: 25px;
	}

	.gnav__user_menu_list {
		margin-top: 20px;
	}
	.gnav__user_menu_list,
	.gnav__new_arrival_menu_dl {
		width: 100%;
	}
	.gnav__user_menu_list_item + .gnav__user_menu_list_item,
	.gnav__new_arrival_menu_item + .gnav__new_arrival_menu_item {
		margin-top: 0;
	}
	.gnav__user_menu_list_item_link,
	.gnav__new_arrival_menu_item_link {
		display: block;
		padding: 20px;
		border-top: 1px solid #efefef;
		background-color: #f5f6f6;
	}

	.gnav__new_arrival_menu_dl {
		margin-left: 0;
	}
}
/*
* end header
**/

/*
* news
**/
.top_news_list {
	width: 780px;
	margin: 40px auto 85px;
}
.top_news_item_link {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_news_item + .top_news_item {
	margin-top: 15px;
}
.top_news_item_time {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 24px;
	color: #898f9c;
}
.top_news_item_p {
	margin-left: 15px;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 24px;
}
@media screen and (max-width: 767px) {
	.top_news_list {
		width: 100%;
		margin: 30px 0;
		padding: 0 15px;
	}
	.top_news_item_link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	}
	.top_news_item + .top_news_item {
		margin-top: 12px;
	}
	.top_news_item_time {
		line-height: 12px;
	}
	.top_news_item_p {
		margin-top: 3px;
		margin-left: 0;
	}
}
/*
* end news
**/

/*
* top section
**/
.section_block + .section_block {
	margin-top: 80px;
	border-top: 1px solid #cdcfd3;
	padding-top: 80px;
}
.section_block_inr {
	position: relative;
}
.section_block_heading {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 24px;
}
.section_view_more {
	line-height: 12px;
	position: absolute;
	top: 10px;
	right: 0;
}
.section_view_more__link {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 12px;
	color: #264fa8;
}
.section_view_more__link:link,
.section_view_more__link:visited {
	color: #264fa8;
}
.switch_category_list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	position: absolute;
	top: 4px;
	left: 160px;
}
.switch_category_item {
	margin: 4px 0;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 16px;
}
.switch_category_item + .switch_category_item {
	border-left: 1px solid #cdcfd3;
}
.switch_category_item:first-child {
	padding-left: 0;
}
.switch_category_item:last-child {
	padding-right: 0;
}
.switch_category_item__link[data-category="all"] {
	color: #04256d;
}
.ranking_icon {
	margin-bottom: 10px;
	text-align: center;
}
.ranking_icon_inr {
	display: inline-block;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 26px 21px;
}
.ranking_icon_inr.rank_1 {
	padding-left: 35px;
	background-image: url(../images/common/icon_rank_01.svg);
}
.ranking_icon_inr.rank_2 {
	padding-left: 35px;
	background-image: url(../images/common/icon_rank_02.svg);
}
.ranking_icon_inr.rank_3 {
	padding-left: 35px;
	background-image: url(../images/common/icon_rank_03.svg);
}
.ranking_icon .rank_no {
	font-size: 12px;
	font-weight: bold;
}
.ranking_icon .rank_num {
	font-size: 16px;
	font-weight: bold;
}
#s_contents_slick {
	width: 800px;
  padding-bottom: 40px;
}
#s_contents_slick .slick-dots {
  width: calc(100% + 140px);
  bottom: 0;
}
#s_contents_slick .slick-list {
	overflow: visible;
}
#s_contents_slick .slick-arrow {
	width: 46px;
	height: 46px;
	margin-top: 0;
	background-size: 46px 46px;
	top: 33%;
}
#s_contents_slick .slick-prev {
	background-image: url(../images/common/s_slider_arrow_l.svg);
	left: 12px;
}
#s_contents_slick .slick-next {
	background-image: url(../images/common/s_slider_arrow_r.svg);
	right: calc((-940px + 800px) + 12px);
}
.s_contents_item {
	margin-right: 26px;
	text-align: center;
}
.s_contents_item_link {
	display: block;
}
.s_contents_item_pic {
	font-size: 0;
}
.s_contents_item_pic__img {
	width: 100%;
}
.s_contents_item_p {
	margin-top: 13px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.s_news_list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s_news_item {
	width: 445px;
}
.s_news_item_link {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s_news_item:nth-child(n+3) {
	margin-top: 30px;
}
.s_news_item_pic {
	width: 140px;
	font-size: 0;
}
.s_news_item_right {
	width: 280px;
}
.s_news_item_right_time {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 24px;
	color: #898f9c;
}
.s_news_item_right_p {
	margin-top: 3px;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 24px;
}
@media screen and (max-width: 767px) {
	.section_block + .section_block {
		margin-top: 10px;
		padding-top: 40px;
	}
	#s_contents + .section_block {
		margin-top: 40px;
	}
	.section_block_heading {
		margin-bottom: 15px;
		font-size: 22px;
	}
	.section_view_more {
		top: 8px;
	}
	.switch_category_list {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
		position: static;
	}
	.switch_category_item {
		padding: 0 10px;
		font-size: 14px;
		line-height: 14px;
	}
	#s_contents_slick {
		width: 80%;
    padding-bottom: 30px;
	}
  #s_contents_slick .slick-dots {
    width: calc((100% + 25%));
    bottom: 5px;
  }
  #s_contents_slick .slick-dots li {
    margin: 0 10px;
  }
	.s_contents_item_p {
		font-size: 14px;
	}
	.s_news_list {
		display: block;
	}
	.s_news_item {
		width: 100%;
	}
	.s_news_item:nth-child(n+2) {
		margin-top: 5%;
	}
	.s_news_item_pic {
		width: 30%;
	}
	.s_news_item_right {
		width: 65%;
	}
	.s_news_item_right_time {
		line-height: 12px;
	}
}
@media screen and (max-width: 320px) {
	.switch_category_item {
		padding: 0 6px;
	}
	#s_staff_coordinate .section_block_heading {
		font-size: 18px;
	}
}
/*
* end top section
**/

/*
* products-detail section
**/
.item-detail-size {
	padding-top: 30px;
	border-top: 1px solid #cdcfd3;
}
.item-detail-size-heading__span {
	display: inline-block;
	padding: 10px 0 10px 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.05em;
	background-image: url(../images/common/icon_size_guide.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 34px 34px;
}
.item-detail-size-registration,
.item-detail-about-delivery {
	margin-top: 10px;
}
.item-detail-size-registration__link,
.item-detail-about-delivery__link {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #264fa8;
}
.item-detail-size-registration__link:link,
.item-detail-size-registration__link:visited,
.item-detail-about-delivery__link:link,
.item-detail-about-delivery__link:visited {
	color: #264fa8;
}
.item-detail-size-registration__p,
.item-detail-about-delivery__p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.03em;
}
.item-detail-size-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin-top: 20px;
}
.item-detail-size-item {
	margin: 0 20px 10px 0;
	line-height: 18px;
}
.item-detail-size-item__link {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #264fa8;
}
.item-detail-size-item__link:link,
.item-detail-size-item__link:visited {
	color: #264fa8;
}
.item-detail-favorite {
	margin-top: 25px;
}
.item-detail-favorite-btn {
	display: block;
	padding: 15px;
	border: 1px solid #cb3535;
	font-size: 14px;
	text-align: center;
	color: #cb3535;
}
.item-detail-favorite-btn:link,
.item-detail-favorite-btn:visited {
	color: #cb3535;
}
.item-detail-favorite-btn__span {
	display: inline-block;
	padding: 2px 0 2px 25px;
	font-size: 14px;
	line-height: 14px;
	background-image: url(../images/common/icon_detail_favorite_off.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 18px 15px;
}
.item-detail-favorite-btn.is-on .item-detail-favorite-btn__span {
	background-image: url(../images/common/icon_detail_favorite_on.svg);
}
.item-detail-favorite-p {
	margin-top: 10px;
	font-size: 13px;
}

.item-detail-renew_mysize {
	margin-top: 25px;
}
.item-detail-renew_mysize-btn {
	display: block;
	padding: 15px;
	border: 1px solid #cb3535;
	font-size: 14px;
	text-align: center;
	color: #cb3535;
}
.item-detail-renew_mysize-btn:link,
.item-detail-renew_mysize-btn:visited {
	color: #cb3535;
}
.item-detail-renew_mysize-btn__span {
	display: inline-block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 14px;
	background-image: url(../images/common/online_feature08.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 25px;
}
.item-detail-renew_mysize-p {
	margin-top: 10px;
	font-size: 13px;
}

.productsDetailPage .bundle-table .tbl-type01,
.productsDetailPage .bundle-table .tbl-type01 td,
.productsDetailPage .bundle-table .tbl-type01 th {
	border: none;
}
.productsDetailPage .bundle-table .tbl-type01 thead th {
	padding: 0;
	font-size: 16px;
}
.productsDetailPage .bundle-table .tbl-type01 tbody tr:nth-child(n+2) {
	border-top: 1px solid #cdcfd3;
}
.productsDetailPage .bundle-table .tbl-type01 tbody tr:last-child {
	border-bottom: 1px solid #cdcfd3;
}
.productsDetailPage .bundle-table .tbl-type01 tbody th,
.productsDetailPage .bundle-table .tbl-type01 tbody td {
	padding-right: 0;
	padding-left: 0;
}

.section_block_bg {
	margin-top: 80px;
	padding: 90px 100px 70px;
}
.section_block_bg.bg_color_skin {
	background-color: #f5f6f6;
}

#products-contents-slide-item {
	margin-top: 80px;
}
.contents_slide_item_link {
	display: block;
}
.contents_slide_item_pic {
	font-size: 0;
}
@media screen and (min-width: 768px) {
	.contents_slide_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	}
	.contents_slide_item {
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 767px) {
	.item-detail-size-item {
		margin-right: 10px;
	}
	.item-detail-together dl {
		display: block;
	}
	.item-detail-together dl dt,
	.item-detail-together dl dd {
		width: 100%;
	}
	.item-detail-together dl dt {
		font-size: 14px;
	}
	.item-detail-together dl dd {
		margin-top: 10px;
	}
	.bundle-table .item-quantity .select-type01 {
		min-width: 80px;
	}

	.section_block_bg {
		margin: 40px -15px 0;
		padding: 50px 15px;
	}

	#products-contents-slide-item {
		margin-top: 60px;
	}
	.contents_slide_list {
		padding-bottom: 30px;
	}
	.contents_slide_list .slick-dots {
		bottom: 0;
	}
	.contents_slide_list .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 17px;
	}
	.contents_slide_list .slick-dots li button {
		width: 9px;
		height: 9px;
		border: none;
		background-color: #cdcfd3;
	}
	.contents_slide_list .slick-dots li button:hover,
	.contents_slide_list .slick-dots li.slick-active button {
		border: none;
		background-color: #04256d;
	}
	.contents_slide_item {
		margin: 0 7.5px;
	}
}
/*
* end products-detail section
**/

/*
* footer
**/
.official_sns {
	width: 1200px;
	margin: 200px auto 0;
}
.official_sns + .footer {
	margin-top: 40px;
}
.official_sns_list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.official_sns_item + .official_sns_item {
	margin-left: 50px;
}
.official_sns_item_link {
	display: block;
}
.official_sns_item_pic {
	font-size: 0;
}

.footer {
	margin-top: 40px;
	background-color: #f5f6f6;
}
.footer_inr {
	width: 1200px;
	margin: 0 auto;
	padding: 44px 0 30px;
	position: relative;
}
.footer_logo {
	position: absolute;
	top: 24px;
	left: 0;
}
.footer_logo_pic {
	font-size: 0;
}
.footer_nav {
	margin-left: 130px;
}
.footer_nav_inr {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_nav_sizeguide {
	width: 300px;
}
.footer_nav_userguide {
	width: 350px;
	margin-left: 35px;
	padding-left: 35px;
	border-left: 1px solid #cdcfd3;
}
.footer_nav_haruyamaguide {
  width: 345px;
  margin-left: 35px;
	padding-left: 35px;
	border-left: 1px solid #cdcfd3;
}
.footer_nav_dl {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_nav_dt {
	width: 110px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.05em;
}
.footer_nav_haruyamaguide .footer_nav_dt {
  width: 180px;
}
.footer_nav_dd {
	width: 160px;
	margin-left: 40px;
}
.footer_nav_haruyamaguide .footer_nav_dd {
  width: 90px;
}
.footer_nav_item {
	font-size: 14px;
	letter-spacing: 0.03em;
}
.footer_nav_item + .footer_nav_item {
	margin-top: 15px;
}
.footer_btm {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #cdcfd3;
}
.footer_btm_list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_btm_list + .footer_btm_list {
	margin-top: 10px;
}
.footer_btm_item {
	font-size: 13px;
	letter-spacing: 0.03em;
}
.footer_btm_item + .footer_btm_item {
	margin-left: 20px;
}
.footer_btm_copyright {
	text-align: right;
}
.footer_btm_copyright__small {
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #898f9c;
}
@media screen and (max-width: 767px) {
	.official_sns {
		width: 100%;
		margin-top: 115px;
	}
	.official_sns + .bread-crumb.sp-view {
		margin-top: 50px;
		font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
	}
	.official_sns + .bread-crumb.sp-view ul {
		padding: 0 15px;
	}
	.official_sns_list {
		padding: 0 15px;
		-ms-flex-pack: distribute;
      justify-content: space-around;
	}
	.official_sns_item + .official_sns_item {
		margin-left: 0;
	}

	.footer {
		margin-top: 25px;
	}
	.footer_inr {
		width: 100%;
		padding: 40px 15px 30px;
	}
	.footer_logo {
		top: auto;
		bottom: 30px;
		left: 15px;
	}
	.footer_logo_pic {
		width: 70px;
	}
	.footer_nav {
		margin-left: 0;
	}
	.footer_nav_inr {
		display: block;
	}
	.footer_nav_sizeguide {
		width: 100%;
	}
	.footer_nav_userguide {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
  .footer_nav_haruyamaguide {
    width: 100%;
		margin-top: 30px;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
  }
	.footer_nav_dl {
		display: block;
	}
	.footer_nav_dt {
		width: 100%;
		margin-bottom: 15px;
	}
  .footer_nav_haruyamaguide .footer_nav_dt {
    width: 100%;
  }
	.footer_nav_dd {
		width: 100%;
		margin-left: 0;
	}
	.footer_nav_dd + .footer_nav_dd {
		margin-top: 15px;
	}
  .footer_nav_haruyamaguide .footer_nav_dd {
    width: 100%;
  }
	.footer_btm {
		padding-top: 15px;
	}
	.footer_btm_list {
		flex-wrap: wrap;
	}
	.footer_btm_list + .footer_btm_list {
		margin-top: 0;
	}
	.footer_btm_item {
		margin-top: 10px;
		margin-right: 10px;
	}
	.footer_btm_item:last-child {
		margin-right: 0;
	}
	.footer_btm_item + .footer_btm_item {
		margin-left: 0;
	}
	.footer_btm_copyright {
		width: 75%;
		margin-top: 70px;
		margin-left: auto;
	}
	.footer_btm_copyright__small {
		font-size: 11px;
		letter-spacing: 0.05em;
		color: #898f9c;
	}
}
/*
* end footer
**/
/* end renewal */

/* mypage */
.mypage_main,
.mypage_sub_menu {
  font-family: "メイリオ", Meiryo, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3",
    Osaka, "sans-serif";
  color: #707070;
}

.mypage_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.mypage_main_point {
  width: 605px;
  padding: 28px 35px;
  background-color: #f0f0f0;
}

.mypage_main_point__name {
  font-size: 20px;
  text-align: center;
}

.mypage_main_point__num {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.mypage_main_point_box {
  padding: 32px 35px 44px;
  background-color: #fff;
}

.mypage_main_point_box {
  margin-top: 25px;
  text-align: center;
}

.mypage_main_point_box__current {
  font-size: 20px;
}

.mypage_main_point_box_mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}

.mypage_main_point_box__num {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}

.mypage_main_point_box__point {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
}

.mypage_main_point_box__caution {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ae0808;
}

.mypage_btn+.mypage_btn {
  margin-top: 20px;
}

.mypage_btn_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 290px;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid #707070;
  font-size: 15px;
  text-align: center;
  color: #707070;
  background-color: #fff;
  position: relative;
}

.mypage_btn_link:link,
.mypage_btn_link:visited {
  color: #707070;
}

.mypage_btn_link::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  transform: rotate(45deg);
}

.mypage_main_order_status {
  display: flex;
  flex-direction: column;
  width: calc(1240px - 605px - 30px);
  padding: 28px 35px;
  background-color: #f0f0f0;
}

.mypage_main_order_status_head {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.mypage_main_order_status_box {
  height: 100%;
  margin-top: 20px;
  padding: 20px 40px 15px;
  background-color: #fff;
}

.mypage_main_order_status_box.shop {
  height: auto;
}

/* bar bg setting */
.mypage_main_order_status_box.bg_one .mypage_main_order_status_bar .mypage_main_order_status_bar_item:first-child .order_status_display,
.mypage_main_order_status_box.bg_two .mypage_main_order_status_bar .mypage_main_order_status_bar_item:nth-child(-n+2) .order_status_display,
.mypage_main_order_status_box.bg_three .mypage_main_order_status_bar .mypage_main_order_status_bar_item:nth-child(-n+3) .order_status_display,
.mypage_main_order_status_box.bg_four .mypage_main_order_status_bar .mypage_main_order_status_bar_item:nth-child(-n+4) .order_status_display {
  background-color: #04256D;
}

.mypage_main_order_status_box.normal .mypage_main_order_status_bar_item {
  width: calc((100% - 20px) / 3);
}

.mypage_main_order_status_box.shop .mypage_main_order_status_bar_item {
  width: calc((100% - 30px) / 4);
}

.mypage_main_order_status_box_head {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

.mypage_main_order_status_bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.mypage_main_order_status_bar_item .order_status_display {
  height: 18px;
  background-color: #f0f0f0;
}

.mypage_main_order_status_bar_item .order_status_name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.mypage_main_order_status_shipping {
  margin-top: 20px;
}

.mypage_main_order_status_shipping_precautions {
  font-size: 12px;
}

.order_status_confirmation {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.order_status_confirmation_link {
  color: #707070;
}

.order_status_confirmation_link:link,
.order_status_confirmation_link:visited {
  color: #707070;
}

.mypage_main_btm_menu {
  margin-top: 40px;
}

.mypage_main_btm_menu+.mypage_sub_menu {
  margin-top: 150px;
}

.mypage_main_menu {
  width: 100%;
}

.mypage_main_menu.pc-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mypage_main_btm_menu .mypage_btn_duo {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 30px) / 2);
  padding-top: 15px;
}

.mypage_main_btm_menu .mypage_btn_duo .mypage_btn+.mypage_btn {
  margin-top: 0;
}

.mypage_main_btm_menu .mypage_main_menu_dl {
  width: calc((100% - 30px) / 2);
}

.mypage_main_menu_dl+.mypage_main_menu_dl {
  margin-top: 90px;
}

.mypage_main_menu_dt {
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}

.mypage_main_menu_dt.purchase {
  padding-left: 55px;
  background-image: url("../images/common/icon_cart.svg");
  background-size: 32px 30px;
}

.mypage_main_menu_dt.station {
  padding-left: 55px;
  background-image: url("../images/common/icon_hss.png");
  background-size: 32px 30px;
}

.mypage_main_menu_dt.member {
  padding-bottom: 10px;
  padding-left: 55px;
  background-image: url("../images/common/icon_mypage_user.svg");
  background-size: 32px 33px;
}

.mypage_main_menu_dt.other {
  padding-bottom: 10px;
  padding-left: 70px;
  background-image: url("../images/common/icon_mypage_other.svg");
  background-size: 53px 28px;
}

.mypage_main_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
}

.mypage_main_menu_dd {
  width: calc((100% - 36px) / 3);
}

.mypage_main_menu_dd:nth-child(n+2) {
  margin-left: 18px;
}

.mypage_main_menu_dd:nth-child(n+4) {
  margin-top: 18px;
}

.mypage_main_menu_dd:nth-child(3n+4) {
  margin-left: 0;
}

.mypage_main_menu_dd_link {
  font-size: 20px;
  color: #707070;
}

.mypage_main_menu_dd_link:link,
.mypage_main_menu_dd_link:visited {
  color: #707070;
}

.mypage_sub_menu {
  margin-top: 40px;
}

.mypage_sub_menu+.mypage_sub_menu {
  margin-top: 150px;
}

.mypage_sub_menu_dt {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 20px;
}

.mypage_sub_menu_dt__name {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
}

.mypage_sub_menu_dt.coupon .mypage_sub_menu_dt__name {
  padding-left: 80px;
  background-image: url("../images/common/icon_mypage_coupon.svg");
  background-size: 59px 25px;
}

.mypage_sub_menu_dt.mysize .mypage_sub_menu_dt__name {
  padding-top: 10px;
  padding-left: 75px;
  background-image: url("../images/common/online_feature08.svg");
  background-size: contain;
}

.mypage_sub_menu_dd+.mypage_sub_menu_dd {
  margin-top: 30px;
}

.mypage_sub_menu_dd_content_dt {
  margin-bottom: 8px;
}

.mypage_sub_menu_dd_content_dt__name {
  padding-left: 30px;
  font-size: 20px;
  position: relative;
}

.mypage_sub_menu_dd_content_dt__name::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #707070;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
}

.mypage_sub_menu_dd_content_dt__name::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #707070;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.mypage_sub_menu_dd_content_dt.open .mypage_sub_menu_dd_content_dt__name::after {
  display: none;
}

.mypage_sub_menu_dd_content_dd_caution_p {
  margin-top: 20px;
  font-size: 16px;
}

.mypage_table_typeA {
  width: 100%;
}

.mypage_table_typeA_header,
.mypage_table_typeA_content {
  font-size: 16px;
  text-align: center;
}

.mypage_table_typeA_header_th,
.mypage_table_typeA_content_td {
  padding: 8px;
  border: 1px solid #707070;
}

.mypage_table_typeA_header_th {
  text-align: center;
  background-color: #f0f0f0;
}

.mypage_table_typeA_header_th:nth-child(n+2) {
  width: 180px;
}

.mypage_table_typeB {
  width: 100%;
}

.mypage_table_typeB_tr:first-child .mypage_table_typeB_th {
  width: 30%;
}

.mypage_table_typeB_tr:first-child .mypage_table_typeB_td {
  width: 70%;
}

.mypage_table_typeB_th,
.mypage_table_typeB_td {
  padding: 20px;
  border: 1px solid #707070;
  font-size: 16px;
}

.mypage_table_typeB_th {
  text-align: center;
  background-color: #f0f0f0;
}

.mypage_table_typeB_td {
  min-height: 67px;
}

.mypage_table_typeB_td_duo,
.mypage_table_typeB_td_triple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mypage_table_typeB_td_duo .mypage_table_typeB_td_dl {
  width: calc((100% - 15px) / 2);
}

.mypage_table_typeB_td_triple .mypage_table_typeB_td_dl {
  width: calc((100% - 30px) / 3);
}

.mypage_table_typeB_td_dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mypage_table_typeB_td_dt {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .mypage_main {
    display: block;
    margin-top: 20px;
  }

  .mypage_main_point {
    width: 100%;
    padding: 15px;
  }

  .mypage_main_point .mypage_btn_duo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }

  .mypage_main_point .mypage_btn_duo .mypage_btn {
    width: calc(50% - 2%);
  }

  .mypage_main_point .mypage_btn_duo .mypage_btn+.mypage_btn {
    margin-top: 0;
  }

  .mypage_main_point .mypage_btn_duo .mypage_btn_link {
    width: 100%;
  }

  .mypage_main_point__name {
    font-size: 14px;
  }

  .mypage_main_point__num {
    margin-top: 7px;
    font-size: 14px;
  }

  .mypage .barcode {
    padding: 15px;
    background-color: #fff;
  }

  .mypage_main_point_box {
    padding: 15px;
  }

  .mypage_main_point_box {
    margin-top: 15px;
  }

  .mypage_main_point_box__current {
    font-size: 16px;
  }

  .mypage_main_point_box_mid {
    margin-top: 10px;
  }

  .mypage_main_point_box__num {
    font-size: 25px;
    line-height: 25px;
  }

  .mypage_main_point_box__point {
    margin-left: 10px;
    font-size: 12px;
  }

  .mypage_main_point_box__caution {
    margin-top: 10px;
    font-size: 12px;
  }

  .mypage_btn+.mypage_btn {
    margin-top: 10px;
  }

  .mypage_btn_link {
    width: 70%;
    height: 100%;
    padding: 10px 20px;
    font-size: 11px;
  }

  .mypage_main_order_status {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }

  .mypage_main_order_status_head {
    font-size: 16px;
    line-height: 26px;
  }

  .mypage_main_order_status_box {
    margin-top: 20px;
    padding: 15px 10px;
  }

  .mypage_main_order_status_box.normal .mypage_main_order_status_bar_item {
    width: calc((100% - 10px) / 3);
  }

  .mypage_main_order_status_box.shop .mypage_main_order_status_bar_item {
    width: calc((100% - 15px) / 4);
  }

  .mypage_main_order_status_box_head {
    font-size: 22px;
    line-height: 32px;
  }

  .mypage_main_order_status_bar {
    margin-top: 15px;
  }

  .mypage_main_order_status_bar_item .order_status_display {
    height: 15px;
  }

  .mypage_main_order_status_bar_item .order_status_name {
    margin-top: 5px;
    font-size: 11px;
  }

  .mypage_main_order_status_shipping {
    margin-top: 15px;
  }

  .order_status_confirmation {
    margin-top: 15px;
    font-size: 14px;
    line-height: 28px;
  }

  .mypage_main_btm_menu+.mypage_sub_menu {
    margin-top: 100px;
  }

  .mypage_main_menu {
    margin-top: 30px;
  }

  .mypage_main_menu.pc-view {
    display: none;
  }

  .mypage_main_menu_dl:nth-of-type(n+2) .mypage_main_menu_dt {
    border-top: none;
  }

  .mypage_main_menu_dl+.mypage_main_menu_dl {
    margin-top: 0;
  }

  .mypage_main_menu_dt {
    padding: 10px 30px;
    border: 1px solid #707070;
    font-size: 14px;
    background-position: center left 10px;
    color: #707070;
    background-color: #f0f0f0;
    position: relative;
  }

  .mypage_main_menu_dt::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 5px;
    right: 11px;
    bottom: 0;
    transform: rotate(-45deg);
  }

  .mypage_main_menu_dt.open::after {
    top: -5px;
    transform: rotate(135deg);
  }

  .mypage_main_menu_dt.purchase {
    padding-left: 45px;
    background-size: 25px;
  }

  .mypage_main_menu_dt.station {
    padding-left: 45px;
    background-size: 25px;
  }

  .mypage_main_menu_dt.member {
    padding-bottom: 10px;
    padding-left: 45px;
    background-size: 25px;
  }

  .mypage_main_menu_dt.other {
    padding-bottom: 10px;
    padding-left: 60px;
    background-size: 40px;
  }

  .mypage_main_menu_list {
    display: block;
    margin-top: 0;
  }

  .mypage_main_menu_dd {
    width: 100%;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
  }

  .mypage_main_menu_dd:nth-child(n+2) {
    margin-left: 0;
  }

  .mypage_main_menu_dd:nth-child(n+4) {
    margin-top: 0;
  }

  .mypage_main_menu_dd_link {
    display: block;
    padding: 10px;
    font-size: 14px;
  }

  .mypage_sub_menu {
    margin-top: 30px;
  }

  .mypage_sub_menu+.mypage_sub_menu {
    margin-top: 100px;
  }

  .mypage_sub_menu_dt {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .mypage_sub_menu_dt.coupon .mypage_sub_menu_dt__name {
    padding-left: 60px;
    background-size: 50px;
  }

  .mypage_sub_menu_dt.mysize .mypage_sub_menu_dt__name {
    padding-left: 60px;
  }

  .mypage_sub_menu_dd+.mypage_sub_menu_dd {
    margin-top: 20px;
  }

  .mypage_sub_menu_dd_content_dt {
    text-align: center;
  }

  .mypage_sub_menu_dd_content_dt__name {
    padding-right: 25px;
    padding-left: 0;
    font-size: 16px;
  }

  .mypage_sub_menu_dd_content_dt__name::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    top: -5px;
    right: 5px;
    left: auto;
    background-color: transparent;
    transform: rotate(135deg);
  }

  .mypage_sub_menu_dd_content_dt.open .mypage_sub_menu_dd_content_dt__name::before {
    top: 5px;
    transform: rotate(-45deg);
  }

  .mypage_sub_menu_dd_content_dt__name::after {
    display: none;
  }

  .mypage_sub_menu_dd_content_dd_caution_p {
    margin-top: 15px;
    font-size: 12px;
  }

  .mypage_table_typeA.sp-view {
    display: table !important;
  }

  .mypage_table_typeA_header,
  .mypage_table_typeA_content {
    font-size: 12px;
  }

  .mypage_table_typeA_header:first-child .mypage_table_typeA_header_th:first-child {
    width: 70%;
  }

  .mypage_table_typeA_header:first-child .mypage_table_typeA_header_th:nth-child(2) {
    width: 30%;
  }

  .mypage_table_typeA_header:nth-child(2) .mypage_table_typeA_header_th {
    width: calc(100% / 3);
  }

  .mypage_table_typeB_tr {
    display: flex;
    flex-direction: column;
  }

  .mypage_table_typeB_tr:first-child .mypage_table_typeB_th,
  .mypage_table_typeB_tr:first-child .mypage_table_typeB_td {
    width: 100%;
  }

  .mypage_table_typeB_tr:nth-child(n+2) .mypage_table_typeB_th {
    border-top: none;
  }

  .mypage_table_typeB_th {
    border-bottom: none;
  }

  .mypage_table_typeB_th,
  .mypage_table_typeB_td {
    padding: 8px;
    font-size: 12px;
  }

  .mypage_table_typeB_td {
    min-height: 37px;
  }

  .mypage_table_typeB_td_dl {
    justify-content: center;
  }

  .mypage_table_typeB_td_duo .mypage_table_typeB_td_dl,
  .mypage_table_typeB_td_triple .mypage_table_typeB_td_dl {
    justify-content: flex-start;
  }

  .mypage_table_typeB_td_duo .mypage_table_typeB_td_dl {
    width: calc((100% - 10px) / 2);
  }

  .mypage_table_typeB_td_triple .mypage_table_typeB_td_dl {
    width: calc((100% - 20px) / 3);
  }
}

/* end mypage */

#products-sub-category .category-list {
    gap: 15px;
    margin-bottom: 0;
}

#products-sub-category .category-list li {
    width: calc((100% - 45px) / 4);
    margin: 0;
}

#products-sub-category .category-list-item {
  border-bottom: none;
}

#products-sub-category .category-list-item-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px 30px 20px 20px;
    background-color: #f2f2f2;
    position: relative;
}

#products-sub-category .category-list-item-link::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    #products-sub-category .category-list {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    #products-sub-category .category-list li {
        width: calc((100% - 15px) / 2);
    }

    #products-sub-category .category-list-item-link {
        padding: 15px 30px 15px 15px;
    }

    #products-sub-category .category-list-item-link::after {
        width: 8px;
        height: 8px;
    }
}

/* SP / 絞り込みボタン実装 */
.filter-layer {
  display: none;
}

.filter-layer-btns {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-filter-ttl,
  .is-filter-body,
  .is-category-ttl,
  .is-category-body,
  .leftcolumn-btn {
      display: none;
  }

  #products-list-header+#leftcolumn {
      margin-bottom: 0;
  }

  .fixed-filter-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 75px;
      height: 75px;
      border-radius: 100%;
      background-color: #555;
      position: fixed;
      right: 10px;
      bottom: 80px;
      z-index: 301; /* ページトップと同じ */
  }

  .fixed-filter-button-icon {
      width: 30px;
      margin: auto;
      position: absolute;
      top: 8px;
      right: 0;
      left: 0;
  }

  .fixed-filter-button-text {
      min-width: 85px;
      margin: auto;
      padding: 4px 0;
      border: 1px solid #555;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #555;
      background-color: #fff;
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%)
  }

  .filter-layer {
      display: block;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2000;
      transition: transform 0.3s ease-in-out;
      transform: translateY(-100%);
      pointer-events: auto;
      overflow: auto;
  }

  .filter-layer.open {
      transform: translateY(0);
  }

  .filter-layer-top {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 15px 5px 15px 15px;
  }

  .filter-layer-heading {
      width: calc(100% - 38px - 5px);
      font-size: 24px;
      color: #707070;
  }

  .filter-layer-close {
      width: 38px;
      height: 38px;
      padding-top: 28px;
      font-size: 9px;
      font-weight: 400;
      line-height: 1.1;
      text-align: center;
      text-decoration: none;
      font-family: 'Lato', sans-serif;
      position: relative;
  }

  .filter-layer-close::before,
  .filter-layer-close::after {
      content: '';
      display: block;
      width: 80%;
      height: 2px;
      margin: auto;
      background-color: #707070;
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      left: 0;
  }

  .filter-layer-close::before {
      transform: rotate(45deg);
  }

  .filter-layer-close::after {
      transform: rotate(-45deg);
  }

  .filter-layer-btns {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      padding: 0 15px;
  }

  .filter-layer-reset {
      width: 35%;
      height: 3em;
      padding: 0 5px;
      border: 1px solid #04256d;
      border-radius: 5px;
      font-size: 14px;
      color: #04256d;
      background-color: #fff;
  }

  #leftcolumn .filter-layer .btn.filter-layer-submit {
      width: calc(100% - 35% - 10px);
      height: 42px;
      margin: 0;
      padding: 0 5px;
      border-radius: 5px;
      font-size: 14px;
      color: #fff;
      background-color: #04256d;
  }

  .block-leftcolumn-mysize {
      border-top: 1px solid #e5e5e5;
  }

  .block-leftcolumn-mysize-title {
      display: block;
      padding: 15px 30px 15px 15px;
      font-size: 14px;
      font-weight: 500;
      color: #333;
      position: relative;
  }

  .block-leftcolumn-mysize-title::after {
      content: "";
      width: 9px;
      height: 9px;
      transform: none;
      background-image: url("/packages/website/design/perfects/ja/pc/images/common/icon_plus.svg");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
  }

  .block-leftcolumn-mysize-title.open::after {
      background-image: url("/packages/website/design/perfects/ja/pc/images/common/icon_minus.svg");
  }

  .block-leftcolumn-mysize-body {
      display: none;
  }

  .filter-layer .leftcolumn__refine-list {
      /* リスト */
      background-color: #fff;
  }

  .filter-layer .leftcolumn__refine-list>li:first-of-type {
      border-top: 1px solid #e5e5e5;
  }

  .filter-layer .leftcolumn__refine-list>li dl dt {
      padding-right: 30px;
      padding-left: 15px;
  }

  .filter-layer .leftcolumn__refine-list>li dl dt.leftcolumn-accordion-btn::after {
      margin-top: 0;
      background-image: url("/packages/website/design/perfects/ja/pc/images/common/icon_plus.svg");
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
  }

  .filter-layer .leftcolumn__refine-list>li dl dt.leftcolumn-accordion-btn.open::after {
      background-image: url("/packages/website/design/perfects/ja/pc/images/common/icon_minus.svg");
  }

  .filter-layer .unit-toggleColor {
      background-color: #fff;
  }

  .filter-layer .custom-control.custom-checkbox .custom-control-indicator {
      margin-top: 0;
      right: 15px;
      transform: translateY(-50%);
  }

  .filter-layer .leftcolumn__refine-list>li dl dd ol li .custom-control-description {
      padding-right: 45px;
      padding-left: 30px;
  }

  .filter-layer .leftcolumn-value {
      padding-right: 15px;
      padding-bottom: 15px;
  }

  .filter-layer #leftcolumnValue,
  .filter-layer input.leftcolumn-value-clear {
      display: none;
  }

  .filter-layer .leftcolumn-value ~ .alert {
      padding: 0 15px;
      margin-top: 0;
      margin-bottom: 5px;
  }

  .filter-layer .leftcolumn-value ~ .alert:empty {
      display: none;
  }

  .filter-layer .leftcolumn-value table {
      width: 100%;
      margin-top: 0;
  }

  .filter-layer .leftcolumn-value table tr {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
  }

  .filter-layer .keyword-input input[type="text"] {
		font-size: 13px;
  }

  .filter-layer .products-awoo-list {
      margin-top: 30px;
      padding: 0;
  }

  .filter-layer .products-awoo-list dl dt {
      padding: 0 15px;
  }

  .filter-layer .products-awoo-list dl dd {
      padding: 0 15px;
  }
}

/* カテゴリー / ランキング */
.products-ranking-section {
  margin-bottom: 70px;
}
.products-ranking-section .inner {
  width: 1200px;
}
.products-ranking-section .slick-dots li {
  margin: 0 8px;
}
.products-ranking-section .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 5px;
}
.products-ranking-section .item-price .price-text {
  font-size: 14px;
  font-weight: bold;
}
.products-ranking-section .ttl-type01 {
  margin-bottom: 10px;
  text-align: left;
}
.products-ranking-section .ttl-type01 strong {
  margin-top: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.products-ranking-section .ttl-type01 strong::before,
.products-ranking-section .ttl-type01 strong::after {
  display: none;
}
.products-ranking-list-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  overflow: hidden;
}
.products-ranking-list {
  display: none;
  padding-bottom: 80px;
  overflow: visible;
}
.products-ranking-list.slick-initialized {
  display: block;
}
.products-ranking-list .slick-list {
  overflow: visible;
}
.products-ranking-list-item {
  margin: 0 5px;
  position: relative;
}
.products-ranking-list-item-pic--img {
  vertical-align: top;
}
.products-ranking-list-item .products-ranking-list-item-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #898d98;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.products-ranking-list-item-rank.--rank-1 {
  background-color: #c8a954;
}
.products-ranking-list-item-rank.--rank-2 {
  background-color: #779fc0;
}
.products-ranking-list-item-rank.--rank-3 {
  background-color: #c87f65;
}
.products-ranking-list .slick-dots li button {
  background: none;
  border: 2px solid #000;
}
.products-ranking-list .slick-dots li button:hover,
.products-ranking-list .slick-dots li.slick-active button {
  background: #000;
  border: 2px solid #000;
}
.products-ranking-list .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(233, 233, 236, 0.5);
  background-image: none;
}
.products-ranking-list .slick-arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.products-ranking-list .slick-prev {
  left: -85px;
}
.products-ranking-list .slick-prev::before {
  right: -25px;
  transform: rotate(-135deg);
}
.products-ranking-list .slick-next {
  right: -85px;
}
.products-ranking-list .slick-next::before {
  left: -25px;
}
.products-ranking-list-item-name {
  display: -webkit-box;
  width: 100%;
  height: 38px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}
.products-ranking-list-item-price {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .products-ranking-section {
      padding: 0 15px;
  }
  .products-ranking-section .inner {
    width: auto;
  }
  .products-ranking-section .item-price del .price-text {
      font-size: 12px;
  }
  .products-ranking-section .item-price .price-text {
      font-size: 11px;
  }
  .products-ranking-section .ttl-type01 strong {
      font-size: 16px;
  }
  .products-ranking-list-wrap {
      max-width: none;
      padding: 0;
      overflow-x: auto;
  }
  .products-ranking-list {
      display: flex;
      gap: 10px;
      padding-bottom: 10px;
  }
  .products-ranking-list-item {
      max-width: calc(50% - 5px);
      min-width: 150px;
      margin: 0;
      flex-grow: 1;
}
}
/* end カテゴリー / ランキング */

/* 商品詳細 発送予定日文言 */
.item-detail-hassou {
    margin-top: 15px;
}
.item-detail-hassou.--no-icon {
    margin-bottom: 25px;
}
.item-detail-hassou.--no-icon .item-detail-hassou-list-item {
    padding-left: 0;
}
.item-detail-hassou-ttl {
    font-size: 14px;
    font-weight: 700;
}
.item-detail-hassou-body {
    margin-top: 10px;
}
.item-detail-hassou-list,
.item-detail-typechoice dl dd ul.item-detail-hassou-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
}
.item-detail-hassou-list-item,
.item-detail-typechoice dl dd .item-detail-hassou-list .item-detail-hassou-list-item {
    display: flex;
    align-items: center;
    width: calc((100% - 15px) / 2);
    margin: 0;
    padding: 0 0 0 30px;
    border: none;
    font-size: 12px;
    line-height: normal;
    text-align: left;
}
.item-detail-hassou-list-item {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
}
.item-detail-hassou-list-item.--touzitsu {
    background-image: url("../images/common/icon_hassouTouzitsu_02.svg");
}
.item-detail-hassou-list-item.--yokuzitsu {
    background-image: url("../images/common/icon_hassouYokuzitsu_02.svg");
}
.item-detail-hassou-list-item.--4day {
    background-image: url("../images/common/icon_hassou4days_02.svg");
}
.item-detail-hassou-list-item.--5day {
    background-image: url("../images/common/icon_hassou5days_02.svg");
}
.item-detail-hassou-precautions-list,
.item-detail-typechoice dl dd ul.item-detail-hassou-precautions-list {
    display: block;
    margin: 15px 0 0 0;
}
.item-detail-hassou-precautions-list-item,
.item-detail-typechoice dl dd .item-detail-hassou-precautions-list li.item-detail-hassou-precautions-list-item {
    width: 100%;
    margin: 0;
    border: 0;
    font-size: 12px;
    text-align: left;
}
.item-detail-hassou-precautions-list-item + .item-detail-hassou-precautions-list-item {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .item-detail-hassou {
        margin-bottom: 20px;
    }
    .item-detail-hassou.--no-icon .item-detail-hassou-list {
        gap: 0;
    }
    .item-detail-hassou-ttl {
        padding-right: 30px;
        position: relative;
    }
    .item-detail-hassou-ttl::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 8px;
        margin: auto;
        background-image: url("../images/common/arrow_btm.svg");
        background-size: 12px 8px;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
    }
    .item-detail-hassou-ttl.open::before {
      transform: rotate(180deg);
    }
    .item-detail-hassou-list,
    .item-detail-typechoice .item-detail-hassou-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
    }
    .item-detail-hassou-list-item,
    .item-detail-typechoice .item-detail-hassou-list .item-detail-hassou-list-item {
        width: 100%;
        min-height: 20px;
    }
    .item-detail-hassou-precautions-list,
    .item-detail-typechoice .item-detail-hassou-precautions-list {
        display: block;
        margin: 10px 0 0 0;
    }
    .item-detail-hassou-precautions-list-item,
    .item-detail-typechoice .item-detail-hassou-precautions-list .item-detail-hassou-precautions-list-item {
        width: 100%;
        margin: 0;
        border: 0;
        font-size: 12px;
        text-align: left;
    }
    .item-detail-hassou-precautions-list-item + .item-detail-hassou-precautions-list-item {
        margin-top: 5px;
    }
}
/* end 商品詳細 発送予定日文言 */

/* 商品詳細 カート */
.cart-top-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
}
.wrap-block + .cart-top-flex {
  margin-top: 30px;
}
.cart-top-flex-left {
  width: calc(100% - 400px - 40px);
}
.cart-top-flex-right {
  width: 400px;
}
.cart-top-shipping-text {
  font-size: 16px;
}
.cart-top-shipping-text-date {
  font-weight: bold;
}
.cart-top-shipping-precautions {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .cart-top-flex {
      display: block;
      margin-top: 50px;
      padding: 0 10px;
  }
  .wrap-block + .cart-top-flex {
    margin-top: 15px;
  }
  .cart-top-flex-left {
      width: 100%;
      margin-bottom: 20px;
  }
  .cart-top-flex-right {
      width: 100%;
  }
  .cart-top-shipping-text {
      font-size: 13px;
  }
}
/* end 商品詳細 カート */

/* 商品詳細 / footer_fixed_cart */
.footer_cart_fixed #page-top {
  bottom: 135px;
}

.footer_fixed_cart {
  display: none;
  width: 100%;
  padding: 0 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.footer_fixed_cart_inr {
  max-width: 1240px;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer_fixed_cart_name {
  font-size: 18px;
  position: absolute;
  top: 25px;
  left: 0;
}

.footer_fixed_cart_revico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer_fixed_cart_revico .revico-star-block--title {
  font-size: 40px;
  font-weight: bold;
}

.footer_fixed_cart_revico .revico-star-block--total {
  margin-top: 10px;
  color: #fff;
}

.footer_fixed_cart_revico .revico-read-more-review {
  display: none;
}

.footer_fixed_cart_price {
  position: absolute;
  top: 50%;
  right: 190px;
  transform: translateY(-50%);
}

.footer_fixed_cart_price__span {
  font-size: 14px;
  text-align: right;
}

.footer_fixed_cart_price__span_num {
  font-size: 24px;
}

.footer_fixed_cart_btn {
  width: 160px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer_fixed_cart_btn_link {
  display: block;
  width: 100%;
  padding: 6px 15px 8px;
  border-radius: 100px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #f17070;
}

@media screen and (max-width: 1000px) {
  .footer_fixed_cart_name {
      font-size: 14px;
  }

  .footer_fixed_cart_price {
      right: 300px;
  }
}

@media screen and (max-width: 767px) {
  .footer_cart_fixed #page-top {
      bottom: 90px;
  }

  .footer_fixed_cart {
      padding: 10px;
  }

  .footer_fixed_cart_inr {
      display: flex;
      align-items: center;
      gap: 10px;
      max-width: 100%;
      height: auto;
  }

  .footer_fixed_cart_name,
  .footer_fixed_cart_revico {
      display: none;
  }

  .footer_fixed_cart_price {
      width: 60%;
      position: static;
      transform: translateY(0);
  }

  .footer_fixed_cart_price__span {
      display: block;
      white-space: nowrap;
  }

  .footer_fixed_cart_price__span_num {
      font-size: 20px;
  }

  .footer_fixed_cart_btn {
      width: calc(40% - 10px);
      position: static;
      transform: translateY(0);
  }

  .footer_fixed_cart_btn_link {
      padding: 10px;
      font-size: 12px;
  }

  .footer_fixed_cart_btn_link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 320px) {
  .footer_fixed_cart_price__span {
      font-size: 12px;
  }

  .footer_fixed_cart_price__span_num {
      font-size: 16px;
  }

  .footer_fixed_cart_btn_link {
      padding: 8px;
      font-size: 10px;
  }
}

/* 商品詳細 / product_detail_tab */
.product_detail_tab {
  display: flex;
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.product_detail_tab_item {
  width: 100%;
}

.product_detail_tab_item+.product_detail_tab_item {
  border-left: 1px solid #fff;
}

.product_detail_tab_item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 7px 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #04256d;
  position: relative;
}

.product_detail_tab_item_link:link,
.product_detail_tab_item_link:visited {
  color: #fff;
}

.product_detail_tab_item_link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .product_detail_tab {
      width: auto;
      margin-right: -15px;
      margin-left: -15px;
  }

  .product_detail_tab.fixed {
      margin-right: auto;
      margin-left: auto;
  }

  .product_detail_tab_item_link {
      padding: 10px;
      font-size: 10px;
  }

  .product_detail_tab_item_link::after {
      width: 6px;
      height: 6px;
      right: 7px;
  }
}

/* 商品詳細 / productDetailSizeChart */
.productDetailSizeChart {
  margin: 75px 0;
}

.productDetailSizeChart__img_wrap {
  text-align: center;
}

.productDetailSizeChart__no_image {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .productDetailSizeChart {
      margin: 40px 0;
  }
}

/* CATEGORY */
.s_category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.s_category_list_item {
  width: calc((100% - 60px) / 4);
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.s_category_list_item:nth-child(n+5) {
  margin-top: -1px;
}

.s_category_list_item_link {
  display: block;
  padding: 17px 17px 17px 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #333;
  position: relative;
}

.s_category_list_item_link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #s_category {
    margin-bottom: 40px;
  }

  .s_category_list {
    gap: 0 15px;
  }

  .s_category_list_item {
    width: calc((100% - 15px) / 2);
  }

  .s_category_list_item:nth-child(n+3) {
    margin-top: -1px;
  }

  .s_category_list_item_link {
    padding: 12px 12px 12px 0;
    font-size: 12px;
    line-height: 14px;
  }

  .s_category_list_item_link::after {
    width: 8px;
    height: 8px;
  }
}