﻿input[type="image"]:hover,
.submit_ a:hover img {
  opacity: .8; }

/*-------------------------------------------
    header
--------------------------------------------*/
#header_inner .header_fr {
  display: none;
  letter-spacing: normal;
  position: absolute;
  right: -150px;
  top: 50%;
  transform:translate( 0 ,-50%); }
#header_inner .header_fr_btn {
  width: 130px;
  border: solid 1px #dddddd;
  border-radius: 5px;
  overflow: hidden; }
#header_inner .header_fr_btn li + li {
  border-top: solid 1px #dddddd; }
#header_inner .header_fr_btn a {
  padding: 6px 5px;
  display: flex;
  align-items: center;
  color: inherit;
  background-color: #f3f3f3; }
#header_inner .header_fr_btn a:hover {
  background-color: #ff0000;
  text-decoration: none;
  color: #ffffff; }
#header_inner .header_fr_btn i {
  margin-right: 8px;
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat; }
#header_inner .header_fr_btn .h_r_guide i {
  background-image: url("/img/usr/header/h_r_guide.png");
  background-size: 18px auto;
  background-position: bottom center; }
#header_inner .header_fr_btn .h_r_guide a:hover i {
  background-position: top center; }
#header_inner .header_fr_btn .h_r_faq i {
  background-image: url("/img/usr/header/h_r_faq.png");
  background-color: #646464;
  background-size: 12px 12px;
  border-radius: 100px;
  background-position: center center; }

@media screen and (min-width: 768px) and (max-width:1250px) {
  #header_inner .header_middle #header_search:not(.fixed_) {
    position:absolute;
    left: -25px;
    right: -25px; }
}
@media screen and  (min-width: 768px) {
  body {
    min-width: 1250px; }
  body > .wrapper_ {
    padding-top: 95px; }
  #header {
    position: fixed;
    top: 0;
    margin-top: 0;
    min-width: 1250px; }
  #header_inner {
    position: relative; }
  #header_inner #sitelogo {
    width: auto;
    margin-right:34px; }
  #header_inner .header_middle #header_search:not(.fixed_) {
    min-width: 1250px; }
  #header_inner .header_middle #header_search .header_serch_content {
    justify-content: center; }
  #header_inner .header_middle #header_search .header_serch_content > div {
    width: auto;
    display: block;
    margin-left: 0;
    margin-right: 0; }
  #header.fixed_ #header_search.fixed_ .header_serch_content > div {
    width: auto;
    margin-right: 0;
    display: block; }
  #category_list {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll; }
  #header.fixed_ #header_search.fixed_ p.to_searchdetail {
    width: 80px; }
  #header.fixed_ #header_search.fixed_ p.to_searchdetail a {
    padding: 0;
    box-sizing: border-box;
    width: auto;
    display: block; }
  #header_inner .header_nav li:last-child {
    border-right: 1px solid #cccccc; }
  #header_inner .header_middle #header_search #category {
    margin-right: 0; }
  #header_inner .header_middle #header_search #keyword {
    width: 615px;
    margin-right: 0; }
  #header_inner .header_middle #header_search #search_btn:hover {
    cursor: pointer;
    opacity: .8; }
  #header_inner .header_middle #header_search p.to_searchdetail {
    padding: 0;
    margin: 0 0 0 10px; }
  #header_inner .header_middle #header_search p.to_searchdetail a {
    width: auto;
    height: 100%;
    padding: 0;
    display: block;
    line-height: 40px;
    text-align: center; }
  #header_inner .header_middle #header_search p.to_searchdetail a:hover {
    text-decoration: none;
    opacity: .8; }
}
@media (orientation: portrait) and (max-width: 767px) {
  #header {
    padding-top: 76px; }
  #header #sitelogo {
    width: 100%;
    position: fixed;
    left: 10px;
    top: 0;
    padding: 26px 0 18px;
    background-color: #ffffff;
    z-index: 500; }
  #header_inner .header_fr {
    display: block;
    transform: translate(0,0);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    position: fixed;
    z-index: 99; }
  #header_inner .header_fr_btn {
    border-radius: 0 5px 0 0;
    width: auto;
    white-space: nowrap; }
  #header_search #keyword {
    width: calc( 100vw - 180px ); }
  #header .header_shop_ads img {
    height: calc(((100vw - 40px) / 3)  * .298); }
  body:not(.stop_scroll_) #header .header_middle_search {
    height: 60px !important; }
  #header_search .header_serch_content form .poptermdd_result_area {
    width: calc(100vw - 20px); }
}

