@charset "utf-8";
/* =======================================
	base
======================================= */
:root{
	--xena-color:#E95885;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "メイリオ", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo;
  font-style: normal;
  font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
}
html {
  overflow-y: scroll;
}
body {
  color: #666666;;
  font-size: 1em;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
body.arrival {
  opacity: 1;
}
p {
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  html {
    overflow-y: scroll;
    font-size: 10px;
  }
  body {
    font-size: 1.6em;
    overflow-x: hidden;
  }
}
/* リンク文字色
--------------------------------------- */
a:link {
  color: #666666;
  text-decoration: underline;
}
a:visited {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #F3295C;
  text-decoration: none;
}
a:active {
  color: #F3295C;
  text-decoration: none;
}

/* ヘルパークラス
--------------------------------------- */
.hp_sup {
  font-size: 0.6em;
  position: relative;
  vertical-align: top;
  top: -0.3em;
}
.hp_sup.hp_sup__point_title{
  font-size: 0.4em;
  top: 0.4em !important
}
.hp_display_none {
  display: none;
}
.hp_mbOnly {
  display: none !important;
}
.hp_annotation {
  font-size: 0.75rem;
  line-height: 1.0rem;
  text-align: left;
}
.hp_small{
  font-size: 70% !important;
}
.hp_small80{
  font-size: 80% !important;
}
.hp_big{
  font-size: 135% !important;
}
.hp_big120{
  font-size: 120% !important;
}
.hp_bold{
	font-weight: bold;
}
.hp_marker{
  background-color: #FFFBB7;
}
.hp_red{
  color: #F3295C;
}
@media screen and (max-width:768px) {
  .hp_pcOnly {
    display: none !important;
  }
  .hp_mbOnly {
    display: block !important;
  }
	.hp_annotation {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
}

/* =======================================
	container
======================================= */
#container {
  width: 100%;
}
.ly_container {
  width: 100%;
  padding-top: 126px;
}
@media screen and (max-width: 767px) {
  .ly_container {
    padding-top: 60px;
  }
}

/* =======================================
	contents
======================================= */
#contents {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
	position: relative;
}
/* sidemenuがある場合 */
.contents_sidemenu {
  background: url(../images/common/bg_sidemenu.jpg) left repeat-y;
}
.ly_contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.ly_contents_640 {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents{
    width: 100%;
  }
	.contents_sidemenu {
		background: none
	}
}
@media screen and (max-width: 641px) {
  .ly_contents_640 {
    width: 100%;
  }
}
/* パンくずリスト
--------------------------------------- */
#breadcrumb {
  width: 100%;
  height: 24px;
  font-size: 0.87em;
}
#breadcrumb ul {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  padding-top: 3px;
}
#breadcrumb ul li {
  margin-left: 5px;
  display: inline;
}
#breadcrumb ul li a {
  margin-right: 10px;
}
.bl_breadcrumb {
  max-width: 1000px;
  display: block;
  margin: 5px auto;
  height: 20px;
  margin-top: 2px;
}
.bl_breadcrumb_list {
  display: flex;
}
.el_breadcrumb_list {
  padding-right: 10px;
  font-size: 0.85rem;
}
.el_breadcrumb_list.el_breadcrumb_list__next::after {
  content: "ー";
  padding-left: 10px;
}
.el_breadcrumb_anchor {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb {
    display: block;
    margin: 3px auto;
    height: 17px;
    margin-bottom: 4px;
    margin-left: 5px;
  }
  .el_breadcrumb_list {
    padding-right: 5px;
    font-size: 0.9em;
  }
  .el_breadcrumb_list.el_breadcrumb_list__next::after {
    padding-left: 5px;
  }
}
/* 全額返金　ブロック
------------------------------------------*/
.bl_refund{
  border: 2px solid #0d4a8f;
  display: flex;
  margin-bottom: 3em;
}
.bl_refund_title{
  background: #e9eff4;
  width: 60%;
  padding-top: 0.2em;
}
.el_refund_title{
  color: #0d4a8f;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 2.2em;
  text-align: center;
  line-height: 1.2em;
}
.el_refund_txt{
  margin: 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .bl_refund{
    border: 2px solid #0d4a8f;
    display: block;
    margin: 10px 10px 50px;
  }
  .bl_refund_title{
    width: 100%;
    padding-bottom: 0.5em;
    padding-top: 0;
  }
  .el_refund_title{
    font-size: 2.2em;
  }
  .el_refund_txt{
    margin: 1em;
  }
}
/* =======================================
	header
======================================= */
/*-- 下向き矢印　--*/
.el_down_arrow {
  transform: rotate(180deg);
}
/*-- 右向き矢印　--*/
.el_right_arrow {
  transform: rotate(90deg);
}
/*---------------------------------
  ヘッダー
------------------------------------*/
.bl_header {
  box-shadow: 0px 2px 2px 0px #cecece;
  z-index: 10000;
  width: 100%;
  height: 125px;
  font-size: 10px;
  position: fixed;
  background: #fff;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .bl_header {
    height: 60px;
  }
}
.bl_header a {
  text-decoration: none;
  color: #666666;
}

