@charset "UTF-8";
/* ==========================================================================

	common style
	
========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  overflow: hidden;
  background: #fff; }

main {
  margin-top: 72px !important;
  position: relative; }

@media screen and (max-width: 767px) {
  main {
    margin-top: 55px !important; } }
input:-internal-autofill-selected {
  background-color: #fbfbfd !important; }

a:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all  1s; }

/* fr2 一時的に隠す画像
.fr2-listItem__image{
	display: none;
} */
/* ==========================================================================

	ICON
	
========================================================================== */
.icon_search {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("https://vanstore.itembox.design/item/search.svg?t=20190823111746") no-repeat;
  background-size: contain; }

.icon_mypage {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("https://vanstore.itembox.design/item/person.svg?t=20190823111746") no-repeat;
  background-size: contain; }

.icon_fav {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("https://vanstore.itembox.design/item/favorite.svg?t=20190823111746") no-repeat;
  background-size: contain; }

.icon_bag {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("https://vanstore.itembox.design/item/bag.svg?t=20190823111746") no-repeat;
  background-size: contain; }

/* ==========================================================================

	BTN
	
========================================================================== */
.fs-c-button--primary {
  box-shadow: 0 0 0px #b2b2b2 !important; }

.fs-c-button--standard {
  border: 0px solid #bbbbbb !important;
  box-shadow: 0 0 0px #b2b2b2 !important; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: 0px solid #FF9800;
  background-color: #ffffff; }

input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* ==========================================================================

	HEADER 
	
========================================================================== */
header {
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 11px 30px;
  z-index: 1000;
  top: 0;
  left: 0; }
  header .shop_logo {
    width: 61px;
	min-width: 61px;
    margin: 0 18px 0 0; }
@media screen and (max-width: 900px) {
	header .shop_logo {
		width: 40px;
		min-width: 40px;
		margin: 0 18px 0 0; 
	}
}

.shop_menu {
  width: calc(50% - 73px);
  min-width: 630px; }
@media screen and (max-width: 900px) {
	.shop_menu {
	  width: calc(50% - 73px);
	  min-width: 500px;
	}
}

  .shop_menu .shop_menu_list .shop_menu_list_li {
    padding: 0;
    margin: 0 13px;
    transition: all .5s;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    height: 50px;
    line-height: 53px;
    font-size: 1.1em;
    position: relative; }
@media screen and (max-width: 900px) {
	.shop_menu .shop_menu_list .shop_menu_list_li {
		padding: 0;
		margin: 0 13px;
		transition: all .5s;
		font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
		height: 50px;
		line-height: 53px;
		font-size: 12px;
		position: relative; 
	}
	
}

    @media screen and (min-width: 768px) {
      .shop_menu .shop_menu_list .shop_menu_list_li:after {
        position: absolute;
        bottom: 15px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .shop_menu .shop_menu_list .shop_menu_list_li:hover::after {
        transform: scale(1, 1); } }

.header_info {
  width: 50%;
  vertical-align: middle; }
  .header_info li {
    padding: 0;
    transition: all .5s;
    height: 50px;
    line-height: 51px;
    position: relative;
    width: auto; }
  .header_info .search_pc .header_icon {
    width: 17px;
    height: 19px; }
  .header_info .login {
    width: 20px;
    height: 50px;
    line-height: 53px;
    padding: 18px 0 0;
    margin: 0 14px; }
    .header_info .login .header_icon {
      width: 16px;
      height: 20px; }
  .header_info .favorite {
    width: 20px;
    height: 50px;
    line-height: 53px;
    padding: 19px 0 0;
    margin: 0 13px; }
    .header_info .favorite .header_icon {
      width: 17px;
      height: 19px; }
  .header_info .cart {
    width: 20px;
    height: 50px;
    line-height: 53px;
    padding: 15px 0 0;
    margin: 0 0 0 13px;
    position: relative; }
    .header_info .cart .header_icon {
      width: 16px;
      height: 22px; }
    .header_info .cart .cart-number {
      /* 赤丸 */
      background: #77161b;
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 15px;
      border-radius: 9px;
      position: absolute;
      top: 11px;
      right: -6px;
      padding: 0 0 1px 0;
      color: #fff;
      font-size: 10px;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

.search_pc {
  width: 30px;
  height: 47px;
  margin: 0px auto 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease; }
  .search_pc.open {
    width: 300px;
    border-bottom: 1px solid #000; }

.search-box {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #040000;
  padding: 20px 100px 20px 25px;
  font-size: 12px; }
  .search-box:focus {
    outline: none; }

.search-button {
  width: 30px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px;
  cursor: pointer; }

.search-icon {
  width: 30px;
  height: 19px;
  padding: 18px 0 0 0;
  display: block;
  position: relative;
  transition: all 0.5s ease; }

.search_pc .search_button {
  display: none; }

.search_pc.open .search_button {
  display: block;
  position: absolute;
  width: 100%; }

.sub-menu {
  cursor: pointer;
  transition: all 1.0s ease-out; }

/*
.shop_menu .sub-menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #033560;
    border-right: 1px solid #033560;
    transition: all 1.0s ease-out;
    transform: rotate(135deg);
} 
.shop_menu .sub-menu.is-active > a:after {
    transform: rotate(-45deg);
}*/
.shop_menu .sub-menu-nav {
  position: fixed;
  background: white;
  top: 50px;
  left: 0;
  padding: 35px 30px 50px;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  border-bottom: 2px solid #000; }

@media screen and (min-width: 768px) {
  .shop_menu .sub-menu-nav {
    -webkit-transition: 0.5s linear 0s;
    -moz-transition: 0.5s linear 0s;
    transition: 0.5s linear 0s; } }
.shop_menu .is-active .sub-menu-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

.sub-menu-title {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 89px;
  top: 33px;
  font-size: 1rem;
  transform: rotate(180deg); }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.sub-menu-nav-inner {
  padding: 0 0 0 114px; }

.sub-menu-nav-pickup {
  font-size: 1.8em;
  letter-spacing: 2px;
  width: 151px;
  margin: 0 20px 0 0; }
  .sub-menu-nav-pickup li {
    position: relative;
    line-height: 1;
    height: auto;
    padding: 0px 0 14px 0;
    /*
    &:before{
    	content: '';
    	display: block;
    	width: 10px;
    	height: 0px;
    	margin: 10px 0;
    	background: $maincolor;	
    } */ }
    @media screen and (min-width: 768px) {
      .sub-menu-nav-pickup li:after {
        position: absolute;
        bottom: 13px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .sub-menu-nav-pickup li:hover::after {
        transform: scale(1, 1); } }
  .sub-menu-nav-pickup li.special a {
    color: #be1f30; }
  .sub-menu-nav-pickup li.special:after {
    background: #be1f30; }

.sub-menu-nav-tops {
  font-size: 1.1em;
  width: 151px;
  margin: 3px 20px 0 0; }
  .sub-menu-nav-tops li {
    position: relative;
    line-height: 1;
    height: auto;
    padding: 0 0 14px 0; }
    @media screen and (min-width: 768px) {
      .sub-menu-nav-tops li:after {
        position: absolute;
        bottom: 11px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .sub-menu-nav-tops li:hover::after {
        transform: scale(1, 1); } }

.sub-menu-nav-other {
  font-size: 1.1em;
  width: 158px;
  margin: 3px 20px 0 0; }
  .sub-menu-nav-other li {
    position: relative;
    line-height: 1;
    height: auto;
    padding: 0 0 14px 0; }
    @media screen and (min-width: 768px) {
      .sub-menu-nav-other li:after {
        position: absolute;
        bottom: 11px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .sub-menu-nav-other li:hover::after {
        transform: scale(1, 1); } }

#nav-btn {
  display: none;
  outline: none; }

.campaign-bar {
  display: block;
  height: 56px;
  width: 100%; }

@media screen and (max-width: 767px) {
  .campaign-bar {
    display: block;
    height: 56px;
    width: 100%; }

  header {
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 0 12px;
    z-index: 11110;
    height: 55px;
    top: 0;
    left: 0; }
    header .shop_logo {
      width: 36px;
      margin: 16px auto 0; }

  .shop_menu .shop_menu_list {
    display: block;
    width: 100%;
    line-height: 70px;
    background: none;
    color: #000;
    text-align: left;
    padding: 20px 30px 0;
    border-top: 2px solid #000; }
    .shop_menu .shop_menu_list .shop_menu_list_li {
      padding: 0;
      margin: 0;
      transition: all .5s;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      height: auto;
      line-height: 53px;
      font-size: 1.1em;
      position: relative; }

  .sp_page_title {
    width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    font-family: europa, sans-serif;
    font-size: 1.4rem;
    margin: 0;
    font-weight: bold;
    position: relative; }

  .header_info {
    height: 60px;
    width: 100%;
    vertical-align: middle;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 10000;
    background: #fff;
    border-top: 1px solid #d8d8d8; }
    .header_info li {
      padding: 0;
      transition: all .5s;
      height: 60px;
      line-height: 60px;
      position: relative;
      width: calc(100% / 5);
      z-index: 111112; }
    .header_info .search_pc {
      display: none; }
    .header_info .search_sp {
      width: 100%;
      margin: 0;
      height: 60px; }
      .header_info .search_sp .header_icon {
        width: 16px;
        height: 19px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .header_info .login {
      width: calc(100% / 5);
      margin: 0;
      height: 60px;
      padding: 0; }
      .header_info .login .header_icon {
        width: 17px;
        height: 18px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .header_info .favorite {
      width: calc(100% / 5);
      margin: 0;
      height: 60px;
      padding: 0; }
      .header_info .favorite .header_icon {
        width: 17px;
        height: 17px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .header_info .cart {
      width: calc(100% / 5);
      height: 60px;
      margin: 0;
      padding: 0;
      position: relative; }
      .header_info .cart .header_icon {
        width: 15px;
        height: 22px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .header_info .cart .cart-number {
        /* 赤丸 */
        background: #77161b;
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
        border-radius: 9px;
        position: absolute;
        top: 15px;
        right: 23px;
        color: #fff;
        font-size: 10px;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .header_info .sp_category {
      width: calc(100% / 5);
      position: relative;
      margin: 0;
      z-index: 1; }

  .search_sp_btn {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 60px; }

  .sp_search_area {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    overflow: auto;
    background-color: white;
    z-index: 111113;
    top: 55px;
    left: 0; }
    .sp_search_area .sp_search_icon {
      width: 16px;
      height: 19px;
      top: 12px;
      right: 11px; }

  .sp_search_area .sp_search_close {
    margin: 0 auto;
    bottom: 10px;
    height: 70px;
    width: 100%;
    position: relative; }

  .sp_search_close::before,
  .sp_search_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #333;
    content: ''; }

  .sp_search_close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

  .sp_search_close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

  .sp_search_area form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 40px;
    background: #fff;
    border-bottom: 2px solid #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .sp_search_area form button {
    width: 40px;
    text-align: center; }
    .sp_search_area form button:focus {
      outline: none; }

  .sp_search_area form button .icon_font {
    color: #ddd;
    font-size: 18px;
    vertical-align: middle; }

  .search-box {
    width: calc(100% - 40px);
    margin: 0 auto;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #040000;
    padding: 0 5px !important;
    font-size: 1.2rem;
    letter-spacing: 1px; }
    .search-box:focus {
      outline: none; }

  .search-button {
    width: 30px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px;
    cursor: pointer; }

  .search-icon {
    padding: 0;
    position: relative;
    height: 60px;
    width: 100%; }

  /*
  .fs-p-searchForm__button::before {
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	content: "\e932";
  	display: block;
  	font-size: 2.2rem;
  	line-height: 1.2;
  	position: absolute;
  	text-indent: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  }
  */
  .sp_search_area form {
    position: absolute;
    top: 47%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    height: 40px;
    border-bottom: 2px solid #000;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .sp_search_area form button {
    width: 40px;
    text-align: center; }

  .sp_search_area form button .icon_font {
    color: #ddd;
    font-size: 18px;
    vertical-align: middle; }

  .sp_search_area input {
    border: 0px solid #ddd;
    vertical-align: middle;
    line-height: 1.4;
    min-height: 1.2em; }

  #nav-btn {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 23px;
    right: 35px;
    background: transparent;
    border: none; }

  .hamburger {
    position: relative;
    display: block;
    width: 20px;
    height: 14px; }
    .hamburger .bdr {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 4px;
      background: #000;
      transition: all .5s; }
      .hamburger .bdr:nth-child(1) {
        top: 0; }
      .hamburger .bdr:nth-child(2) {
        top: 6px; }
      .hamburger .bdr:nth-child(3) {
        bottom: 0; }
    .hamburger.is-active .bdr {
      background: #000; }
      .hamburger.is-active .bdr:nth-child(1) {
        transform: translateY(7px) rotate(-45deg); }
      .hamburger.is-active .bdr:nth-child(2) {
        opacity: 0; }
      .hamburger.is-active .bdr:nth-child(3) {
        transform: translateY(-5px) rotate(45deg); }

  .shop_menu {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 200px;
    text-align: left;
    font-size: 13px;
    background: #fff;
    z-index: 1;
    transform: translateY(100%);
    transition: .4s all;
    overflow: scroll;
    min-width: 10px; }

  .nav-open .shop_menu {
    transform: translateY(0); }

  .sub-menu {
    cursor: pointer;
    transition: all 1.0s ease-out; }

  .shop_menu .sub-menu-nav {
    position: relative;
    background: white;
    top: 0px;
    left: 0;
    padding: 0 0 15px 0;
    margin: 0;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
    width: 100%;
    display: none; }

  .sub-menu-nav-inner {
    padding: 0 0 0 30px; }

  .sub-menu-title {
    left: -22px;
    top: 8px;
    height: 127px;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 200ms, transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 240ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .sub-menu-nav-pickup {
    font-size: 1em;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    border-top: 0px solid #ccc; }
    .sub-menu-nav-pickup li {
      position: relative;
      line-height: 1;
      height: auto;
      border-bottom: 0px solid #ccc;
      padding: 0px 0px; }
      .sub-menu-nav-pickup li a {
        width: 100%;
        padding: 10px 0;
        display: block; }
    .sub-menu-nav-pickup li.special a {
      color: #be1f30; }
    .sub-menu-nav-pickup li.special:after {
      background: #be1f30; }

  .sub-menu-nav-tops {
    font-size: 1em;
    width: 100%;
    margin: 0; }
    .sub-menu-nav-tops li {
      position: relative;
      line-height: 1;
      height: auto;
      border-bottom: 0px solid #ccc;
      padding: 10px 0px; }

  .sub-menu-nav-other {
    font-size: 1em;
    width: 100%;
    margin: 0; }
    .sub-menu-nav-other li {
      position: relative;
      line-height: 1;
      height: auto;
      border-bottom: 0px solid #ccc;
      padding: 10px 0px; }

  .shop_menu_list .sub-menu .sub-menu-toggle {
    text-decoration: none;
    position: relative;
    display: block;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear; }

  .shop_menu_list .sub-menu .sub-menu-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 11px;
    height: 6px;
    background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190828104723");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s; }

  .shop_menu_list .sub-menu.active .sub-menu-toggle:after {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
/* ==========================================================================

	FOOTER
	
========================================================================== */
footer {
  width: 100%;
  padding: 136px 30px 90px;
  background: #fff;
  position: relative;
  border-top: 33px solid #e21613; }

@media screen and (min-width: 767px) and (max-width: 1070px) {
  footer {
    width: 100%;
    padding: 136px 80px 90px;
    background: #fff;
    position: relative;
    border-top: 33px solid #e21613; } }
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    background: #262626;
    width: 60px;
    height: 60px;} 
#pagetop:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 46%;
    left: 44%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
  #pagetop .pagetop_txt {
    font-size: 1rem;
    font-family: din-condensed, sans-serif;
    position: absolute;
    bottom: 5px;
    text-align: center;
    margin: 0 0 0 23.5px;
	color: #fff;
}

.footer_txt {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  width: 13px;
  height: auto;
  left: 30px;
  top: 136px;
  text-align: center;
  font-family: din-condensed, sans-serif;
  transform: rotate(-180deg); }

.footer_txt_right {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  width: 13px;
  height: auto;
  right: 30px;
  top: 136px;
  text-align: center;
  font-family: din-condensed, sans-serif;
  background: #000;
  color: #fff;
  padding: 5px 0; }

.footer_list {
  width: 100%;
  max-width: 924px;
  margin: 0 auto 81px;
  padding: 0 0px; }
  .footer_list .footer_list_colum {
    font-size: 0.9em; }
    .footer_list .footer_list_colum .footer_list_colum_title {
      font-size: 1.3em;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      padding: 0 0 16px 0; }
    .footer_list .footer_list_colum .footer_list_colum_sub {
      font-size: 0.5em;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      padding: 0 0 2px;
      color: #B5B5B5; }
  .footer_list .footer_list_item {
    width: 50%;
    margin: 0; }
    .footer_list .footer_list_item .innerlist {
      width: calc(100% / 2.5); }
      .footer_list .footer_list_item .innerlist li {
        padding: 7px 0;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 0.8rem;
        position: relative; }
        @media screen and (min-width: 768px) {
          .footer_list .footer_list_item .innerlist li:after {
            position: absolute;
            bottom: 5px;
            left: 0;
            content: '';
            width: 80%;
            height: 2px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .footer_list .footer_list_item .innerlist li:hover::after {
            transform: scale(1, 1); } }
  .footer_list .footer_list_category {
    flex: 1; }
  .footer_list .footer_list_mypage {
    flex: 1; }
    .footer_list .footer_list_mypage .innerlist {
      width: 100%; }
      .footer_list .footer_list_mypage .innerlist li {
        padding: 7px 0;
        font-size: 0.8rem;
        position: relative; }
        @media screen and (min-width: 768px) {
          .footer_list .footer_list_mypage .innerlist li:after {
            position: absolute;
            bottom: 5px;
            left: 0;
            content: '';
            width: 80%;
            height: 2px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .footer_list .footer_list_mypage .innerlist li:hover::after {
            transform: scale(1, 1); } }
  .footer_list .footer_list_help {
    flex: 1; }
    .footer_list .footer_list_help .innerlist {
      width: 100%; }
      .footer_list .footer_list_help .innerlist li {
        padding: 7px 0;
        font-size: 1rem;
        position: relative; }
        @media screen and (min-width: 768px) {
          .footer_list .footer_list_help .innerlist li:after {
            position: absolute;
            bottom: 5px;
            left: 0;
            content: '';
            width: 80%;
            height: 2px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .footer_list .footer_list_help .innerlist li:hover::after {
            transform: scale(1, 1); } }

footer .social {
  width: 167px;
  margin: 0 auto; }
  footer .social li {
    width: calc(100% / 4);
    margin: 0 8px; }
    footer .social li img {
      height: 16px; }

footer .copy {
  text-align: center;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1rem;
  margin: 10px 0 0;
  letter-spacing: 1px; }

.footer-search {
  width: 100%;
  max-width: 924px;
  margin: 50px 0 0;
  min-width: 335px; }
  .footer-search .footer_search_label {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.1rem;
    margin: 0 10px 0 0; }
  .footer-search .footer_search_input {
    border: 1px solid #cccccc !important;
    padding: 0.5em 1em 0.5em;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.1rem;
    min-width: 100px;
    max-width: 180px;
    border-radius: 1px; }
  .footer-search .footer_search_btn {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.3em 0.6em;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    margin: 0 0 0 6px;
    border-radius: 1px; }


@media screen and (max-width: 900px) {
	.footer_list .footer_list_item {
		width: 45%;
		margin: 0;
	}
	.footer_list .footer_list_item .innerlist {
		width: 50%; 
	}
	.footer_list .footer_list_colum .footer_list_colum_title {
      font-size: 12px;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      padding: 0 0 16px 0; 
	}
	footer .social {
		width: 127px;
		margin: 0 auto; 
	}
	
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 56px 30px 6%;
    background: #fff;
    border-top: 13px solid #e21613;
    margin: 0 auto 60px; }

  .footer_list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 46px;
    padding: 0 0px; }
    .footer_list .footer_list_item {
      display: block;
      width: 100%;
      margin: 0 0 20px; }

  .footer_list_category {
    display: none; }

  .footer_list_mypage {
    margin: 0 0 30px; }

  footer .copy {
    text-align: center;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin: 6px 0 0; }

  .footer_txt {
    display: none; }

  .footer_txt_right {
    position: absolute;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
    width: 14px;
    height: auto;
    right: 15px;
    top: 0px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    background: #000;
    color: #fff;
    padding: 5px 0; }

  footer .social {
    width: 105px;
    margin: 0 auto; }
    footer .social li {
      width: calc(100% / 4);
      margin: 0 5px; }
      footer .social li img {
        height: 15px; }

  .footer_list .footer_list_mypage .innerlist li {
    font-size: 1rem; }

  .footer-search {
    width: 100%;
    max-width: 924px;
    margin: 0px 0 0;
    min-width: 10px; }
    .footer-search .footer_search_label {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.1rem;
      margin: 0 0 5px 0;
      width: 100%; }
    .footer-search .footer_search_input {
      border: 1px solid #cccccc !important;
      padding: 0.5em 1em 0.5em;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.1rem;
      min-width: 100px;
      max-width: 75%;
      border-radius: 1px; }
    .footer-search .footer_search_btn {
      background: #000000;
      border: 1px solid #000000;
      border-radius: 0px;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.1rem;
      line-height: 1;
      text-decoration: none;
      text-align: center;
      padding: 0.8em 1.3em 0.6em;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      margin: 0 0 0 6px;
      border-radius: 1px; } 
	
	#pagetop {
    	position: relative;
		right: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 998;
	}
	#pagetop:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 46%;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
  #pagetop .pagetop_txt {
	font-size: 1rem;
	font-family: din-condensed, sans-serif;
	position: absolute;
	bottom: 8px;
	text-align: center;
	width: 100%;
	  margin: 0;
}

}
/* ==========================================================================

	MAIN - COMMON - 共通項目
	
========================================================================== */
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.6;
    transition: all 0.4s; } }
.inner_pa {
  padding: 0 15px; }

.list-2 {
  width: 100%; }
  .list-2 li {
    width: calc(100% / 2);
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative; }

.list-2-1 {
  width: 100%; }
  .list-2-1 li {
    width: calc(100% / 2);
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative; }

.list-3-1 {
  width: 100%; }
  .list-3-1 li {
    width: calc(100% / 3);
    padding: 0 7.5px;
    margin: 0 0 30px;
    position: relative; }

.list-3-2 {
  width: 100%; }
  .list-3-2 li {
    width: calc(100% / 3);
    padding: 0 7.5px;
    margin: 0 0 30px;
    position: relative; }

.list-4-2 {
  width: 100%; }
  .list-4-2 li {
    width: calc(100% / 4);
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative; }

.list-5-2 {
  width: 100%; }
  .list-5-2 li {
    width: calc(100% / 5);
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative; }

.list-6-2 {
  width: 100%; }
  .list-6-2 li {
    width: calc(100% / 6);
    padding: 0 7.5px;
    margin: 0 0 30px;
    position: relative; }

.list-6-3 {
  width: 100%; }
  .list-6-3 li {
    width: calc(100% / 6);
    padding: 0 7.5px;
    margin: 0 0 30px;
    position: relative; }

@media screen and (max-width: 767px) {
  .list-2 {
    width: 100%; }
    .list-2 li {
      width: calc(100% / 2);
      padding: 0 15px;
      margin: 0 0 15px;
      position: relative; }

  .list-2-1 {
    width: 100%; }
    .list-2-1 li {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 15px;
      position: relative; }

  .list-3-1 {
    width: 100%; }
    .list-3-1 li {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 15px;
      position: relative; }

  .list-3-2 {
    width: 100%; }
    .list-3-2 li {
      width: calc(100% / 2);
      padding: 0 5px;
      margin: 0 0 15px;
      position: relative; }

  .list-4-2 {
    width: 100%; }
    .list-4-2 li {
      width: calc(100% / 2);
      padding: 0 5px;
      margin: 0 0 15px;
      position: relative; }

  .list-5-2 {
    width: 100%; }
    .list-5-2 li {
      width: calc(100% / 2);
      padding: 0 15px;
      margin: 0 0 15px;
      position: relative; }

  .list-6-2 {
    width: 100%; }
    .list-6-2 li {
      width: calc(100% / 2);
      padding: 0 5px;
      margin: 0 0 15px;
      position: relative; }

  .list-6-3 {
    width: 100%; }
    .list-6-3 li {
      width: calc(100% / 3);
      padding: 0 5px;
      margin: 0 0 15px;
      position: relative; } }
/* 4分割　隙間なし */
.fr2-productList--col4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.fr2-productList--col4 li {
  position: relative; }

.fr2-productList--col4 > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col4 > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col4 > *:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col4 > *:nth-child(4) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1; }

/* 4分割　隙間なし */
.fr2-productList--col3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr; }

.fr2-productList--col3 li {
  position: relative; }

.fr2-productList--col3 > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col3 > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col3 > *:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1; }

/* 5分割　隙間なし */
.fr2-productList--col5 {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

.fr2-productList--col5 li {
  position: relative; }

.fr2-productList--col5 > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col5 > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col5 > *:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col5 > *:nth-child(4) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col5 > *:nth-child(5) {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1; }

/* 6分割　隙間なし */
.fr2-productList--col6 {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

.fr2-productList--col6 li {
  position: relative; }

.fr2-productList--col6 > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col6 > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col6 > *:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col6 > *:nth-child(4) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col6 > *:nth-child(5) {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1; }

.fr2-productList--col6 > *:nth-child(6) {
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  grid-row: 1; }

@media screen and (max-width: 767px) {
  /* 4分割　隙間なし  SP 2分割 */
  .fr2-productList--col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px; }

  .fr2-productList--col4 li {
    position: relative; }

  .fr2-productList--col4 > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col4 > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col4 > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }

  .fr2-productList--col4 > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2; }

  /* 4分割　隙間なし */
  .fr2-productList--col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }

  .fr2-productList--col3 li {
    position: relative; }

  .fr2-productList--col3 > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col3 > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col3 > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  /* 5分割　隙間なし */
  .fr2-productList--col5 {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }

  .fr2-productList--col5 li {
    position: relative; }

  .fr2-productList--col5 > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col5 > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col5 > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col5 > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col5 > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  /* 6分割　隙間なし */
  .fr2-productList--col6 {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }

  .fr2-productList--col6 li {
    position: relative; }

  .fr2-productList--col6 > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col6 > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col6 > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col6 > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col6 > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }

  .fr2-productList--col6 > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; } }
.top_contents_title {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #231815; }

.top_contents_subtitle {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.9px;
  position: relative;
  margin: 0 0 13px; }
  .top_contents_subtitle:before {
    content: "";
    width: 1px;
    height: 8px;
    background: #000;
    position: absolute;
    left: -20px;
    left: 50%;
    margin-left: -2px;
    bottom: -80%; }

.top_contents_title_u {
  margin: 0 auto;
  text-align: center;
  margin: 0 0 43px;
  position: relative; }
  .top_contents_title_u span {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
    border-bottom: 2px solid #231815; }
  .top_contents_title_u:before {
    content: "";
    width: 1px;
    height: 8px;
    background: #000;
    position: absolute;
    left: -20px;
    left: 50%;
    margin-left: -2px;
    bottom: -80%; }

@media screen and (min-width: 1800px) {
  .top_contents_title_u {
    margin: 0 auto;
    text-align: center;
    margin: 0 0 83px;
    position: relative; } }
.product_recommend_title {
  margin: 0 auto;
  margin: 0 0 23px;
  position: relative; }
  .product_recommend_title span {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 2px;
    display: inline-block;
    background: #000;
    padding: 10px 15px 6px 110px;
    color: #fff;
    border-bottom: 2px solid #231815; }

@media screen and (max-width: 767px) {
  .top_contents_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 2.2rem;
    text-align: center;
    color: #231815; }

  .top_contents_subtitle {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.9px;
    position: relative;
    margin: 0 0 13px; }
    .top_contents_subtitle:before {
      content: "";
      width: 1px;
      height: 8px;
      background: #000;
      position: absolute;
      left: -20px;
      left: 50%;
      margin-left: -2px;
      bottom: -80%; }

  .top_contents_title_u {
    margin: 0 auto;
    text-align: center;
    margin: 0 0 23px;
    position: relative; }
    .top_contents_title_u span {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.3rem;
      text-align: center;
      letter-spacing: 2px;
      display: inline-block;
      border-bottom: 2px solid #231815; }
    .top_contents_title_u:before {
      content: "";
      width: 1px;
      height: 8px;
      background: #000;
      position: absolute;
      left: -20px;
      left: 50%;
      margin-left: -2px;
      bottom: -80%; }

  .product_recommend_title {
    margin: 0 auto;
    margin: 0 0 23px;
    position: relative; }
    .product_recommend_title span {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1rem;
      text-align: left;
      letter-spacing: 2px;
      display: inline-block;
      background: #000;
      padding: 10px 15px 6px 20px;
      color: #fff;
      width: 100%;
      border-bottom: 2px solid #231815; } }
/* 赤いリンクボックス */
.common_link_box {
  position: relative;
  background: #e21613;
  color: #fff;
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 235px;
  padding: 18px 30px;
  margin: 30px auto; }
  .common_link_box:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 80%;
    top: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

@media screen and (min-width: 768px) {
  .common_link_box:hover:before {
    width: 65px; } }
@media screen and (max-width: 767px) {
  .common_link_box {
    position: relative;
    background: #e21613;
    color: #fff;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
    padding: 18px 30px;
    margin: 20px auto 0; }
    .common_link_box:before {
      content: "";
      width: 15px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 80%;
      top: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
/* 黒線のみ　リンクボックス */
.common_link_box_simple {
  position: relative;
  color: #231815;
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100px;
  margin: 30px 0 0; }
  .common_link_box_simple:before {
    content: "";
    width: 12px;
    height: 2px;
    background: #231815;
    position: absolute;
    left: 80%;
    top: 49%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

@media screen and (min-width: 768px) {
  .common_link_box_simple:hover:before {
    width: 36px; } }
.fs-c-button--confirmRegister {
  position: relative;
  background: #e21613;
  color: #fff;
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 235px;
  padding: 18px 30px;
  margin: 30px auto; }
  .fs-c-button--confirmRegister .fs-c-button__label {
    color: #fff; }
  .fs-c-button--confirmRegister:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 80%;
    top: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

@media screen and (max-width: 767px) {
  .fs-c-button--confirmRegister {
    position: relative;
    background: #e21613;
    color: #fff;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    padding: 18px 30px;
    margin: 30px auto 0; }
    .fs-c-button--confirmRegister .fs-c-button__label {
      color: #fff; }
    .fs-c-button--confirmRegister:before {
      content: "";
      width: 15px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 80%;
      top: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
/* ==========================================================================

	TOP SLIDER - TOP
	
========================================================================== */
.top_slider {
  position: relative;
  background: #fbfbfd; }

.top_slider_nav {
  margin: 20px auto;
  max-width: 1100px; }

@media screen and (min-width: 1100px) {
  .top_slider li {
	margin: 0px auto;
	max-width: 1100px;
   }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .top_slider li {
		margin: 0px auto;
		max-width: 750px;
   }
   .top_slider_nav {
		margin: 20px auto;
		max-width: 750px;
   }
}

/* ==========================================================================

	INFORMATION - TOP
	
========================================================================== */
#information {
  position: relative;
  background: #fbfbfd; }

.top_information {
  position: relative;
  padding: 77px 96px 60px;
  margin: 0 auto; }
  .top_information .information_list {
    position: relative;
    margin: 50px auto 0; }

.logo_van_circle {
  width: 54px;
  margin: 0 auto 8px; }

.information_list {
  position: relative; }

.info_img {
  width: 100%;
  position: relative; }
  .info_img:after {
    content: "";
    width: 15px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.info_txtbox {
  margin: 20px auto 0;
  padding: 0 0px; }
  .info_txtbox .info_date {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px; }
  .info_txtbox .info_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-left: 30px;
    position: relative; }
    .info_txtbox .info_category:before {
      content: "";
      width: 8px;
      height: 1px;
      background: #000;
      position: absolute;
      left: -20px;
      top: 8px;
      bottom: 0; }
  .info_txtbox .info_title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 10px 0 12px; }
  .info_txtbox .info_txt {
    font-size: 1.2rem;
    position: relative; }

.info_more {
  position: relative;
  color: #000;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0px;
  margin: 15px 0 0 calc(100% - 120px);
  width: 120px; }
  .info_more:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 80%;
    top: 17.5px;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

@media screen and (min-width: 768px) {
  .information_list li:hover .info_img img {
    opacity: 0.6;
    transition: all 0.5s; }

  .information_list li:hover .info_more:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 80%;
    top: 17.5px;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

  .information_list li:hover .info_img:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; } }
@media screen and (max-width: 767px) {
  #information {
    position: relative;
    background: #fbfbfd; }

  .top_information {
    position: relative;
    padding: 30px 0px 0px;
    margin: 0 auto; }
    .top_information .information_list {
      position: relative;
      margin: 30px auto 0; }

  .logo_van_circle {
    width: 34px;
    margin: 0 auto 8px; }

  .information_list {
    position: relative; }

  .info_img {
    width: 100%;
    position: relative; }
    .info_img:after {
      content: "";
      width: 15px;
      height: 5px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: -5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

  .info_txtbox {
    margin: 20px auto 0;
    padding: 0px; }
    .info_txtbox .info_date {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.1rem;
      letter-spacing: 1px; }
    .info_txtbox .info_category {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.3rem;
      letter-spacing: 1px;
      margin-left: 30px;
      position: relative; }
      .info_txtbox .info_category:before {
        content: "";
        width: 8px;
        height: 1px;
        background: #000;
        position: absolute;
        left: -20px;
        top: 8px;
        bottom: 0; }
    .info_txtbox .info_title {
      font-weight: 700;
      font-size: 1.4rem;
      letter-spacing: 0.9px;
      margin: 10px 0 6px; }
    .info_txtbox .info_txt {
      font-size: 1.2rem;
      position: relative; }

  .info_more {
    position: relative;
    color: #000;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 30%;
    padding: 10px 0px;
    margin: 0px 0 0 70%; }
    .info_more:before {
      content: "";
      width: 15px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 80%;
      top: 17.5px;
      bottom: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
/* ==========================================================================

	PICK UP - TOP
	
========================================================================== */
#pickup {
  background: #fff;
  position: relative;
  margin: 0px auto 0; }

.pickup_01_wide {
  width: 100%;
  position: relative; }
  .pickup_01_wide .title_box {
    position: absolute;
    left: 133px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #e21613;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5; }
    .pickup_01_wide .title_box:before {
      content: "";
      width: 4px;
      height: 90%;
      background: #e21613;
      position: absolute;
      left: -20px;
      top: 5%; }
    .pickup_01_wide .title_box:after {
      content: "";
      width: 15px;
      height: 2px;
      background: #e21613;
      position: absolute;
      left: 134%;
      top: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.pickup_list {
  margin: 15px auto 0; }

.pickup_contents .item_img {
  display: block;
  line-height: 0;
  overflow: hidden; }
  .pickup_contents .item_img img {
    width: 100%;
    transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1); }
  @media screen and (min-width: 768px) {
    .pickup_contents .item_img:hover {
      opacity: 1; }
      .pickup_contents .item_img:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }

@media screen and (max-width: 767px) {
  .pickup_list {
    margin: 0px auto 0; } }
/* ==========================================================================

	NEW ARRIVAL- TOP
	
========================================================================== */
.fr2-listItem__imageContainer {
  background: #fff; }

#newarrival {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 90px 0 30px;
  margin: 0 auto; }
  #newarrival .fs-c-productListItem__control {
    height: 0;
    padding: 0; }

@media screen and (min-width: 1800px) {
  #newarrival {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 120px 15% 50px;
    margin: 0 auto; } }
.newarrival_list {
  padding: 0 45px; }
  .newarrival_list li {
    margin: 0 0 30px; }
    .newarrival_list li .fs-c-productListItem__control {
      display: none; }
  .newarrival_list li:nth-child(10) {
    display: none; }

.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  display: block; }

.fs-c-productListItem__viewMoreImageButton {
  display: none; }

.fs-c-productListItem__productName {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin: 15px 0 8px;
  line-height: 1.5; }

.fs-c-productName__name::first-line {
  font-size: 1.4rem;
  margin: 0 0 2px 0; }

.fs-c-productListItem__productName:first-child {
  margin-top: 0; }

.fs-c-productListItem__productName__copy {
  font-size: 1.2rem; }

.fs-c-productListItem__productDescription {
  margin: 8px 0; }

.fs-c-productListItem__notice {
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  margin: 8px 0;
  padding: 10px 4px;
  text-align: center; }

.fs-c-productPrice__main__label {
  display: none; }

.fr2-price__addon {
  font-size: 1rem; }

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #231815; }

@media screen and (max-width: 767px) {
  .fs-c-productListItem__notice {
    background: #fff;
    font-size: 1rem;
    line-height: 1;
    margin: 8px 0;
    padding: 5px 4px;
    text-align: center; }

  .newarrival_list {
    padding: 0 45px; }
    .newarrival_list li {
      margin: 0 0 30px; }
      .newarrival_list li .fs-c-productListItem__control {
        display: none; }
    .newarrival_list li:nth-child(10) {
      display: block; } }
/* ==========================================================================

	価格表記
	
========================================================================== */
.fr2-listItem__productPrice {
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: baseline; }

.fs-c-price__currencyMark {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }

.fr2-price__currencyMark {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }

.fs-c-price__value {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }

.fr2-price__value {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-left: -4px;
  vertical-align: baseline; }

.fr2-price__addon {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: baseline; }

.fr2-price__addon:not(.fs-c-productPrice__addon--listed)::before {
  content: "(";
  font-size: 1rem;
  line-height: 1.5; }

.fr2-price__addon:not(.fs-c-productPrice__addon--listed)::after {
  content: ")";
  font-size: 1rem;
  line-height: 1.5; }

.fs-c-productPrice__addon__label {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: baseline; }

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  font-size: 1rem;
  line-height: 1.5; }

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  font-size: 1rem;
  line-height: 1.5; }

.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon, .fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0; }

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem; }

.fs-c-button--particular.fs-c-button--addToWishList--icon {
  position: absolute;
  right: 29px;
  top: 22px; }

.fs-c-button--removeFromWishList--icon {
  position: absolute;
  right: 29px;
  top: 22px; }

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("https://vanstore.itembox.design/item/heart_none.svg?t=20190823175107") no-repeat;
  background-size: contain; }

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("https://vanstore.itembox.design/item/heart.svg?t=20190823175107") no-repeat;
  background-size: contain; }

.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none; }

.fs-c-button--addToCart--list .fs-c-button__label {
  display: none; }

@media screen and (max-width: 767px) {
  #newarrival {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 40px 0 0px; }

  .newarrival_list {
    padding: 0 5px; }
    .newarrival_list li {
      margin: 0 0 15px; }

  .fs-c-price__currencyMark {
    font-size: 1.2rem; }

  .fs-c-price__value {
    font-size: 1.2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold; }

  .fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    margin: 15px 0 8px;
    letter-spacing: 1px; }

  .fs-c-productName__variation {
    letter-spacing: 0.5px; }

  .fs-c-productName__name::first-line {
    font-size: 1.2rem; }

  .fs-c-button--particular.fs-c-button--addToWishList--icon {
    position: absolute;
    right: 12px;
    top: 12px; }

  .fs-c-button--removeFromWishList--icon {
    position: absolute;
    right: 12px;
    top: 12px; }

  .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url("https://vanstore.itembox.design/item/heart_none.svg?t=20190823175107") no-repeat;
    background-size: contain; } }
/* ==========================================================================

	RECOMMENDED ITEM- TOP
	
========================================================================== */
#recommend {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 90px 0 30px;
  margin: 0 auto; }
  #recommend .fs-c-productListItem__control {
    height: 0;
    padding: 0;
    display: none; }

.recommend_list {
  padding: 10px 85px 60px; }
  .recommend_list li {
    margin: 0 0 30px; }

@media screen and (min-width: 1800px) {
  #recommend {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 120px 15% 50px;
    margin: 0 auto; }

  .recommend_list {
    padding: 10px 45px 60px; }
    .recommend_list li {
      margin: 0 0 30px; } }
@media screen and (max-width: 767px) {
  #recommend {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 45px 0 0px; }

  .recommend_list {
    padding: 0 5px; }
    .recommend_list li {
      margin: 0 0 15px; } }
/* ==========================================================================

	PICKUP - TOP
	
========================================================================== */
#pickup_03 {
  background: #000;
  position: relative;
  width: 100%;
  padding: 60px; }

.pickup_03_contents {
  position: relative;
  width: 100%; }
  .pickup_03_contents .left {
    width: 40%;
    padding: 0 60px 0 0; }
    .pickup_03_contents .left .van_logo_03 {
      width: 120px;
      margin: 0 auto 30px; }
    .pickup_03_contents .left .pickup_03_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.2rem;
      color: #fff;
      text-align: center; }
    .pickup_03_contents .left .pickup_03_title_sub {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.5rem;
      color: #fff;
      text-align: center; }
  .pickup_03_contents .right {
    width: 60%; }

@media screen and (max-width: 767px) {
  #pickup_03 {
    background: #000;
    position: relative;
    width: 100%;
    padding: 10px; }

  .pickup_03_contents {
    position: relative;
    width: 100%; }
    .pickup_03_contents .left {
      width: 100%;
      padding: 60px 0 45px 0; }
      .pickup_03_contents .left .van_logo_03 {
        width: 90px;
        margin: 0 auto 30px; }
      .pickup_03_contents .left .pickup_03_title {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1rem;
        color: #fff;
        text-align: center; }
      .pickup_03_contents .left .pickup_03_title_sub {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.1rem;
        color: #fff;
        text-align: center; }
    .pickup_03_contents .right {
      width: 100%; } }
/* ==========================================================================

	RANKING - TOP
	
========================================================================== */
#ranking {
  background: #f5f5f5;
  position: relative;
  width: 100%;
  padding: 90px 0 30px; }
  #ranking .fs-c-productListItem__control {
    height: 0;
    padding: 0; }

.ranking_list {
  padding: 0 110px; }
  .ranking_list li {
    margin: 0 0 60px;
    position: relative; }
    .ranking_list li:after {
      position: absolute;
      content: 'RANKING ITEM';
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      display: inline-block;
      color: #000;
      line-height: 1rem;
      padding: 0;
      top: 46px;
      left: 20px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 1rem;
      width: 10px;
      height: auto;
      text-align: center;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .ranking_list li:first-child:before {
      content: '1';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #a9893b;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(2):before {
      content: '2';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #767777;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(3):before {
      content: '3';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #613325;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(4):before {
      content: '4';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #bcbcbc;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(5):before {
      content: '5';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #bcbcbc;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(6):before {
      content: '6';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #bcbcbc;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(7):before {
      content: '7';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #bcbcbc;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(8):before {
      content: '8';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #bcbcbc;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(9):before {
      content: '9';
      display: block;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #bcbcbc;
      position: absolute;
      color: #fff;
      top: 0px;
      left: 7px;
      width: 40px;
      height: 40px;
      padding: 8px 15px;
      font-size: 1.5rem;
      z-index: 999; }
    .ranking_list li:nth-child(10) {
      display: none; }

.ranking_mark {
  position: absolute;
  top: 0px;
  left: 7px;
  width: 40px;
  height: 40px;
  padding: 8px 15px;
  font-size: 1.5rem;
  font-family: europa, sans-serif;
  color: #fff; }

.number01 {
  background: #a9893b; }

.number02 {
  background: #767777; }

.number03 {
  background: #613325; }

.number04 {
  background: #bcbcbc; }

@media screen and (min-width: 1800px) {
  #ranking {
    position: relative;
    width: 100%;
    padding: 150px 15% 111px;
    margin: 0 auto; }

  .ranking_list {
    padding: 0 45px; } }
@media screen and (max-width: 767px) {
  #ranking {
    position: relative;
    width: 100%;
    padding: 30px 0 20px; }

  .ranking_list {
    padding: 0 10px;
    margin: 42px auto 0; }
    .ranking_list li {
      margin: 0 0 30px; }
      .ranking_list li:after {
        position: absolute;
        content: 'RANKING ITEM';
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        display: inline-block;
        color: #000;
        line-height: 1rem;
        padding: 0;
        top: 41px;
        left: 16px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 0.8rem;
        width: 10px;
        height: auto;
        text-align: center;
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
      .ranking_list li:first-child:before {
        content: '1';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #a9893b;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 35px;
        height: 35px;
        padding: 6px 0px 0 13px;
        font-size: 1.4rem;
        z-index: 999; }
      .ranking_list li:nth-child(2):before {
        content: '2';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #767777;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1rem;
        z-index: 999; }
      .ranking_list li:nth-child(2):after {
        display: none; }
      .ranking_list li:nth-child(3):before {
        content: '3';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #613325;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1rem;
        z-index: 999; }
      .ranking_list li:nth-child(3):after {
        display: none; }
      .ranking_list li:nth-child(4):before {
        content: '4';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #bcbcbc;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1.3rem;
        z-index: 999; }
      .ranking_list li:nth-child(4):after {
        display: none; }
      .ranking_list li:nth-child(5):before {
        content: '5';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #bcbcbc;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1.3rem;
        z-index: 999; }
      .ranking_list li:nth-child(5):after {
        display: none; }
      .ranking_list li:nth-child(6):before {
        content: '6';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #bcbcbc;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1.3rem;
        z-index: 999; }
      .ranking_list li:nth-child(6):after {
        display: none; }
      .ranking_list li:nth-child(7):before {
        content: '7';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #bcbcbc;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1.3rem;
        z-index: 999; }
      .ranking_list li:nth-child(7):after {
        display: none; }
      .ranking_list li:nth-child(8):before {
        content: '8';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #bcbcbc;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1.3rem;
        z-index: 999; }
      .ranking_list li:nth-child(8):after {
        display: none; }
      .ranking_list li:nth-child(9):before {
        content: '9';
        display: block;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #bcbcbc;
        position: absolute;
        color: #fff;
        top: 0px;
        left: 7px;
        width: 25px;
        height: 25px;
        padding: 3px 0px 0 9px;
        font-size: 1.3rem;
        z-index: 999; }
      .ranking_list li:nth-child(9):after {
        display: none; }
      .ranking_list li:nth-child(10) {
        display: none; }
    .ranking_list li:first-child {
      width: 100%; }
    .ranking_list .fr2-listItem__productPrice {
      font-size: 1.4rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: 400; }
    .ranking_list .fr2-price__currencyMark {
      font-size: 1.4rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: 400; }

  .ranking_mark {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 2.2px 7px;
    font-size: 1rem;
    font-family: europa, sans-serif;
    color: #fff; } }
/* ==========================================================================

	PATTERN MADE - TOP
	
========================================================================== */
#pattern_made {
  position: relative;
  width: 100%;
  padding: 90px 0 30px; }

.pattern_made_contents {
  width: 100%;
  padding: 0 16%; }
  .pattern_made_contents .left {
    width: calc(100% - 385px);
    padding: 0 4% 0 0; }
  .pattern_made_contents .right {
    width: 385px; }
  .pattern_made_contents .pattern_made_sub {
    font-size: 1.1rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    position: relative; }
    .pattern_made_contents .pattern_made_sub:before {
      content: "";
      width: 15px;
      height: 1px;
      background: #231815;
      position: absolute;
      left: 0px;
      top: -12px; }
  .pattern_made_contents .pattern_made_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 7.2rem;
    letter-spacing: 2px; }
  .pattern_made_contents .pattern_made_txt {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #767777; }

@media screen and (max-width: 767px) {
  #pattern_made {
    position: relative;
    width: 100%;
    padding: 30px 0 30px; }

  .pattern_made_contents {
    width: 100%;
    padding: 0 10px; }
    .pattern_made_contents .left {
      width: 90%;
      padding: 0;
      margin: 0 auto; }
    .pattern_made_contents .right {
      /* テキストの方 */
      width: 80%;
      margin: 0 auto 30px; }
    .pattern_made_contents .pattern_made_sub {
      font-size: 1.1rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      position: relative; }
      .pattern_made_contents .pattern_made_sub:before {
        content: "";
        width: 15px;
        height: 1px;
        background: #231815;
        position: absolute;
        left: 0px;
        top: -12px; }
    .pattern_made_contents .pattern_made_title {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 5.2rem;
      line-height: 1.5;
      letter-spacing: 2px; }
    .pattern_made_contents .pattern_made_txt {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #767777; } }
/* ==========================================================================

	MAIL MAGAZINE - TOP
	
========================================================================== */
#mail_magazine {
  position: relative;
  width: 100%;
  padding: 0; }

.mail_magazine_contents {
  width: calc(100% - 0%);
  margin: 0 auto;
  padding: 50px 100px;
  background: url("https://vanstore.itembox.design/item/mailmagazine.png?t=20190826154021");
  background-size: cover; }
  .mail_magazine_contents .left {
    width: calc(100% - 385px);
    padding: 0 4% 0 0; }
    .mail_magazine_contents .left .mail_magazine_title {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 2.8rem;
      letter-spacing: 4px;
      color: #fff; }
    .mail_magazine_contents .left .mail_magazine_txt {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #fff;
      margin: 0 0 15px; }
  .mail_magazine_contents .right {
    width: 385px;
    color: #fff; }

@media screen and (min-width: 1800px) {
  .mail_magazine_contents {
    width: calc(100% - 0%);
    margin: 0 auto;
    padding: 100px calc(15% + 45px) 100px; } }
.top_mail_magazine input {
  background: white;
  border-radius: 0;
  border: 1px solid #fff;
  color: #5a5b5b;
  padding: 5px 10px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  height: 36px; }

.top_mail_magazine .fs-c-inputInformation__field {
  margin: 0px auto;
  max-width: auto; }

.top_mail_magazine .fs-c-inputField__field {
  text-align: center; }

.top_mail_magazine .fs-c-checkbox__labelText a {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #fff;
  text-decoration: underline; }

.top_mail_magazine .fs-c-checkbox__labelText {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #fff; }

.top_mail_magazine fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 12px; }

.top_mail_magazine .fs-c-inputInformation__button {
  margin-top: 12px; }

.top_mail_magazine .fs-c-button--confirmRegister {
  position: relative;
  background: #e21613;
  color: #fff;
  font-family: din-condensed, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 235px;
  padding: 18px 30px;
  margin: 0px auto;
  border: 0px solid #fff;
  box-shadow: 0 0 0px #b2b2b2; }

.top_mail_magazine .fs-c-button--confirmRegister .fs-c-button__label {
  color: #fff; }

.top_mail_magazine .fs-c-button--confirmRegister:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 80%;
  top: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.top_mail_magazine .fs-c-inputTable > tbody > tr + tr {
  margin-top: 12px; }

@media screen and (min-width: 768px) {
  .top_mail_magazine .fs-c-button--confirmRegister:hover:before {
    width: 65px; }

  .top_mail_magazine .fs-c-button--primary:hover {
    opacity: 1; } }
@media screen and (max-width: 767px) {
  #mail_magazine {
    position: relative;
    width: 100%;
    padding: 0; }

  .mail_magazine_contents {
    width: calc(100% - 0%);
    margin: 0 auto;
    padding: 45px 30px;
    background: url("https://vanstore.itembox.design/item/mailmagazine.png?t=20190826154021");
    background-size: cover; }
    .mail_magazine_contents .left {
      width: 100%;
      padding: 0 4% 0 0; }
      .mail_magazine_contents .left .mail_magazine_title {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 2.8rem;
        letter-spacing: 4px;
        color: #fff; }
      .mail_magazine_contents .left .mail_magazine_txt {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #fff; }
    .mail_magazine_contents .right {
      width: 100%;
      color: #fff; }

  .top_mail_magazine .fs-c-button--confirmRegister {
    position: relative;
    background: #e21613;
    color: #fff;
    font-family: din-condensed, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    padding: 18px 30px;
    margin: 0px auto;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #b2b2b2; } }
.fs-c-inputTextGroup {
  display: flex;
  justify-content: space-between; }

.fs-c-inputTable {
  width: 100%; }

.fs-c-inputTable > tbody {
  display: block; }

.fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0; }

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 24px; }

.fs-c-inputTable--child {
  background: #f7f7f7;
  display: block;
  padding: 8px; }

.fs-c-inputTable--child > tbody > tr > th, .fs-c-inputTable--child > tbody > tr > td {
  padding: 8px 4px;
  display: table-cell; }

.fs-c-inputTable--inModal > tbody {
  padding-bottom: 16px; }

.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 8px; }

.fs-c-inputTable--inModal > tbody > tr:nth-child(even) {
  background: none; }

.fs-c-inputTable--inModal th, .fs-c-inputTable--inModal td {
  border: none; }

_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > th,
_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > td {
  display: block; }

.top_mail_magazine .fs-c-inputTable__label {
  display: none; }

.fs-c-inputTextGroup__item {
  flex: 1 1 50%; }

.fs-c-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px; }

.fs-c-checkbox__checkbox {
  display: none; }

.fs-c-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  justify-content: center; }

.fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 16px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px; }

.fs-c-checkbox__checkMark::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  color: #ffffff;
  display: block;
  font-size: 0.8em;
  opacity: 0;
  position: absolute;
  top: 0.1em;
  left: 0; }

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #2559A8;
  border-color: #2559A8;
  color: #ffffff;
  transition: all 0.5s 0s ease; }

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  opacity: 1; }

.fs-c-inputTextGroup > * + * {
  margin-left: 8px; }

.fs-body-newsletter-subscribe .fs-c-privacyAgreeField,
.fs-body-newsletter-subscribe .fs-c-fieldMessage {
  display: block;
  text-align: center;
  font-size: 1.1rem; }

.fs-c-fieldMessage--privacyPolicy {
  font-size: 1.1rem;
  text-align: center;
  margin: 15px 0 0; }

.fs-c-fieldMessage--privacyPolicy a {
  color: #fff;
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 5px; } }
.mail_magazine_contents .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  display: none; }

.mail_magazine_contents .fs-c-inputTable > tbody > tr {
  border-top: 0px solid #f5f5f5; }

.mail_magazine_contents .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }

.mail_magazine_contents .fs-c-inputField {
  width: 100%; }

.mail_magazine_contents #fs_input_lastName {
  -webkit-appearance: none;
  border: 0px solid #ccc;
  line-height: 1.4;
  min-height: 1.3em;
  padding: 10px 10px;
  width: 100%;
  border-radius: 0px; }

.mail_magazine_contents #fs_input_firstName {
  -webkit-appearance: none;
  border: 0px solid #ccc;
  line-height: 1.4;
  min-height: 1.3em;
  padding: 10px 10px;
  width: 100%;
  border-radius: 0px; }

/* ==========================================================================

	CHECK LIST - TOP
	
========================================================================== */
#checklist {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 60px; }
  #checklist .fs-c-productListItem__control {
    display: none; }

@media screen and (max-width: 767px) {
  #checklist {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px; }
	.cart_page #checklist{
		padding-bottom: 0px;
	}
    #checklist .fs-c-productName__name {
      font-size: 0.9rem; }
    #checklist .fs-c-productName__name::first-line {
      font-size: 0.9rem;
      margin: 0 0 2px 0; } }
@media screen and (min-width: 1800px) {
  #checklist {
    width: calc(100% - 0%);
    margin: 0 auto;
    padding: 100px 15% 100px; } 
	.cart_page #checklist{
		padding: 40px 0% 100px;
	}
}
/* ==========================================================================

	商品グループ 
	
========================================================================== */
#product_group {
  width: 100%;
  position: relative;
  padding: 0 15px; }
  #product_group .fs-c-productList__list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #product_group .fs-c-productList__list .fs-c-productList__list__item {
      width: calc(100% / 3);
      padding: 0 15px;
      margin: 0 0 30px;
      position: relative;
      border: none; }
  #product_group .fs-c-productListItem__control.fs-c-buttonContainer {
    padding: 0; }
  #product_group .fs-c-button--viewProductDetail.fs-c-button--plain {
    display: none; }
  #product_group .fs-c-button--particular.fs-c-button--addToWishList--icon {
    position: absolute;
    right: 32px;
    top: 18px; }
  #product_group .fs-c-button--removeFromWishList--icon {
    position: absolute;
    right: 32px;
    top: 18px; }

