﻿/* =====================================================================
*
*    3. Yahoo UI Library Fonts CSS
*    http://developer.yahoo.com/yui/fonts/
*    *Copyright (c) 2006, Yahoo! Inc. All rights reserved.
*    *http://developer.yahoo.com/yui/license.txt
*
*    Font-size Adjustment
*
*     77% = 10px    |   122% = 16px |   167% = 22px
*     85% = 11px    |   129% = 17px |   174% = 23px
*     93% = 12px    |   136% = 18px |   182% = 24px
*    100% = 13px    |   144% = 19px |   189% = 25px
*    107% = 14px    |   152% = 20px |   197% = 26px
*    114% = 15px    |   159% = 21px |   204% = 27px
*    212% = 28px    |   159% = 29px |   197% = 30px
*
* =================================================================== */

body {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

select,
input,
textarea {
  font-size: 99%;
  border-radius: 5px;
  height: 3em;
  border: solid 1px #a7a7a7;
  color: #000;
  background-color: #fff;
}

#Contents{
  scroll-padding-top: calc(110 * (100vw / 750 ));
  color: #333;
}

/* SP 403.aspx追加 */
#dvErrorInfoBox{
  width:100%;
  margin:10px 0;
}
#dvErrorInfoBox h2{
  padding:10px 0;
  font-size:13px;
  text-align:center;
}
#dvErrorInfoBox #dvErrorInfo{
  padding:10px;
}


.hErrorContent {
  line-height:150%;
  font-size:10px;
  margin-bottom:15px;
  text-align:center;
}

.hErrorListBox{
  width:fit-content;
    margin:auto;
}

.hErrorList{
  font-size:10px;
}

#hErrorList_center{
  line-height:150%;
}

.hErrorCustomerMessage{
  margin-top:15px;
  line-height:200%;
  font-size:10px;
  font-weight:normal;
  text-align:center;
}

.hErrorCustomerSub{
  line-height:100%;
  font-size:10px;
  font-weight:normal;
  margin-top:10px;
    text-align:center;
}

#dvErrorBackBtn{
  background-color:#ba357c;
  padding:7px 35px;
  color:#ffffff;
  border-radius:10px;
  font-size:10px;
}
#dvErrorTopBtn{
  background-color:#ba357c;
  padding:7px 20px;
  color:#ffffff;
  border-radius:10px;
  font-size:10px;
}
#dvErrorBtn{
  gap:100px;
    gap:15px;
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}

/* =====================================================================
*
*    フォント
*
* =================================================================== */

/* ---------------------------------
*    Font Family
*/

body {
  /*font-family: 'icon','ヒラギノ角ゴ ProN W3','helvetica','arial','verdana','sans-serif';*/
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------------------
*    Font Size
*/

.xx-large {
  font-size: 200%;
  line-height: 1.8em;
}

.mid-large {
  font-size: 182%;
  line-height: 1.4em;
}

.x-large {
  font-size: 164%;
  line-height: 1.8em;
}

.large {
  font-size: 144%;
}

.mid {
  font-size: 122%;
}

.regular {
  font-size: 107%;
}

.small {
  font-size: 92%;
}

.mid-small {
  font-size: 85%;
  letter-spacing: 1px;
}

.x-small {
  font-size: 77%;
  letter-spacing: 1px;
}


/* =====================================================================
*
*    リンク
*
* =================================================================== */

/* \*/
a {
  outline: none;
  overflow: hidden;
}

/**/
/* \*/
a:focus {
  outline: none;
  overflow: hidden;
}

/**/

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}


/* =====================================================================
*
*    共通
*
* =================================================================== */

/* ---------------------------------
*    clearfix
*/