/*---------------------------------
  ヘッダー上部　固定リンク部分 
------------------------------------*/
.bl_header_top {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px 15px;
}
.bl_header_top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el_header_top_name {
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
}
.bl_header_top_link {
  display: flex;
}
.el_header_top_link {
  font-size: 1.5em;
}
.el_header_top_name:hover, .el_header_top_link:hover {
  color: #e85884 !important;
}
.el_header_top_link.bl_header_top_link__border {
  border-right: 1px solid #666666;
  padding-right: 20px;
  margin-right: 20px;
}
/*---------------------------------
  ヘッダー　ナビゲーションメニュー 
------------------------------------*/
.bl_header_nav {
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.bl_nav_menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.bl_nav_menu__submenu {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 650px;
}
@media screen and (max-width:860px) {
  .bl_nav_menu__submenu {
    width: 550px;
  }
}
.el_nav_menu__name {
  font-size: 1.6em;
  font-weight: 500;
}
.el_nav_menu__name:hover {
  font-weight: bold;
}
.bl_nav_menu__cart {
  text-align: center;
	position: relative;
}
.bl_header_nav_cart_cnt{
	position: absolute;
	right: -5px;
	top: 0;
}
.el_header_nav_cart {
  fill: #666666;
  width: 40px;
}
.el_header_nav_cart_cnt{
	background-color: #C90003;
	display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  line-height: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 0.75rem;
}
.el_header_nav_logo:hover, .bl_nav_menu__cart:hover {
  opacity: 0.6;
}
.bl_nav_menu__order2 {
  order: 1;
}
.bl_nav_menu__order3 {
  order: 2;
}
.el_down_arrow.el_nav_menu_arrow {
  display: inline-block;
  width: 13px;
  margin-left: 15px;
  margin-bottom: 2px;
  fill: #666666;
  transition: all .3s;
}
.bl_nav_submenu_area.js_nav_submenu_area {
  display: none;
}
.js_nav_submenu.open .el_nav_menu__name {
  font-weight: bold;
}
.js_nav_submenu.open .el_down_arrow.el_nav_menu_arrow {
  transform-origin: center;
  transform: rotate(360deg);
}
.bl_nav_submenu_area {
  position: absolute;
  left: 0;
  top: 70px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  box-shadow: 0px 2px 2px 0px #cecece;
}
.bl_submenu_unit_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
.bl_submenu_unit_wrapper.bl_submenu_unit_wrapper__healthyfood {
  display: block;
}
.bl_submenu_unit_wrapper.bl_submenu_unit_wrapper__brand {
  margin-bottom: 30px;
}
.bl_submenu_unit {
  width: 365px;
}
.bl_submenu_unit.bl_submenu_unit__healthyfood {
  width: 100%
}
.el_submenu_unit_title {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  height: 40px;
  line-height: 3.5rem;
}
.el_submenu_unit_title.el_submenu_unit_title__vc {
  border-bottom: 1px solid #d2004f;
}
.el_submenu_unit_title.el_submenu_unit_title__jj {
  border-bottom: 1px solid #A61C4B;
}
.el_submenu_unit_title.el_submenu_unit_title__bn {
  border-bottom: 1px solid #196039;
}
.bl_submenu_list {
  margin-left: 20px;
  font-size: 1.5em;
  line-height: 2.5em;
}
.bl_submenu_list_img {
  text-align: center;
}
.bl_submenu_list.bl_submenu_list__healthyfood {
  display: flex;
  justify-content: space-around;
}
.el_subumenu_list_wrapper.el_subumenu_list_wrapper__healthyfood {
  width: 365px;
}
.el_subumenu_list:hover {
  color: #e85884 !important;
}
.bl_submenu_unit_pickup_wrapper {
  display: flex;
  padding: 10px 0 0;
  width: 100%;
}
.el_submenu_unit_pickup_img {
  margin-right: 10px;
}
.el_submenu_unit_pickup_img:hover {
  opacity: 0.7;
}
.el_submenu_unit_pickup_title {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.el_submenu_unit_pickup_title:hover {
  color: #F3295C;
  text-decoration: none;
}
.el_submenu_unit_pickup_txt {
  font-size: 1.3em;
  line-height: 1.5em;
}
.el_submenu_unit_pickup_txt:hover {
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  .bl_header_nav {
    padding-bottom: 7px;
  }
  .bl_nav_menu {
    display: flex;
    position: relative;
    align-items: flex-end;
    margin-top: 10px;
  }
  .bl_nav_menu__cart {
    position: absolute;
    right: 70px;
  }
  .el_header_nav_logo {
    width: 110px;
    padding-bottom: 3px;
  }
  .el_header_nav_cart {
    width: 35px;
  }
	.el_header_nav_cart_cnt{
		font-size: 1.2rem;
	}
  .bl_nav_menu__order2 {
    order: 2;
  }
  .bl_nav_menu__order3 {
    order: 1;
  }
  .el_nav_submenu_btn {
    position: relative;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 10px;
  }
  .el_nav_submenu_btn span {
    margin-top: 3px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    border-radius: 4px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .el_nav_submenu_btn span:nth-of-type(1) {
    top: 0;
  }
  .el_nav_submenu_btn span:nth-of-type(2) {
    top: 11px;
  }
  .el_nav_submenu_btn span:nth-of-type(3) {
    top: 22px;
  }
  .js_nav_submenu_hamburger_btn.open.el_nav_submenu_btn span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .js_nav_submenu_hamburger_btn.open.el_nav_submenu_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .js_nav_submenu_hamburger_btn.open.el_nav_submenu_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .el_nav_submenu_btn_txt {
    position: absolute;
    font-size: 1.0em;
    top: 30px;
    letter-spacing: 1px;
  }
  .bl_nav_menu__submenu.js_nav_submenu_hamburger {
    display: none;
  }
  .bl_nav_menu__submenu {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 2px 0px #cecece;
  }
  .bl_nav_submenu {
    display: block;
    border-top: 0.5px solid #f2f2f2;
    padding: 15px 0;
    position: relative;
  }
  .el_nav_menu__name {
    font-size: 1.5em;
    padding-left: 20px;
    font-weight: bold;
  }
  .el_plus_icon {
    position: absolute;
    display: inline-block !important;
    width: 15px;
    height: 15px;
    right: 25px;
  }
  .el_plus_icon i {
    margin-top: 3px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
    top: 5px;
  }
  .el_plus_icon.el_plus_icon__brand i {
    top: 13px;
  }
  .el_plus_icon i:nth-of-type(2) {
    transform: rotate(90deg);
  }
  .js_nav_submenu.open .el_plus_icon i:nth-of-type(2), .js_nav_submenu__brand.open .el_plus_icon i:nth-of-type(2), .js_submenu_unit_title__brand.open .el_plus_icon i:nth-of-type(2) {
    transform: rotate(180deg);
  }
  .bl_nav_submenu_area {
    position: relative;
    display: block;
    top: 15px;
    padding: 0;
    background: #fff;
    box-shadow: none;
  }
  .bl_submenu_unit_wrapper {
    display: block;
  }
  .bl_submenu_unit {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .bl_submenu_list {
    margin: 0;
  }
  .bl_submenu_list.bl_submenu_list__brand {
    margin-left: 10px;
  }
  .bl_submenu_list.bl_submenu_list__healthyfood {
    display: block;
  }
  .el_subumenu_list_wrapper {
    position: relative;
  }
  .el_subumenu_list_wrapper.el_subumenu_list_wrapper__healthyfood {
    width: 100%;
  }
  .el_submenu_unit_title.el_submenu_unit_title__pickup {
    border-bottom: none;
    font-size: 1.3em;
  }
  .bl_submenu_unit_wrapper.bl_submenu_unit_wrapper__brand {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .el_submenu_unit_title.el_submenu_unit_title__vc, .el_submenu_unit_title.el_submenu_unit_title__jj, .el_submenu_unit_title.el_submenu_unit_title__bn, .el_submenu_unit_title.el_submenu_unit_title__skintype {
    margin-bottom: 10px;
    border-bottom: none;
    height: 35px;
    line-height: normal;
  }
  .el_submenu_unit_logo__vc {
    width: 162px;
  }
  .el_submenu_unit_logo__jj {
    width: 164px;
  }
  .el_submenu_unit_logo__bn {
    width: 105px;
  }
  .js_submenu_list__brand {
    display: none;
  }
  .el_submenu_unit_title.el_submenu_unit_title__skintype {
    margin-bottom: 10px;
    border-bottom: none;
  }
  .bl_submenu_list_img {
    text-align: left;
  }
  .el_submenu_list_img__skintype {
    width: 85%;
  }
  .el_right_arrow.el_nav_submenu_arrow {
    display: inline-block !important;
    position: absolute;
    width: 13px;
    fill: #666666;
    right: 45px;
    top: 15px;
  }
  .el_right_arrow.el_nav_menu_arrow {
    display: inline-block !important;
    position: absolute;
    width: 13px;
    fill: #666666;
    right: 20px;
    top: 26px;
  }
}
/*---------------------------------
  フッター
------------------------------------*/
.bl_footer{
  position: relative;
  width: 100%;
  font-size: 10px;
  background: #f9f9f9;
  color: #666666;
}
.bl_footer a{
  text-decoration: none;
  color: #666666;
}
.bl_footer_content{
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 50px;
}
.bl_footer_tel{
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 5px;
}
.bl_footer_tel_top{
  display: flex;
  justify-content: space-between;
}
.el_footer_tel_txt{
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.4em;
}
.el_footer_tel_txt_small{
  font-size: 0.9em;
  font-weight: 500;
}
.bl_footer_contact_btn:hover{
  opacity: 0.6;
  cursor: pointer;
}
.bl_footer_contact_btn_body{
  position: relative;
  display: block;
  background: #e85884;
  width: 330px;
  border-radius: 3px;
  padding: 3px 0 5px;
}
.el_footer_contact_btn_txt{
  font-size: 2.0em;
  color: #fff;
  text-align: center;
}
.el_right_arrow.el_footer_contact_btn_arrow{
  position: absolute;
  display: inline-block;
  width: 13px;
  fill: #ffffff;
  right: 10px;
  top: 17px;
}
.bl_footer_tel_body{
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.bl_footer_tel_brand_unit{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 225px;
}
.el_footer_tel_brand_logo{
  margin: 0 auto;
}
.el_footer_tel_brand_logo__vc{
  padding-bottom: 7px;
  width:191px;
}
.el_footer_tel_brand_logo__jj{
  width:193px;
}
.el_footer_tel_brand_logo__bn{
  padding-bottom: 7px;
  width:124px;
}
.el_footer_tel_line{
  position: absolute;
  background: #666666;
  height: 1px;
  width: 100%;
  top: 40px;
}
.el_footer_tel_number{
  font-size: 3.0em;
  font-weight: bold;
  margin-top: 10px; 
}
.bl_footer_body{
  padding: 80px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hp_flex_wrap{
  width: 100%;
}
.bl_footer_link_unit{
  width: 170px;
}
.bl_footer_link_title{
  font-size: 1.5em;
  font-weight: 400 !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  margin-bottom: 10px;
}
.el_footer_link_name:hover{
  color: #e85884 !important;
}
.el_footer_link_name{
  font-size: 1.5em;
  line-height: 1.8em;
}
.bl_footer_bottom{
  text-align: center;
  padding-bottom: 15px;
}
.bl_footer_bottom_company{
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px
}
.el_footer_bottom_corporatesite_link:hover{
  color: #e85884 !important;
}
.el_footer_bottom_copyright{
  font-size: 1.2em;
}
@media screen and (max-width:768px){
  .bl_footer_tel{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
  }
  .bl_footer_tel_body{
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .el_footer_tel_txt{
    font-size: 1.6em;
  }
  .bl_footer_contact_btn_body{
    margin: 0 auto 10px;
  }
  .bl_footer_tel_brand_unit{
    flex-direction:row;
    justify-content: space-around;
    align-items: center;
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
  }
  .el_right_arrow.el_footer_contact_btn_arrow{
    top: 14px;
  }
  .el_footer_tel_brand_logo__vc{
    padding-bottom: 0px;
    width:162px;
  }
  .el_footer_tel_brand_logo__jj{
    width:164px;
  }
  .el_footer_tel_brand_logo__bn{
    padding-bottom: 0px;
    width:105px;
  }
  .el_footer_tel_number{
    font-size: 2.0em;
    margin-top: 0px;
  }
  .bl_footer_tel_brand_logo_wrapper{
    text-align: center;
    width: 40%;
  }
  .bl_footer_body{
    padding: 15px 15px 50px;
    flex-direction: column;
  }
  .bl_footer_link_unit__order5{
    order: 2;
  }
  .bl_footer_link_unit__order5{
    order: 1;
  }
  .bl_footer_link_unit{
    width: 100%;
    margin-bottom: 20px;
  }
  .js_footer_link_name{
    display: none;
  }
  .el_plus_icon.el_plus_icon__footerLink i{
    height: 1px;
  }
  .js_footer_link_title.open .el_plus_icon i:nth-of-type(2){
    transform: rotate(180deg);
  }
}
@media screen and (max-width:400px){
  .el_footer_tel_brand_logo__vc{
    width:138px;
  }
  .el_footer_tel_brand_logo__jj{
    width:140px;
  }
  .el_footer_tel_brand_logo__bn{
    width:89px;
  }
  .el_footer_tel_number{
    font-size: 1.6em;
  }
  .bl_footer_contact_btn_body{
    width: 100%;
  }
}



/* 共通style
--------------------------------------- */
.left {
  float: left;
}
.right {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mr60 {
  margin-right: 60px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.mtb10 {
  margin: 10px 0;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb30 {
  padding-bottom: 30px;
}
.pr20 {
  padding-right: 20px;
}
.skeleton_hover:hover {
  filter: alpha(opacity=65); /* 透明度を設定 */
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65; /* /透明度を設定 */
}
/* 注記 */
.chuki {
  font-size: 12px;
}
.chuki_sup {
  font-size: 8px;
  vertical-align: super;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
/* スマホで長押しによる画像コピー禁止 */
.imgguard {
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
}





/* サイドバー
--------------------------------------- */
/* 共通 */
#side_menu {
  float: left;
  width: 210px;
}
#side_menu_wrapper {
  padding-bottom: 6px;
  margin-bottom: 60px;
}
#side_menu_wrapper li { /* liにリンクなしのために設定 */
  height: 56px;
  display: block;
  text-indent: 105%; /* テキストを隠す */
  white-space: nowrap;
  overflow: hidden; /* /テキストを隠す */
}
#side_menu_wrapper li a {
  height: 56px;
  display: block;
}
#side_menu_wrapper li a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
/* Xena仕様 */
.side_menu01 {
  background: url("../images/common/sidemenu/sidemenu_xena_2.jpg") no-repeat;
  margin-top: 40px;
}
/* VC仕様 */
.side_menu02 {
  background: url("../images/common/sidemenu/sidemenu_vc_05.jpg") no-repeat;
  margin-top: 20px;
}
ul#side_banner {
  width: 180px;
  margin: 30px auto;
}
ul#side_banner li {
  margin-bottom: 10px;
}
ul#side_banner li a:hover {
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
}
#side_menu .chuki {
  margin: -50px auto 0;
  width: 200px;
}
/* Benatural仕様 */
.side_menu03 {
  background: url(../images/common/sidemenu/sidemenu_bn_1.jpg) no-repeat;
  margin-top: 20px;
}
/* Benatural仕様 */
.side_menu04 {
  background: url(../images/common/sidemenu/sidemenu_jj_06.jpg) no-repeat;
  margin-top: 20px;
}
@media screen and (max-width:768px){
	#side_menu{
		display: none;
	}
}
/* ライトコンテンツ
--------------------------------------- */
#contents_right {
  width: 710px;
  float: right;
  margin-top: 40px;
  padding-bottom: 60px;
}
/* title設定 */
#contents_right h2 {
  padding-bottom: 12px;
  margin-bottom: 30px;
}
#contents_right h2.line_pink_double {
  background: url(../images/common/line_pink_double.gif) repeat-x bottom;
}
#contents_right h2.line_vc_double {
  background: url(../images/common/line_vc_double.gif) repeat-x bottom;
}
#contents_right h2.line_green_double {
  background: url(../images/common/line_green_double.gif) repeat-x bottom;
}
#contents_right h2.line_jj_double {
  background: url(../images/jj/about/h2_line_001.gif) repeat-x bottom;
}
#contents_right p.cam_index_tyu {
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
	#contents_right{
		width: 100%;
		float: none;
		display: block;
	}
	#contents_right h2 {
		padding-left: 10px;
	}
}
/* =======================================
	page top icon
======================================= */
.bl_pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.el_pagetop{
	width: 80px;
	height: 80px;
}
.el_pagetop:hover{
	opacity: 0.7;
}

