@charset "euc-jp";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #231815;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans Japanese", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Meiryo, Osaka, sans-serif;
  background-color: #FFFFFF;
}

.notoSerif {
  font-family: 'Noto Serif JP', serif !important;
}
.ebGaramond {
  font-family: 'EB Garamond', serif !important;
}

a {
  color: #585859;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}

.sp{
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp{
    display: block !important;
  }
}

.highlight {
  background:linear-gradient(transparent 0%, #ffc100 0%);
  border-radius: 10px;
  padding: 1px 5px;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon-login::before {
  background-image: url("https://img11.shop-pro.jp/PA01293/658/etc/icon01.png?cmsp_timestamp=20220330111034");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
}

.icon-mail::before {
  background-image: url("https://img11.shop-pro.jp/PA01293/658/etc/icon02.png?cmsp_timestamp=20220330111034");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
}

.icon-search::before {
  background-image: url("https://img11.shop-pro.jp/PA01293/658/etc/icon03.png?cmsp_timestamp=20220330111034");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
}

.icon-cart::before {
  background-image: url("https://img11.shop-pro.jp/PA01293/658/etc/icon04.png?cmsp_timestamp=20220330111034");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
}

.icon::before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 854px;
  background-color: #fff;
}

.layout_header{
  background-color: #fff;
  box-shadow: 0 0 4px gray;
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}

.layout_container{
  padding: 70px 0 0 0;
}

.layout_footer {
  margin: 0;
  padding: 0;
  width: 100%;
}
.layout_header {
  padding: 10px 0;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #231815;
    text-decoration: none;
  }
  
.viewcart_btn{
  margin-right: 25px;
}

.viewcart_btn_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .viewcart_btn_sp {
    display: block;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.viewcart_btn_sp a{
  position: relative;
}

.header_btn_txt {
  background-color: #231815;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  left: 28px;
  padding: 5px 11px;
  position: absolute;
  text-align: center;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .header_btn_txt {
    top: -15px;
  }
}
.header_headline_nav{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .header_headline_nav{
    display: block;
    padding: 0;
    text-align: center;
  }
}

.header_headline_nav .wrap-logo {
  flex-basis: 20%;
  height: 100%;
  width: auto;
}

.header_headline_nav .wrap-logo .logo {
  height: 100%;
  width: 224px;
}

.header_member_nav {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
	.header_member_nav{
		display: none;
	}
}

  .header_member_nav li {
    margin-left: 20px;
    position: relative;
    white-space: nowrap;
  }
  .member_login_name {
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
  .sp_search_block{
    flex-basis: 100%;
    margin-bottom: 40px;
  }

  .prd_search_form_btn,
  .sp_search_form {
    cursor: pointer;
  }
  .prd_search_form,
  .sp_search_form {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 205px;
    z-index: 101;
  }
  @media screen and (max-width: 768px) {
    .sp_search_form {
      display: block;
      position: static;
    }
  }
  
  .sp_search_form {
    text-align: left;
  }
  .prd_search_keyword {
    border-radius: 20px;
    padding: .7em 35px .7em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-indent: 5px;
  }
  @media screen and (max-width: 768px) {
    .prd_search_keyword {
      width: 205px;
    }
  }
  .prd_search_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
  }
  
  .prd_search_btn::before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
    background-repeat: no-repeat;
    background-position: left -16px;
    content: "";
    display: block;
    margin-right: 4px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: -11px;
    width: 16px;
  }
  @media screen and (max-width: 768px) {
    .prd_search_btn::before {
      top: -10px;
    }
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

  .shop_name a {
    color: #231815;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
  display: flex;
  flex-basis: 75%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* header global nav */
.header_global_nav .switch-field {
	border: none;
  left: 10px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 50%;
  transform: translateY(-50%);
}
@media print,screen and (min-width: 769px) {
	.header_global_nav .switch-field {
		display: none;
	}
}
.header_global_nav .switch-field input[type="checkbox"] {
	display: none;
}
.header_global_nav .switch-field input[type="checkbox"] + label {
	border-bottom-left-radius: 4px;
	display: inline-block;
	height: 44px;
	position: relative;
	text-align: center;
	width: 44px;
	z-index: 99;
}
.header_global_nav .switch-field input[type="checkbox"] + label:before,
.header_global_nav .switch-field input[type="checkbox"] + label:after {
	color: #000;
	display: block;
	font-size: 10px;
	left: 0;
	line-height: 1;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	width: 100%;
}
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger,
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger:before,
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger:after {
	display: block;
	height: 1px;
	position: absolute;
	transition: all .25s;
	width: 28px;
}
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger {
	background-color: #000;
	left: 8px;
	top: 16.5px;
}
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger:before,
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger:after {
	content: "";
	left: 0;
}
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger:before {
	background-color: #000;
	top: -9px;
}
.header_global_nav .switch-field input[type="checkbox"] + label .hamburger:after {
	background-color: #000;
	bottom: -9px;
}
.header_global_nav .switch-field input[type="checkbox"]:checked + label:before {
	opacity: 1;
}
.header_global_nav .switch-field input[type="checkbox"]:checked + label:after {
	opacity: 0;
}
.header_global_nav .switch-field input[type="checkbox"]:checked + label .hamburger {
	background-color: transparent;
	top: 25px;
}
.header_global_nav .switch-field input[type="checkbox"]:checked + label .hamburger:before {
	top: -8px;
	transform: rotate(45deg);
}
.header_global_nav .switch-field input[type="checkbox"]:checked + label .hamburger:after {
	bottom: 8px;
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.header_global_nav .switch-field + .header_nav_lst {
		max-height: 0;
		max-width: 100%;
		overflow: hidden;
		padding: 0;
		position: absolute;
		right: 0;
		top: 100%;
		transition: max-height .5s;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) {
	.header_global_nav .switch-field.is-open + .header_nav_lst {
		max-height: 100vh;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}
}

.header_global_nav .switch-field label {
	cursor: pointer;
}

.header_nav_lst {
  background-color: #fff;
  display: flex;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header_nav_lst {
    flex-wrap: wrap;
  }
}

.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0 1em;
  font-weight: bold;
  line-height: 4;
}
@media only screen and (max-width: 768px) {
  .header_nav_menu {
    flex-basis: 100%;
    line-height: 4.5;
    text-align: left;
  }
}

.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #231815;
  text-decoration: none;
  cursor: pointer;
}

.member_login_btn {
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .member_login_btn {
    margin: 10px 0 0 15px;
  }
}

.mail_btn  {
  margin: 0 0 0 35px;
}
@media only screen and (max-width: 768px) {
  .mail_btn  {
    margin: 10px 0 0 35px;
  }
}


.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst,
.header_sns_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  padding: 0 10px;
  width: auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .header_category_lst,
  .header_sns_lst {
    position: static;
  }
}

.header_category_lst li,
.header_sns_lst li {
  display: block;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a,
.header_sns_lst a {
  align-items: center;
  display: flex;
  padding: 1em;
  background-color: #fff;
}

.header_sns_lst a img{
  height: auto;
  margin-right: 5px;
  width: 24px;
}

.header-image {
  margin-top: 40px;
  width: 100%;
}

.section{
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .section{
    margin-top: 80px;
  }
}

.section img.title{
  width: 100%;
}

.section .main-link {
  display: block;
  transition: all .2s;
}

.section .main-link:hover {
  opacity: .75;
}

/* title */
.ttl_h2 {
  margin-top: 0;
  margin-bottom: 40px;
  color: #231815;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ttl_h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #231815;
  font-weight: bold;
  font-size: 92.307%;
}

/* prduct list */
.prd_lst {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .prd_lst {
    padding: 0 20px;
  }
}
.prd_lst_unit {
  flex-basis: calc(100% / 3 - 14px);
  margin-bottom: 60px;
  margin-left: 20px;
  width: calc(100% / 3 - 20px);
  word-break: break-all;
}
.prd_lst_unit:nth-child(3n + 1) {
  margin-left: 0;
}
.prd_new_item_block {
  margin-top: 60px;
}

/* タブレットの場合 */
@media only screen and (max-width: 980px) {
  .prd_lst_unit {
    flex-basis: calc(100% / 2 - 10px);
    margin-bottom: 35px;
    margin-left: 20px;
    width: calc(100% / 2 - 10px);
    word-break: break-all;
  }
  
  .prd_lst_unit:nth-child(3n + 1) {
    margin-left: 20px;
  }
  
  .prd_lst_unit:nth-child(2n + 1) {
    margin-left: 0;
  }
}

  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
    width: 100%;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    color: #6A6A6B;
    margin-top: 1em;
  }
  .prd_lst_exp {
    color: #6A6A6B;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 12px;
    margin-top: 1em;
  }
  .prd_lst_soldout {
    color: #FF002A;
    font-size: 12px;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  margin: 60px 0 0;
}

.item-header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .item-header {
    justify-content: space-between;
    justify-content: baseline;
    margin-top: 25px;
  }
}

.prd_lst_pager {
  flex-basis: 65%;
}
@media only screen and (max-width: 768px) {
  .prd_lst_pager {
    flex-basis: 60%;
  }
}

.prd_lst_sort {
  flex-basis: 15%;
}
@media only screen and (max-width: 768px) {
  .prd_lst_sort {
    flex-basis: 33%;
  }
}

.prd_lst_sort {
  margin: 0;
}
  .prd_lst_sort a {
    color: #231815;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
    display: flex;
    align-items: center;
  }
  .prd_lst_pager li {
    font-size: 16px;
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 2.5em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #231815;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b,
.prd_lst_pos span {
  font-weight: 400;
  letter-spacing: 2px;
}

/* フッター */
.footer-box {
  background-color: #fff;
  margin: 90px 0 0 0 ;
  padding: 0 0 68px 0;
}
.footer-menu { 
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 25px auto 0;
  text-align: left;
  line-height: 1.5em;
  max-width: 854px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-menu {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.footer-menu li {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  vertical-align: top;
  width: 100%;
}

.footer-menu-left, .footer-menu-right {
  margin: 0;
  padding: 0;
  color: #231815;
  font-weight: 100;
  font-family: sans-serif;
  vertical-align: baseline;
}

.footer-menu-left{
  flex-basis: 40%;
}
@media only screen and (max-width: 768px) {
  .footer-menu-left{
    flex-basis: 100%;
    margin-top: 30px;
  }
}
.footer-menu-right{
  flex-basis: 60%;
}
@media only screen and (max-width: 768px) {
  .footer-menu-right{
    flex-basis: 100%;
    margin-top: 30px;
  }
}

.footer-menu-left .logo{
  height: auto;
  margin-bottom: 15px;
  width: 224px;
}
.footer-menu-left .list-span{
  margin: 8px 0 0 0;
}
.footer-menu-left .list-span a{
  text-decoration: none;
}

.footer-menu-right .side_section > p {
  color: #585859;
  margin-top: 1em;
}

.footer-menu-right .side_section .side_cal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .footer-menu-right .side_section .side_cal {
    flex-wrap: wrap;
  }
}

.footer-menu-right .side_section .side_cal .tbl_calendar{
  flex-basis: 50%;
  max-width: 230px;
}
@media only screen and (max-width: 768px) {
  .footer-menu-right .side_section .side_cal .tbl_calendar{
    flex-basis: 100%;
  }
}

.footer-menu-right .side_section .side_cal .tbl_calendar:nth-child(2){
  margin-left: 30px;
}
@media only screen and (max-width: 550px) {
  .footer-menu-right .side_section .side_cal .tbl_calendar:nth-child(2){
    margin-left: 0;
  }
}

.footer-menu-right .side_section .side_cal .tbl_calendar caption{
  margin-bottom: 20px;
  margin-left: 10px;
}

.footer-menu-right .side_section .side_cal .tbl_calendar th,
.footer-menu-right .side_section .side_cal .tbl_calendar td{
  text-align: center;
}

.footer-menu-right .side_section .side_cal_memo {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .footer-menu-right .side_section .side_cal_memo {
    margin-top: 30px;
  }
}

.footer-sub-menu {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 25px auto 0;
  line-height: 1.8;
  width: 854px;
}
@media only screen and (max-width: 768px) {
  .footer-sub-menu {
    flex-wrap: wrap-reverse;
    margin-top: 60px;
    padding: 0 20px;
    width: 100%;
  }
}

.footer-sub-menu .links{
  flex-basis: 40%;
}
@media only screen and (max-width: 768px) {
  .footer-sub-menu .links{
    flex-basis: 100%;
  }
}

.footer-sub-menu .links li{
  margin-top: 5px;
}

.footer-sub-menu .links a{
  text-decoration: none;
}


.footer-sub-menu .links a span{
  position: relative;
}

.footer-sub-menu .links a span::after{
  content: "";
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  right: -15px;
  top: 50%;
  transform: rotate(45deg) translateY(-100%);
  width: 6px;
}

.footer-sub-menu .side_cal_memo{
  flex-basis: 60%;
}
@media only screen and (max-width: 768px) {
  .footer-sub-menu .side_cal_memo{
    flex-basis: 100%;
  }
}

.footer-img {
  width: 100%;
}

.visible-768 { display: none; }
.list-span {
  display: block;
  margin: 10px 15px;
  padding: 0;
  transform: scaleY(1.1);
}
.footer-contents_copy {
  position: relative;
  overflow: hidden;
  min-height: 15vh;
  margin: 0;
  padding: 15px 0;
  background: #11151c;
    border-top: 1px solid #2c3235;
}
.footer-contents-menu {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2% 10% 0 10%;
  color: #231815;
  text-align: center;
}
.footer-contents-menu li {
  display: inline-block;
  float: none;
  margin: 0 5px;
  font-size: 13px;
}
.footer-contents-menu a { color: #aaa; }
.h3-footer { color: #ddd; }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    margin: 40px auto 0;
    width: 854px;
    font-size: 12px;
  }
  @media only screen and (max-width: 768px) {
    .copyright {
      width: 100%;
    }
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}