.clearfix {
  min-height: 1%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from Mac IE \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* Hides from Mac IE */

/* ---------------------------------
*    汎用クラス
*/

.line-through {
  text-decoration: line-through !important;
}

.unit {
  margin-bottom: 1.5em;
  clear: both;
}

.underline {
  text-decoration: underline !important;
}

/* ---------------------------------
*    ボタン
*/

.btn {
  text-align: center;
  display: block;
  text-decoration: none !important;
}

/* ---------------------------------
*    タイトル
*/

.unit h3 {
  padding: 1em;
  background-color: #ccc;
  font-size: 14px;
}

/* ---------------------------------
*    グローバルナビ
*/

/* 1列 */
.global-nav-1 li {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.global-nav-1 li:first-child {
  border-top: 1px solid #eee;
}

.global-nav-1 li a {
  display: block;
  padding: 1em;
}

/* 2列 */
.global-nav-2 li {
  display: inline-table;
  width: 50%;
  float: left;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.global-nav-2 li:first-child,
.global-nav-2 li:nth-child(2) {
  border-top: 1px solid #eee;
}

.global-nav-2 li:nth-child(even) {
  border-right: none;
}

.global-nav-2 li a {
  display: table-cell;
  padding: 0 .5em;
  height: 60px;
  vertical-align: middle;
  line-height: 1.5;
}

/* ---------------------------------
*    商品一覧表示
*/

.product-price {
  line-height: 1.3;
}

.product-price .special {
  color: #ba357c;
  font-size: 13px;
}

.product-price .line-through {
  display: inline-block;
  color: #545454;
  /*margin-bottom: .3em;*/
}
.normal{color: #545454;}
.product-name .icon {
  line-height: 0;
}

.product-name .icon img {
  height: 20px;
  margin: 0 1px 1px 0;
  vertical-align: middle;
}

/* 2列 */

.product-list-2 li {
  position: relative;
  margin-bottom: 1.5em;
}

.product-list-2 li div {
  width: 90%;
  margin: 0 auto;
}

.product-list-2 li div p {
  margin-bottom: .3em;
}

.product-list-2 .product-image {
  position: relative;
  width: 45%;
  margin: 0;
}
.product-list-2 li div.product-price{
  float: right;
  width: auto;
  margin-top: -150px;
}
.yami_price,.normal_price{font-size: 18px;}
.yami_btn{
    border: 2px solid #ba357c;
    background-color: #ffffff;
    color: #ba357c;
    width: 200px;
    margin: 0 auto;
    padding: 14px 0;
    border-radius: 5px;
    position: relative;
}
.order-unit .yami_btn a{
  background-color: #fff;
  color: #ba357c;
  font-size: 14px;
  padding: 0;
}
.yami_btn i{
    border: solid #ba357c;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    right: 25px;
}
.product-list-2 .product-image img {
  width: 100%;
  height: auto;
}

.product-list-2 .product-name {
  line-height: 1.3;
  padding: .3em 0;
  font-size: calc(30 * (100vw / 750));
  font-weight: 700;
}
.product-outline{
  font-size: calc(28 * (100vw / 750));
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.product-list-2 .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* 3列 */
.product-list-3 {
  margin-top: 1.5em;
}

.product-list-3 li {
  float: left;
  position: relative;
  width: 33.333%;
  margin-bottom: 1.5em;
}

.product-list-3 li div {
  width: 90%;
  margin: 0 auto;
}

.product-list-3 .product-image {
  position: relative;
}

.product-list-3 .product-image img {
  width: 100%;
  height: auto;
}

.product-list-3 .rank {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.product-list-3 .rank1 {
  background-color: #FFB100;
}

.product-list-3 .rank2 {
  background-color: #B6B6B6;
}

.product-list-3 .rank3 {
  background-color: #AA6D44;
}

.product-list-3 .product-name span {
  line-height: 1.6;
  padding: .3em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-list-3 .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}


/* 1列（商品一覧リスト型） */

.product-list-2 .product-image-variation {
  display: none;
}

.product-list li {
  position: relative;
  width: 96%;
  padding: 4% 2%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.product-list .product-image {
  position: relative;
  float: left;
  width: 140px;
}

.product-list .product-image img {
  width: 140px;
}

.product-list .product-name,
.product-list .product-price,
.product-list .product-set-promotion,
.product-list .product-image-variation {
  float: right;
  width: 50%;
  margin-bottom: .3em;
  line-height: 1.3;
}

.product-list .product-image-variation {
  clear: both;
}

.product-list .product-image-variation img {
  width: 45px;
}

.product-list__item .sold-out {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* もっと見るボタン */

.unit .view-more a {
  width: 70%;
  background-color: #000;
  color: #fff;
  padding: 1em 0;
  margin: 0 auto;
}

/* ---------------------------------
*    ページトップ
*/

#pageTop {
  background-image: url(../../Contents/ImagesPkg/common/pagetop.png);
  background-size: cover;
  position: fixed;
  bottom: calc(100 * (100vw / 750 ));
  right: calc(20 * (100vw / 750 ));
  width: calc(80 * (100vw / 750 ));
  height: calc(80 * (100vw / 750 ));
  
}

#pageTop a {
  display: block;
  z-index: 999;
}

/* ---------------------------------
*    エラーページ/Error
*/

.error-unit {
  margin-bottom: 2em;
}

.error-unit h2 {
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: calc(40 * (100vw / 750));
  margin-top: calc(60 * (100vw / 750));
  letter-spacing: 0.1em;
}

.error-unit .error_msg {
  text-align: center;
  margin: calc(40 * (100vw / 750)) auto;
  font-size: calc(36 * (100vw / 750));
}

.error-unit .msg {
  padding: .5em 0;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
}

.error-unit .button {
  padding: 1em;
}

.error-unit .button-next .btn {
  padding: 1em 0;
  background-color: #f5f2ed;
  color: #333;
  border-radius: calc(10 * (100vw / 750));
  width: 70%;
  margin: 0 auto;
}

.error-unit .button-next #ctl00_ContentPlaceHolder1_lbGoTop {
  background: #ba357c;
  color: #fff;
}

.error-unit .button-prev .btn {
  padding: 1.5em 0;
  background-color: #ccc;
}

.msg-alert {
  padding: 0 0 2.5em;
  text-align: center;
}

/* ---------------------------------
*    パンくず/ページャー
*/

.breadcrumbs {
  line-height: 1.5;
  padding: .5em;
  /* background-color: #eee; */
  margin-bottom: calc(25 * (100vw / 750));
}

.breadcrumbs ul li{
  display: inline-block;
}

.breadcrumbs ul li>*{
  font-size: 11px;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #aaaaaa;
}

.breadcrumbs ul li:nth-last-child(1) a{
  color: #545454;
}

.pager-wrap {
  background-color: #f5f2ed;
}

.below .total {
  display: none;
}

.pager-wrap .pager {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.pager-wrap .pager li {
  display: table-cell;
  text-align: center;
  color: #333;
  padding: .7em 0;
}

.pager-wrap .pager li a {
  display: block;
  color: #333;
}

.above .pager-nums {
  display: none;
}

.below .page-now {
  display: none;
}

.pager-wrap .pager-nums {
  text-align: center;
  color: #333;
  font-size: 14px;
  letter-spacing: 2px;
}

.pager-wrap .pager-nums a {
  display: inline !important;
  color: #fff;
  text-decoration: underline;
}


/* =====================================================================
*
*    ヘッダー
*
* =================================================================== */
#humberger {
  position: relative;
  height: calc(30 * (100vw / 750));
  width: calc(40 * (100vw / 750));
  display: inline-block;
  box-sizing: border-box;
  margin-left: calc(40 * (100vw / 750));
  margin-right: calc(55 * (100vw / 750));
}

#humberger div {
  position: absolute;
  left: 0;
  height: calc(4 * (100vw / 750));
  width: calc(40 * (100vw / 750));
  background-color: #444;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.4s;
}

#humberger div:nth-of-type(1) {
  top: 0;
}

#humberger div:nth-of-type(2) {
  transform: translateY(-50%);
  top:50%;
}

#humberger div:nth-of-type(3) {
  bottom: 0;
}

#humberger.close {
  position: relative;
  height: calc(30 * (100vw / 750));
  width: calc(40 * (100vw / 750));
  display: inline-block;
  box-sizing: border-box;
  margin-left: calc(40 * (100vw / 750));
  margin-right: calc(40 * (100vw / 750));
}