/*-------------------------------------------
    left_sidebar(leftmenuframe_)
--------------------------------------------*/
.ls_top {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4; }
.ls_top > div + div {
  margin-top: 10px !important; }
._LS_CORPLOGO a {
  display: block;
  padding: 5px 0;
  border: solid 2px #333333;
  border-radius: 5px;
  background: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white; }
._LS_CORPLOGO a:hover {
  background: white;
  color: #333333;
  text-decoration: none; }
._LS_LINKLIST ul{
  padding: 5px 10px; }
._LS_LINKLIST li{
  padding: 3px 0; }
._LS_LINKLIST a {
  color: black;
  font-size:16px; }
._LS_LINKLIST a.red {
  color: red;
  font-weight: bold; }

._LS_BANNERLIST li + li {
  margin-top: 10px; }

._MKLINK .BTN {
  display: block;
  padding:8px 0;
  border:2px solid;
  border-color:#333333;
  border-radius:6px;
  text-align: center;
  color:#333333;
  font-size: 16px;
  font-weight: bold; }
._MKLINK .BTN:hover {
  background: #333333;
  color:white;
  text-decoration: none; }

.ls_bottom {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4; }
.ls_bottom > div + div {
  margin: 10px 0 0 !important; }

._ls_telbox {
  padding: 8px 0;
  border: 2px solid black;
  border-radius:8px;
  text-align: center; }
._ls_telbox strong {
  font-size: 18px;
  color: orangered;
  font-family: 'Calibri','Consolas','Lucida Grande','Arial',sans-serif; }

._SideBannerLinkList .title {
  margin-bottom: 5px;
  font-size:16px;
  font-weight: bold; }
._SideBannerLinkList ul {
  padding-bottom: 5px; }
._SideBannerLinkList li {
  padding-left: 1em; }
._SideBannerLinkList li + li {
  margin-top: 5px; }
  
@media screen and  (min-width: 768px) {
  .category_tree_ li.category_tree2_ {
    width: 280px; }
  .category_tree_ li.category_tree2_ a {
    height: 100%;
    padding: 0 10px; }
  .category_tree_ li.category_tree2_ a span.img_ {
    padding: 0;
    width: 40px; }
  .category_tree_ li.category_tree2_ a span.img_ img {
    width: 40px;
    height: 40px;
    opacity: 1; }
  .category_tree_ li.category_tree2_ a span.name_ {
    padding: 0;
    width: 150px;
    margin-left: 10px; }
  .category_tree_ li.category_tree2_ a span.qu_ {
    width: 60px;
    text-align: right;
    margin-left: auto; }
}
@media (orientation: portrait) and (max-width: 767px) {
  .ls_top img,
  .ls_bottom img {
    width: auto;
    height: auto; }
  .ls_top {
    padding: 10px;
    margin-bottom: 0; }
  ._LS_advantage img {
    width: 100%; }
  .ls_bottom {
    margin-top: 0;
    padding: 0 10px 10px; }
  #toppage .ls_top > div,
  #toppage .ls_bottom > div {
    margin-left: 0;
    margin-right: 0; }
  /*  ec調整追加css 2022.11  */
  #toppage .ls_top > ._LS_BANNERLIST + div._MKLINK {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
}