@media screen and (min-width: 1800px) {
  #product_group {
    padding: 20px 15% 100px; } }
@media screen and (max-width: 767px) {
  #product_group {
    width: 100%;
    position: relative;
    padding: 0px; }
    #product_group .fs-c-productList__list {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 8px 0 0; }
      #product_group .fs-c-productList__list .fs-c-productList__list__item {
        width: calc(100% / 2);
        padding: 0 15px;
        margin: 0 0 30px;
        position: relative; } }
#product_group .fs-c-breadcrumb {
  width: 100%;
  padding: 0 15px; }
  #product_group .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 5px 0;
    font-size: 1rem;
    letter-spacing: 1px; }
  #product_group .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
    box-sizing: border-box; }

@media screen and (max-width: 767px) {
  #product_group .fs-c-breadcrumb__list {
    text-align: left;
    padding: 4px 15px; }

  #product_group .fs-c-breadcrumb {
    width: 100%;
    padding: 0px;
    text-align: left; }
    #product_group .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0;
      padding: 5px 0;
      font-size: 1rem;
      letter-spacing: 1px; }
    #product_group .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
      box-sizing: border-box; } }
.product_group_list {
  width: 100%;
  position: relative; }
  .product_group_list .left_side {
    width: 16.66667%;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-left: 15px; }
    .product_group_list .left_side .product_filter_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.3rem;
      margin: 0 0 13px;
      font-weight: bold; }
    .product_group_list .left_side .product_group_list_filter {
      width: calc(100% - 30px); }
      .product_group_list .left_side .product_group_list_filter li {
        font-size: 1.1rem;
        color: #231815;
        margin: 0 0 10px 0;
        position: relative;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
        @media screen and (min-width: 768px) {
          .product_group_list .left_side .product_group_list_filter li:after {
            position: absolute;
            bottom: -5px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          .product_group_list .left_side .product_group_list_filter li:hover::after {
            transform: scale(1, 1); } }
        .product_group_list .left_side .product_group_list_filter li a {
          color: #231815; }
  .product_group_list #leftnav.fixed {
    position: fixed;
    width: calc(16.66667% - 30px);
    top: 100px; }
  .product_group_list .right_side {
    width: 83.33333%;
    padding-top: 60px;
    min-height: 50vh;
    margin-bottom: 60px; }

#product_group .category_slider{
	margin: 0 15px;
}
@media screen and (min-width: 1700px) {
     #product_group .category_slider_txt{
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 3;
        letter-spacing: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-shadow:0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff;
    }
     #product_group .logo_01{
        width: 160px;
        top: 60px;
        left: 50%;
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        position: absolute;
    }
     #product_group .logo_02{
        width: 160px;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        position: absolute;
    }
    
}
@media screen and (min-width: 1201px) and (max-width: 1699px) {

    #product_group .category_slider_txt{
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 3;
        letter-spacing: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-shadow:0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff;
    }
     #product_group .logo_01{
        width: 160px;
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        position: absolute;
    }
     #product_group .logo_02{
        width: 160px;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        position: absolute;
    }
}
@media screen and (max-width: 1200px) {
   #product_group .category_slider_txt{
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 2;
        letter-spacing: 1px;
        position: relative;
       margin: 20px 0 30px;
       padding: 0 20px;
    }
     #product_group .logo_01{
        width: 140px;
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        position: absolute;
    }
     #product_group .logo_02{
        width: 120px;
        position: relative;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 767px) {
  .product_group_list {
    width: 100%;
    position: relative; }
    .product_group_list .left_side {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 0px;
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      border-top: solid 1px #dedede;
      border-bottom: solid 1px #dedede; }
      .product_group_list .left_side .product_filter_title {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.4rem;
        margin: 0 0 13px;
        font-weight: bold;
        position: relative; }
        .product_group_list .left_side .product_filter_title:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: 8px;
          width: 10px;
          height: 6px;
          background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190827125325");
          background-size: contain;
          background-repeat: no-repeat;
          transition: transform .3s; }
        .product_group_list .left_side .product_filter_title.active:after {
          transform: rotate(-180deg); }
      .product_group_list .left_side .product_group_list_filter {
        width: 100%;
        display: none;
        padding-bottom: 15px; }
        .product_group_list .left_side .product_group_list_filter li {
          font-size: 1.1rem;
          color: #231815;
          margin: 0 9px;
          font-weight: bold;
          padding: 12px 0;
          position: relative;
          letter-spacing: 1px; }
          .product_group_list .left_side .product_group_list_filter li a {
            color: #231815; }
    .product_group_list .right_side {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 70px;
      min-height: 50vh;
      margin-bottom: 0px; } }
.fs-c-pagination__item--next::before {
  /*font-family: 'fs-icon' !important; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.9em;
  line-height: 1;
  width: 10px;
  height: 6px;
  background-image: url(https://vanstore.itembox.design/item/arrow_right.svg?t=20190827125325);
  background-size: contain;
  background-repeat: no-repeat; }

#product_group .page_title {
  border-bottom: 0px solid #7c8790;
  color: #231815;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

.search_word {
  padding: 0 16px;
  margin: 5px 0 0 0;
  font-weight: bold;
  font-size: 1.6rem; }

.product_group_img {
  color: #fff;
  height: 360px;
  background: no-repeat 100% 0;
  background-size: cover; }
  .product_group_img img {
    display: none; }

@media screen and (min-width: 1200px) {
  #product_group .page_title {
    padding: 0 15px; } }
@media screen and (max-width: 767px) {
  .product_group_img {
    color: #fff;
    height: 200px;
    background: no-repeat 100% 0;
    background-size: cover; } }
/* オンマウス　カラバリの表示 */
#product_group .fs-c-modal--chooseVariation, #fs_ProductSearch .fs-c-modal--chooseVariation {
  top: 0 !important;
  left: 0 !important;
  transition: opacity .3s linear;
  width: 96px !important; }
  #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner {
    background: #ffffff;
    border-radius: 0px;
    color: #333333;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin: auto;
    max-width: 100%; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-modal__contents, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-modal__contents {
      overflow: auto;
      margin: 0;
      padding: 0; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-modal__header, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-modal__header {
      display: none; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variationLabel, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variationLabel {
		display: block;
		width: 96px;
      }
      #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variationLabel .fs-c-variationLabel__label, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variationLabel .fs-c-variationLabel__label {
        display: none; }
      #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variationLabel:before, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variationLabel:before {
        content: 'COLOR VARIATION';
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #000;
        display: block;
        color: #fff;
        font-size: 1rem;
        line-height: 1.1rem;
        padding: 3px 3px 3px 4px;
        margin: 0 0 4px;
		width: 96px;
        text-align: left; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__cart, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__cart {
      display: none; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variation, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variation {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; }
      #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variation .fs-c-variationList__item, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variation .fs-c-variationList__item {
        width: 100%;
        padding: 2px; }
      #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variation .fs-c-variationList__item__title, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationAndActions__variation .fs-c-variationList__item__title {
        display: none; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__image > img, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__image > img {
      display: block;
      height: auto;
      max-width: 400px;
      width: 100%; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__image, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__image {
      flex-grow: 1;
      margin-top: 0px;
      cursor: pointer; }
    #product_group .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__body, #fs_ProductSearch .fs-c-modal--chooseVariation .fs-c-modal__inner .fs-c-variationList__item__body {
      display: flex;
      align-items: stretch;
      margin-top: 0px; }

.fs-c-productList {
  margin: 0px 0; }

.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 15px;
  padding: 0 15px; }

.fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
  margin: 8px 0; }