#humberger.close div {
  position: absolute;
  left: 0;
  height: calc(4 * (100vw / 750));
  width: calc(40 * (100vw / 750));
  background-color: #444;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  transform-origin: center;
}

#humberger.close div:nth-of-type(1) {
  top: calc(11 * (100vw / 750 ));
  transform: rotate(-135deg);
}

#humberger.close div:nth-of-type(2) {
  display: none;
}

#humberger.close div:nth-of-type(3) {
  bottom: calc(14 * (100vw / 750 ));
  transform: rotate(-45deg);
}


.header {
  position: fixed;
  top: 0;
  z-index: 500;
  background: #fff;
  height: calc(110 * (100vw / 750));
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

.header .header_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.header .header_inner .user_name{
  font-size: calc(21 * (100vw / 750 ));
  width: calc(190 * (100vw / 750 ));
  margin-right: calc(20 * (100vw / 750 ));
}

.header .header_inner .head_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header .logo_wrap {
  width: calc(160 * (100vw / 750));
  margin-right: calc(165 * (100vw / 750));
}

.header .logo_wrap img {
  width: calc(160 * (100vw / 750));

}

.header .header_inner .head_right .search_wrap img {
  width: calc(39 * (100vw / 750));
}

.header .header_inner .head_right .cart_wrap {
  margin-left: calc(22 * (100vw / 750));
  margin-right: calc(29 * (100vw / 750));
}

.header .header_inner .head_right .cart_wrap {
  position: relative;
}

.header .header_inner .head_right .cart_wrap .cart_count {
  position: absolute;
  top: calc(-16 * (100vw / 750));
  right: calc(-13 * (100vw / 750));
  width: calc(28 * (100vw / 750));
  height: calc(28 * (100vw / 750));
  background-color: #ba357c;
  border-radius: 50%;
  line-height: calc(28 * (100vw / 750));
  text-align: center;
  color: #fff;
  font-size: calc(20 * (100vw / 750));
}

.header .header_inner .head_right .cart_wrap img {
  width: calc(41 * (100vw / 750));
}


.header .header_inner .search {
  display: none;
  padding: 0;
}

.serchbox_wrap{
  display: none;
/*  margin-top: calc(110 * (100vw / 750 ));*/
  width: 100%;
  background-color: #fff;
  padding: calc(40 * (100vw / 750 )) calc(60 * (100vw / 750 ));
  box-sizing: border-box;
  z-index: 500;
/*
  position: absolute;
  top: calc(110 * (100vw / 750 ));
*/
}
 .serchbox_wrap .serchbox_item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.serchbox_wrap .serchbox_item .serch_icon{
  width: calc(40 * (100vw / 750 ));
  margin-left: calc(30 * (100vw / 750 ));
}

.serchbox_wrap .serchbox_item .serch_icon img{
  width: calc(40 * (100vw / 750 ));
}

 .serchbox_wrap input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
 .serchbox_wrap .serchbox_item input{
  border-radius: 0;
  color: #545454;
  width: calc(450 * (100vw / 750 ));
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}

/* ロゴがテキストの場合 */

.header .logo-main h1 a {
  font-family: 'Century Gothic';
  color: #fff;
  line-height: 40px;
  margin-left: 10px;
  font-size: 13px;

}

/*header user_relation*/
.fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}