/*-------------------------------------------
    footer
--------------------------------------------*/
#top_footer_ #go_pagetop {
  z-index: 999; }
#footer_category {
  display: flex;
  justify-content: space-between; }
#footer_category ul {
  width: 49%; }
#top_footer_ .footer_nav_left #footer_category ul li {
  width: auto;
  float: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.footer_copy_txt {
  margin-bottom: 20px; }


/*-------------------------------------------
    content
--------------------------------------------*/

/*------------   コンテンツ枠調整用   -----------------*/
@media screen and  (min-width: 768px) {
  .container_ .contents_ {
    padding-top: 25px; }
  div.col1_ {
    padding-top: 89px; }
  .wrapper_ .freepage_ {
    padding-top: 89px;
    box-sizing: border-box; }
}
@media (orientation: portrait) and (max-width: 767px) {
  div.freepage_ {
    width: auto;
    padding: 0; }
}

/*------------   toppage   -----------------*/
#toppage div.StyleD_Frame_:not(.slick-slider) {
  display: flex;
  overflow: hidden; }

.ps_sale01 a, /* 常設バナーセール表示用css(下層等でもclassをつければ使用可) */
.ps_sale02 a {
  position: relative;
  overflow: hidden;
  display: block; }
.ps_sale01 a::after {
  content: "SALE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #fa057f;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  font-weight: bold;
  transform: translate( -50% , 0) rotate(-45deg);
  transform-origin: 50% 0;
  padding-top: 15px;
  box-sizing: border-box;
  text-shadow: 0px 1px 0 #ffffff, 0px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff;
  opacity: 0;
  animation: saleanime 5s infinite; }
@keyframes saleanime {
  10% {
    opacity: 0; }
  60% {
    opacity: 1; }
  40% {
    opacity: 1; }
  90% {
    opacity: 0; }
}
.ps_sale02 a::after {
  content: "SALE";
  width: 100px;
  display: block;
  margin: 0 -50px 0 0;
  padding: 2px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background: rgba(255, 0, 0, .8);
  transform: rotate(45deg) translate( 0, 13px);
  transform-origin: 50% 0;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center; }

@media screen and  (min-width: 768px) {
  #toppage div.StyleD_Frame_:not(.slick-slider) .StyleD_Item_ {
    min-width: 150px; }
  #toppage div.StyleD_Frame_ div.maker_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }
  #toppage div.StyleD_Item_ .name_ .name1_ {
    max-height: 54px; }
}
@media (orientation: portrait) and (max-width: 767px) {
  #toppage .StyleD_Frame_:not(.slick-slider),
  #toppage .dv_set:not(.slick-slider) {
    flex-wrap: nowrap;
    justify-content: unset; }
  #toppage .StyleD_Frame_:not(.slick-slider) div.StyleD_Item_,
  #toppage .dv_set:not(.slick-slider) .dv_set_item {
    min-width: calc(100vw / 3.5); }
  #toppage div.StyleD_Item_ .name_ .name1_ {
    display: block; }
  #toppage .mainframe_ .goods_history_ .autopagerize_page_element_ .StyleD_Item_ .img_ img,
  #toppage .mainframe_ .event_ .autopagerize_page_element_ .StyleD_Item_ .img_ img,
  #toppage .dv_set_img img {
    width: calc((100vw / 3.5) - 10px);
    height: calc((100vw / 3.5) - 10px); }

  .ps_sale01 a::after { /* 常設バナーセール表示用css(下層等でもclassをつければ使用可) */
    padding-top: 4.2vw;
    height: 9.8vw; }
  .ps_sale02 a::after {
    width: 50vw;
    margin-right: -25vw;
    transform: rotate(45deg) translate( 0, 3.2vw); }
}

/*------------   TOPイベントスライダー・カテゴリページ・イベント商品一覧ページ共用   -----------------*/
.StyleD_Frame_ .img_ img {
  width: auto;
  height: auto; }