/* スマートフォン切替用
--------------------------------------- */
#spLinkBlockInPc {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.Wrap {
  position: relative;
}
.GlobalMenu .GlobalMenu-panel.ColsBox > ul {
  height: 100%;
}
/* 定期便　送料改訂のお知らせブランド共通
--------------------------------------- */
.info_shipping a {
  display: block;
  border: solid 2px #cf192a;
  background: #fdeaef;
  color: #cf192a;
  font-weight: bold;
  padding: 10px 0;
  margin: 20px auto 40px;
  text-align: center;
  text-decoration: none;
}

/* アンケートバナー */
.bl_survey_banner {
	margin: 5.0em auto;
	text-align: center;
}
.bl_survey_banner.bl_survey_banner__vcproduct,
.bl_survey_banner.bl_survey_banner__jjproduct{
  margin: 4em auto 9rem;;
}
.el_survey_banner_img{
  box-shadow: 5px 5px 5px #999999;
}
.el_survey_banner_img:hover{
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  .el_survey_banner_img{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

/* 商品品切れのお知らせ
--------------------------------------- */
.el_soldout{
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: underline;
  background-color: lightyellow;
  margin-bottom: 45px;
}
@media screen and (max-width:768px) {
  .el_soldout{
    font-size: 1.5rem;
  }
}