.header_drawerwrap {
  position: fixed;
  left: calc(-750 * (100vw / 750 ));
  z-index: 100;
  width: 100%;
  padding: 0;
    transition: 0.5s;
  top: calc(112 * (100vw / 750 ));
  height: 100%;
  overflow: auto;
}

.header_drawerwrap.open{
  left: 0;
}


.header_drawerwrap > .unit{
  height: 100%;
  overflow: auto;
}

.header_drawerwrap .user_relation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: calc(60 * (100vw / 750)) calc(30 * (100vw / 750));
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  z-index: 300
}

.header_drawerwrap .user_relation p a {
  width: calc(330 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #ba357c;
  justify-content: center;
  border-radius: calc(10 * (100vw / 750));
}

.header_drawerwrap .user_relation a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: calc(30 * (100vw / 750));
  line-height: 1;
  color: #fff;
}

.header_drawerwrap .user_relation p img {
  width: auto;
  height: calc(40 * (100vw / 750));
  margin-right: calc(20 * (100vw / 750));
  margin-left: 0;
}

/*header user_relation*/
.header_drawerwrap .gnavi_wrap {
  margin-top: calc(222 * (100vw / 750 ));
  background-color: #f5f2ed;
  height: 100%;
  overflow: scroll;
  padding-bottom: calc(90 * (100vw / 750 ));
}