.fs-c-sortItems {
  border: 1px solid currentColor;
  display: flex;
  align-items: stretch;
  font-size: 1.1rem; }

.fs-c-listControl__status {
  font-size: 1.1rem; }

@media screen and (max-width: 767px) {
  .fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0;
    padding: 0 15px; }

  .fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 4px 0; }

  .fs-c-sortItems {
    border: 0px solid currentColor;
    display: flex;
    align-items: stretch;
    font-size: 1.1rem;
    width: 100%; }

  .fs-c-listControl__status {
    font-size: 1.1rem; } }
/* ページャーの調整 */
.fs-c-productList__controller:first-child .fs-c-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	.fs-c-productList__controller:first-child .fs-c-pagination {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 1.1rem;
		margin: 20px auto;
		background: #f7f7f7;
		padding: 10px 0;
	}
}

/* ページャーボトム */
.fs-c-productList__controller:last-child .fs-c-sortItems {
  display: none; }
.fs-c-productList__controller:last-child .fs-c-listControl__status {
  display: none; }
.fs-c-productList__controller:last-child .fs-c-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  font-size: 1.1rem; }

@media screen and (min-width: 600px) {
  .fs-c-sortItems {
    border: none; } }
.fs-c-sortItems__list__item.is-active {
  background: #000;
  color: #ffffff; }

.fs-c-sortItems__label {
  text-align: center;
  align-self: center;
  color: inherit;
  line-height: 1.4;
  padding: 0;
  font-weight: bold; }

@media screen and (min-width: 600px) {
  .fs-c-sortItems__label {
    border: 0px solid currentColor; } }
@media screen and (max-width: 767px) {
  .fs-c-sortItems__label {
    text-align: center;
    align-self: center;
    color: inherit;
    line-height: 1.4;
    padding: 4px 9px;
    border: 1px solid currentColor;
    font-size: 1rem; } }
.fs-c-sortItems__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 1px 0 0 9px;
  border-left: 1px solid currentColor;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap; }

.fs-c-sortItems__list > li {
  box-sizing: border-box; }

@media screen and (min-width: 600px) {
  .fs-c-sortItems__list {
    border: none; } }
@media screen and (max-width: 767px) {
  .fs-c-sortItems__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 1px 0 0 9px;
    border-left: 0px solid currentColor;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap; } }
.fs-c-sortItems__list__item.is-active {
  background: #000;
  color: #ffffff; }

.fs-c-sortItems__list__item__label {
  display: block;
  padding: 4px 8px; }

.fs-c-sortItems__list__item__label:link {
  color: inherit; }

.fs-c-sortItems__list__item__label:visited {
  color: inherit; }

.fs-c-sortItems__list__item__label:hover {
  color: inherit; }

.fs-c-sortItems__list__item__label:active {
  color: inherit; }

.fs-c-pagination {
  display: flex;
  align-items: baseline; }

.fs-c-pagination__item {
  line-height: 0.8;
  padding: 7px 8px;
  flex: none; }

.fs-c-pagination__item[role="button"] {
  cursor: pointer; }

.fs-c-pagination__item[role="button"]:hover {
  text-decoration: none; }

.fs-c-pagination__item.is-active {
  background: #000;
  color: #ffffff; }

.fs-c-pagination__item--prev {
  color: #231815;
  cursor: pointer;
  white-space: nowrap; }

.fs-c-pagination__item--prev::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.9em;
  line-height: 1; }

.fs-c-pagination__item--prev:hover {
  opacity: 0.8; }

.fs-c-pagination__item--next {
  color: #231815;
  cursor: pointer;
  white-space: nowrap; }

.fs-c-pagination__item--next::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 0.9em;
  line-height: 1; }

.fs-c-pagination__item--next:hover {
  opacity: 0.8; }

.fs-c-listControl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 2;
  padding: 0; }

.fs-c-listControl > * + * {
  margin-top: 8px; }

@media screen and (min-width: 600px) {
  .fs-c-listControl {
    flex-direction: row;
    align-items: center; }

  .fs-c-listControl > * + * {
    margin-top: 0;
    margin-left: 8px; } }