.StyleD_Frame_ a:hover img {
  opacity: .8; }
.StyleD_Frame_ a:hover .name_ {
  text-decoration: underline; }
div.StyleD_Item_ .name_ .name1_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
.shipping_guideline_area_ img,
img.D_shipping_guideline_ {
  height: auto; }
@media screen and  (min-width: 768px) {
  div.StyleD_Frame_ div.img_ {
    width: 162px; }
  .autopagerize_page_element_:not(.modestyleact) .StyleD_Frame_ .img_ img {
    width: 160px;
    height: 160px; }
  .autopagerize_page_element_.modestyleact .StyleD_Frame_ .img_ img {
    width: 136px;
    height: 136px; }
  .autopagerize_page_element_.modestyleact div.StyleD_Item_ .name_ .name1_ {
    max-height: calc(13px*1.333*3); }
  .autopagerize_page_element_.modestyleact div.StyleD_Frame_ div.desc_ table tr {
    display: flex;
    flex-wrap: wrap; }
  .autopagerize_page_element_.modestyleact div.StyleD_Frame_ div.desc_ th,
  .autopagerize_page_element_.modestyleact div.StyleD_Frame_ div.desc_ td {
    float: none; }
  .autopagerize_page_element_ div.StyleD_Frame_ .model_freespace.ellipsis {
    max-height: calc(13px*1.28*3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
}
@media (orientation: portrait) and (max-width: 767px) {
  div.StyleD_Item_ .name_ .name1_ {
    max-height: calc(3.4vw*1.333*3); }
}

/*----   パスワード変更(passchange.aspx)   ---*/
@media (orientation: portrait) and (max-width: 767px) {
  .passchange_,
  .passchange_ thead,
  .passchange_ tbody,
  .passchange_ tr,
  .passchange_ th,
  .passchange_ td {
    display: block;
    width: 100%; }
  .passchange_ th {
    padding: 10px 14px;
    background-color: #ECEDEE;
    border: 1px solid #D0D2D4; }
  .formdetail_.passchange_ td {
    border-left: 1px solid #D0D2D4;
    border-right: 1px solid #D0D2D4;
    padding: 10px 14px 15px; }
  .formdetail_.passchange_ td input {
    margin: 0; }
}

/*------------   関連商品   -----------------*/
.goodsdetails_relatedlist h2.common_headline2_
{
	font-size: 15px;
	color: #333333;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 20px;
	background: #fff;
	padding: 5px 0 15px 0;
}

@media screen and (max-width:768px)
{
	.goodsdetails_relatedlist h2.common_headline2_
	{
		font-size: 15px;
		color: #333333;
		line-height: 1;
		font-weight: bold;
		padding-top: 25px;
		margin-bottom: 10px;
		text-align: center;
		background: #fff;
	}
}

/*------------   レコメンド   -----------------*/
.mainframe_ .dv_set_block .dv_set_header
{
	font-size: 24px;
	color: #333333;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 20px;
	background: #fff;
	padding: 5px 0 15px 0;
}

@media screen and (max-width:768px)
{
	.mainframe_ .dv_set_block .dv_set_header
	{
		font-size: 23px;
		color: #333333;
		line-height: 1;
		font-weight: bold;
		padding-top: 25px;
		margin-bottom: 10px;
		text-align: center;
		background: #fff;
	}
}

.cartlist_ .dv_set_block .dv_set_header
,.order_ .dv_set_block .dv_set_header
{
	font-size: 24px;
	color: #333333;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 20px;
	background: #fff;
	padding: 50px 0 15px 0;
}

@media screen and (max-width:768px)
{
	.cartlist_ .dv_set_block .dv_set_header
	{
		margin: 0 0 15px;
		font-size: 23px;
		color: #333333;
		line-height: 1;
		font-weight: bold;
		padding-top: 25px;
		margin-bottom: 10px;
		text-align: center;
		background: #fff;
	}
}