.header_drawerwrap .gnavi_wrap > li {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 calc(30 * (100vw / 750));
}

.header_drawerwrap .gnavi_wrap > li:last-of-type{
  margin-bottom: calc(90 * (100vw / 750 ));
}

.header_drawerwrap .gnavi_wrap .gnavi_ttl {
  display: block;
  width: 100%;
  padding: calc(53 * (100vw / 750)) 0;
  font-size: calc(30 * (100vw / 750));
  font-weight: 500;
  color: #545454;
  letter-spacing: 0.05em;
}


/*開閉ボタン*/
.header_drawerwrap .gnavi_wrap .gnavi_ttl span {
  display: block;
  position: relative;
  top: calc(-15 * (100vw / 750 ));
}

.header_drawerwrap .gnavi_wrap .gnavi_ttl span::before,
.header_drawerwrap .gnavi_wrap .gnavi_ttl span::after {
  content: '';
  display: block;
  width: calc(40 * (100vw / 750 ));
  height: calc(4 * (100vw / 750 ));
  border-radius: 5px;
  background: #545454;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.header_drawerwrap .gnavi_wrap .gnavi_ttl span::after {
  /* 横棒を縦にするために90℃回転させる */
  transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  transition: 0.3s;
}

.header_drawerwrap .gnavi_wrap .gnavi_ttl span.active::after {
    transform: rotate(0);
    transition: 0.3s;
  top: calc(-3 * (100vw / 750 ));
  }

/*開閉ボタン*/
.header_drawerwrap .gnavi_wrap .dropdown_list{
  display: none;
}

.header_drawerwrap .gnavi_wrap .dropdown_item a {
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.05em;
  color: #545454;
}

.header_drawerwrap .gnavi_wrap .dropdown_item {
  padding: calc(45 * (100vw / 750)) 0;
  padding-left: calc(30 * (100vw / 750));
}

.header_drawerwrap .gnavi_wrap .dropdown_item._ttl {
  list-style: none;
  padding-left: calc(40 * (100vw / 750));
  position: relative;
}

.header_drawerwrap .gnavi_wrap .dropdown_item._ttl::before {
  content: '';
  width: calc(20 * (100vw / 750));
  height: calc(20 * (100vw / 750));
  background-color: #ba357c;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}






.minicart .inner {
  margin: 1em 0;
}

.minicart .total {
  text-align: center;
  margin-bottom: 1em;
}

.minicart .view-cart .btn {
  width: 80%;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #ba357c;
  color: #fff;
  border-radius: calc(10 *(100vw / 750));
}

.minicart .empty {
  text-align: center;
}

/* =====================================================================
*
*    フッター
*
* =================================================================== */

#Foot {
  padding: 0;
}

#Foot .footer li {
  float: none;
  padding: 0;
}

#Foot footer p {
  margin: 0;
}

#Foot footer a {
  color: #545454;
  transition: 0.4s;
}

#Foot footer a:hover {
  opacity: 0.7;
}

.footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer_bg {
  padding: calc(80 * (100vw / 750)) calc(40 * (100vw / 750));
  background-color: #f5f2ed;
}