/* ==========================================================================

	サブカテゴリー表示 商品グループ表示 2019/11/01
	
========================================================================== */
.fs-c-subgroup {
  margin: 24px 0;
  padding: 0 15px; }
  .fs-c-subgroup .fs-c-listControl {
    display: none; }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__label {
    font-size: 1.2rem; }
  .fs-c-subgroup .fs-c-subgroupList__link {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    background: #fff;
    border: 1px solid #7c8790;
    color: inherit;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1.2em;
    grid-template-columns: auto 1fr 1.2em;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    height: 100%;
    padding: 10px 10px;
    text-decoration: none; }
  .fs-c-subgroup .fs-c-subgroupList__link::after {
    color: #7c8790; }

.product_group_sub_title {
  display: none; }

@media screen and (max-width: 767px) {
  .fs-c-subgroup .product_group_sub_title {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.2rem;
    margin: 15px 0px 0px;
    font-weight: bold;
    position: relative;
    padding: 15px 20px 15px 15px;
    text-align: center;
    border-top: 0px solid #7c8790;
    border-bottom: 0px solid #7c8790;
    background: #f7f7f7;
    display: block; }
    .fs-c-subgroup .product_group_sub_title:after {
      content: "";
      position: absolute;
      right: 107px;
      bottom: 20px;
      width: 10px;
      height: 6px;
      background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190827125325");
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform .3s; }
    .fs-c-subgroup .product_group_sub_title.active:after {
      transform: rotate(-180deg); }

  .fs-c-subgroup {
    width: 100%;
    padding-bottom: 15px;
    margin: 0 0 30px 0;
    padding: 0px; }
    .fs-c-subgroup .fs-c-subgroupList {
      display: none;
      margin: 0; }
      .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__label {
        font-size: 1.1rem; }
    .fs-c-subgroup .fs-c-subgroupList__link {
      -ms-grid-columns: auto 1fr 1em;
      grid-template-columns: auto 1fr 1em;
      border: 1px solid #f7f7f7;
      border-right: 0px solid #000;
      border-left: 0px solid #000; }
    .fs-c-subgroup .fs-c-subgroupList__link::after {
      font-size: 1.3rem; }
    .fs-c-subgroup .fs-c-subgroupList__item:first-child .fs-c-subgroupList__link {
      border-top: 0px solid #000; } }
/* ==========================================================================

	404 not found
	
========================================================================== */
.notfound_page {
  margin: 280px auto; }

.notfound_title {
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center; }

.notfound_txt {
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 20px auto 0;
  text-align: center; }

@media screen and (max-width: 767px) {
  .notfound_page {
    margin: 280px auto;
    padding: 0 15px; }

  .notfound_txt {
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 2; } }
/* ==========================================================================

	mypage page
	
========================================================================== */
.mypage {
  width: 100%;
  position: relative;
  padding: 50px 111px 120px;
  max-width: 1800px !important;
  margin: 0px auto; }

@media screen and (max-width: 1100px) {
  .mypage {
    width: 100%;
    padding: 50px 30px;
    max-width: 1800px !important;
    margin: 0px auto; } }
.page_title {
  border-bottom: 0px solid #7c8790;
  color: #231815;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

@media screen and (max-width: 767px) {
  .mypage {
    width: 100%;
    padding: 20px 0px 120px;
    max-width: 1800px !important;
    margin: 0px auto;
    border-top: 2px solid #000; }

  .mypage .page_title {
    border-bottom: 0px solid #7c8790;
    color: #231815;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; } }
.fs-body-my-top .fs-l-account {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px auto; }

.fs-body-my-top .fs-p-accountInfo {
  flex-basis: 100%; }

.fs-body-my-top .fs-c-accountService {
  flex-basis: 100%; }

.fs-c-accountService__page {
  flex-basis: 100%;
  display: flex;
  align-items: stretch;
  height: auto;
  margin: 8px 0;
  margin: 0 !important;
  padding: 10px 0; }

@media screen and (min-width: 600px) {
  .fs-c-accountService__page {
    margin: 0px; } }
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: 0 0 0px #b2b2b2;
  background: #fff;
  border-top: 2px solid #000;
  border-left: 0px solid #e5e5e5;
  border-right: 0px solid #e5e5e5;
  border-radius: 0px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%; }

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
  display: none; }

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(https://vanstore.itembox.design/item/favorite.svg?t=20190823111746) no-repeat;
  background-size: contain; }

.mypage .page_title_sub {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0 0 0 2px; }
.mypage .account_member_infoarea {
	background: #fff;
	color: #000;
	border-radius: 5px;
	margin: 30px 0 20px;
	padding: 20px 0px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	position: relative;
}
  .mypage .account_member_infoarea .logo_circle_img {
    width: 40px;
    margin: 0 15px 0 0; }

.mypage .account_member_infoarea .right{
	margin: 3px 0 0 0;
}
  .mypage .account_member_infoarea .member_number {
	font-size: 1rem;
	font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	line-height: 1;
}
  .mypage .account_member_infoarea .account_name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
  .mypage .account_member_infoarea .name_label_dear {
	font-size: 1.5rem;
	margin: 0 0 0 10px; 
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.mypage .account_member_infoarea .card_link {
		position: absolute;
		right: 0px;
		background: #e21613;
		color: #fff;
		font-size: 1.2rem;
		letter-spacing: 1px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		width: 162px;
		padding: 10px 10px;
		text-align: center;
		top: 50%;
		-webkit-transform: translate(0%, -50%); /* Safari用 */
		transform: translate(0%, -50%);
	}
}
@media screen and (max-width: 767px) {
	.mypage .account_member_infoarea .card_link {
		position: relative;
		background: #e21613;
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: 1px;
		width: 100%;
		padding: 20px 10px;
		text-align: center;
	}
}
.mypage .account_member_infoarea .point{
	font-size: 1.1rem;
    margin: 10px 0 0 0;
	line-height: 1;
}
.mypage .account_member_infoarea .point span{
	font-size: 1.7rem;
	font-weight: bold;
	font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	line-height: 1;
    margin: 0 0 0 8px;
}

.mypage .accoun_member_bottom{
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.mypage .accoun_member_bottom{
		padding: 0;
	}
}
.mypage .account_contents {
  width: 100%;
  margin: 30px auto 50px; }

.mypage .account_list_top{
	width: 100%;
	margin: 0px auto;
	border-top: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
	.mypage .account_list_top{
		width:100%;
		margin: 0px auto;
		border-top: 1px solid #dddddd;
	}
}

.mypage .account_list_top li{
    font-size: 1.4rem;
    color: #231815;
    margin: 0;
    position: relative;
    padding: 20px 10px;
    cursor: pointer;
    width: calc(50% - 10px);
    border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
	.mypage .account_list_top li{
		width: 100%;
		padding: 20px;
	}
}
.mypage .account_list_top li:nth-child(odd){
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.mypage .account_list_top li:nth-child(odd){
		margin-right: 0px;
	}
}
.mypage .account_list_top li:nth-child(even){
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.mypage .account_list_top li:nth-child(even){
		margin-left: 0px;
	}
}
.mypage .account_list_top li .account_list_title {
	font-size: 1.3rem;
}
.mypage .stage_info{
	height: 40px;
}
@media screen and (max-width: 767px) {
	.mypage .stage_info{
		justify-content: flex-start;
		padding: 0px 20px 0;
		height: auto;
		margin: 20px 0 10px;
	}
}
.mypage .stage_name{
	font-size: 1.1rem;
	line-height: 1.5;
}
.mypage .stage_active{
	margin: 0 0 0 4px;
}
.mypage .stage_active .platinum{
	background: #b6c0c2;
	border-radius: 2px;
	padding: 4px 10px;
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0 0 28px;
}
.mypage .stage_active .platinum::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 -31px;
	background: url(https://vanstore.itembox.design/item//platinum_icon.svg) no-repeat;
	background-size: contain;
	position: absolute;
}
.mypage .stage_active .gold{
	background: #a79369;
	border-radius: 2px;
	padding: 4px 10px;
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0 0 28px;
}
.mypage .stage_active .gold::before {
    content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 -31px;
    background: url(https://vanstore.itembox.design/item//gold_icon.svg) no-repeat;
    background-size: contain;
	position: absolute;
}
.mypage .stage_active .silver{
	background: #bcbcbc;
	border-radius: 2px;
	padding: 4px 10px;
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0 0 28px;
}
.mypage .stage_active .silver::before {
    content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 -31px;
    background: url(https://vanstore.itembox.design/item/silver_icon.svg) no-repeat;
    background-size: contain;
	position: absolute;
}
.mypage .stage_active .standard{
	background: #221614;
	border-radius: 2px;
	padding: 4px 10px;
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
}
.mypage .stage_active .platinum{
	display: none;
}
.mypage .stage_active .gold{
	display: none;
}
.mypage .stage_active .silver{
	display: none;
}
.mypage .stage_active .standard{
	display: none;
}
.mypage .point_info{
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	height: 40px;
	border-left: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
	.mypage .point_info{
   	    justify-content: flex-start;
		border-left: 0px solid #dddddd;
		padding: 0 20px;
		margin: 4px 0 20px;
		height: auto;
	}
}
	
.mypage .point_active{
	margin: 0 20px;
	font-size: 1.2rem;
    line-height: 1;
	margin: 0 1px 0 0;
}
.mypage .point_active span{
	font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 1.2rem;
    line-height: 1;
	margin: 0 0 0px 10px;
}
.mypage .point_active .platinum{
	display: none;
}
.mypage .point_active .gold{
	display: none;
}
.mypage .point_active .silver{
	display: none;
}
.mypage .point_active .standard{
	display: none;
}
.mypage .point_result{
	font-size: 1.1rem;
	line-height: 1;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
	.mypage .point_result{
		justify-content: center;
		border-left: 0px solid #dddddd;
		padding: 0px 0;
		margin: 0;
		background: #f5f5f5;
		height: 50px;
	}
}
.point{
	font-size: 1.1rem;
}
.mypage .point_result span{
	font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 4px 0 10px;
}
.mypage .stage_1 .stage_active .platinum{
	display: inline-block;
}
.mypage .stage_1 .point_active .platinum{
	display: inline-block;
}
.mypage .stage_2 .stage_active .gold{
	display: inline-block;
}
.mypage .stage_2 .point_active .gold{
	display: inline-block;
}
.mypage .stage_3 .stage_active .silver{
	display: inline-block;
}
.mypage .stage_3 .point_active .silver{
	display: inline-block;
}
.mypage .stage_4 .stage_active .standard{
	display: inline-block;
}
.mypage .stage_4 .point_active .standard{
	display: inline-block;
}

/* ==========================================================================

	会員カード表示 
	
========================================================================== */
.mypage .member-card-info{
	text-align: center;
}
.mypage .member-card-info .member_number{
	margin: 10px 0 0px;
	font-size: 1rem;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    line-height: 1;
}
.mypage .member-card-info .account_name {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}
.mypage .member-card-info .name_label_dear {
	font-size: 1.5rem;
	margin: 0 0 0 5px; 
	line-height: 1;
}
.fs-c-membershipCard{
	margin: 10px auto 0;
}



/* ==========================================================================

	account_list
	
========================================================================== */

.mypage .account_list {
  width: 190px;
  margin: 0px auto; }
  .mypage .account_list li {
    font-size: 1.1rem;
    color: #231815;
    margin: 0 0 0px 0;
    position: relative;
    padding: 10px 0;
    cursor: pointer; }
    .mypage .account_list li::after {
      content: "";
      width: 5px;
      height: 1px;
      background: #000;
      position: absolute;
      left: 90%;
      top: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .mypage .account_list li.active .account_list_title {
      font-weight: bold; }
    .mypage .account_list li.active::after {
      content: "";
      width: 30px;
      height: 1px;
      background: #000;
      position: absolute;
      left: 90%;
      top: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
.mypage .mypage-setting .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-weight: bold; }
.mypage .address_list .fs-c-address__zipCode {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
.mypage .address_list .fs-c-address__tel {
  font-size: 1.2rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  margin: 3px 0 0 0; }
.mypage .address_list rt {
  display: table-cell; }
.mypage .rireki_list {
  /* 注文履歴紹介 */ }
  .mypage .rireki_list .fs-c-orderHistoryItem__orderDate {
    font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderDate .fs-c-time {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .mypage .rireki_list .fs-c-orderHistoryItem__orderCode {
    font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderCode .fs-c-string {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .mypage .rireki_list .fs-c-orderHistoryItem__orderSummary {
    font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderSummary .fs-c-price .fs-c-price__currencyMark {
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderSummary .fs-c-price .fs-c-price__value {
      font-size: 1.2rem; }
  .mypage .rireki_list .fs-c-string--label {
    font-weight: bold; }
  .mypage .rireki_list .fs-c-buttonContainer--addReview--detail {
    display: none; }
  .mypage .rireki_list .fs-c-listedProductName__name {
    font-size: 1.2rem; }
  .mypage .rireki_list .fs-c-listedProductName__variation {
    font-size: 1rem;
    letter-spacing: 0.5px;
    color: #888; }
  .mypage .rireki_list .fs-c-orderHistoryItem__header > *[class^="fs-c-orderHistoryItem"] {
    padding: 15px; }
  .mypage .rireki_list .fs-c-orderHistoryItem__productQuantity__label {
    font-size: 1.1rem; }
  .mypage .rireki_list .fs-c-orderHistoryItem__productQuantity__number {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.1rem; }
  .mypage .rireki_list .fs-c-button--viewOrderHistoryDetail {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #000;
    border-bottom: 0px solid #000; }
  .mypage .rireki_list .fs-c-history__total dd {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.3rem;
    font-weight: bold; }
  .mypage .rireki_list .fs-c-history {
    grid-gap: 0; }
  .mypage .rireki_list .fs-c-history__info {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start; }
  .mypage .rireki_list .fs-c-history__listContainer {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 24px 0 0; }
  .mypage .rireki_list .fs-c-orderDetail {
    background: #fff;
    padding: 36px 48px 40px 48px;
    border: 1px solid #dcdcdc;
    border-radius: 4px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      grid-auto-rows: auto;
      grid-auto-flow: row;
      grid-gap: 10px;
      border: 0px solid #231815; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList dt {
        position: relative;
        padding: 0 16px 0 0;
        line-height: 1;
        font-size: 1.2rem;
        margin: 0; }
        .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList dt::after {
          display: inline-block;
          content: ":";
          position: absolute;
          top: -1px;
          right: 1px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList__date, .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList__date + dd {
      background: none;
      color: #000; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-string--label {
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList dd {
      margin: 0;
      padding: 0px;
      line-height: 1;
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-time {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-string--code {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-heading--section {
      font-size: 1.4rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__heading {
      padding: 15px;
      display: inline-block;
      line-height: 1;
      color: #888;
      background: rgba(126, 126, 126, 0.08); }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__headingNumber {
      font-size: 1.3rem;
      padding: 0 10px 0 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__headingHomeLabel {
      font-size: 1.3rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1 / span 2;
      grid-column: 1 / span 2;
      margin: 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable {
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-column: 1 / span 2;
      grid-column: 1 / span 2; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__orderDeliveryInfo {
      -ms-grid-row: 4;
      grid-row: 4;
      -ms-grid-column: 2;
      grid-column: 2;
      margin-left: 16px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailInfo__cartTable {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1 / span 2;
      grid-column: 1 / span 2;
      margin-left: 0px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailInfo__orderTotal {
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-column: 2;
      grid-column: 2;
      margin-left: 0px; }
	.mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable__earnPoints td{
		font-size: 1.3rem;
		font-family: europa;
		font-weight: bold;
		line-height: 1;
	}
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee {
      margin: 8px 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt {
        position: relative;
        padding: 0 16px 0 0;
        line-height: 1.5;
        font-size: 1.4rem;
        margin: 0; }
        .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt::after {
          display: inline-block;
          content: ":";
          position: absolute;
          top: -1px;
          right: 1px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dd {
        position: relative;
        padding: 0;
        line-height: 1.5;
        font-size: 1.4rem;
        margin: 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-address {
      display: block; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable {
      background: #fff; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__dataCell--quantity {
      font-size: 1.3rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__headerCell--subtotal {
      width: 120px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__price .fs-c-price__currencyMark {
      font-size: 1.3rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__price .fs-c-price__value {
      font-size: 1.3rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__productImage {
      padding: 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__productInfo {
      padding: 3px 0 0 10px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__total > th,
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
      border-top-width: 1px;
      border-top-style: solid; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-deliveryInfoList {
      margin: 20px 0 0 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-deliveryInfoList dd {
      font-size: 1.2rem;
      line-height: 1;
      padding: 15px;
      text-align: center; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-deliveryInfoList dt {
      font-size: 1.2rem;
      line-height: 1;
      padding: 15px;
      text-align: center; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailInfo__cartTable .fs-c-orderHistoryItem__productName__name {
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-priceDisplay {
      margin: 8px 0 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPaymentTable {
      margin: 20px 0 0 0; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPaymentTable th {
      font-size: 1.2rem;
      line-height: 1;
      padding: 15px; }
    .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPaymentTable td {
      font-size: 1.2rem;
      line-height: 1;
      padding: 15px;
      text-align: center; }
.mypage .account_info_area {
  width: calc(100% - 250px);
  margin: 0 0 0 60px; }
  .mypage .account_info_area .account_info_area_title {
    font-size: 2.2rem;
    padding: 10px 0;
    letter-spacing: 1px;
    font-weight: bold; }
  .mypage .account_info_area .account_info_area_subtxt {
    font-size: 1.2rem;
    padding: 0;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 30px;
    line-height: 1.5; }
.mypage .fs-c-orderTotalTable__subtotal td {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }
  .mypage .fs-c-orderTotalTable__subtotal td:before {
    content: '¥';
    font-size: 1.3rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
.mypage .fs-c-orderTotalTable__postageFee td {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }
  .mypage .fs-c-orderTotalTable__postageFee td:before {
    content: '¥';
    font-size: 1.3rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }

@media screen and (max-width: 767px) {
  .mypage {
    /* 注文履歴 */ }
    .mypage .page_title_sub {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1rem;
      letter-spacing: 1px;
      padding: 0 0 0 2px;
      text-align: center; }
    .mypage .account_member_infoarea {
      background: #fff;
      color: #000;
      border-radius: 5px;
      margin: 0;
      padding: 20px 24px;
      display: block; }
	.mypage .account_member_infoarea .right {
		margin: 3px 0 20px 0;
		text-align: center;
	}
      .mypage .account_member_infoarea .logo_circle_img {
        width: 40px;
        margin: 0 auto 10px; 
		  display: block;
	}
      .mypage .account_member_infoarea .member_number {
        font-size: 1rem;
		  text-align: center;
	}
      .mypage .account_member_infoarea .account_name {
        font-size: 1.6rem;
		  text-align: center;
	}
      .mypage .account_member_infoarea .name_label_dear {
        font-size: 1.5rem;
        margin: 0 0 0 10px; }
    .mypage .account_contents {
      width: 100%;
      margin: 0px auto; }
    .mypage .account_list {
      width: 100%;
      margin: 0px auto;
      border-top: 1px solid #e0e0e0; }
      .mypage .account_list li {
        font-size: 1.1rem;
        color: #231815;
        margin: 0 0 0px 0;
        position: relative;
        padding: 20px 15px;
        cursor: pointer;
        border-bottom: 1px solid #e0e0e0; }
        .mypage .account_list li .account_list_title {
          font-size: 1.2rem; }
        .mypage .account_list li::after {
          content: "";
          width: 10px;
          height: 1px;
          background: #000;
          position: absolute;
          left: 92%;
          top: 50%;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        .mypage .account_list li.active .account_list_title {
          font-weight: bold; }
        .mypage .account_list li.active::after {
          content: "";
          width: 30px;
          height: 1px;
          background: #000;
          position: absolute;
          left: 90%;
          top: 50%;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    .mypage .mypage-setting .account_list {
      display: none; }
    .mypage .address_list .account_list {
      display: none; }
	.mypage .point_rireki_list .account_list {
	 display: none; }
    .mypage .address_list .fs-c-addressBookList__list > tbody > tr {
      border: 1px solid #e0e0e0; }
    .mypage .address_list .fs-c-addressBookList__list > tbody > tr + tr {
      margin-top: 15px !important; }
    .mypage .address_list .fs-c-addressBookList__list th:first-child, .mypage .address_list .fs-c-addressBookList__list td:first-child {
      border-left: none;
      width: 100%;
      font-size: 1.5rem;
      height: auto;
      padding: 20px 14px 0; }
    .mypage .address_list .fs-c-addressBookList__list td:nth-child(2) {
      border-left: none;
      font-size: 1.4rem;
      padding: 15px 15px 0;
      width: 100%;
      height: auto; }
    .mypage .address_list .fs-c-addressBookList__list td:nth-child(2) .fs-c-address__tel {
      font-size: 1.1rem;
      letter-spacing: 1px;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      margin: 4px 0 0; }
    .mypage .address_list .fs-c-addressBookList__list th:last-child, .mypage .address_list .fs-c-addressBookList__list td:last-child {
      border-right: none;
      width: 100%;
      height: 70px; }
    .mypage .address_list .fs-c-addressBookList__list rt {
      display: contents;
      font-size: 1rem; }
    .mypage .address_list .fs-c-listTable .fs-c-buttonContainer--deleteChange {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 15px; }
    .mypage .address_list .fs-c-buttonContainer--deleteChange .fs-c-button--standard {
      width: 50%; }
    .mypage .address_list .fs-c-buttonContainer--deleteChange .fs-c-button--secondary {
      width: 50%;
      margin: 0; }
    .mypage .address_list .fs-c-address__zipCode {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .mypage .address_list .fs-c-addressBookCount__count {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .mypage .address_list .fs-c-button--secondary {
      background: #e21613;
      border: 0px solid #e21613;
      border-radius: 0px;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 1.4rem;
      line-height: 1;
      text-decoration: none;
      text-align: center;
      padding: 1em 1.6em 1em;
      box-shadow: 0 0 0px #b2b2b2;
      min-width: 10px;
      width: 100%;
      margin: 0 0 30px; }
    .mypage .address_list .fs-c-inputInformation__field {
      margin: 24px auto 0; }
    .mypage .address_list .account_info_area .fs-c-inputInformation__field .fs-c-inputTable__dataCell {
      padding: 20px 0px;
      width: 100%;
      font-size: 1.2rem;
      display: flex;
      align-items: stretch; }
    .mypage .address_list .fs-c-inputInformation__button .fs-c-button--primary {
      width: 100%; }
    .mypage .address_list .fs-c-inputInformation__button .fs-c-button--standard {
      width: 100%;
      font-size: 1.4rem;
      line-height: 1;
      padding: 1em 1.6em 1em; }
    .mypage .address_list .fs-c-buttonContainer--pair {
      grid-row-gap: 15px; }
    .mypage .rireki_list .account_list {
      display: none; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderDate {
      font-size: 1.1rem; }
      .mypage .rireki_list .fs-c-orderHistoryItem__orderDate .fs-c-time {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderCode {
      font-size: 1.1rem; }
      .mypage .rireki_list .fs-c-orderHistoryItem__orderCode .fs-c-string {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .mypage .rireki_list .fs-c-orderHistoryItem__orderSummary {
      font-size: 1.1rem; }
    .mypage .rireki_list .fs-c-buttonContainer--addReview--detail {
      display: none; }
    .mypage .rireki_list .fs-c-orderHistoryItem__product {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
      -ms-grid-rows: auto auto auto auto auto;
      grid-template-rows: auto auto auto auto auto;
      grid-gap: 5px;
      align-items: start;
      padding: 16px 5px; }
    .mypage .rireki_list .fs-c-listedProductName__name {
      font-size: 1.2rem; }
    .mypage .rireki_list .fs-c-listedProductName__variation {
      font-size: 1rem;
      letter-spacing: 0.5px; }
    .mypage .rireki_list .fs-c-orderHistoryItem__productQuantity__label {
      font-size: 1.1rem; }
    .mypage .rireki_list .fs-c-orderHistoryItem__productQuantity__number {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.1rem; }
    .mypage .rireki_list .fs-c-buttonContainer--viewOrderHistoryDetail {
      background: #000; }
    .mypage .rireki_list .fs-c-button--viewOrderHistoryDetail {
      font-size: 1rem;
      letter-spacing: 2px;
      line-height: 1.2;
      color: #fff;
      border-bottom: 0px solid #000; }
    .mypage .rireki_list .fs-c-orderDetail {
      background: #fff;
      padding: 20px 15px;
      border: 1px solid #dcdcdc;
      border-radius: 4px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        grid-auto-rows: auto;
        grid-auto-flow: row;
        grid-gap: 10px;
        border: 0px solid #231815; }
        .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList dt {
          position: relative;
          padding: 0 16px 0 0;
          line-height: 1;
          font-size: 1.2rem;
          margin: 0; }
          .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList dt::after {
            display: inline-block;
            content: ":";
            position: absolute;
            top: -1px;
            right: 1px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList__date, .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList__date + dd {
        background: none;
        color: #000; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-string--label {
        font-size: 1.2rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailList dd {
        margin: 0;
        padding: 0px;
        line-height: 1;
        font-size: 1.2rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-time {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.2rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-string--code {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.2rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-heading--section {
        font-size: 1.4rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__heading {
        padding: 5px 8px 11px;
        display: inline-block;
        line-height: 1;
        color: #888;
        margin: 0;
        background: rgba(126, 126, 126, 0.08); }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__headingNumber {
        font-size: 1rem;
        padding: 0 10px 0 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__headingHomeLabel {
        font-size: 1rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1 / span 2;
        grid-column: 1 / span 2;
        margin: 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1 / span 2;
        grid-column: 1 / span 2; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__orderDeliveryInfo {
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column: 2;
        grid-column: 2;
        margin-left: 34%; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailInfo__cartTable {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1 / span 2;
        grid-column: 1 / span 2;
        margin-left: 0px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailInfo__orderTotal {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 2;
        grid-column: 2;
        margin-left: 0px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee {
        margin: 10px 0 20px; }
        .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt {
          position: relative;
          padding: 0 16px 0 0;
          line-height: 1.5;
          font-size: 1.2rem;
          margin: 0;
          width: 97px; }
          .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dt::after {
            display: inline-block;
            content: ":";
            position: absolute;
            top: -1px;
            right: 1px; }
        .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee dd {
          position: relative;
          padding: 0;
          line-height: 1.5;
          font-size: 1.2rem;
          margin: 3px 0 0 0; }
        .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__addressee .fs-c-addresseeList__address {
          margin: 10px 0 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-address {
        display: block; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable {
        background: #fff; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__dataCell--quantity {
        font-size: 1.3rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__headerCell--subtotal {
        width: 120px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__price .fs-c-price__currencyMark {
        font-size: 1.3rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__price .fs-c-price__value {
        font-size: 1.3rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__productImage {
        padding: 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-cartTable__productInfo {
        padding: 3px 0 0 10px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__total > th,
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
        border-top-width: 1px;
        border-top-style: solid; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-deliveryInfoList {
        margin: 20px 0 0 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-deliveryInfoList dd {
        font-size: 1.2rem;
        line-height: 1;
        padding: 15px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-deliveryInfoList dt {
        font-size: 1.2rem;
        line-height: 1;
        padding: 15px;
        text-align: center; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderDetailInfo__cartTable .fs-c-orderHistoryItem__productName__name {
        font-size: 1.2rem; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-priceDisplay {
        margin: 8px 0 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPaymentTable {
        margin: 20px 0 0 0; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPaymentTable th {
        font-size: 1.2rem;
        line-height: 1;
        padding: 15px; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-orderPaymentTable td {
        font-size: 1.2rem;
        line-height: 1;
        padding: 15px;
        text-align: center; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-button--back {
        width: 100%;
        padding: 1.3em 1.6em 1.3em; }
      .mypage .rireki_list .fs-c-orderDetail .fs-c-history__total dd {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.2rem;
        font-weight: bold; }
    .mypage .favorite_page .account_list {
      display: none; }
    .mypage .password_page .account_list {
      display: none; }
    .mypage .password_page .fs-c-inputInformation__field {
      background: rgba(126, 126, 126, 0.08);
      padding: 16px 15px; }
    .mypage .password_page .fs-c-inputField__field input {
      padding: 8px 12px;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.3rem; }
    .mypage .password_page .fs-c-button--hidePassword {
      padding: 0 3px; }
    .mypage .password_page .fs-c-button--particular {
      padding: 0 3px; }
    .mypage .password_page .fs-c-button--particular.fs-c-button--displayPassword::before, .mypage .password_page .fs-c-button--particular.fs-c-button--hidePassword::before {
      font-size: 2rem; }
    .mypage .password_page .fs-c-button--particular.fs-c-button--displayPassword::before, .mypage .password_page .fs-c-button--particular.fs-c-button--hidePassword::before {
      margin: auto 5px auto 3px; }
    .mypage .password_page .account_info_area .fs-c-inputTable__dataCell {
      padding: 0px 11px 7px; }
    .mypage .delete_page .account_list {
      display: none; }
    .mypage .delete_page .fs-c-inputInformation__button {
      margin-top: 0px; }
    .mypage .delete_page .fs-c-button--primary {
      width: 100%; }
    .mypage .delete_page .fs-c-button--standard {
      font-size: 1.4rem;
      line-height: 1;
      text-decoration: none;
      text-align: center;
      padding: 1em 1.6em 1em; }
    .mypage .delete_page .fs-c-buttonContainer--pair {
      grid-row-gap: 15px; }
    .mypage .account_info_area {
      width: 100%;
      margin: 15px 0;
      padding: 0 15px; }
      .mypage .account_info_area .account_info_area_title {
        font-size: 1.8rem;
        padding: 10px 0;
        letter-spacing: 1px;
        font-weight: bold; }
      .mypage .account_info_area .account_info_area_subtxt {
        font-size: 1.1rem;
        padding: 0;
        letter-spacing: 1px;
        font-weight: bold;
        margin: 0 0 15px;
        line-height: 1.5; }
      .mypage .account_info_area .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
        font-size: 1.2rem;
        width: 100%;
        padding: 10px 10px;
        display: flex;
        align-items: stretch;
        background: #f3f3f3; }
      .mypage .account_info_area .fs-c-inputTable__dataCell {
        padding: 20px 15px;
        width: 100%;
        font-size: 1.2rem;
        display: flex;
        align-items: stretch; }
      .mypage .account_info_area .fs-c-inputTable > tbody {
        display: block;
        border-bottom: 0px solid #f5f5f5; }
    .mypage .fs-c-orderTotalTable__subtotal td {
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      line-height: 1;
      vertical-align: baseline; }
      .mypage .fs-c-orderTotalTable__subtotal td:before {
        content: '¥';
        font-size: 1.2rem;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
        line-height: 1;
        vertical-align: baseline; }
    .mypage .fs-c-orderTotalTable__postageFee td {
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      line-height: 1;
      vertical-align: baseline; }
      .mypage .fs-c-orderTotalTable__postageFee td:before {
        content: '¥';
        font-size: 1.2rem;
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
        line-height: 1;
        vertical-align: baseline; } }
@media screen and (max-width: 767px) {
  .fs-body-my-account-settings-edit .mypage .account_info_area .fs-c-inputTable__dataCell {
    padding: 20px 0px;
    width: 100%;
    font-size: 1.2rem;
    display: flex;
    align-items: stretch; } }
@media screen and (min-width: 768px) {
  .mypage .account_list li:hover {
    font-size: 1.5rem;
    color: #231815;
    margin: 0 0 0px 0;
    position: relative;
    padding: 10px 0;
    cursor: pointer; } }
.account_list_title {
  font-size: 1rem;
  color: #231815;
  margin: 0 0 0px 0;
  position: relative; }


/* ==========================================================================

	account_list マイページ メニュー ver.2
	
========================================================================== */

.mypage .mypage-setting .account_list li.settings .account_list_title {
	font-weight: bold; 
}
.mypage .mypage-setting .account_list li.settings::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .address_list .account_list li.addressbook .account_list_title {
	font-weight: bold; 
}
.mypage .address_list .account_list li.addressbook::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .rireki_list .account_list li.orders .account_list_title {
	font-weight: bold; 
}
.mypage .rireki_list .account_list li.orders::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .point_rireki_list .account_list li.points .account_list_title {
	font-weight: bold; 
}
.mypage .point_rireki_list .account_list li.points::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .favorite_page .account_list li.wishlist .account_list_title {
	font-weight: bold; 
}
.mypage .favorite_page .account_list li.wishlist::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .coupons_area .account_list li.coupons .account_list_title {
	font-weight: bold; 
}
.mypage .coupons_area .account_list li.coupons::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .password_page .account_list li.password .account_list_title {
	font-weight: bold; 
}
.mypage .password_page .account_list li.password::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
.mypage .delete_page .account_list li.delete .account_list_title {
	font-weight: bold; 
}
.mypage .delete_page .account_list li.delete::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 90%;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}


.account_list .account_list_txt {
  font-size: 1.1rem;
  color: #231815;
  margin: 0 0 10px 0;
  position: relative;
  opacity: 0.5; }

.fs-c-inputInformation__field {
  margin: 24px auto 44px;
  max-width: 2000px; }

.fs-c-requiredMark::before {
  content: "*";
  display: block;
  font-size: 1.3rem;
  text-indent: 0;
  margin: -5px 0 0 0px;
  color: #e21613; }

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 1.2rem;
  width: 200px;
  padding: 21px 15px;
  display: flex;
  align-items: stretch; }

.fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.2rem;
  width: 200px;
  padding: 21px 15px;
  display: flex;
  align-items: stretch; }

.fs-c-inputGroup {
  border-color: #cccccc; }

.fs-c-inputGroup > * + * {
  border-color: #cccccc; }

.fs-c-inputGroup > button {
  border: none;
  border-left: 1px solid #cccccc; }

.fs-c-inputTable {
  width: 100%; }

.fs-c-inputTable__headerCell {
  text-align: left; }

.fs-c-inputTable__dataCell {
  padding: 20px 30px;
  width: calc(100% - 200px);
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }

.fs-c-inputTable > thead {
  display: none; }

.fs-c-inputTable > tbody {
  display: block;
  border-bottom: 1px solid #f5f5f5; }

.fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  border-top: 1px solid #f5f5f5; }

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 0px; }

.fs-c-inputTable--child {
  background: #f7f7f7;
  display: block;
  padding: 8px; }

.fs-c-inputTable--child > tbody > tr > th, .fs-c-inputTable--child > tbody > tr > td {
  padding: 8px 4px;
  display: table-cell; }

.fs-c-inputTable--inModal > tbody {
  padding-bottom: 16px; }

.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 8px; }

.fs-c-inputTable--inModal > tbody > tr:nth-child(even) {
  background: none; }

.fs-c-inputTable--inModal th, .fs-c-inputTable--inModal td {
  border: none; }

_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > th,
_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > td {
  display: block; }

.fs-c-inquiryMessage {
  margin: 0 0 16px; }

.fs-c-inquiryProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  margin: 0 auto 20px; }

.fs-c-inquiryProduct__productImage {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-right: 8px; }

.fs-c-inquiryProduct__productImage img {
  max-width: 100%; }

.fs-c-inquiryProduct__productName {
  -ms-grid-column: 2;
  -ms-grid-row: 1; }

.fs-c-inquiryProduct__productName:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3; }

.mypage .fs-c-button--primary {
  background: #e21613;
  border: 0px solid #e21613;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  min-width: 10px;
  width: 228px; }

#fs_input_lastName, #fs_input_firstName, #fs_input_lastNameKana, #fs_input_firstNameKana, #fs_input_email, #fs_input_prefecture, #fs_input_addressLine1, #fs_input_addressLine2, #fs_input_addressLine3, #fs_input_phoneNumber, #fs_input_alternatePhoneNumber {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.3em;
  padding: 10px 10px;
  width: 100%;
  border-radius: 3px; }

.mypage .fs-c-inputField {
  width: 100%; }

.mypage #fs_input_zipCode {
  width: 81px;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.3em;
  padding: 10px 10px;
  border-radius: 3px; }

.mypage .fs-c-dropdown__menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: #ffffff;
  color: #333333;
  width: 100%;
  padding: 10px 4em 10px 10px;
  border: 1px solid #ccc; }

/* 誕生日 */
.mypage .fs-c-dropdownGroup .fs-c-dropdown__menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: #ffffff;
  color: #333333;
  width: 100%;
  padding: 7px 4em 7px 10px; }

.mypage .fs-c-inputField__explanation {
  font-size: 1.1rem;
  opacity: 0.8;
  margin: 8px 0 0 0;
  color: #77161b;
  font-weight: bold;
  line-height: 1.5; }

.fs-c-dropdownGroup {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start; }

.fs-c-dropdownGroup > .fs-c-dropdown + * {
  margin-left: 8px; }

.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 16px; }

@media screen and (min-width: 600px) {
  .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
    margin-left: 8px; } }
.fs-c-inputDate > * {
  display: inline-flex;
  align-items: center; }

.fs-c-inputDate__year + .fs-c-inputDate__month::before,
.fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: "/";
  padding-right: 8px; }

.fs-c-button--secondary {
  box-shadow: 0 0 0px #b2b2b2; }

.mypage .fs-c-button--secondary {
  background: #000;
  border: 0px solid #000;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  min-width: 10px;
  width: 228px; }

.mypage .fs-c-buttonContainer--deleteChange .fs-c-button--secondary {
  background: #000;
  border: 0px solid #000;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  min-width: 10px;
  width: 60px; }

@media screen and (max-width: 767px) {
  #fs_input_lastName, #fs_input_firstName, #fs_input_lastNameKana, #fs_input_firstNameKana, #fs_input_email, #fs_input_prefecture, #fs_input_addressLine1, #fs_input_addressLine2, #fs_input_addressLine3, #fs_input_phoneNumber, #fs_input_alternatePhoneNumber {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    line-height: 1.4;
    min-height: 1.3em;
    padding: 10px 10px;
    width: 100%;
    border-radius: 3px; }

  .mypage .fs-c-button--primary {
    background: #e21613;
    border: 0px solid #e21613;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    min-width: 10px;
    width: 100%;
    margin: 0 auto; } }
/* ==========================================================================

	お届け先リスト
	
========================================================================== */
@media screen and (min-width: 600px) {
  .fs-c-addressBookList__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    align-items: baseline; } }
.fs-c-addressBookList__addButton {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.fs-c-addressBookList__count {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: right;
  font-size: 1.1rem; }

.fs-c-addressBookList__list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2; }

.fs-c-addresseeList__name, .fs-c-addresseeList__address {
  font-weight: bold; }

.fs-c-noResultMessage {
  background: rgba(126, 126, 126, 0.08);
  padding: 24px 24px 22px;
  margin: 24px 0;
  text-align: center; }

.fs-c-orderDeliveryInfo {
  margin-top: 8px; }

.fs-c-noResultMessage__title {
  font-size: 1.1rem; }

.fs-c-listTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  font-size: 1.1rem;
  vertical-align: top; }

.fs-c-listTable * {
  vertical-align: inherit; }

.fs-c-listTable > thead {
  border-top: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08); }

.fs-c-listTable > tbody {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2; }

.fs-c-listTable > tbody > tr:nth-child(even) {
  background: rgba(126, 126, 126, 0.08); }

.fs-c-listTable td {
  display: inline-block;
  position: relative; }

.fs-c-listTable th, .fs-c-listTable td {
  border-right: 0px solid #b2b2b2;
  border-left: 0px solid #b2b2b2;
  padding: 0px;
  height: 100px; }

.fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
  border-left: none;
  width: 200px;
  font-size: 1.4rem;
  padding: 29px 10px 0; }

.fs-c-listTable td:nth-child(2) {
  border-left: none;
  font-size: 1.4rem;
  padding: 19px 10px 0;
  width: calc(100% - 335px); }

.fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
  border-right: none;
  width: 135px; }

.fs-c-listTable .fs-c-buttonContainer--deleteChange {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  width: 135px; }

@media screen and (max-width: 600px) {
  .fs-c-listTable > tbody {
    border: none; }

  .fs-c-listTable > tbody > tr {
    border: 1px solid #b2b2b2; }

  .fs-c-listTable > tbody > tr:nth-child(even) {
    background: transparent; } }
.fs-c-button--standard {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 0px #b2b2b2; }

.fs-u-tel::before {
  content: "TEL: "; }

.fs-u-zipCode::before {
  content: "〒"; }

.fs-c-address .fs-c-address__zipCode {
  display: block; }

.fs-c-address .fs-c-address__address {
  display: block; }

.fs-c-address .fs-c-address__tel {
  display: block; }

.mypage .fs-c-buttonContainer--deleteChange .fs-c-button--standard {
  background: #ebebeb;
  border: 0px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  min-width: 10px;
  width: 60px; }

/* アドレス削除 モーダル */
.fs-c-modal__contents .fs-c-inputTable tr {
  padding: 10px 0;
  margin: 0; }

.fs-c-modal__contents .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: 100%; }

.fs-c-inputTable--inModal > tbody {
  padding: 0; }

/* 注文履歴 */
.fs-c-history {
  margin: 24px auto 0; }

.fs-c-history .fs-c-noResultMessage {
  background: rgba(126, 126, 126, 0.08);
  padding: 24px 24px 22px;
  margin: 0;
  text-align: center; }

.fs-c-history__term {
  color: #000;
  font-weight: normal;
  font-size: 1rem; }

.fs-c-history__termCtrl {
  font-size: 1.1rem; }

.fs-c-history__total dt, .fs-c-history__total dd {
  border-top: 0px solid #7c8790;
  margin-top: 8px;
  padding-top: 8px; }

.fs-c-history__quantity {
  font-size: 1.2rem; }

.fs-c-history__number {
  font-size: 1.2rem; }

/* お気に入りリスト */
.fs-c-wishList .fs-c-productList__list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start; }

.fs-c-wishList .fs-c-productList__list__item {
  width: calc(100% / 3);
  border: 0;
  position: relative;
  padding: 0 7.5px;
  margin: 0 0 36px; }

.fs-c-wishList .fs-c-productName__name {
  line-height: 1.5; }

.fs-c-wishList .fs-c-productName__variation {
  color: #808080;
  padding: 2px 0; }

.fs-c-wishList .fs-c-button--subscribeToArrivalNotice--list {
  position: relative;
  vertical-align: bottom;
  background: #e21613;
  border: 1px solid #e21613;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  line-height: 1; }

.fs-c-wishList .fs-c-button--plain {
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all  1s; }

.fs-c-wishList .fs-c-button--subscribeToArrivalNotice--list:hover {
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e21613;
  width: 100%;
  color: #e21613;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all  1s; }

.fs-c-wishList .fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label {
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
  margin: 0px 0 3px 0; }

.fs-c-wishList .fs-c-button--addToCart--list {
  display: block;
  position: relative;
  vertical-align: bottom;
  background: #000;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  line-height: 1; }

.fs-c-wishList .fs-c-button--addToCart--list .fs-c-button__label {
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
  margin: 0px 0 3px 0;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

.fs-c-wishList .fs-c-button--addToCart--list:hover {
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  color: #000;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all  1s; }

@media screen and (max-width: 767px) {
  .fs-c-wishList .fs-c-productList__list {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-align-items: flex-start;
    /* Safari */
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start; }

  .fs-c-wishList .fs-c-productList__list__item {
    width: 50%;
    border: 0;
    position: relative;
    padding: 0;
    margin: 0 0 36px; }

  .fs-c-wishList .fs-c-productList__list__item:nth-of-type(1n + 0) {
    margin-right: 0 !important;
    padding: 0 7.5px 0 0; }

  .fs-c-wishList .fs-c-productList__list__item:nth-of-type(2n + 0) {
    margin-right: 0 !important;
    padding: 0 0 0 7.5px; }

  .fs-c-wishList .fs-c-productName__name {
    line-height: 1.5; }

  .fs-c-wishList .fs-c-productName__variation {
    color: #808080;
    padding: 2px 0; }

  .fs-c-wishList .fs-c-button--subscribeToArrivalNotice--list {
    position: relative;
    vertical-align: bottom;
    background: #e21613;
    border: 1px solid #e21613;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    line-height: 1;
    margin: 0; }

  .fs-c-wishList .fs-c-button--plain {
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all  1s; }

  .fs-c-wishList .fs-c-button--subscribeToArrivalNotice--list:hover {
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e21613;
    width: 100%;
    color: #e21613;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all  1s; }

  .fs-c-wishList .fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
    margin: 0px 0 3px 0; }

  .fs-c-wishList .fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
    content: "\e920";
    font-size: 1.2rem;
    vertical-align: baseline; }

  .fs-c-wishList .fs-c-button--addToCart--list {
    display: block;
    position: relative;
    vertical-align: bottom;
    background: #000;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    line-height: 1;
    margin: 0; }

  .fs-c-wishList .fs-c-button--addToCart--list .fs-c-button__label {
    font-size: 0.8rem;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
    margin: 0px 0 3px 0;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

  .fs-c-wishList .fs-c-button--addToCart--list:hover {
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    color: #000;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all  1s; }

  .fs-c-wishList .fs-c-button--viewProductDetail {
    display: none; }
  .fs-c-wishList .fs-c-productListItem__control {
    padding: 0;
    margin: 20px 0 0 0; }
  .fs-c-wishList .fs-c-button--removeFromWishList--icon {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 15px; }
  .fs-c-wishList .fs-c-button--addToWishList--icon {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 15px; } }
/* ==========================================================================

	MYPAGE TOP wishlist setting
	
========================================================================== */
.mypage .fs-c-wishlistProduct {
  display: none; }

.mypage_wishlist_box .fs-c-wishlistProduct__title {
  border-bottom: 0px solid currentColor;
  color: #231815;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding: 10px 0 30px; }
.mypage_wishlist_box .item_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start; }
  .mypage_wishlist_box .item_list .fs-c-productListCarousel__list__item {
    padding: 0 0px 0 0;
    width: calc(25% - 15px) !important;
    margin: 0 15px 15px 0;
    display: block !important;
    flex-basis: auto;
    min-width: 10px;
    max-width: 1000px;
    position: relative; }
  .mypage_wishlist_box .item_list .fs-c-productListItem__control {
    padding: 0;
    height: 0;
    margin: 0;
    display: none; }
  @media only screen and (min-width: 768px) {
    .mypage_wishlist_box .item_list .fs-c-productListCarousel__list__item:nth-of-type(4n + 0) {
      margin-right: 0; } }
  .mypage_wishlist_box .item_list .fs-c-productListItem__productDescription {
    display: none; }
  .mypage_wishlist_box .item_list .fs-c-salesPeriod__date {
    border: 0px solid #808080;
    border-width: 0px 0;
    line-height: 1.4;
    padding: 10px 20px 8px;
    text-align: center;
    margin: 20px 0;
    background: #f5f5f5;
    font-size: 1rem;
    display: none; }

@media only screen and (max-width: 767px) {
  .mypage_wishlist_box {
    padding: 0 0 0 15px; }
    .mypage_wishlist_box .fs-c-wishlistProduct__title {
      border-bottom: 0px solid currentColor;
      color: #231815;
      font-size: 1.3rem;
      letter-spacing: 2px;
      padding: 30px 0 20px; }
    .mypage_wishlist_box .item_list {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: flex-start;
      /* Safari */
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      /* Safari */
      justify-content: flex-start; }
      .mypage_wishlist_box .item_list .fs-c-productListCarousel__list__item {
        padding: 0 0px 0 0;
        width: calc(50% - 15px) !important;
        margin: 0 15px 15px 0;
        display: block !important;
        flex-basis: auto;
        min-width: 10px;
        max-width: 1000px;
        position: relative; }
      .mypage_wishlist_box .item_list .fs-c-productListCarousel__list__item:nth-of-type(2n + 0) {
        margin-right: 0 !important; }
      .mypage_wishlist_box .item_list .fs-c-productListItem__control {
        padding: 0;
        height: 0;
        margin: 0;
        display: none; }
      .mypage_wishlist_box .item_list .fs-c-productListItem__productDescription {
        display: none; }
      .mypage_wishlist_box .item_list .fs-c-salesPeriod__date {
        border: 0px solid #808080;
        border-width: 0px 0;
        line-height: 1.4;
        padding: 10px 20px 8px;
        text-align: center;
        margin: 20px 0;
        background: #f5f5f5;
        font-size: 1rem;
        display: none; }
      .mypage_wishlist_box .item_list .fs-c-productName__name {
        margin: 0 0 5px; }
      .mypage_wishlist_box .item_list .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
        content: "(";
        font-size: 1rem;
        line-height: 1.5; }
      .mypage_wishlist_box .item_list .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
        content: ")";
        font-size: 1rem;
        line-height: 1.5; } }
/* ==========================================================================

	MYPAGE LOGIN setting
	
========================================================================== */
.fs-body-login .fs-c-registeredUsers {
  flex-grow: 1;
  flex-basis: calc(50% - 15px);
  border: 0px solid #e0e0e0;
  padding: 60px 0;
  border-right: 0px solid #e0e0e0;
  margin-right: 15px; }

.fs-body-login .fs-c-newUsers {
  margin-left: 15px;
  flex-basis: calc(50% - 15px);
  border-left: 1px solid #e0e0e0;
  padding: 60px 0; }

.fs-c-subSection__title {
  text-align: center;
  border-bottom: 0px solid currentColor;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold; }

/* ログインエリア */
.fs-c-registeredUsers .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.3rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 6px 0; }
.fs-c-registeredUsers .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }
.fs-c-registeredUsers #fs_input_mailAddress {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 1.3rem;
  margin: 0 0 15px; }
.fs-c-registeredUsers #fs_input_password {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-c-registeredUsers .fs-c-inputGroup {
  border-radius: 0px; }
.fs-c-registeredUsers .fs-c-button--displayPassword {
  padding: 0 9px 0 8px; }
.fs-c-registeredUsers .fs-c-button--hidePassword {
  padding: 0 9px 0 8px; }
.fs-c-registeredUsers .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-registeredUsers .fs-c-button--particular.fs-c-button--hidePassword::before {
  margin: auto 0px; }
.fs-c-registeredUsers .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0);
  padding: 12px 32px 12px;
  margin: 34px auto 30px; }
.fs-c-registeredUsers .fs-c-inputInformation__link {
  margin-top: 15px;
  text-align: center;
  font-size: 1rem;
  text-decoration: underline; }
.fs-c-registeredUsers .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0px solid #f5f5f5; }

.fs-c-newUsers .fs-c-newUsers__message {
  text-align: center;
  font-size: 1.1rem;
  margin: 30px auto;
  line-height: 1.8; }

@media only screen and (max-width: 767px) {
  .fs-body-login .fs-c-registeredUsers {
    flex-grow: 1;
    flex-basis: 100%;
    border: 0px solid #e0e0e0;
    padding: 30px 15px 30px;
    border-right: 0px solid #e0e0e0;
    margin-right: 0;
    margin-bottom: 0; }

  .fs-body-login .fs-c-newUsers {
    margin-left: 0;
    flex-basis: 100%;
    border-left: 0px solid #e0e0e0;
    padding: 60px 15px 0;
    border-top: 1px solid #e0e0e0; }

  .fs-body-cart-login .fs-c-registeredUsers {
    padding: 0 15px; }

  .fs-c-registeredUsers .fs-c-inputInformation__field {
    background: #fff;
    padding: 12px 0px 12px;
    margin: 34px auto 30px; }
  .fs-c-registeredUsers .fs-c-button--primary {
    width: 100%; } }
/* ==========================================================================

	MYPAGE WISHLIST LOGIN setting
	
========================================================================== */
.fs-body-wishlist-login .fs-c-registeredUsers {
  flex-grow: 1;
  flex-basis: calc(50% - 15px);
  border: 0px solid #e0e0e0;
  padding: 60px 0;
  border-right: 1px solid #e0e0e0;
  margin-right: 15px; }

.fs-body-wishlist-login .fs-c-newUsers {
  margin-left: 15px;
  flex-basis: calc(50% - 15px);
  border: 0px solid #e0e0e0;
  padding: 60px 0; }

.wishlist_login_txt {
  padding: 44px 0 44px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .fs-body-wishlist-login .fs-c-registeredUsers {
    flex-grow: 1;
    flex-basis: 100%;
    border: 0px solid #e0e0e0;
    padding: 30px 15px 30px;
    border-right: 0px solid #e0e0e0;
    margin-right: 0;
    margin-bottom: 0; }

  .fs-body-wishlist-login .fs-c-newUsers {
    margin-left: 0;
    flex-basis: 100%;
    border-left: 0px solid #e0e0e0;
    padding: 60px 15px 0;
    border-top: 1px solid #e0e0e0; }

  .fs-body-wishlist-login .fs-c-loginForm {
    margin: 0; }

  .wishlist_login_txt {
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 44px 0 0; } }
/* ==========================================================================

	MYPAGE CART LOGIN setting
	
========================================================================== */
.fs-body-cart-login .fs-c-guestPurchase {
  border-top: 0px solid #7c8790;
  margin-top: 0px;
  padding-top: 24px;
  text-align: center; }

.fs-body-cart-login .fs-c-button--guestPurchase {
  background: #b2b2b2;
  border: 0px solid #b2b2b2;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  min-width: 10px;
  width: 228px; }

@media only screen and (max-width: 767px) {
  .fs-body-cart-login .fs-c-button--guestPurchase {
    background: #b2b2b2;
    border: 0px solid #b2b2b2;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    min-width: 10px;
    width: 100%; } }
/* ==========================================================================

	MYPAGE LOGIN forgotPassword setting
	
========================================================================== */
.fs-body-forgotPassword .fs-c-inputInformation__message {
  margin: 64px auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.fs-body-forgotPassword .fs-c-orderedList > li {
  padding-right: 0;
  font-size: 1.1rem; }
.fs-body-forgotPassword .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.3rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 6px 0; }
.fs-body-forgotPassword .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }
.fs-body-forgotPassword #fs_input_mailAddress {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 1.3rem;
  margin: 0 0 15px; }
.fs-body-forgotPassword #fs_input_tempPassword {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-body-forgotPassword .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0px solid #f5f5f5; }
.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0);
  padding: 16px 21px;
  width: 468px; }

.fs-body-resetPassword .fs-c-inputInformation__message {
  margin: 64px auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3rem; }
.fs-body-resetPassword .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.3rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 6px 0; }
.fs-body-resetPassword .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }
.fs-body-resetPassword #fs_input_mailAddress {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 1.3rem;
  margin: 0 0 15px; }
.fs-body-resetPassword #fs_input_tempPassword {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-body-resetPassword #fs_input_newPassword {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-body-resetPassword .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0px solid #f5f5f5; }
.fs-body-resetPassword .fs-c-inputTable tbody tr:first-child {
  margin: 0 0 10px; }
.fs-body-resetPassword .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0);
  padding: 16px 21px;
  width: 468px; }
.fs-body-resetPassword .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-body-resetPassword .fs-c-button--particular.fs-c-button--hidePassword::before {
  margin: 0; }
.fs-body-resetPassword .fs-c-button--displayPassword {
  padding: 0 9px 0 8px; }
.fs-body-resetPassword .fs-c-button--hidePassword {
  padding: 0 9px 0 8px; }

@media only screen and (max-width: 767px) {
  .fs-body-forgotPassword .fs-c-inputInformation__message, .fs-body-resetPassword .fs-c-inputInformation__message {
    margin: 44px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3rem; }
  .fs-body-forgotPassword .page_title, .fs-body-resetPassword .page_title {
    font-size: 2.2rem;
    margin: 30px 0 0; }
  .fs-body-forgotPassword .fs-c-inputInformation, .fs-body-resetPassword .fs-c-inputInformation {
    padding: 0 15px; }
  .fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-resetPassword .fs-c-inputInformation__field {
    background: rgba(126, 126, 126, 0);
    padding: 16px 0px;
    margin: 0;
    width: 100%; }
  .fs-body-forgotPassword .fs-c-inputInformation__button, .fs-body-resetPassword .fs-c-inputInformation__button {
    margin-top: 10px; } }
/* ==========================================================================

	MYPAGE REGISTER setting
	
========================================================================== */
.fs-body-register .fs-c-inputInformation__message, .fs-body-customerDetails .fs-c-inputInformation__message {
  margin: 24px auto 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3rem; }
.fs-body-register .fs-c-inputInformation__field, .fs-body-customerDetails .fs-c-inputInformation__field {
  margin: 24px auto 44px;
  width: 700px; }
.fs-body-register .fs-c-inputField__field, .fs-body-customerDetails .fs-c-inputField__field {
  text-align: center; }
.fs-body-register .fs-c-checkbox, .fs-body-customerDetails .fs-c-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  font-size: 1.1rem; }
.fs-body-register .fs-c-checkbox a, .fs-body-customerDetails .fs-c-checkbox a {
  text-decoration: underline; }
.fs-body-register .fs-c-checkbox__label .fs-c-checkbox__checkMark::before, .fs-body-customerDetails .fs-c-checkbox__label .fs-c-checkbox__checkMark::before {
  top: 1px;
  left: 1px; }
.fs-body-register .fs-c-checkbox__label .fs-c-checkbox__checkMark, .fs-body-customerDetails .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 15px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px; }
.fs-body-register #fs_input_password, .fs-body-customerDetails #fs_input_password {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-body-register .fs-c-button--displayPassword, .fs-body-customerDetails .fs-c-button--displayPassword {
  padding: 0 9px 0 8px; }
.fs-body-register .fs-c-button--hidePassword, .fs-body-customerDetails .fs-c-button--hidePassword {
  padding: 0 9px 0 8px; }
.fs-body-register .fs-c-inputField, .fs-body-customerDetails .fs-c-inputField {
  width: 100%; }
.fs-body-register #fs_input_zipCode, .fs-body-customerDetails #fs_input_zipCode {
  width: 81px;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.3em;
  padding: 10px 10px;
  border-radius: 3px; }
.fs-body-register .fs-c-agreementConfirmationArea, .fs-body-customerDetails .fs-c-agreementConfirmationArea {
  margin: 40px 0; }
.fs-body-register .fs-c-agreementConfirmationArea__message, .fs-body-customerDetails .fs-c-agreementConfirmationArea__message {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  background: rgba(126, 126, 126, 0.08);
  padding: 30px; }
.fs-body-register .fs-c-agreementConfirmation__message--registrationChecked, .fs-body-customerDetails .fs-c-agreementConfirmation__message--registrationChecked {
  display: none; }
.fs-body-register .fs-c-agreementConfirmation__checkbox, .fs-body-customerDetails .fs-c-agreementConfirmation__checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  font-size: 1.3rem;
  width: 100%;
  margin: 10px 0; }
.fs-body-register fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField, .fs-body-customerDetails fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 0px;
  border-top: 0px solid #999999; }
.fs-body-register .fs-c-checkbox__label .fs-c-checkbox__labelText, .fs-body-customerDetails .fs-c-checkbox__label .fs-c-checkbox__labelText {
  margin: 0 0 0 5px; }
.fs-body-register .fs-c-agreementConfirmation__addon, .fs-body-customerDetails .fs-c-agreementConfirmation__addon {
  margin: 8px 0 0 0px; }
.fs-body-register .fs-c-agreementConfirmation__addon__message, .fs-body-customerDetails .fs-c-agreementConfirmation__addon__message {
  font-size: 1.4rem;
  margin: 0 0 11px; }
.fs-body-register .fs-c-agreementConfirmation__message--newsletterChecked, .fs-body-customerDetails .fs-c-agreementConfirmation__message--newsletterChecked {
  margin: 10px 0 0;
  padding: 16px;
  font-size: 1.4rem;
  font-weight: bold; }
.fs-body-register .fs-c-agreementConfirmation__message, .fs-body-customerDetails .fs-c-agreementConfirmation__message {
  background: rgba(126, 126, 126, 0.08);
  padding: 30px;
  font-size: 1.4rem; }
.fs-body-register .fs-p-listWithCheckmark, .fs-body-customerDetails .fs-p-listWithCheckmark {
  margin: 20px 0; }

.fs-body-register-success .fs-c-registerSuccessMessage {
  margin: 64px auto 24px;
  padding-bottom: 24px;
  border-bottom: 0px solid #999999;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2; }
  .fs-body-register-success .fs-c-registerSuccessMessage p:first-child {
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 1.3rem; }
  .fs-body-register-success .fs-c-registerSuccessMessage p:nth-child(2) {
    margin: 0 0 15px; }

@media only screen and (max-width: 767px) {
  .fs-c-panelContainer {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px; }

  .fs-c-panel__contentList__content {
    font-size: 1.2rem; }

  .fs-c-panel::before {
    font-size: 1.2rem; }

  .fs-body-register .fs-c-inputInformation__field, .fs-body-customerDetails .fs-c-inputInformation__field {
    margin: 24px auto 24px;
    width: 100%;
    padding: 0 15px; }
  .fs-body-register .fs-c-agreementConfirmationArea, .fs-body-customerDetails .fs-c-agreementConfirmationArea {
    margin: 20px 0; }
  .fs-body-register .fs-c-agreementConfirmationArea__message, .fs-body-customerDetails .fs-c-agreementConfirmationArea__message {
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    background: rgba(126, 126, 126, 0.08);
    padding: 15px; }
  .fs-body-register .fs-c-agreementConfirmation__message, .fs-body-customerDetails .fs-c-agreementConfirmation__message {
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    background: rgba(126, 126, 126, 0.08);
    padding: 15px; }
  .fs-body-register .fs-c-checkbox__label .fs-c-checkbox__labelText, .fs-body-customerDetails .fs-c-checkbox__label .fs-c-checkbox__labelText {
    margin: 0 0 0 5px;
    font-size: 1.1rem; }
  .fs-body-register .fs-c-agreementConfirmation__addon__message, .fs-body-customerDetails .fs-c-agreementConfirmation__addon__message {
    font-size: 1.1rem;
    margin: 0 0 11px; }
  .fs-body-register #fs_input_password, .fs-body-customerDetails #fs_input_password {
    border-radius: 0px;
    padding: 10px 10px;
    font-size: 1.2rem; }

  .fs-body-register .fs-c-memberInfoField {
    margin: 0 auto 24px; }
  .fs-body-register .fs-c-buttonContainer {
    padding: 0 15px; }
  .fs-body-register .page_title {
    font-size: 2.2rem;
    margin: 30px 0 0 0; }
  .fs-body-register .fs-c-radio__radioLabelText {
    text-align: left; }

  .fs-body-customerDetails .fs-c-agreementField {
    padding-top: 0px; }

  .fs-body-register-success .fs-c-registerSuccessMessage {
    margin: 44px auto 24px;
    padding-bottom: 24px;
    border-bottom: 0px solid #999999;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2;
    padding: 0 15px; }
    .fs-body-register-success .fs-c-registerSuccessMessage p:first-child {
      font-weight: bold;
      margin: 0 0 15px;
      font-size: 1.3rem; }
    .fs-body-register-success .fs-c-registerSuccessMessage p:nth-child(2) {
      margin: 0 0 15px; }
  .fs-body-register-success .page_title {
    font-size: 2.2rem;
    margin: 30px 0 0 0; } }
/* ==========================================================================

	MYPAGE MAIL MAGAZINE setting
	
========================================================================== */
.mailmagazine_page .fs-c-inputInformation__message {
  margin: 64px auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem; }
.mailmagazine_page .fs-c-orderedList > li {
  padding-right: 0;
  font-size: 1.1rem; }
.mailmagazine_page .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.3rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 6px 0; }
.mailmagazine_page .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }
.mailmagazine_page #fs_input_mailAddress {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 1.3rem;
  margin: 0 0 15px; }
.mailmagazine_page #fs_input_tempPassword {
  border-radius: 0px;
  padding: 10px 10px; }
.mailmagazine_page .fs-c-inputTable > tbody {
  display: block;
  border-bottom: 0px solid #f5f5f5; }
.mailmagazine_page .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0px solid #f5f5f5; }
.mailmagazine_page .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0);
  padding: 16px 21px;
  width: 468px;
  margin: 24px auto 0; }
.mailmagazine_page .fs-c-inputField__field {
  text-align: center; }
.mailmagazine_page .fs-c-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  font-size: 1.1rem; }
.mailmagazine_page .fs-c-checkbox a {
  text-decoration: underline; }
.mailmagazine_page .fs-c-checkbox__label .fs-c-checkbox__checkMark::before {
  top: 1px;
  left: 1px; }
.mailmagazine_page .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 15px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px; }
.mailmagazine_page .fs-c-inputInformation__button {
  margin-top: 0px; }
.mailmagazine_page .mailmagazine-un-infotxt01 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 64px auto 0; }
.mailmagazine_page .mailmagazine_un_txt01 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 64px auto 0; }
.mailmagazine_page .mailmagazine_un_txt02 {
  font-size: 1.3rem;
  line-height: 1.9;
  width: 100%;
  text-align: center;
  margin: 24px auto 0; }

.fs-body-newsletter-subscribe-success .fs-c-documentContent p:first-child {
  font-weight: bold;
  font-size: 1.6rem; }
.fs-body-newsletter-subscribe-success .fs-c-documentContent p:nth-child(2) {
  font-size: 1.3rem;
  line-height: 1.9;
  width: 400px;
  text-align: left;
  margin: 24px auto 0; }

.thankyou_message {
  color: #e21613;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 5px;
  line-height: 1.2;
  text-align: center;
  margin: 64px auto 14px;
  font-family: europa, sans-serif; }

@media screen and (max-width: 767px) {
  .fs-body-register .fs-c-inputInformation__field {
    margin: 24px auto 44px;
    width: 100%; }

  .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
    font-size: 1.2rem;
    width: 100%;
    padding: 10px 0px 0px;
    display: flex;
    align-items: stretch; }

  .fs-c-inputTable__dataCell {
    padding: 10px 0;
    width: 100%;
    font-size: 1.2rem;
    display: flex;
    align-items: stretch; }

  .fs-body-newsletter-subscribe-success .fs-c-documentContent {
    padding: 0px 15px;
    text-align: center; }
    .fs-body-newsletter-subscribe-success .fs-c-documentContent p:first-child {
      font-weight: bold;
      font-size: 1.6rem; }
    .fs-body-newsletter-subscribe-success .fs-c-documentContent p:nth-child(2) {
      font-size: 1.2rem;
      line-height: 1.9;
      width: 100%;
      text-align: left;
      margin: 10px auto 0; }

  .mailmagazine_page .fs-c-inputInformation__message {
    margin: 34px auto 14px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
    width: 253px; }
  .mailmagazine_page .fs-c-inputInformation__field {
    background: rgba(126, 126, 126, 0);
    padding: 16px 0px;
    width: 100%;
    margin: 24px auto 0; }
  .mailmagazine_page .fs-c-inputInformation {
    padding: 0 15px; }
  .mailmagazine_page .fs-c-button--primary {
    background: #e21613;
    border: 0px solid #e21613;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    min-width: 10px;
    width: 100%;
    margin: 0 auto; }
  .mailmagazine_page .mailmagazine-un-infotxt01 {
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    margin: 64px auto 0;
    line-height: 1.5; }
  .mailmagazine_page .mailmagazine_un_txt01 {
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    margin: 64px auto 0;
    line-height: 1.5; }
  .mailmagazine_page .mailmagazine_un_txt02 {
    font-size: 1.3rem;
    line-height: 1.9;
    width: 100%;
    text-align: center;
    margin: 24px auto 0; }

  .thankyou_message {
    color: #e21613;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
    margin: 64px auto 14px;
    font-family: europa, sans-serif; } }
/* ==========================================================================

	CART setting
	
========================================================================== */
.cart_page {
  width: 100%;
  padding: 50px 30px 110px;
  max-width: 1460px !important;
  margin: 0px auto; }
  .cart_page .fs-l-cart {
    margin: 15px 0 0; }
  .cart_page .fs-c-cartTableContainer {
    border: 0px solid #e5e5e5;
    border-radius: 0;
    padding: 0; }
  .cart_page .fs-c-cartTable thead tr {
    font-size: 1.1rem; }
  .cart_page .fs-c-cartTable__productName__name {
    font-size: 1.2rem; }
  .cart_page .fs-c-button--plain {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0; }
  .cart_page .fs-c-button--cancel--cart .fs-c-button__label {
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 1.2;
    background: #ebebeb;
    padding: 6px; }
  .cart_page .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: 0px solid #b2b2b2;
    border-radius: 0;
    border-width: 0;
    margin-top: 8px;
    padding-top: 8px; }
  .cart_page .fs-c-cartTable__dataCell--product {
    width: calc(100% - 400px); }
  .cart_page .fs-c-cartTable__dataCell {
    border: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle; }
  .cart_page .fs-c-cartTable__headerCell--subtotal {
    width: 120px; }
  .cart_page .fs-c-cartTable__headerCell--point {
    width: 100px; }
  .cart_page .fs-c-cartTable__dataCell--point {
	font-size: 1.3rem;
	font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-weight: bold;
	line-height: 1;
   }
  .cart_page .fs-c-cartTable__headerCell--action {
    width: 120px; }
  .cart_page .fs-system-assistTarget {
    font-size: 1.1rem; }
  .cart_page .fs-system-quantity-list {
    border: 1px solid #ccc; }
  .cart_page .fs-c-productPrice {
    margin: 10px 0 0 0; }
  .cart_page .fs-l-cart__contentsArea {
    margin: 0 auto 30px; }
  .cart_page .fs-c-button--standard {
    background: #ebebeb;
    border-radius: 0px;
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.8em 1em; }
  .cart_page .fs-c-continueShopping .fs-c-button--standard {
    background: #e21613;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 2.8em 1em; }
	.cart_page .fs-c-continueShopping .fs-c-button--standard .fs-c-button__label{
		font-size: 1.3rem;
	}
  .cart_page .fs-c-wishlistProduct {
    display: none; }
  .cart_page .mypage_wishlist_box {
    margin: 60px auto 0; }
  .cart_page .fs-l-cart__sideColumn {
    border: 0px solid #e5e5e5;
    border-radius: 3px;
    padding: 0; }
  .cart_page .fs-c-price__currencyMark {
    font-size: 1.3rem; }
  .cart_page .fs-c-price__value {
    font-size: 1.3rem; }
  .cart_page .fs-c-orderTotalTable > tbody > tr th {
    border-top: 0px solid #b2b2b2;
    border-bottom: 0px solid #b2b2b2;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    font-size: 1.3rem; }
  .fs-body-checkout .fs-c-orderTotalTable > tbody > tr td {
    border-bottom: 0px solid #b2b2b2;
    border-top: 0px solid #ccc;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    font-size: 1.8rem; }
.fs-body-cart .fs-c-orderTotalTable > tbody > tr td {
    border-bottom: 0px solid #b2b2b2;
    border-top: 0px solid #ccc;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    font-size: 1.3rem; }
  .cart_page .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border-bottom: 0px solid #b2b2b2; }
  .cart_page .fs-c-string--label {
    font-size: 1.3rem; }
  .cart_page .fs-c-button--primary {
    padding: 0.8em 1.6em 0.9em;
    width: 100%; }
  .cart_page .fs-c-button--secondary {
    padding: 0.8em 1.6em 0.9em;
    width: 100%; }
  .cart_page .fs-c-totalAndActions button:not(.fs-c-button--image) {
    font-size: 1.8rem;
    min-height: 1em;
    min-width: 100%;
    max-width: 100%;
	background: #e21613;
}
  .cart_page .fs-c-checkout-customerInfo {
   }
  .cart_page .fs-c-checkout-destination__address__zipcode {
    display: block; }
  .cart_page .fs-c-checkout-paymentMethodList {
    padding: 0; }
  .cart_page .fs-c-checkout-paymentInfo__message {
    padding: 0; }
  .cart_page .fs-c-checkout-paymentInfo__message p{
    font-weight: bold;}
  .cart_page .fs-c-checkout-paymentMethod__title {
    padding: 16px 16px 16px;
    font-size: 1.2rem; }
  .cart_page .fs-c-checkout-paymentMethod--creditCard .fs-c-checkout-paymentMethod__title {
    padding: 16px 16px 16px;
    font-size: 1.2rem; }
  .cart_page .fs-c-buttonContainer--changeSmall {
    padding: 0; }
  .cart_page .fs-c-checkout-confirmationList__label {
    font-size: 1.3rem; }
  .cart_page .fs-c-checkout-confirmationList__value {
    font-size: 1.3rem; }
  .cart_page .fs-c-checkout-delivery__body {
    padding: 0 16px; }
  .cart_page .fs-c-checkout-delivery__method {
    padding: 0px;
	background: #fff;
    margin: 0 0 16px; }
  .cart_page .fs-c-checkout-delivery__method__message {
    background: #fff;
    border: 0px solid #e5e5e5;
    color: #333333;
    margin: 10px 0;
    padding: 0;
    font-size: 1.2rem; }
  .cart_page .fs-c-checkout-delivery__method__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0; }
  .cart_page .fs-c-checkout-delivery__method__deliveryDateTime {
    margin: 16px 0 0;
    font-size: 1.3rem; }
  .cart_page .fs-c-returnedSpecialContract {
    padding: 0px;
    text-align: right;
    margin: 60px 0 0 0; }
  .cart_page #fs-buyerInfo-container .fs-c-buttonContainer {
    padding: 0; }
  .cart_page .fs-c-checkout-paymentMethod__body {
    padding: 30px; }
  .cart_page .fs-c-checkout-paymentMethod__message {
    margin: 0 0 16px; }
  .cart_page .fs-c-checkout-paymentMethod__body > * {
    margin: 0px; }

@media screen and (min-width: 767px) {
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: block;
    align-items: flex-start;
    width: 100%;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    flex-grow: 1;
    max-width: 100%;
    padding-right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
    width: 100%;
    margin: 30px 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cart_page {
    width: 100%;
    padding: 20px 0px 90px;
    max-width: 1800px !important;
    margin: 0px auto;
    border-top: 2px solid #000; }
    .cart_page .page_title {
      border-bottom: 0px solid #7c8790;
      color: #231815;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2rem;
      line-height: 1.2;
      margin: 0 0 0px;
      padding: 0 15px;
      text-align: center;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .cart_page .fs-c-cartTable__dataCell--product {
      width: 100%; }
    .cart_page .fs-l-cart__contentsArea {
      margin: 20px auto 10px;
      padding: 0 15px; }
    .cart_page .fs-c-continueShopping {
      padding: 0 15px; }
    .cart_page .fs-c-button--primary {
      padding: 1.2em 1.6em 1.3em; }
    .cart_page .fs-c-button--standard {
      padding: 1.2em 1.6em 1.3em; }
    .cart_page .mypage_wishlist_box {
      margin: 0px auto 0; }
    .cart_page .fs-c-cartTable__product {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
      grid-gap: 8px; }
    .cart_page .fs-c-cartTable__dataCell--product {
      border: 1px solid #ccc;
      border-width: 0;
      padding: 20px 0 10px 0; }
    .cart_page .fs-c-cartTable__dataCell--quantity {
      border-width: 0;
      padding: 0; }
    .cart_page .fs-c-quantity {
      display: block;
      margin: 0 auto; }
    .cart_page .fs-c-cartTable__dataCell--action {
      border-width: 0;
      padding: 0; }
    .cart_page .fs-c-cartTable__actionButto {
      padding: 0; }
    .cart_page .fs-c-cartTable__dataCell--subtotal {
      border-width: 0;
      padding: 20px 0 0 0; }
	 .cart_page .fs-c-cartTable__dataCell--point {
      border-width: 0;
      padding: 10px 0 0 0; }
    .cart_page .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
      border: 0px solid #b2b2b2;
      border-radius: 0;
      border-width: 0;
      margin: 0 auto;
      padding: 0; }
    .cart_page .fs-c-cartTable__actionButton__container {
      width: 80px;
      margin: 0 auto; }
    .cart_page .fs-c-button--cancel--cart .fs-c-button__label {
      font-size: 1.1rem;
      letter-spacing: 2px;
      line-height: 1.2;
      background: #ebebeb;
      padding: 6px;
      display: block; }
    .cart_page .fs-c-button--plain {
      background: transparent;
      border: 1px solid transparent;
      border-radius: 0px;
      color: #000;
      cursor: pointer;
      display: inline-block;
      text-decoration: none;
      padding: 0;
      font-size: 1rem;
      letter-spacing: 2px;
      line-height: 1.2; }
    .cart_page .fs-c-button__label {
      font-size: 1rem;
      letter-spacing: 2px;
      line-height: 1.2;
      display: block; }
    .cart_page .fs-c-cartTable__row {
      border-bottom: 1px solid #f3f3f3;
      padding: 0 0 20px; }
    .cart_page .fs-c-cartTable, .cart_page .fs-c-cartTable > tbody {
      border-top: 1px solid #f3f3f3; }
    .cart_page .fs-c-listedProductName__variation {
      font-size: 1rem;
      letter-spacing: 0.5px; }
    .cart_page .fs-c-cartPayment p {
      text-align: center;
      margin: 0 0 4px; }
    .cart_page .fs-c-checkout-paymentInfo__message {
      padding: 0; }
      .cart_page .fs-c-checkout-paymentInfo__message p {
        font-size: 1.2rem; }
    .cart_page .fs-c-checkout-paymentMethodList {
      padding: 0; }
    .cart_page .fs-c-checkout-delivery__method {
      padding: 0;
      margin: 0 0 16px; }
    .cart_page .fs-c-checkout-delivery__method__message {
      background: #ffffff;
      border: 0px solid #e5e5e5;
      color: #333333;
      margin: 8px 0;
      padding: 0;
      font-size: 1.2rem; }
    .cart_page .fs-c-checkout-delivery__method__title {
      font-size: 1.3rem;
      font-weight: bold;
      margin: 0; }
    .cart_page .fs-c-checkout-delivery__method__deliveryDateTime {
      margin: 16px 0 0;
      font-size: 1.3rem; }
    .cart_page .fs-c-returnedSpecialContract {
      padding: 0 16px;
      margin: 0px 0 0 0; }
    .cart_page .fs-c-orderTotalTable > tbody > tr th {
      font-size: 1.2rem; }
    .cart_page .fs-c-orderTotalTable > tbody > tr td {
      font-size: 1.2rem; } }
@media screen and (max-width: 600px) {
  .cart_page .fs-c-quantity {
    display: block;
    margin: 0; }
  .cart_page .fs-c-cartTable__actionButton__container {
    width: 80px;
    margin: 0; }
  .cart_page .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border: 0px solid #b2b2b2;
    border-radius: 0;
    border-width: 0;
    margin: 0;
    padding: 0; } }
.fs-body-checkout .fs-c-creditCardIcons {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0; }
.fs-body-checkout .fs-c-creditCardIcons .fs-c-creditCardIcons__icon img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  outline: none;
  height: auto;
  width: auto; }
.fs-body-checkout .fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 18px 16px 16px 30px; }
.fs-body-checkout .fs-c-modal__title {
  font-weight: bold;
  margin: 0;
  padding: 4px 0 0 0;
  line-height: 1;
  vertical-align: top;
  font-size: 1.1rem; }
.fs-body-checkout .fs-c-inputTable__headerCell {
  text-align: left;
  width: 160px;
  font-size: 1.2rem;
  padding: 10px 15px; 
}
.fs-body-checkout .fs-c-inputTable__headerCell label{
    font-weight: bold;
}
.fs-body-checkout .fs-c-inputTable .fs-c-inputTable__dataCell{
  width: calc(100% - 160px);
  padding: 10px 0; }
.fs-body-checkout .fs-c-inputTable .fs-c-inputTable__dataCell .payment-card-img{
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    outline: none;
    height: auto;
    width: auto;
    max-height: 32px;
    margin: 4px 0;
}
.fs-body-checkout .fs-c-modal__contents .fs-c-inputTable tr {
  padding: 10px 30px;
  margin: 0;
  display: flex;
  border-top: 0px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.fs-body-checkout #fs_input_creditCardNumber, .fs-body-checkout #fs_input_creditCardName, .fs-body-checkout #fs_input_securityCode {
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.3em;
  padding: 10px 10px;
  width: 100%;
  border-radius: 3px;
  width: 100%; }
.fs-body-checkout .fs-c-modal__contents {
  padding: 16px 16px 60px; }
  .fs-body-checkout .fs-c-modal__contents .fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0 0; }
.fs-body-checkout .fs-c-dropdown__menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: #ffffff;
  color: #333333;
  width: 100%;
  padding: 4px 4em 4px 8px;
  border: 1px solid #ccc; }
.fs-body-checkout .fs-c-inputField__explanation {
  margin: 5px 0 0; }
.fs-body-checkout .fs-c-inputField {
  width: 100%; }
.fs-body-checkout .fs-c-inputField__field {
  text-align: center; }
.fs-body-checkout .fs-c-checkout-checkoutMethod__title {
  padding: 10px;
  font-size: 1.3rem; }
.fs-body-checkout .fs-c-checkout-customerInfo {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 1px; }
.fs-body-checkout .fs-c-checkout-customerInfo__name {
  font-size: 1.5rem; }
.fs-body-checkout .fs-c-checkout-customerInfo__name rt{
  display: none;
}
.fs-body-checkout .fs-c-checkout-customerInfo__name rb{
	font-weight: bold;
	font-size: 1.6rem;
}
.fs-body-checkout .fs-c-checkout-destination__body rt{
  display: none;
}
.fs-body-checkout .fs-c-checkout-destination__body rb{
	font-weight: bold;
	font-size: 1.6rem;
}
.fs-body-checkout .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation__field {
  max-width: 100%;
  margin: 30px auto; }
.fs-body-checkout .fs-c-inputTable--inModal > tbody {
  padding: 0;
  display: block;
  border-bottom: 0px solid #f5f5f5; }
.fs-body-checkout .fs-c-additionalCheckField {
  margin-top: 12px; }
.fs-body-checkout .fs-c-syncDeliveryListField .fs-c-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 165px;
  margin: 0 auto; }
.fs-body-checkout .fs-c-checkout-destination__list .fs-c-checkout-destination__name {
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
.fs-body-checkout .fs-c-checkout-destination__list{
	margin: 0;
}
.fs-body-checkout .fs-c-checkout-destination__name__home {
  font-size: 1.2rem; }
.fs-body-checkout .fs-c-checkout-destination__address {
  font-size: 1.2rem;
  margin: 10px 0 0 0; }
.fs-body-checkout .fs-c-checkout-destination__tel {
  font-size: 1.2rem; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__title {
  padding: 16px 16px 16px;
  font-size: 1.2rem; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__body {
  padding: 16px 16px 16px;
  font-size: 1.2rem; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__option__title {
  font-size: 1.4rem;
  margin: 0 0 8px;
  border-bottom: 0px solid currentColor; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__option__message .payment-title-01 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__option__message .payment-txt-attention {
  font-size: 1rem;
  color: #000; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__option__setting {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
  margin: 16px 0; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__deliveryDate {
  margin: 0 0 6px; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__option__setting__message {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin: 4px 0 0 3px; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__deliveryTime {
  margin: 8px 0 6px; }
.fs-body-checkout .fs-c-checkout-deliveryMethod__option .fs-c-dropdown__menu {
  padding: 6px 4em 6px 8px; }
.fs-body-checkout .fs-c-checkout-customerInfo__email {
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
.fs-body-checkout .fs-c-orderTotalTable__subtotal td {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }
  .fs-body-checkout .fs-c-orderTotalTable__subtotal td:before {
    content: '¥';
    font-size: 1.8rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
.fs-body-checkout .fs-c-orderTotalTable__paymentFee td {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }
  .fs-body-checkout .fs-c-orderTotalTable__paymentFee td:before {
    content: '¥';
    font-size: 1.3rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
.fs-body-checkout .fs-c-orderTotalTable__postageFee td {
  font-size: 1.3rem;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline; }
  .fs-body-checkout .fs-c-orderTotalTable__postageFee td:before {
    content: '¥';
    font-size: 1.8rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
  .fs-body-checkout .fs-c-checkout-addresseeSettingList .fs-c-checkout-customerInfo {
    padding: 15px; }
.fs-body-checkout .fs-c-orderTotalTable__wrappingFee td:before {
    content: '¥';
    font-size: 1.8rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }

@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 8px 0; }
  .fs-body-checkout .fs-c-creditCardIcons .fs-c-creditCardIcons__icon img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    outline: none;
    height: auto;
    width: auto; }
  .fs-body-checkout .fs-c-modal__header {
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 18px 16px 16px 30px; }
  .fs-body-checkout .fs-c-modal__title {
    font-weight: bold;
    margin: 0;
    padding: 4px 0 0 0;
    line-height: 1;
    vertical-align: top;
    font-size: 1.1rem; }
  .fs-body-checkout .fs-c-inputTable__headerCell {
    text-align: left;
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 0px 10px 0px; }
  .fs-body-checkout .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%;
    padding: 0 0 7px; }
  .fs-body-checkout .fs-c-modal__contents .fs-c-inputTable tr {
    padding: 0px 0px;
    margin: 0;
    display: block;
    border-top: 0px solid #f5f5f5; }
  .fs-body-checkout #fs_input_creditCardNumber, .fs-body-checkout #fs_input_creditCardName, .fs-body-checkout #fs_input_securityCode {
    border: 1px solid #ccc;
    line-height: 1.4;
    min-height: 1.3em;
    padding: 10px 10px;
    width: 100%;
    border-radius: 3px;
    width: 100%; }
  .fs-body-checkout .fs-c-modal__contents {
    padding: 16px 16px 30px; }
    .fs-body-checkout .fs-c-modal__contents .fs-c-creditCardIcons {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 0px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 20px 0 0; }
  .fs-body-checkout .fs-c-dropdown__menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #ffffff;
    color: #333333;
    width: 100%;
    padding: 4px 4em 4px 8px;
    border: 1px solid #ccc; }
  .fs-body-checkout .fs-c-inputField__explanation {
    margin: 5px 0 0; }
  .fs-body-checkout .fs-c-inputField {
    width: 100%; }
  .fs-body-checkout .fs-c-inputField__field {
    text-align: center; }
  .fs-body-checkout .fs-c-checkout-checkoutMethod__title {
    padding: 10px;
    font-size: 1.3rem; }
  .fs-body-checkout .fs-c-checkout-customerInfo {
    margin: 0;
    padding: 0px;
    font-size: 1.2rem; }
  .fs-body-checkout .fs-c-checkout-customerInfo__name {
    font-size: 1.5rem; }
  .fs-body-checkout .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation__field {
    max-width: 100%;
    margin: 0px auto; }
  .fs-body-checkout .fs-c-inputTable--inModal > tbody {
    padding: 0;
    display: block;
    border-bottom: 0px solid #f5f5f5; }
  .fs-body-checkout .fs-c-additionalCheckField {
    margin-top: 12px; }
  .fs-body-checkout .fs-c-syncDeliveryListField .fs-c-checkbox__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px; }
  .fs-body-checkout .fs-c-checkout-destination__list .fs-c-checkout-destination__name {
    font-size: 1.4rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  .fs-body-checkout .fs-c-checkout-destination__name__home {
    font-size: 1.2rem; }
  .fs-body-checkout .fs-c-checkout-destination__address {
    font-size: 1.2rem;
    margin: 10px 0 0 0; }
  .fs-body-checkout .fs-c-checkout-destination__tel {
    font-size: 1.2rem; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__title {
    padding: 16px 16px 16px;
    font-size: 1.2rem; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__body {
    padding: 16px 16px 16px;
    font-size: 1.2rem; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__option__title {
    font-size: 1.4rem;
    margin: 0 0 8px;
    border-bottom: 0px solid currentColor; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__option__message .payment-title-01 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 5px; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__option__message .payment-txt-attention {
    font-size: 1rem;
    color: #000; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__option__setting {
    background: rgba(126, 126, 126, 0.08);
    padding: 16px;
    margin: 16px 0; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__deliveryDate {
    margin: 0 0 6px; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__option__setting__message {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    margin: 4px 0 0 3px; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__deliveryTime {
    margin: 8px 0 6px; }
  .fs-body-checkout .fs-c-checkout-deliveryMethod__option .fs-c-dropdown__menu {
    padding: 6px 4em 6px 8px; }
  .fs-body-checkout .fs-c-checkbox__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    justify-content: center; }
  .fs-body-checkout .fs-c-checkout-preview__button .fs-c-button--standard {
    padding: 1em 1.6em 1em; }
  .fs-body-checkout .fs-c-checkout-destination__control {
    justify-content: flex-end;
    margin: 20px 0 0 0; }
    .fs-body-checkout .fs-c-checkout-destination__control .fs-c-buttonContainer--changeSmall {
      margin: 0 5px 0 0; }
      .fs-body-checkout .fs-c-checkout-destination__control .fs-c-buttonContainer--changeSmall .fs-c-buttonContainer--changeSmall {
        padding: 1em 1.6em 1em; }
    .fs-body-checkout .fs-c-checkout-destination__control .fs-c-buttonContainer--chooseDestination .fs-c-buttonContainer--changeSmall {
      padding: 1em 1.6em 1em; }
  .fs-body-checkout .fs-c-checkout-delivery__method__message .payment-title-01 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 5px; }
  .fs-body-checkout .fs-c-orderTotalTable {
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 20px;
    width: calc(100% - 30px); }
  .fs-body-checkout .fs-c-confirmOrder {
    padding: 0 15px; }
  .fs-body-checkout .fs-c-checkout-addresseeSettingList .fs-c-checkout-customerInfo {
    padding: 15px; }
  .fs-body-checkout .fs-c-orderTotalTable__subtotal td {
    font-size: 1.2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
    .fs-body-checkout .fs-c-orderTotalTable__subtotal td:before {
      content: '¥';
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      line-height: 1;
      vertical-align: baseline; }
  .fs-body-checkout .fs-c-orderTotalTable__paymentFee td {
    font-size: 1.2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
    .fs-body-checkout .fs-c-orderTotalTable__paymentFee td:before {
      content: '¥';
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      line-height: 1;
      vertical-align: baseline; }
  .fs-body-checkout .fs-c-orderTotalTable__postageFee td {
    font-size: 1.2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline; }
    .fs-body-checkout .fs-c-orderTotalTable__postageFee td:before {
      content: '¥';
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      line-height: 1;
      vertical-align: baseline; } 
.fs-body-checkout .fs-c-orderTotalTable__wrappingFee td:before {
      content: '¥';
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      line-height: 1;
      vertical-align: baseline; } 
}
.cart_page .fs-l-checkout {
  margin: 30px auto 0; }
.cart_page .fs-c-checkout-preview {
	border: 0px solid #e5e5e5;
	border-radius: 0px;
	padding: 0px;
	background: #ffffff;
	color: #333333;
	display: flex;
}
.cart_page .fs-c-checkout-preview__title {
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 30px 20px;
	text-align: left;
	background: #f9f9f9;
	width: 30%;
}
.cart_page .fs-c-checkout-preview__body {
	font-size: 1.4rem;
	position: relative;
	width: 70%;
	padding: 30px 30px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.cart_page .fs-c-checkout-orderInfo{
	display: block;
	margin: 0 auto 40px;
}
.cart_page .fs-c-checkout-orderInfo .fs-c-checkout-preview__title{
	width: 100%;
	margin: 0 0 20px;
	border-top: 1px solid #e0e0e0;
}
.cart_page .fs-c-checkout-orderInfo .fs-c-checkout-preview__body{
	width: 100%;
	padding: 0;
    border-bottom: 0px solid #e0e0e0;
    border-right: 0px solid #e0e0e0;
}
.cart_page .fs-buyerInfo-container{
	margin: 0;
}
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
    margin-top: 0;
}
.cart_page .fs-c-checkout-buyerInfo{
	border-top: 1px solid #e0e0e0;
}



.cart_page .fs-c-checkout-customerInfo__name {
  font-size: 1.4rem; }
.cart_page .fs-c-checkout-customerInfo__address {
  margin: 10px 0 0 0; }
.cart_page .fs-c-checkout-destination__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
 }
.cart_page .fs-c-checkout-destination__destination{
	width: 100%;
}
.cart_page .fs-c-returnedSpecialContract__link a {
  border-radius: 0px;
  color: #b2b2b2;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  /* padding: 1.2em 1.6em 1.2em; */
  box-shadow: 0 0 0px #b2b2b2;
  min-width: 0px;
  text-decoration: underline; }
.cart_page .fs-c-price .fs-c-price__value {
  font-size: 1.3rem; }
.cart_page .fs-c-price .fs-c-price__currencyMark {
  font-size: 1.3rem; }
.cart_page .fs-c-checkout-delivery__method__deliveryDateTime dd {
  font-weight: 600;
  letter-spacing: 1px; }
.cart_page .fs-c-cartTable__quantity {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

#fs_orderTotalContainer .fs-c-checkout-preview{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	border-top: 1px solid #e5e5e5;
}
#fs_orderTotalContainer .fs-c-orderTotalTable{
	width: 70%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__subtotal th{
	padding: 30px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td{
	padding: 20px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__wrappingFee th{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__wrappingFee td{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__postageFee th{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal th{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints th{
	padding: 0px 20px 30px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints td{
	padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-price .fs-c-price__value {
  font-size: 1.8rem; }
#fs_orderTotalContainer .fs-c-price .fs-c-price__currencyMark {
  font-size: 1.8rem; }

.fs-l-checkout .fs-c-confirmOrder{
	width: 240px;
	margin: 40px auto 0;
}
.fs-l-checkout .fs-c-confirmOrder .fs-c-button__label {
    font-size: 1.4rem;
	font-weight: bold;
}
.cart_page .fs-c-listedOptionPrice__option__value{
	font-weight: bold;
}
.cart_page .fs-c-listedOptionPrice{
    grid-column-gap: 20px;
}
@media screen and (max-width: 767px) {
	#fs_orderTotalContainer .fs-c-orderTotalTable{
		width: 100%;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	#fs_orderTotalContainer .fs-c-price .fs-c-price__value {
		font-size: 1.2rem; }
	#fs_orderTotalContainer .fs-c-price .fs-c-price__currencyMark {
		font-size: 1.2rem; }
	.cart_page .fs-c-checkout-orderInfo .fs-c-checkout-preview__body {
		padding: 0 15px;
	}
	.cart_page .fs-c-checkout-orderInfo {
		display: block;
		margin: 0 auto 20px;
	}
	.fs-body-checkout .fs-c-checkout-customerInfo__name rb {
		font-weight: bold;
		font-size: 1.4rem;
	}
	.fs-body-checkout .fs-c-checkout-destination__body rb {
		font-weight: bold;
		font-size: 1.4rem;
	}
	#fs_orderTotalContainer .fs-c-orderTotalTable__subtotal th{
		padding: 10px 20px 10px;
	}
	#fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td{
		padding: 10px 20px 10px;
	}
	.fs-l-checkout .fs-c-confirmOrder {
		width: 100%;
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 767px) {
	.cart_page .fs-c-checkout-confirmationList__value {
		font-weight: 600;
	}
	#fs-addressInfo-container .fs-c-button--standard {
		padding: 1em 1.6em 1em;
	}
	.fs-c-checkout-delivery__method .fs-c-pairList > dt {
		font-size: 1.2rem;
	}
  .cart_page .fs-l-checkout {
    margin: 10px auto 0; }
  .cart_page .fs-c-checkout-preview {
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    padding: 0px;
    background: #ffffff;
	display: block;
    color: #333333; }
  .cart_page .fs-c-checkout-preview__title {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 18px;
    padding: 16px 15px 15px;
    text-align: left;
    width: 100%;
    background: #fafafa; }
  .cart_page .fs-c-checkout-preview__body {
    font-size: 1.4rem;
    padding: 0 15px 20px;
    width: 100%;
    border-bottom: 0px solid #e0e0e0;
    border-right: 0px solid #e0e0e0;
	}
  .cart_page .fs-c-checkout-customerInfo__name {
    font-size: 1.4rem; }
  .cart_page .fs-c-checkout-customerInfo__address {
    margin: 10px 0 0 0; }
  .cart_page .fs-c-checkout-destination__body {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px 20px; }
  .cart_page .fs-c-returnedSpecialContract__link a {
    border-radius: 0px;
    color: #b2b2b2;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    /* padding: 1.2em 1.6em 1.2em; */
    box-shadow: 0 0 0px #b2b2b2;
    min-width: 0px;
    text-decoration: underline; }
  .cart_page .fs-c-price .fs-c-price__value {
    font-size: 1.2rem; }
  .cart_page .fs-c-price .fs-c-price__currencyMark {
    font-size: 1.2rem; }
  .cart_page .fs-c-checkout-delivery__method__deliveryDateTime dd {
    font-weight: 600;
    letter-spacing: 1px; }
  .cart_page #fs-buyerInfo-container .fs-c-buttonContainer {
    padding: 0; }
  .cart_page .fs-c-quantity__select {
    font-size: 1rem; } }
/* ギフトラッピング */
.cart_page .fs-c-checkout-previewAndEdit__info {
  padding: 13px;
  font-size: 1.2rem; }
.cart_page #fs-wrappingInfo-container .fs-c-checkout-previewAndEdit {
  margin: 20px 0 0; }
.cart_page .fs-c-checkout-wrappingMessage {
  padding: 0; }
.cart_page .fs-c-checkout-wrappingMessage .payment-title-01{
	font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 5px;
    color: #333333;
}
.cart_page .fs-c-checkout-wrappingMessage .payment-txt-red a{
	text-decoration: underline;
    color: #e21613;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.cart_page .fs-c-checkout-wrappingInfo .fs-c-checkout-confirmationList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 148px 1fr;
    grid-template-columns: 148px 1fr;
    grid-column-gap: 15px;
    margin: 0;
}
.fs-c-checkout-wrappingInfo .fs-c-checkout-confirmationList > dt::after{
	display: none;
}

.fs-body-checkout .fs-c-modal--wrappingSettings .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: 485px;
  padding: 10px 0;
  margin: 0 auto; }
.fs-body-checkout .fs-c-modal--wrappingSettings .fs-c-dropdown__menu {
  padding: 10px 4em 10px 10px; }
.fs-body-checkout .fs-c-inputInformation__field {
  margin: 34px auto 24px;
  max-width: 2000px; }

.fs-body-checkout .fs-c-checkout-wrappingInfo .fs-c-checkout-previewAndEdit__info{
	border: 0px solid #e5e5e5;
	padding: 0;
}
.fs-body-checkout .fs-c-checkout-wrappingInfo .fs-c-checkout-confirmationList__label {
    font-size: 1.3rem;
    background: #e0e0e0;
    padding: 10px 20px 10px 20px;
}

@media screen and (max-width: 767px) {
  .cart_page #fs-wrappingInfo-container .fs-c-checkout-previewAndEdit {
    margin: 20px 0 0 0; }
  .cart_page .fs-c-checkout-wrappingMessage {
    padding: 0px; }
  .cart_page .fs-c-button--change--small {
    padding: 1em 1.6em 1em; }

  .fs-body-checkout .fs-c-modal--wrappingSettings .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto; }
  .fs-body-checkout .fs-c-modal--wrappingSettings .fs-c-dropdown__menu {
    padding: 10px 4em 10px 10px; } }
.fs-c-checkout-communicationInfo__body {
  padding: 0 16px; }

.fs-c-checkout-communicationInfo__message {
  font-size: 1.2rem;
  margin: 0px 0 20px; }

.fs-c-modal--checkout-communication .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: 100%; }
.fs-c-modal--checkout-communication .fs-c-checkout-communicationTextarea {
  min-height: 24em;
  font-size: 1.1em;
  padding: 15px;
  border: 1px solid #ccc !important; }

/* ==========================================================================

	CART コメント設定
	
========================================================================== */
/* 銀行振込・代引き */
.cart_page .payment-title-01 {
  color: #e21613;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px; }
.cart_page .payment-txt-red {
  color: #e21613;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px; }
.cart_page .payment-txt-01 {
  font-size: 1.3rem;
  color: #000; }
.cart_page .payment-txt-01-child {
  font-size: 1.1rem;
  color: #000;
  margin: 2px 0 2px 1.3rem; }
.cart_page .payment-txt-01-attention {
  font-size: 1rem;
  color: #000;
  margin: 0 0 0 1.3rem; }
.cart_page .payment-txt-red-u {
  color: #e21613;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 10px 0 0; }
.cart_page .payment-txt-attention {
  font-size: 1.1rem;
  margin: 10px 0 0; }
  .cart_page .payment-txt-attention span {
    text-decoration: underline; }
.cart_page .payment-txt-link {
  font-size: 1.3rem;
  margin: 10px 0 0; }
.cart_page .payment-card-img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  outline: none;
  height: auto;
  width: auto;
  max-height: 32px;
  margin: 4px 0; }
.cart_page .payment-mt15 {
  margin-top: 15px; }
.cart_page .payment-mt10 {
  margin-top: 10px; }
.cart_page .payment-mt8 {
  margin-top: 8px; }
.cart_page .fs-c-checkout-paymentMethod__setting {
  font-size: 1.1rem; }
  .cart_page .fs-c-checkout-paymentMethod__setting .fs-c-commissionList {
    grid-column-gap: 1px;
    grid-row-gap: 1px; }
  .cart_page .fs-c-checkout-paymentMethod__setting .fs-c-price__currencyMark {
    font-size: 1.1rem; }
  .cart_page .fs-c-checkout-paymentMethod__setting .fs-c-price__value {
    font-size: 1.1rem; }
.cart_page .fs-c-checkout-wrappingMessage .common_link_box {
  margin: 15px 0 0; }

/* ==========================================================================

	闇市のパスワード認証ページ
	
========================================================================== */
.fs-c-inputInformation__message {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2rem; }

/* ==========================================================================

	再入荷お知らせ停止ページ
	
========================================================================== */
.fs-c-stockNotificationsProduct {
  margin: 60px auto 40px;
  text-align: center;
  padding: 30px 0;
  background: #f7f7f7; }
  .fs-c-stockNotificationsProduct .fs-c-productName__name {
    font-size: 1.7rem;
    font-weight: bold; }

.fs-c-stockNotificationsMessage {
  margin: 0 0 16px;
  text-align: center;
  font-size: 1.4rem; }

.fs-c-buttonContainer--unsubscribeToArrivalNotice .fs-c-button--standard {
  background: #e21613;
  border: 1px solid  #e21613 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  width: 228px; }
  @media screen and (min-width: 768px) {
    .fs-c-buttonContainer--unsubscribeToArrivalNotice .fs-c-button--standardhover {
      background: #fff;
      border: 1px solid  #e21613 !important;
      border-radius: 0px;
      color: #e21613;
      cursor: pointer;
      display: inline-block;
      font-size: 1.2rem;
      line-height: 1;
      text-decoration: none;
      text-align: center;
      padding: 1em 1.6em 1em;
      box-shadow: 0 0 0px #b2b2b2;
      width: 228px; } }

.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct__productImage {
  width: 180px;
  margin: 0 auto 20px; }
.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct .fs-c-productName__name {
  font-size: 1.2rem;
  font-weight: bold; }
.fs-body-stockNotification-cancel .fs-c-productName__variation {
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin: 5px 0 0; }

@media screen and (max-width: 767px) {
  .fs-body-stockNotification-cancel .page_title {
    font-size: 2.2rem;
    margin: 30px 0 0; }
  .fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct {
    margin: 40px auto 40px; }
  .fs-body-stockNotification-cancel .fs-c-stockNotificationsMessage {
    margin: 0 0 16px;
    text-align: center;
    font-size: 1.2rem; }

  .fs-c-buttonContainer--unsubscribeToArrivalNotice .fs-c-button--standard {
    background: #e21613;
    border: 1px solid  #e21613 !important;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.2em 1.6em 1.2em;
    box-shadow: 0 0 0px #b2b2b2;
    width: calc(100% - 30px); } }
/* ==========================================================================

	入荷お知らせメール申し込み 
	
========================================================================== */
.fs-body-product .fs-c-modal__inner, .fs-body-my-wishlist .fs-c-modal__inner {
  background: #ffffff;
  border-radius: 3px;
  color: #333333;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  width: 650px;
  max-width: calc(100vw - 16px*2); }
.fs-body-product .fs-c-modal__header, .fs-body-my-wishlist .fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 18px 16px 16px 30px; }
.fs-body-product .fs-c-modal__title, .fs-body-my-wishlist .fs-c-modal__title {
  font-weight: bold;
  margin: 0;
  padding: 4px 0 0 0;
  line-height: 1;
  vertical-align: top;
  font-size: 1.1rem; }
.fs-body-product .fs-c-modal__contents, .fs-body-my-wishlist .fs-c-modal__contents {
  flex-grow: 1;
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 0; }
.fs-body-product .fs-c-modal__contents .fs-c-stockNotificationsProduct, .fs-body-my-wishlist .fs-c-modal__contents .fs-c-stockNotificationsProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  text-align: left;
  margin: 0;
  padding: 30px; }
.fs-body-product .fs-c-stockNotificationsProduct .fs-c-productName__name, .fs-body-my-wishlist .fs-c-stockNotificationsProduct .fs-c-productName__name {
  font-size: 1.5rem;
  font-weight: bold; }
.fs-body-product .fs-c-stockNotificationsProduct .fs-c-productName__name::first-line, .fs-body-my-wishlist .fs-c-stockNotificationsProduct .fs-c-productName__name::first-line {
  font-size: 1.7rem;
  font-weight: bold; }
.fs-body-product .fs-c-stockNotificationsMessage, .fs-body-my-wishlist .fs-c-stockNotificationsMessage {
  margin: 56px 0 16px;
  text-align: center;
  font-size: 1.5rem; }
.fs-body-product .fs-c-inputInformation, .fs-body-my-wishlist .fs-c-inputInformation {
  padding: 0px 30px 60px; }
.fs-body-product .fs-c-modal__contents .fs-c-inputTable tr, .fs-body-my-wishlist .fs-c-modal__contents .fs-c-inputTable tr {
  padding: 10px 30px;
  margin: 0;
  display: flex;
  border-top: 0px solid #f5f5f5; }
.fs-body-product .fs-c-inputTable > tbody, .fs-body-my-wishlist .fs-c-inputTable > tbody {
  display: block;
  border-bottom: 0px solid #f5f5f5; }
.fs-body-product .fs-c-inputTable__headerCell, .fs-body-my-wishlist .fs-c-inputTable__headerCell {
  text-align: left;
  width: 140px;
  font-size: 1.2rem; }
.fs-body-product .fs-c-inputTable .fs-c-inputTable__dataCell, .fs-body-my-wishlist .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: calc(100% - 140px);
  padding: 20px 0; }
  .fs-body-product .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField, .fs-body-my-wishlist .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField {
    width: 100%; }
    .fs-body-product .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField #fs_input_mailAddress, .fs-body-my-wishlist .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField #fs_input_mailAddress {
      border: 1px solid #ccc;
      line-height: 1.4;
      min-height: 1.3em;
      padding: 10px 10px;
      width: 100%;
      border-radius: 3px;
      width: 100%; }
.fs-body-product fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField, .fs-body-my-wishlist fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 0px; }
.fs-body-product .fs-c-inputField__field, .fs-body-my-wishlist .fs-c-inputField__field {
  text-align: center; }

@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-inputInformation, .fs-body-my-wishlist .fs-c-inputInformation {
    padding: 0px 15px 60px; }
  .fs-body-product .fs-c-modal__contents .fs-c-stockNotificationsProduct, .fs-body-my-wishlist .fs-c-modal__contents .fs-c-stockNotificationsProduct {
    padding: 15px 30px 30px; }
  .fs-body-product .fs-c-stockNotificationsProduct .fs-c-productName__name, .fs-body-my-wishlist .fs-c-stockNotificationsProduct .fs-c-productName__name {
    font-size: 1.2rem;
    font-weight: bold; }
  .fs-body-product .fs-c-stockNotificationsProduct .fs-c-productName__name::first-line, .fs-body-my-wishlist .fs-c-stockNotificationsProduct .fs-c-productName__name::first-line {
    font-size: 1.4rem;
    font-weight: bold; }
  .fs-body-product .fs-c-stockNotificationsMessage, .fs-body-my-wishlist .fs-c-stockNotificationsMessage {
    margin: 56px 0 16px;
    text-align: center;
    font-size: 1.2rem; }
  .fs-body-product .fs-c-inputTable__headerCell, .fs-body-my-wishlist .fs-c-inputTable__headerCell {
    text-align: left;
    width: 111px;
    font-size: 1rem; }
  .fs-body-product .fs-c-modal__contents .fs-c-inputTable tr, .fs-body-my-wishlist .fs-c-modal__contents .fs-c-inputTable tr {
    padding: 10px 0px;
    margin: 0;
    display: flex;
    border-top: 0px solid #f5f5f5; }
  .fs-body-product .fs-c-inputTable .fs-c-inputTable__dataCell, .fs-body-my-wishlist .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: calc(100% - 111px);
    padding: 20px 0; }
    .fs-body-product .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField, .fs-body-my-wishlist .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField {
      width: 100%; }
      .fs-body-product .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField #fs_input_mailAddress, .fs-body-my-wishlist .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputField #fs_input_mailAddress {
        border: 1px solid #ccc;
        line-height: 1.4;
        min-height: 1.3em;
        padding: 10px 10px;
        width: 100%;
        border-radius: 3px;
        width: 100%; } }
.fs-c-modal .fs-c-checkbox, .fs-c-modal--medium .fs-c-checkbox {
  display: block;
  align-items: center;
  margin-right: 0px;
  font-size: 1.1rem; }
.fs-c-modal .fs-c-checkbox a, .fs-c-modal--medium .fs-c-checkbox a {
  text-decoration: underline; }
.fs-c-modal .fs-c-checkbox__label .fs-c-checkbox__checkMark::before, .fs-c-modal--medium .fs-c-checkbox__label .fs-c-checkbox__checkMark::before {
  top: 1px;
  left: 1px; }
.fs-c-modal .fs-c-checkbox__label .fs-c-checkbox__checkMark, .fs-c-modal--medium .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 15px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px; }
.fs-c-modal .fs-c-button--standard, .fs-c-modal--medium .fs-c-button--standard {
  background: #e21613;
  border: 1px solid  #e21613 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  width: 228px; }
.fs-c-modal .fs-c-button--primary, .fs-c-modal--medium .fs-c-button--primary {
  background: #000000;
  border: 1px solid #000000 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  width: 228px; }

@media screen and (max-width: 767px) {
  .fs-c-modal .fs-c-checkbox, .fs-c-modal--medium .fs-c-checkbox {
    display: block;
    align-items: center;
    margin-right: 0px;
    font-size: 1.1rem; }
  .fs-c-modal .fs-c-checkbox a, .fs-c-modal--medium .fs-c-checkbox a {
    text-decoration: underline; }
  .fs-c-modal .fs-c-checkbox__label .fs-c-checkbox__checkMark::before, .fs-c-modal--medium .fs-c-checkbox__label .fs-c-checkbox__checkMark::before {
    top: 1px;
    left: 1px; }
  .fs-c-modal .fs-c-checkbox__label .fs-c-checkbox__checkMark, .fs-c-modal--medium .fs-c-checkbox__label .fs-c-checkbox__checkMark {
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid #666666;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 15px;
    margin: 0 4px 0 0;
    position: relative;
    min-width: 16px; }
  .fs-c-modal .fs-c-button--standard, .fs-c-modal--medium .fs-c-button--standard {
    background: #e21613;
    border: 1px solid  #e21613 !important;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    width: 100%; }
  .fs-c-modal .fs-c-button--primary, .fs-c-modal--medium .fs-c-button--primary {
    background: #000000;
    border: 1px solid #000000 !important;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    width: 100%; }
  .fs-c-modal .fs-c-buttonContainer--pair, .fs-c-modal--medium .fs-c-buttonContainer--pair {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-row-gap: 12px; } }
/* アドレスリスト */
.fs-c-checkout-addresseeList .fs-c-button--setDestination {
  background: #000000;
  border: 1px solid #000000 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  width: 128px; }
.fs-c-checkout-addresseeList .fs-c-button--edit {
  background: #b2b2b2;
  border: 1px solid #b2b2b2 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  width: 128px; }
.fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
  font-size: 1.2rem; }
.fs-c-checkout-addresseeList .fs-c-checkout-addressee__data__name {
  font-size: 1.4rem; }
.fs-c-checkout-addresseeList .fs-c-button--addAddressee {
  background: #000;
  border: 1px solid #000 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  box-shadow: 0 0 0px #b2b2b2;
  width: 228px; }

/* ==========================================================================

	注文完了画面
	
========================================================================== */
.complete .page_title {
  border-bottom: 0px solid #7c8790;
  color: #231815;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 50px 0 0;
  padding: 0;
  text-align: center;
  font-family: europa, sans-serif; }
.complete .fs-c-checkoutSuccess {
  text-align: center; }
  .complete .fs-c-checkoutSuccess h2 {
    border-bottom: 0px solid #7c8790;
    color: #231815;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 10px 0 50px;
    padding: 0;
    letter-spacing: 2px;
    text-align: center; }
  .complete .fs-c-checkoutSuccess p {
    font-size: 1.3rem;
    line-height: 2; }

@media screen and (max-width: 767px) {
  .complete .page_title {
    margin: 120px 0 0; }
  .complete .fs-c-checkoutSuccess h2 {
    border-bottom: 0px solid #7c8790;
    color: #231815;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 20px auto 20px;
    padding: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 260px; } }



/* ==========================================================================

	ポイントおまとめ
	
========================================================================== */


.fs-body-my-membership-merge .fs-c-inputInformation__message {
  margin: 64px auto 24px;
  display: flex;
  flex-wrap: wrap;
	justify-content: center; }

.fs-body-my-membership-merge .fs-c-orderedList > li {
  padding-right: 0;
  font-size: 1.1rem; }
.fs-body-my-membership-merge .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.3rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 6px 0; }
.fs-body-my-membership-merge .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }
.fs-body-my-membership-merge #fs_input_membershipCardNumber {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 1.3rem;
  margin: 0 0 15px; }
.fs-body-my-membership-merge #fs_input_membershipPassword {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-body-my-membership-merge .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0px solid #f5f5f5; }
.fs-body-my-membership-merge .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0);
  padding: 16px 21px;
  width: 468px; }

@media only screen and (max-width: 767px) {
  .fs-body-my-membership-merge .fs-c-inputInformation__message{
    margin: 44px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3rem; }
  .fs-body-my-membership-merge .page_title, .fs-body-resetPassword .page_title {
    font-size: 2.2rem;
    margin: 30px 0 0; }
  .fs-body-my-membership-merge .fs-c-inputInformation{
    padding: 0 15px; }
 .fs-body-my-membership-merge .fs-c-inputInformation__field{
    background: rgba(126, 126, 126, 0);
    padding: 16px 0px;
    margin: 0;
    width: 100%; }
  .fs-body-my-membership-merge .fs-c-inputInformation__button{
    margin-top: 10px; } }


/* ==========================================================================

	ポイントおまとめ確認
	
========================================================================== */

.fs-body-my-membership-merge .fs-c-modal__header {
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 18px 16px 16px 30px;
}
.fs-body-my-membership-merge .fs-c-mergeCardInfo__item{
    text-align: left;
    font-size: 1.2rem;
    padding: 10px 15px;
}

.fs-body-my-membership-merge .fs-c-mergeCardInfo__item__number{
	font-weight: bold;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.fs-body-my-membership-merge .fs-c-modal .fs-c-inputInformation__field {
	background: rgba(126, 126, 126, 0);
	padding: 16px 0px 0;
	width: 468px;
	margin: 24px auto 0px;
}

.fs-body-my-membership-merge .fs-c-modal .fs-c-inputInformation__message{
	margin: 24px auto 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fs-body-my-membership-merge .fs-c-modal .fs-c-modal__contents{
	padding: 16px 16px 40px;
}

@media only screen and (max-width: 767px) {
	.fs-body-my-membership-merge .fs-c-modal .fs-c-inputInformation__field {
		background: rgba(126, 126, 126, 0);
		padding: 16px 0px;
		width: 100%; 
	}
}


/* ==========================================================================

	ポイント履歴
	
========================================================================== */

.fs-body-my-points .fs-c-history__info{
	max-width: 100%;
}
.fs-c-pointSummary__label--limitedPoint{
	font-size: 11px;
}
.fs-c-pointSummary__value--limitedPoint{
	font-size: 11px;
	padding-right: 16px;
}
.fs-body-my-points .fs-c-pointSummary__number{
	font-size: 1.4rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    line-height: 1;
    vertical-align: baseline;
    margin-left: 2px;
	font-weight: 700;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
	font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	color: #000;
	font-size: 2.3rem;
}
.fs-body-my-points .fs-c-pointSummary [class$="--availablePoint"]{
	padding: 16px 16px 8px;
	font-weight: 700;
}
.fs-body-my-points .fs-c-pointSummary__label--waitingPoint{
	font-weight: 700;
	font-size: 1.2rem;
}
.fs-body-my-points .fs-c-pointSummary__label--purchasePointTotal{
	font-weight: 700;
	font-size: 1.2rem;
}
.fs-c-pointSummary [class$="--limitedPoint"] {
    background: #fff;
}
.fs-c-pointSummary [class$="--availablePoint"] {
    background: #fff;
}
.fs-c-history .fs-c-listTable th{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: auto;
    font-size: 1.2rem;
    padding: 29px 10px 29px;
    height: auto;
    font-weight: bold;
}
.fs-c-history .fs-c-listTable tbody tr{
	vertical-align: middle;
    border-left: 1px solid #ccc;
}
.fs-c-history .fs-c-listTable tbody td{
    font-size: 1.2rem;
    display: table-cell;
    width: 100px;
    padding: 20px 10px 17px 10px;
    border-right: 1px solid #ccc;
    height: auto;
}
.fs-c-history .fs-c-listTable tbody td .fs-c-pointListTable__data{
    font-size: 1.3rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    line-height: 1;
}
.fs-c-history .fs-c-listTable tbody td .fs-c-pointListTable__dataDetail{
	margin: 0;
	font-size: 1.3rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    line-height: 1;
	display: block;
}
.fs-c-history .fs-c-pointListTable td[aria-label="店舗"] {
    text-align: center;
}
.fs-c-history .fs-c-pointListTable td[aria-label="有効期限"] {
    font-size: 1.1rem;
    text-align: right;
}
.fs-c-history .fs-c-pairList > dt {
    position: relative;
    padding-right: 8px;
    padding: 0 0 5px;
}
.fs-c-checkout-delivery__method .fs-c-pairList > dt {
    position: relative;
    background: #e0e0e0;
    padding: 10px 20px 10px 20px;
}
.fs-c-history .fs-c-pairList > dt::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.fs-c-checkout-delivery__method .fs-c-pairList > dt::after {
   display: none;
}
.fs-c-history .fs-c-pointListTable.fs-c-listTable > tbody > tr td{
	width: 100%;
}

.fs-c-history .fs-c-listTable tbody td .fs-c-pointListTable__data .fs-c-symbol{
	vertical-align: text-top;
	margin-right: -2px;
}

@media only screen and (max-width: 767px) {
	.fs-c-history .fs-c-listTable tbody td{
		border-right: 0px solid #ccc;
	}
	.fs-c-history .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
		width: 120px;
		padding: 0px;
		text-align: left;
		box-sizing: content-box;
		margin-right: 20px;
	}
	.fs-c-history .fs-c-pointListTable.fs-c-listTable > tbody > tr td{
		width: 100%;
		padding: 20px;
	}
	.fs-c-history .fs-c-listTable tbody td .fs-c-pointListTable__data{
		line-height: 1.5;
	}
	/*
	.fs-c-history .fs-c-pointListTable td[aria-label="獲得・利用ポイント"] .fs-c-pointListTable__data{
		padding: 20px 0;
	}
	.fs-c-history .fs-c-pointListTable td[aria-label="有効期限"] .fs-c-pointListTable__data{
		padding: 20px 0;
	}
	.fs-c-history .fs-c-pointListTable td[aria-label="ポイント状況"] .fs-c-pointListTable__data{
		padding: 20px 0;
	}
	.fs-c-history .fs-c-pointListTable td[aria-label="ポイント種類"] .fs-c-pointListTable__data{
		padding: 0;
	}
	.fs-c-history .fs-c-pointListTable td[aria-label="ポイント種類"] .fs-c-pointListTable__dataDetail{
		padding: 20px 0;
	}
	.fs-c-history .fs-c-pointListTable td[aria-label="日付"] .fs-c-pointListTable__data{
		padding: 20px 0;
	}*/
}

/* ==========================================================================

	会員カードの表示
	
========================================================================== */

.fs-c-membershipCard{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 24px auto 0;
	width: 100%;
}
.fs-c-membershipCard__number__number{
	font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	color: #000;
	font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
	.fs-c-membershipCard{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 64px auto 0;
		width: 100%;
	}
}


/* ==========================================================================

	会員カードの表示
	
========================================================================== */

.fs-body-membership-input .fs-c-inputInformation__message {
  margin: 64px auto 24px;
  display: flex;
  flex-wrap: wrap;
	justify-content: center; }

.fs-body-membership-input .fs-c-orderedList > li {
  padding-right: 0;
  font-size: 1.1rem; }
.fs-body-membership-input .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  font-size: 1.3rem;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 6px 0; }
.fs-body-membership-input .fs-c-inputTable__dataCell {
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch; }
.fs-body-membership-input #fs_input_membershipCardNumber {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 1.3rem;
  margin: 0 0 15px; }
.fs-body-membership-input #fs_input_membershipPassword {
  border-radius: 0px;
  padding: 10px 10px; }
.fs-body-membership-input .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0px solid #f5f5f5; }
.fs-body-membership-input .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0);
  padding: 16px 21px;
  width: 468px; }

.fs-body-membership-input .fs-c-button--notAuthenticate{
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 1em 1.6em 1em;
	box-shadow: 0 0 0px #b2b2b2;
	min-width: 10px;
	width: 228px;
}



@media only screen and (max-width: 767px) {
  .fs-body-membership-input .fs-c-inputInformation__message{
    margin: 44px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3rem; }
  .fs-body-membership-input .page_title, .fs-body-resetPassword .page_title {
    font-size: 2.2rem;
    margin: 30px 0 0; }
  .fs-body-membership-input .fs-c-inputInformation{
    padding: 0 15px; }
 .fs-body-membership-input .fs-c-inputInformation__field{
    background: rgba(126, 126, 126, 0);
    padding: 16px 0px;
    margin: 0;
    width: 100%; }
  .fs-body-membership-input .fs-c-inputInformation__button{
    margin-top: 10px; } 
	
	.fs-body-membership-input .fs-c-button--notAuthenticate{
		border-radius: 0px;
		cursor: pointer;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		text-decoration: none;
		text-align: center;
		padding: 1em 1.6em 1em;
		box-shadow: 0 0 0px #b2b2b2;
		min-width: 10px;
		width: 100%;
		margin: 0 auto;
	}
	
	.fs-body-membership-input .fs-c-buttonContainer--pair{
		grid-row-gap: 12px;
	}
}


/* ==========================================================================

	NO IMAGE
	
========================================================================== */
.fs-c-noImage {
    background: #f7f7f7f7;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    height: 200px;
}

.fs-c-productListItem__purchaseDisabledMessage{
	color: #E73656;
	font-size: 1.1rem;
}


/* ==========================================================================

	NO IMAGE
	
========================================================================== */
/*
.fs-c-membershipCard__image div{
	height: 80px !important;
	
}
@media only screen and (max-width: 767px) {
	.fs-c-membershipCard__image div{
		float: left !important;
		font-size: 0px;
		width: 0px !important;
		height: 80px !important;
		background-color: rgb(255, 255, 255);
		margin: 0px auto;
	}
}
*/


/* ==========================================================================

	modal app
	
========================================================================== */

.modal_app_triger{
	background: #c91c30;
	padding: 15px 15px;
	width: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.modal_app_triger_txt{
	width: 200px;
    margin: 0 auto;
    height: 13.5px;
    position: relative;
}
.modal_app_triger_txt img{
	vertical-align: top !important;
    position: relative;
}
.modal_app_area .app_btn{
	width: 342px;
	margin: 30px auto 10px;
}
.modal_app_area .img{
	width: 50%;
	height: 55px;
	padding: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.modal_app_area .left_box{
	width: 32%;
	margin-right: 5%;
}
.modal_app_area .right_box{
	width: 55%;
}
.modal_app_area .app_txtbar{
	font-size: 1rem;
	width: 100px;
	text-align: center;
	font-family: din-condensed, sans-serif;
	background: #000;
	color: #fff;
	padding: 3px 0;
	margin: 0 auto;
}
.modal_app_area .app_logo{
	width: 32%;
	margin: 20px auto;
}
.modal_app_area .app_title{
	width: 35%;
	margin: 0 auto;
}
.modal_app_area .app_txt{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 0;
}

.modal_app_area{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.4);
}
.modal_app_area .inner{
	position: relative;
	padding: 0 0 60px 0;
	background: #efefef;
	min-height: 10px;
	width: 86%;
	padding: 5% 12%;
    max-width: 1200px;
	margin: 7% auto 0;
	border-radius: 5px;
}
.modal_app_area .modal_close_btn{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #000;
	border-radius: 0 5px 0 0;
	padding: 14px 0 0 0;
}
.modal_app_area .modal_close_btn::before, .modal_app_area .modal_close_btn::after{
  position: absolute;
  left: 22px;
  width: 2px;
  height: 20px;
  background: #fff;
  pointer-events: none;
  content: '';
}
.modal_app_area .modal_close_btn::before{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_app_area .modal_close_btn::after{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_app_area .modal_close_btn_bottom{
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 1em 1.6em 1em;
	box-shadow: 0 0 0px #b2b2b2;
	background: #fff;
	width: calc(100% - 30px);
	margin: 10px auto 0;
	letter-spacing: 3px;
}
@media only screen and (max-width: 860px){
	.modal_app_area .inner{
		position: relative;
		padding: 0 0 60px 0;
		background: #efefef;
		min-height: 10px;
		width: 96%;
		padding: 6% 5%;
		max-width: 1200px;
		margin: 2% auto;
		border-radius: 5px;
	}
	.modal_app_area .app_btn{
	    width: 274px;
		margin: 30px auto 10px;
	}
	.modal_app_area .app_btn .img{
		width: 50%;
		height: 44px;
		padding: 0;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.modal_app_area .left_box{
		width: 274px;
		margin-right: 0;
		margin: 20px auto 0;
	}
	.modal_app_area .right_box{
		width: 100%;
	}
	.modal_app_area .app_txtbar{
		font-size: 1rem;
		width: 100px;
		text-align: center;
		font-family: din-condensed, sans-serif;
		background: #000;
		color: #fff;
		padding: 3px 0 2px;
		margin: 20px auto 0;
	}
	.modal_app_area .app_logo{
		width: 37%;
		margin: 15px auto 9px;
	}
	.modal_app_area .app_title{
		width: 35%;
		margin: 0 auto;
	}
	.modal_app_area .app_txt{
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		margin: 10px auto 0;
	}
}
/* ==========================================================================

	COUPON
	
========================================================================== */

.fs-c-checkout-couponList__item{
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
}
.fs-c-checkout-couponList__item.is-active {
    background: #f7f7f7;
    padding: 20px;
}
.fs-c-checkout-couponCodeInput {
    background: #f7f7f7;
    padding: 20px;
}
.fs-c-checkout-couponList__couponName {
    font-size: 1.4rem;
    margin: 0 0 5px;
    font-weight: bold;
}
.fs-c-checkout-couponList__couponDiscount{
    color: #e21613;
    font-size: 1.2rem;
    font-weight: bold;
}
.fs-c-checkout-couponStatus.is-active {
    background: #e21613;
}
.fs-c-checkout-couponStatus{
    background: #dddddd;
}
.fs-c-checkout-couponCodeInput__title{
    margin: 0 30px 0 0;
}
.fs-c-checkout-couponCodeInput__input input{
    background: #fff;
    border-radius: 2px;
    padding: 9px 6px;
}
.fs-c-buttonContainer--useCoupon{
    margin: 0 0 0 10px;
}
.fs-c-checkout-couponList > li{
    border-radius: 6px;
}

@media only screen and (max-width: 860px){
    .fs-c-checkout-couponCodeInput__title{
        margin: 0 30px 10px 0;
    }
}
#fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount{
    opacity: 0.6;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount th {
    padding: 0px 20px 10px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount th span{
    color: #e21613;
}
#fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td {
    padding: 0px 20px 10px;
    color: #e21613;
}

.fs-c-couponList__item{
    padding: 30px;
    font-size: 12px;
    width: calc(50% - 10px);
    max-width: 440px;
}
.fs-c-coupon__info{
    background: #f7f7f7;
    padding: 30px;
    display: block;
    margin: 20px 0 10px;
}
@media only screen and (max-width: 860px){
    .fs-c-couponList__item{
        padding: 20px;
        font-size: 12px;
        width: 100%;
        max-width: 680px;
    }
    .fs-c-coupon__info{
        padding: 20px;
    }
}
.fs-c-coupon__image__image{
    max-width: 100%;
    max-height: 100%;
}
.fs-c-coupon__description{
    border-left: 0px solid #e5e5e5;
    padding-left: 16px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.fs-c-couponAppliedCondition__title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 5px;
}
.fs-c-couponName {
    display: block;
    margin: 10px 0 30px;
}
.fs-c-couponName__name {
    color: #000000;
    font-size: 1.8rem;
    margin: 10px 0;
}
.fs-c-couponName__discount {
    background: #e21613;
    color: #ffffff;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin: 5px 0 0;
}
.fs-c-couponExpiration__expiration{
    font-size: 13px;
    margin: 2px 0 4px;
    letter-spacing: 0;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.fs-c-couponExpiration__notice {
    font-size: 1.8rem;
    color: #e21613;
     font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.fs-c-couponAppliedCondition__notice {
    color: #e21613;
     font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.fs-c-couponAppliedCondition__list__item::before {
    content: "";
    background: currentColor;
    display: block;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    position: absolute;
    top: 0.55em;
    left: 0;
}
.fs-c-couponList{
    display: flex;
}
@media only screen and (max-width: 860px){
    .fs-c-couponList{
        display: block;
    }
}
.fs-c-couponExpiration__list{
    margin: 0 0 10px;
}
.fs-c-couponExpiration__list__item--available {
    flex-direction: inherit;
    align-items: center;
}