/*.footer .contact {
  margin: 0 auto;
  padding: calc(40 * (100vw / 750)) 0;
  background-color: #fff;
  text-align: center;
}

.footer .contact .contact_tel {
  color: #545454;
  text-align: center;
}

.footer .contact .contact_tel .tel {
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: calc(28 * (100vw / 750));
}

.footer .contact .contact_tel img {
  width: calc(75 * (100vw / 750))!important;
  height: calc(49 * (100vw / 750));
  margin-right: calc(30 * (100vw / 750));
  margin-left: 0;
}

.footer .contact .contact_tel .tel_numberwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.footer .contact .contact_tel .tel_number {
  font-size: calc(54 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
}

.footer .contact .contact_time {
  font-size: calc(18 * (100vw / 750));
  letter-spacing: 0.05em;
  margin-top: calc(30 * (100vw / 750));
}*/


.footer .guide_wrap {
/*  width: calc(560 * (100vw / 750));*/
  margin: 0 auto;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: calc(80 * (100vw / 750));
}

.footer .guide_wrap .guide_ttl {
  margin-bottom: calc(27 * (100vw / 750));
}

.footer .guide_wrap .guide_item {
  display: inline-block;
  line-height: calc(56 * (100vw / 750));
}

.footer .guide_wrap .guide_item:nth-of-type(2n) {
  margin-left: calc(45 * (100vw / 750));
}


.footer .logo_area{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: calc(35 * (100vw / 750 ));
}

.footer .logo_area img{
  width: calc(310 * (100vw / 750 ));
}


.footer .sns_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(150 * (100vw / 750));
  margin: calc(63 * (100vw / 750)) auto 0;
}

.footer .sns_wrap img {
  width: calc(41 * (100vw / 750));
  height: auto;
}

.footer .footer_under_wrap {
  width: 100%;
  background-color: #545454;
  text-align: center;
  padding: calc(40 * (100vw / 750)) 0 calc(37 * (100vw / 750));
}

.footer .footer_under_wrap ul {
  font-size: 0;
}

.footer .footer_under_wrap ul li {
  display: inline-block;
  padding: 0 calc(15 * (100vw / 750));
  border-left: 1px solid #fff;
  font-size: calc(18 * (100vw / 750));
  line-height: 1.4;
}

.footer .footer_under_wrap ul li:nth-child(4) {
  border-left: 0;
}

.footer .footer_under_wrap ul li:nth-child(-n + 4) {
  margin-bottom: calc(25 * (100vw / 750));
}

.footer .footer_under_wrap ul li:first-of-type {
  border-left: none;
}


.footer .footer_under_wrap ul li a {
  color: #fff;
}

.footer .footer_under_wrap .copyright {
  margin-top: calc(35 * (100vw / 750));
  color: #fff;
  font-size: calc(18 * (100vw / 750));
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
}

.tel_comment{
display: none;
}


/******************************
	2021.06.15
	健康食品 お問い合わせ番号追加
******************************/
.footer .contact002 {
  margin: 0 auto;
  padding: calc(40 * (100vw / 750)) 0;
  background-color: #fff;
  text-align: center;
}

.footer .contact002 .contact_tel {
  color: #545454;
  text-align: center;
}

.footer .contact002 .contact_tel .tel {
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: calc(28 * (100vw / 750));
}

.footer .contact002 .contact_tel .contact_link {
  font-size: calc(34 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
}

.footer .contact002 .contact_tel .tel_number {
  font-size: calc(36 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
}

.footer .contact002 .contact_tel .tel_number img {
  width: calc(50 * (100vw / 750))!important;
  height: auto;
  margin-right: calc(20 * (100vw / 750));
  margin-left: 0;
  display: inline;
  vertical-align: middle;
}


.footer .contact002 .contact_time {
  font-size: calc(18 * (100vw / 750));
  letter-spacing: 0.05em;
  margin-top: calc(30 * (100vw / 750));
}

.footer .contact002 hr.line001 {
	width: 90%;
	margin: 1.5em auto;
}

.footer .lineH15 {
	line-height: 1.5em;
}