﻿@charset "utf-8";
* {
  outline: none;
}


/* body{  font-size: 12px;  font-size: 1.2rem;} */

html {
  scroll-behavior: smooth;
}

body.about_page {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

select {
  background: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: 100;
}

.ls_1, p, h1, h2, h3, h4, h5, dt, li, th, td, button {
  letter-spacing: 0.2em;
  -moz-font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

a .item_photo {
  position: relative;
}

img {
  vertical-align: bottom;
}


/* a .item_photo:before{  position:absolute;  left: 0;  top: 0;  content: '';  width: 100%;  height: 100%;  background: rgba(0,0,0,0.7);  -webkit-transition: all 0.5s;  transition: all 0.5s;}a .item_photo:after{    content: '';    width: 23px;    height: 6px;    background: url(../img/common/slider_right_arrow.svg);    background-size: contain;    background-repeat: no-repeat;    opacity: 0.4;    -webkit-transition: all 0.3s;    transition: all 0.3s;    position: absolute;    left: 50%;    top: 50%;    margin-left: -7.5px;    margin-top: -3px;} */

.header_container {
  position: relative;
  max-width: 1400px;
  margin: auto;
  min-width: 1080px;
  box-sizing: border-box;
}

.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.hc.flex_box {
  justify-content: space-between;
  align-items: center;
  height: 248px;
}

.header_logo {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 12px;
}

.member_link a, #header .copy, .header_tel_t {
  font-size: 13px;
  font-size: 1.3rem;
}

p.header_tel_t {
  line-height: 1;
}

.header_right {
  position: relative;
}

.header_tel {
  position: absolute;
  top: 33px;
  right: 0;
}

.header_tel a {
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
}


/* loading animation */

#floatingCirclesG {
  position: absolute;
  left: -webkit-calc(50% - 22.5px);
  left: calc(50% - 22.5px);
  top: -webkit-calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.f_circleG {
  position: absolute;
  background-color: rgb(242, 240, 236);
  height: 8px;
  width: 8px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 18px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#frotateG_02 {
  left: 5px;
  top: 5px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#frotateG_03 {
  left: 18px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#frotateG_04 {
  right: 5px;
  top: 5px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#frotateG_05 {
  right: 0;
  top: 18px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#frotateG_06 {
  right: 5px;
  bottom: 5px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#frotateG_07 {
  left: 18px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#frotateG_08 {
  left: 5px;
  bottom: 5px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(242, 240, 236);
  }
}

@-o-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(242, 240, 236);
  }
}

@-ms-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(242, 240, 236);
  }
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(242, 240, 236);
  }
}

@-moz-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(242, 240, 236);
  }
}


/* loading animation end */

p {
  margin: 0;
  line-height: 2;
}

.gn.flex_box {
  justify-content: center;
}

.gn a, .member_link a, .navi_footer a {
  position: relative;
  display: block;
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}

.gn a:before, .member_link a:before, .navi_footer a:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 0.2em);
  width: calc(100% - 0.2em);
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:focus, a:active {
  color: #000;
  opacity: 1;
}

.gn a:hover:before, .member_link a:hover:before, .navi_footer a:hover:before {
  opacity: 1;
}

.gn.flex_box li {
  margin: 0 24px;
  margin: 0 2.4rem;
  font-size: 16px;
  font-size: 1.6rem;
}

#page_homepage .inner {
  max-width: 100%;
}

.slick-list {
  margin-right: -20px;
}

.slick-slide {
  margin-right: 20px;
}

.main_visual .slick-next {
  position: absolute;
  right: -webkit-calc((100vw - 1237px) / 2);
  right: calc((100vw - 1237px) / 2);
  bottom: 0;
  background: #f2f0ec;
  width: 70px;
  height: 44px;
  border: none;
  font-size: 0;
  bottom: 0;
}

.main_visual .slick-next:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 24px;
}

.main_visual .slick-next:after {
  content: '';
  width: 23px;
  height: 6px;
  background: url(../img/common/slider_right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7.5px;
  margin-top: -3px;
}

.main_visual .slick-next:hover:after {
  opacity: 1;
}

.main_visual .slick-prev {
  position: absolute;
  right: -webkit-calc((100vw - 1097px) / 2);
  right: calc((100vw - 1097px) / 2);
  bottom: 0;
  background: #f2f0ec;
  width: 70px;
  height: 44px;
  border: none;
  font-size: 0;
  bottom: 0px;
}

.main_visual .slick-prev:after {
  content: '';
  width: 23px;
  height: 6px;
  background: url(../img/common/slider_left_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11.5px;
  margin-top: -3px;
}

.main_visual .slick-prev:hover:after {
  opacity: 1;
}

.slick-dots li button:before {
  width: 9px;
  height: 9px;
}

.container_o {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  position: relative;
}

.container_o.container_s {
  max-width: 1080px;
}

.container_o.pd {
  padding: 0 100px;
  box-sizing: border-box;
}

#index_about {
  margin-top: 30px;
}

#index_about .container_o.pd {
  padding: 0 110px;
}

#index_about h2 {
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
  line-height: 1.8;
  margin-top: 0;
}

#index_about h2:before {
  content: '';
  background: #000;
  width: 30px;
  height: 1px;
  left: -50px;
  top: 16px;
  position: absolute;
}

.btn_white {
  display: inline-block;
  background: #fff;
  padding: 13px 37px;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_white:hover {
  color: #fff;
  background: #000;
}

.section_padding {
  padding: 60px 0;
  padding: 6.0rem 0;
  border-bottom: 1px solid #ddd;
}

.section_title {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
  margin-bottom: 6.0rem;
  margin-top: 0;
}

.ul_pc.flex_box {
  flex-wrap: wrap;
}

.ul_pc li {
  width: 16.576%;
  margin-right: 4.28%;
}

.ul_pc li:nth-child(5n) {
  margin-right: 0;
}

.ul_pc li:first-child .ul_pc_img, .ul_pc li:nth-child(2) .ul_pc_img, .ul_pc li:nth-child(3) .ul_pc_img, .ul_pc li:nth-child(4) .ul_pc_img, .ul_pc li:nth-child(5) .ul_pc_img, #index_recommend li:first-child .item_photo, #index_recommend li:nth-child(2) .item_photo, #index_recommend li:nth-child(3) .item_photo, #index_recommend li:nth-child(4) .item_photo, #index_recommend li:nth-child(5) .item_photo {
  margin-top: 0;
}

.ul_pc_img, #index_recommend .item_photo {
  margin-top: 25.86%;
}

.ul_pc_text {
  text-align: center;
  margin-top: 15px;
  /* font-size: 14px;  font-size: 1.4rem; */
}

.ul_pc_text.sm {
  font-size: 14px;
  font-size: 1.4rem;
}

#news_o h2 {
  margin-top: 0;
  font-size: 25px;
  font-size: 2.5rem;
}

.news_left {
  width: 20.856%;
}

#news_o .btn_white.sm {
  position: absolute;
  top: 115px;
}

.btn_white.sm {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 13px 20px;
  padding: 1.3rem 2.0rem;
}

.news_right {
  width: 79.144%;
}

.news_date {
  margin-right: 5%;
}

.news_ul li a {
  padding: 15px 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news_ul li a:hover {
  border-bottom: 1px solid #aaa;
}

#contact_o {
  background: url(../img/common/bg_contact.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  padding: 8.0rem 0;
  margin-bottom: 60px;
  margin-bottom: 6.0rem;
}

#contact_o h2 {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 40px;
  margin-bottom: 4.0rem;
}

#contact_o h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact_box {
  background: #f2f0ec;
  padding: 40px;
  padding: 4.0rem;
  box-sizing: border-box;
  display: inline-block;
}

.contact_box_store {
  margin-bottom: 40px;
  margin-bottom: 4.0rem;
}

.contact_box_store h2 {
  margin-bottom: 20px;
  margin-bottom: 2.0rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.contact_box_store p {
  line-height: 2;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

.contact_box_store p:last-child {
  margin-bottom: 0;
}

.contact_box_hour {
  font-size: 10px;
  font-size: 1.0rem;
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
  line-height: 2.3;
}

.contact_box_attention {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 2.3;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}

.contact_box .btn_white {
  position: relative;
  right: auto;
  /* width: 242px; */
  margin: auto;
}

#footer .contact_box .btn_white {
  color: #000;
}

#footer .contact_box .btn_white:hover {
  color: #fff;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}


/* .logo_footer{  margin-right: 50px;} */

.fl.flex_box {
  align-items: flex-end;
  justify-content: space-between;
}

.navi_footer {
  font-size: 13px;
  font-size: 1.3rem;
}

.copyright {
  /* right: 0;  bottom:3px;  position:absolute; */
  letter-spacing: 0.1em;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  text-align: right;
  /*padding: 10px 0; */
}

#footer ul li {
  margin-bottom: 1px;
  margin-left: 13px;
  margin-right: 13px;
}

#footer ul li:last-child {
  margin-right: 0;
}

#footer {
  /* margin-top: 40px;  margin-top: 4.0rem; */
  margin-top: 0;
  padding-top: 0;
  margin-top: 100px;
  margin-top: 10.0rem;
  padding-bottom: 200px;
  padding-bottom: 20rem;
}

.item_price {
  font-size: 14px;
  font-size: 1.4rem;
}

.item_comment {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-top: 1.0rem;
  line-height: 1.5;
}

.container_sm {
  padding: 0 105px;
  padding: 0 10.5rem;
}

#index_recommend .item_price {
  font-weight: 100;
}

.tax_h {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.item_photo, .ul_pc_img {
  overflow: hidden;
}

a .item_photo img, a .ul_pc_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  will-change: transform;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a:hover .item_photo img, a:hover .ul_pc_img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#page_homepage #category {
  display: none!important;
}

#detail_description_box__name {
  font-size: 30px;
  font-size: 3.0rem;
  padding-bottom: 10px;
  padding-bottom: 1.0rem;
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
}

#contents_top+.container-fluid.inner {
  padding-top: 50px;
  padding-top: 5.0rem;
  border-top: 1px solid #dddd;
}

#page_homepage #contents_top+.container-fluid.inner {
  padding-top: 0;
  border-top: none;
}

.sp_btn {
  display: none;
}

#sp_menu, #sp_search {
  display: none;
}

#contents.main_only {
  padding-top: 0;
}

#top_box__body.col-md-10.col-md-offset-1 {
  width: 100%;
  margin: auto;
}

#page_contact #form1 {
  margin-top: 50px;
  margin-top: 5.0rem;
}

#item_detail {
  padding: 0 20px;
  box-sizing: border-box;
}

#side_left #category {
  /* background: #fff;  padding: 30px;  box-sizing: border-box; */
}

#side_left #category a {
  padding: 15px 0;
  height: auto;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#side_left #category a:hover {
  /* border-bottom: 1px solid #555; */
}

#side_left #category h2 {
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 10px; */
  font-size: 16px;
  margin-top: 0;
  /* background: #fff; */
  padding: 15px 0;
  text-align: center;
  border: 1px solid #ddd;
}

.category-nav a:hover {
  background: transparent!important;
}

.mini {
  font-size: 14px;
  line-height: 1.5;
}

#top_box__confirm_button {
  margin-top: 30px;
  margin-top: 3.0rem;
}

#top_box__contents dt {
  vertical-align: top;
  padding-top: 23px;
}

#top_box__zip a {
  font-size: 13px;
}

#confirm_box__body.col-md-10, #complete_box, #tradelaw_box, #privacy_box__body_inner, #mypage_login_wrap, #detail_box__body, #delivery_list_box__body_inner, #withdraw_box__body_inner, #page_mypage_withdraw #confirm_box__message, #cart_box__body, #detail_box__body_inner, #deliveradd_input_box, #list_box__body {
  width: 100%;
  margin: auto;
}

#detail_box__body_inner {
  padding: 0;
}

#cart_box__body .errormsg.bg-danger {
  background: #000;
}

.btn_group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 18%;
  box-sizing: border-box;
}

.btn_group>p {
  width: 48%;
}

.btn_group>p:nth-child(2) {
  margin-left: 4%;
}

#side_left .ul_pc li {
  width: 100%;
  margin-right: 0!important;
  border-bottom: 1px solid #ddd;
}

#side_left .ul_pc li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#side_left .ul_pc li a:hover {
  background: #e8e7e3;
}

#side_left .ul_pc_img {
  width: 45px;
  margin-top: 0!important;
  margin-right: 15px;
}

#side_left .ul_pc_text {
  margin-top: 0;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
}

#side_left .section_title {
  border-bottom: 1px solid #ddd;
  *//* padding-bottom: 10px; */
  font-size: 16px;
  margin-top: 0;
  /* background: #fff; */
  padding: 15px 0;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 17px;
}

#side_left #product_category {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.theme_side_left #contents_top+.container-fluid.inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.sp_search p {
  line-height: 1.8;
}

#page_user_data #main #product_category.section_padding {
  padding: 0;
  border-bottom: none;
}

.link_ul li {}

.link_ul li:first-child a {
  border-top: 1px solid #ddd;
}

.link_ul li a {
  border-bottom: 1px solid #ddd;
  padding: 40px 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.link_ul li a:hover {
  background: #e8e7e3;
}

.link_img {
  width: 20%;
}

.link_content {
  width: 80%;
}

.link_link {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.pp {
  font-size: 0;
}

.pp li {
  font-size: 16px;
  font-size: 1.6rem;
}

.pp li {
  display: inline-block;
}

.pp li p:after {
  content: '、';
}

.pp li:last-child p:after {
  content: none;
}

#parent_dd dt {
  display: block;
  width: 100%;
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
}

#parent_dd dt span {
  position: relative;
}

#parent_dd dt span:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  content: '';
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

#parent_dd dd {
  display: block;
  width: 100%;
  border-bottom: none;
}

#privacy_box__lead_header {
  margin-top: 0;
  font-size: 20px;
}

#privacy_box__lead_header span {
  position: relative;
}

#privacy_box__lead_header span:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  content: '';
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

#privacy_box__body_inner h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 17px;
}

#privacy_box__body_inner p {
  font-size: 14px;
}

.ul_privacy {
  margin-top: 20px;
}

.ul_privacy p {
  position: relative;
  padding-left: 1em;
}

.ul_privacy p:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}


/* #page_help_agreement #privacy_box__body_inner h3,#page_help_agreement #privacy_box__body_inner h4{  margin-bottom: 0;} */

#page_help_agreement #privacy_box__body_inner h3:first-child, #page_entry #privacy_box__body_inner h3:first-child {
  margin-top: 0;
}

#page_help_agreement #privacy_box__body_inner h4, #page_entry #privacy_box__body_inner h4 {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 15px;
}

#page_help_agreement #privacy_box__body_inner p, #page_entry #privacy_box__body_inner p {
  font-size: 13px;
}

#page_help_agreement #privacy_box__body_inner br, #page_entry #privacy_box__body_inner br {
  display: none;
}

.mt_a {
  margin-top: 20px;
}

#page_help_agreement #privacy_box__body_inner, #page_entry #privacy_box__body_inner {
  background: #fff;
  padding: 40px;
  overflow: auto;
  height: 500px;
  margin-top: 30px;
  box-sizing: border-box;
}

#login_box .column {
  background: #e8e7e3;
}

#mypage_login__login_menu a, #customer_box__login_menu a {
  position: relative;
}

#mypage_login__login_menu a:before, #customer_box__login_menu a:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 0.2em);
  width: calc(100% - 0.2em);
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mypage_login__login_menu a:hover:before, #customer_box__login_menu a:hover:before {
  opacity: 0;
}

#page_mypage_change .dl_table {
  border-top: none;
}

#delivery_box__new_button {
  margin-bottom: 20px;
}

#delivery_list_box__customer_addresses {
  margin-bottom: 10px;
}

#summary_box__total_amount .small, #summary_box__payment_total .small {
  display: block;
}

#page_shopping #confirm_box__quantity_edit_button {
  margin-top: 10px;
}

#page_shopping .customer-edit {
  display: inline-block;
  margin: 5px;
}

#list_box__add_button {
  margin-bottom: 20px;
}

#page_mypage_history #detail_box__top_button .col-sm-4.col-sm-offset-4 {
  width: 100%;
  margin: auto;
}

#page_mypage_history #detail_box__top_button .col-sm-4.col-sm-offset-4 a {
  width: 120px;
}

.order_detail {
  margin-bottom: 10px;
}

#favorite_lst__total_item_count {
  margin-bottom: 20px;
}

.re_picture {
  width: 37%;
  margin-right: 5%;
}

.re_content {
  width: 58%;
}

.move_tit {
  margin-top: 0;
  margin-bottom: 35px;
}

.re_explain {
  font-size: 15px;
}

.re_explain p {
  margin-bottom: 28px;
}

.re_explain p:last-child {
  margin-bottom: 0;
}

#topicpath {
  display: none;
}

.flex_box.re_container {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.ul_youkan li {
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
}

.ul_youkan h2 {
  font-size: 23px;
  font-size: 2.3rem;
  padding-left: 53px;
  padding-left: 5.3rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.ul_youkan h2:before {
  content: '';
  width: 39px;
  /* height: 26px; */
  height: 100%;
  background: #858d49;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ul_youkan h2.yuki:before {
  background: #eedabd;
}

.ul_youkan h2.akane:before {
  background: #64352a;
}

.re_s_term_text p span {
  background: linear-gradient(transparent 24px, rgba(0, 0, 0, .3) 0%);
  display: inline;
  padding: 0 2px 6px;
}

.re_s_term_text {
  line-height: 2.4;
  font-size: 15px;
  font-size: 1.5rem;
}

.re_s_term_text p span {
  background: linear-gradient(transparent 24px, rgba(0, 0, 0, .3) 0%);
  display: inline;
  padding: 0 2px 6px;
}

.re_picture_big {
  width: 100%;
  margin-bottom: 40px;
}

.re_content_big {
  width: 100%;
}

.item_name {
  font-size: 14px;
  line-height: 1.8;
}

.front_page .item_comment {
  display: none;
}

.new_big_picture {
  margin-bottom: 50px;
}

.box_y {
  margin-top: 100px;
}

.new_explain p {
  margin-bottom: 30px;
}

.new_explain p:last-child {
  margin-bottom: 0;
}

.underline_tit {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 64px;
  margin-bottom: 6.4rem;
  position: relative;
  padding-bottom: 11px;
  padding-bottom: 1.1rem;
  display: inline-block;
  line-height: 1.8;
  /* background: linear-gradient(transparent 37px, #666 0%); */
  position: relative;
  display: inline;
  padding: 0 2px 4px;
}

.underline_tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

#tradelaw_box .underline_tit {
  /* background: linear-gradient(transparent 31px, #666 0%);    padding: 0 0px 4px; */
  font-size: 22px;
}

#tradelaw_box h2 {
  margin-bottom: 30px;
  margin-top: 0;
}

#tradelaw__body, #tradelaw__body2, #payment_s {
  margin-bottom: 50px;
}

#tradelaw__body2 .ul_privacy {
  margin-top: 0;
}

.dl_box_y {
  margin-top: 50px;
  margin-top: 5.0rem;
}

.dl_box_y dt {
  width: 204px;
  line-height: 2;
}

.dl_box_y dd {
  width: -webkit-calc(100% - 204px);
  width: calc(100% - 204px);
}

.dl_box_y dt:before {
  content: '[';
}

.dl_box_y dt:after {
  content: ']';
}

.box_y_attention {
  margin-top: 80px;
  margin-top: 8.0rem;
}

.box_y_dl_l {
  margin-top: 50px;
  margin-top: 5.0rem;
}

.box_y_dl_l dt {
  margin-bottom: 20px;
}

.box_y_dl_l dt:before {
  content: '【';
}

.box_y_dl_l dt:after {
  content: '】';
}

.box_y_dl_l dd {
  margin-bottom: 20px;
}

.box_y_dl_l li {
  display: inline-block;
  line-height: 2;
}

.box_y_dl_l li:after {
  content: ' ／ ';
}

.box_y_dl_l li:last-child:after {
  content: none;
}

.re_container .page-heading {
  margin-top: 0;
  padding-top: 0;
}

.pay_send_t {
  width: 100%;
}

.pay_send_t th {
  background: #e8e7e3;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 100;
}

.pay_send_t td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.5;
}

.pay_send_t tr td:last-child {
  text-align: center;
  width: 150px;
}

.pay_send_ul {
  margin-top: 10px;
}

.pay_send_ul li p {
  position: relative;
  padding-left: 1.1em;
  font-size: 14px;
}

.pay_send_ul li p:before {
  content: '・';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

#tradelaw__body3 .ul_privacy {
  margin-top: 0;
}

.img_hour {
  background: #fff;
  padding: 3%;
  box-sizing: border-box;
  width: 40%;
}

.arrival_box {
  justify-content: space-between;
  align-items: flex-start;
}

.arrival_box table {
  width: 60%;
}

.arrival_box table th {
  font-weight: 100;
  text-align: left;
  width: 20%;
  padding: 10px 0;
  line-height: 1.5;
}

.arrival_box table td {
  padding: 10px 0;
  line-height: 1.5;
}

.kome {
  font-size: 14px;
}

.img_card {
  padding: 3%;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
}

.img_card img {
  vertical-align: middle;
}

.te {
  margin-top: 30px;
}

.te dt {
  margin-bottom: 10px;
}

.te dt:before {
  content: '[';
}

.te dt:after {
  content: ']';
}

#contents_bottom #product_category {
  display: none;
}

#about {
  min-width: 960px;
}

.a1_box, .a2_box {
  position: relative;
}

#a1, #a2 {
  height: 80vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* min-height:510px; */
  min-height: 670px;
}

.a_img {
  width: 100%;
  /* height: -webkit-calc(100% + 600px); */
  height: 150%;
  position: absolute;
  left: 0;
  top: -50%;
  min-height: 500px;
}

.a_img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 2s;
  transition: all 2s;
  will-change: opacity;
  opacity: 1;
}

.animation .a_img:after {
  opacity: 0;
}

#a1 .a_img {
  background: url(../img/about/s1.jpg);
  background-repeat: no-repeat;
  background-position: center -80%;
  background-size: cover;
}

#a2 .a_img {
  background: url(../img/about/s2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.a_content {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

.a1_box .a_content {
  position: absolute;
  top: 13%;
  right: -webkit-calc((100% - 1400px) / 2);
  right: calc((100% - 1400px) / 2);
}

.a2_box .a_content {
  position: absolute;
  top: 13%;
  left: -webkit-calc((100% - 1400px) / 2);
  left: calc((100% - 1400px) / 2);
}

.a_content h1, .a_content p {
  -moz-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-transition: all 1800ms cubic-bezier(0.075, 0.565, 0.270, 0.965);
  transition: all 1800ms cubic-bezier(0.075, 0.565, 0.270, 0.965);
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  will-change: transform, opacity;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.animation .a_content h1, .animation .a_content p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.a1_box .a_content p {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.a2_box .a_content p {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  line-height: 2.3;
}

#a1 .container_o, #a2 .container_o {
  height: 100%;
}

.a1_box h1 {
  margin: 0;
  margin-left: 10%;
  font-size: 40px;
}

.a1_box p {
  font-size: 20px;
}

.a2_box p {
  font-size: 16px;
}


/* #a1 .a_content{  position: absolute; right: 0;   top: 15%;}#a2 .a_content{   position: absolute; left: 0;    top: 15%;} */

.v_title {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin: 0;
  /* margin-right: 90px; */
  width: 130px;
}

.v_content {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  position: relative;
}

#variable_box {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  margin-bottom: 120px;
}

#variable_box .flex_box {
  justify-content: space-between;
}

.vb {
  width: 100%;
}

.vb th {
  width: 20%;
  font-weight: 100;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  line-height: 2;
}

.vb td {
  width: 80%;
  padding: 20px 0;
  vertical-align: top;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}

.first_tr th, .first_tr td {
  padding-top: 0;
}

#s3 {
  padding: 120px 0;
  position: relative;
}

#variable_slide_box {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 33%;
  height: 100vh;
}

.change_l #variable_slide_box {
  position: fixed;
}

#variable_slide_box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f0ec;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  will-change: transform;
}

.change_l #variable_slide_box:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.change_l.bottom_i #variable_slide_box {
  position: absolute;
  bottom: 0;
  top: initial;
  top: auto;
}

#contents {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  will-change: auto;
}

.v_slide1 {
  background: url(../img/about/slide1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.infiniteslide li {
  width: 300px;
  margin: 0 60px;
}

.s4_flex_in {
  justify-content: space-between;
}

.company_info {
  width: -webkit-calc(100% - 490px);
  width: calc(100% - 490px);
}

.s4_flex_in .img_company {
  width: 370px;
}

.img_company p:first-child {
  margin-bottom: 10px;
}

.company_info .vb th, .company_info .vb td {
  padding: 13px 0;
}

.company_info .vb th {
  width: 30%;
}

.company_info .vb td {
  width: 70%;
}

.company_info .vb .first_tr th, .company_info .vb .first_tr td {
  padding-top: 0;
}

.company_info .vb {
  margin-bottom: 33px;
}

.corp_link a.btn_white {
  line-height: 1.5;
  font-size: 15px;
}

#s5 {
  padding-top: 100px;
}

.ico_play {
  position: absolute;
  width: 124px;
  left: 50%;
  top: 50%;
  margin-left: -62px;
  margin-top: -62px;
  opacity: 0.8;
}

.about_page #contents_top+.container-fluid.inner {
  border-top: none;
}

#item_photo_area {
  padding-right: 40px;
  padding-left: 0;
}

.container_main_visual {
  position: relative;
  /* max-height: 614px; */
}

.main_visual {
  opacity: 0;
  visibility: hidden;
}

.main_visual.slick-initialized {
  opacity: 1;
  visibility: visible;
}


/* .opening_main_visual:after{  content: '';  -webkit-transition: all 1s;  transition: all 1s;  opacity: 1;  visibility: visible;  will-change: opacity;  position:absolute;  height: 100%;  width: 100%;  left: 0;  top:0;  background:#f2f0ec;}.show .opening_main_visual:after{  opacity:0;  visibility: hidden;} */

.show #floatingCirclesG {
  opacity: 0;
  visibility: hidden;
}

.main_visual.slick-slider {
  margin-bottom: 0;
}

#item_detail_area {
  padding-right: 0;
}

.sale_price {
  letter-spacing: 0.1em;
}

.spec_table {
  /* display: table; */
  font-size: 14px;
  width: 100%;
}


/* .spec_table dl{  display: table-row;} */

.spec_table th {
  background: #e8e7e3;
  border: 1px solid #ddd;
  border-left: none;
  padding: 15px;
  box-sizing: border-box;
  width: 150px;
  text-align: left;
  font-weight: 100;
}


/* .spec_table dt,.spec_table dd{  display: table-cell;} */

.spec_table td {
  /* background: #fff; */
  border: 1px solid #ddd;
  border-right: none;
  padding: 15px;
  box-sizing: border-box;
  word-break: break-all;
}

.returns_link .underline_tit {
  font-size: 14px;
}

.returns_link .underline_tit:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.returns_link .underline_tit:hover:after {
  opacity: 0;
}

.white_box {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}

.explain_box {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  /* top: 35px; */
  clear: both;
}

#detail_cart_box__favorite_button .btn-info[disabled] {
  color: #fff;
}

.free_box {
  margin-top: 35px;
  position: relative;
}

#page_product_list .item_price {
  letter-spacing: 0.2em;
  font-weight: normal;
}

#page_homepage #footer {
  margin-top: 0;
}

.main_visual .slick-slide img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
}

.main_visual .slick-slide:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.main_visual .slick-slide {
  overflow: hidden;
}

.ie11_0 .header_right {
  position: absolute;
  right: 0;
}

.bnr_fixed_bag {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.1);
}

.bnr_fixed_bag .flex_box {
  padding: 10px;
  align-items: center;
}

.bnr_fixed_bag .flex_box:hover {
  text-decoration: underline;
}

.bnr_fixed_bag .flex_box .left {
  width: 85px;
}

.bnr_fixed_bag .flex_box .right {
  padding: 0 20px;
}

.bnr_fixed_bag .flex_box .right p {
  line-height: 1.4;
}

#product_review_area .col-sm-10 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

#product_review_area .col-sm-offset-1 {
  margin-left: 0;
}

#product_review_area dl dt {
  background: #e8e7e3;
  font-weight: normal;
}

#product_review_area .review_list li {
  background: #fff;
  margin-top: 1em;
  padding: 2em!important;
}

#product_review_area .review_list li strong {
  margin: 1em 0;
  display: block;
  font-size: 1.2em;
}

#product_review_area dl dd {
  padding: 0!important;
}

#product_review_area .review_btn {
  margin-top: 1em;
}

.product-archive_voice {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #ddd;
}

.product-archive_voice_title {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.product-archive_voice_card {
  background: #fff;
  padding: 40px;
  margin-top: 24px;
  font-size: 15px;
}

.product-archive_voice_card_title+.product-archive_voice_card {
  margin-top: 0;
}

.product-archive_voice_card_title {
  margin-top: 0;
  font-size: 130%;
}

.product-archive_voice_card_text p {
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.product-archive_voice_card_text p:first-child {
  margin-top: 0;
}

.product_archive_voice-link {
  background: #fff;
  padding: 40px 40px 20px 40px;
  margin-top: 40px;
}

.product_archive_voice-link_button {
  background: #000;
  display: block;
  color: #fff;
  padding: 1em 0;
  position: relative;
  text-align: center;
  transition: opacity .3s;
}

.product_archive_voice-link_button:hover {
  color: #fff;
  opacity: .7;
}

.product_archive_voice-link_button:after {
  content: '';
  position: absolute;
  top: calc(50% - .25em);
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .5em;
  height: .5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.product_archive_voice-link_text {
  margin-top: 1em;
  text-align: center;
}


/* ----------------------------------フローティングバナー---------------------------------- */

.floating_bnr {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  width: 520px;
}

.floating_bnr_slider {
  background: #fff;
  margin-bottom: 0;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .2);
}

.floating_bnr_slide_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: flex-start;
}

.floating_bnr_slide_img {
  width: 116px;
  position: relative;
  margin: 0;
  overflow: hidden;
  padding-top: 23%;
}

.floating_bnr_slide_img img {
  transition: transform .3s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

@media (hover: hover) {
  .floating_bnr_slide_inner:hover .floating_bnr_slide_title {
    text-decoration: underline;
  }
  .floating_bnr_slide_inner:hover .floating_bnr_slide_img img {
    transform: scale(1.05);
  }
}

.floating_bnr_slide_content {
  width: calc(100% - 116px);
  padding: 10px;
}

.floating_bnr_slide_title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.floating_bnr_slide_product {
  display: flex;
  justify-content: flex-end;
  letter-spacing: 0;
  margin-top: .3em;
}

.floating_bnr_slide_product span {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: .3em .4em;
  line-height: 1.3;
  vertical-align: middle;
}

.floating_bnr_slide_product img {
  display: inline-block;
  vertical-align: middle;
}

.floating_bnr_recommend_text {
  font-size: 12px;
  background: #E21E1E;
  color: #fff;
  border-radius: 30px;
  padding: 0em 0.8em;
  position: absolute;
  right: 20px;
  top: -1em;
  z-index: 5;
}

.floating_bnr_slider_prev {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url(../img/floating/floating_bnr_slide_arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 145px;
  top: -10px;
}

.floating_bnr_slider_next {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url(../img/floating/floating_bnr_slide_arrow_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 120px;
  top: -10px;
}

@media screen and (max-width:767px) {
  .floating_bnr {
    width: 100%;
  }
  .floating_bnr_slide_inner {
    padding: 10px 5px 3px;
  }
  .floating_bnr_slide_img {
    width: 51px;
    padding-top: 51px;
  }
  .floating_bnr_slide_content {
    width: calc(100% - 51px);
    padding: 0 5px;
  }
  .floating_bnr_slide_title {
    font-size: 11px;
  }
  .floating_bnr_slide_product span {
    font-size: 10px;
  }
  .floating_bnr_slide_product img {
    width: 10px;
  }
  .floating_bnr_recommend_text {
    font-size: 9px;
  }
  .floating_bnr_slider_prev {
    width: 15px;
    height: 15px;
    right: 100px;
    top: -7.5px;
  }
  .floating_bnr_slider_next {
    width: 15px;
    height: 15px;
    right: 80px;
    top: -7.5px;
  }
}


/* ----------------------------------お手提げ袋のPCヘッダーボタン---------------------------------- */

.g_navi_bag_link:before {
  content: url(../img/common/ico_bag.svg);
  margin-right: .5em;
  display: inline-block;
  vertical-align: bottom;
}

.g_navi_bag_link span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

.g_navi_bag_link a {
  display: inline-block;
  vertical-align: middle;
}

.g_navi_bag_link a:before {
  content: none;
}

.g_navi_bag_link span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.2em;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 1px;
  transition: opacity .3s;
}

.g_navi_bag_link a:hover span:after {
  opacity: 0;
}


/* ----------------------------------お手提げ袋のスマホヘッダーボタン---------------------------------- */

@media screen and (max-width: 768px) {
  .sp_bag.sp_v {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 56px;
    right: 56px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    right: 110px;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}


/* ----------------------------------「ご注文内容のご確認」のお手提げ袋の購入のご案内のCSS---------------------------------- */

.shopping_confirm_bag_list li a {
  display: flex;
  align-items: flex-start;
  border: 1px solid #A2A2A2;
  padding: 15px;
  position: relative;
  transition: all .3s;
}

.shopping_confirm_bag_list li a:hover {
  border: 1px solid #000;
}

.shopping_confirm_bag_list li a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 16px solid #000;
  border-right: 0;
}

.shopping_confirm_bag_list li+li {
  margin-top: 14px;
}

.shopping_confirm_bag_list_img {
  width: 26%;
  margin: 0;
  padding-top: 23%;
  position: relative;
  overflow: hidden;
}

.shopping_confirm_bag_list_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.shopping_confirm_bag_list li a:hover .shopping_confirm_bag_list_img img {
  transform: scale(1.1);
}

.shopping_confirm_bag_list_content {
  width: 74%;
  padding: 2% 5%;
}

.shopping_confirm_bag_list_title {
  font-size: 125%;
}

.pickup_text_1{
  @media screen and (max-width: 768px){
    display: block;
    margin: 0 0 1.5em;
  }
}

.btn-print{
  @media screen and (min-width: 769px){
    width: 200px;
  }
}


/* 共通終わり */

@media screen and (max-width:1520px) {
  body {
    font-size: 14px;
  }
  .slick-slide {
    width: 980px;
  }
  .header_container {
    padding: 0 60px;
    min-width: 840px;
  }
  .header_tel {
    right: 60px;
  }
  .container_o {
    /* padding: 0 120px;    padding: 0 12.0rem; */
    width: 1080px;
  }
  /* .main_visual .slick-next{    right: -webkit-calc((100vw - 1005px) / 2);    right: calc((100vw - 1005px) / 2);  } */
  .container_sm {
    padding: 0 57px;
  }
  .main_visual .slick-next {
    right: -webkit-calc((100vw - 1017px) / 2);
    right: calc((100vw - 1017px) / 2);
  }
  .main_visual .slick-prev {
    right: -webkit-calc((100vw - 877px) / 2);
    right: calc((100vw - 877px) / 2);
  }
  .item_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item_price {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .item_comment {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ul_pc_text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #contents_top+.container-fluid.inner {
    width: 1080px;
  }
  #page_homepage #contents_top+.container-fluid.inner {
    width: 100%;
  }
  .theme_side_left #main .container_o {
    width: 100%;
  }
  #side_left .container_o {
    padding: 0!important;
    width: 100%!important;
    min-width: auto!important;
  }
  .pp li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page_shopping .btn_edit button, #page_shopping .btn_edit a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .re_explain {
    font-size: 1vw;
  }
  .re_explain p {
    margin-bottom: 4%;
  }
  .move_tit {
    font-size: 2.2vw;
    margin-bottom: 7%;
  }
  .ul_youkan li {
    margin-bottom: 4%;
  }
  .ul_youkan h2 {
    margin-bottom: 3.5%;
    font-size: 1.8vw;
    padding-left: 12%;
  }
  .ul_youkan h2:before {
    width: 9.5%;
  }
  .re_s_term_text {
    font-size: 1vw;
  }
  .re_s_term_text p span {
    background: linear-gradient(transparent 94%, rgba(0, 0, 0, .3) 0%);
  }
  .pay_send_ul li p, .kome {
    font-size: 12px;
  }
  .a1_box .a_content {
    right: 60px;
  }
  .a2_box .a_content {
    left: 60px;
  }
  /* .spec_table{    font-size: 12px;  } */
  /* .spec_table th{    width: 126px;  } */
  .ie11_0 .header_right {
    right: 60px;
  }
}


/* 1520 end */

@media screen and (max-width:1160px) {
  .container_o {
    width: 100%;
    padding: 0 60px;
    padding: 0 6.0rem;
    min-width: 960px;
  }
  .header_container {
    min-width: 960px;
  }
  .container_main_visual {
    padding: 0 60px;
    box-sizing: border-box;
    min-width: 960px;
  }
  .copyright {
    right: 60px;
  }
  .navi_footer {
    margin-bottom: 30px;
    margin-bottom: 3.0rem;
  }
  .logo_footer {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fl.flex_box {
    display: block;
    text-align: center;
  }
  .copyright {
    position: relative;
    right: auto;
    text-align: center;
    bottom: auto;
  }
  .main_visual .slick-prev {
    bottom: 0;
    right: 70px;
  }
  .main_visual .slick-next {
    bottom: 0;
    right: 0;
  }
  #news_o .btn_white.sm {
    font-size: 1vw;
  }
  #contents_top+.container-fluid.inner {
    padding: 50px 60px 0;
    padding: 5.0rem 6.0rem 0;
    min-width: 960px;
    width: 100%;
  }
  .logo_footer .sp_v1160 {
    margin: auto;
  }
  .local_nav li a {
    padding: 16px 0;
    font-size: 1.3vw;
  }
  .company_info {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
  #a1 .a_content {
    right: 60px;
  }
  #a2 .a_content {
    left: 60px;
  }
  #footer ul {
    margin-bottom: 30px;
  }
}


/* 1160 end */

@media screen and (max-width:1024px) {
  /* select.form-control{  padding-right: 37px;  position:relative;}.input_zip{  position:relative;}#top_box__address .input_zip:before{    width: 0;    height: 0;    border-style: solid;    border-width: 10px 5px 0 5px;    border-color: #000000 transparent transparent transparent;    content: '';    position: absolute;    left: 137px;    top: 50%;    margin-top: 2px;    z-index: 20;}select {    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;} */
  .a_img:after {
    opacity: 0;
  }
  .a_content h1, .a_content p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  body.about_page {
    position: relative;
    height: auto;
  }
}


/* 1024 end */

@media screen and (max-width:768px) {
  .slick-slide {
    width: 100%;
  }
  .container_o {
    min-width: initial;
    min-width: auto;
    padding: 0 20px;
  }
  .header_container {
    min-width: initial;
    min-width: auto;
    padding: 0 20px;
  }
  .container_main_visual {
    min-width: initial;
    min-width: auto;
    padding: 0;
  }
  .header_tel, .header_description {
    display: none;
  }
  .header_logo {
    width: 90px;
    margin-left: 0px;
    top: 9px;
    left: 15px;
  }
  .header_logo h1 {
    margin: 0;
  }
  .hc.flex_box {
    /* height: 94px; */
    height: 56px;
  }
  #g_navi {
    display: none;
  }
  #btn_menu {
    display: none;
  }
  .sp_btn {
    width: 56px;
    height: 100%;
    background: #000;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    z-index: 20;
  }
  .sp_btn_inner span {
    background: #fff;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    will-change: transform;
    transform-origin: left;
  }
  .page .sp_btn_inner span, .single .sp_btn_inner span, .archive .sp_btn_inner span {
    background: #000;
  }
  /* .open_m .sp_btn_inner span{        -webkit-transform: scaleX(0);       transform: scaleX(0);   } */
  .sp_btn_inner {
    height: 13px;
    position: relative;
    top: 16px;
    width: 20px;
    margin: auto;
  }
  .sp_btn_inner span.l1 {
    top: 0;
  }
  .sp_btn_inner span.l2 {
    top: 50%;
    margin-top: -1px;
  }
  .sp_btn_inner span.l3 {
    bottom: 0;
  }
  .t_menu {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #header {
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 56px;
    z-index: 9999;
    /*-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.03);    -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.03);    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.03); */
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  /* .main_visual .slick-prev, .main_visual .slick-next{      display: none!important;  } */
  /*.ico_menu{    width: 18px;    margin:auto;  } */
  .main_visual .slick-prev {
    width: 45px;
    height: 30px;
    right: 45px;
    z-index: 10;
  }
  .main_visual .slick-next {
    width: 45px;
    height: 30px;
    z-index: 10;
  }
  .main_visual .slick-next:before {
    height: 14px;
    margin-top: -7px;
  }
  .main_visual .slick-next:after {
    margin-top: -2px;
    width: 16px;
    height: 5px;
  }
  .main_visual .slick-prev:after {
    margin-top: -2px;
    width: 16px;
    margin-left: -8.5px;
    height: 5px;
  }
  .text_menu {
    width: 30px;
    position: absolute;
    bottom: 14px;
    margin-left: -15px;
    left: 50%;
  }
  .sp_search {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 56px;
    right: 56px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    right: 55px;
    top: 0;
    z-index: 20;
  }
  .text_search, .text_bag {
    width: 38px;
    position: absolute;
    bottom: 13px;
    margin-left: -19px;
    left: 50%;
  }
  .ico_search, .ico_bag {
    width: 18px;
    margin: auto;
    position: relative;
    top: 10px;
  }
  #page_homepage #contents.theme_main_only {
    margin-top: 56px;
  }
  #wrapper {
    overflow: hidden;
  }
  .main_visual .slick-dots {
    bottom: 5px;
    text-align: left;
    left: 10px;
  }
  .main_visual .slick-dots li button:before, .slick-dots li, .slick-dots li button {
    width: 5px;
    height: 5px;
  }
  #contents {
    padding-top: 0;
  }
  .header_right {
    display: none;
  }
  #index_about h2 {
    font-size: 17px;
  }
  #index_about h2:before {
    top: 14px;
  }
  .ul_pc li {
    width: 30.48%;
  }
  .ul_pc li:nth-child(5n) {
    margin-right: 4.28%;
  }
  .ul_pc li:nth-child(3n) {
    margin-right: 0;
  }
  .ul_pc li:first-child .ul_pc_img, .ul_pc li:nth-child(2) .ul_pc_img, .ul_pc li:nth-child(3) .ul_pc_img, .ul_pc li:nth-child(4) .ul_pc_img, .ul_pc li:nth-child(5) .ul_pc_img, #index_recommend li:first-child .item_photo, #index_recommend li:nth-child(2) .item_photo, #index_recommend li:nth-child(3) .item_photo, #index_recommend li:nth-child(4) .item_photo, #index_recommend li:nth-child(5) .item_photo {
    margin-top: 25.86%;
  }
  .ul_pc li:first-child .ul_pc_img, .ul_pc li:nth-child(2) .ul_pc_img, .ul_pc li:nth-child(3) .ul_pc_img, #index_recommend li:first-child .item_photo, #index_recommend li:nth-child(2) .item_photo, #index_recommend li:nth-child(3) .item_photo {
    margin-top: 0;
  }
  #news_o>.flex_box {
    flex-wrap: wrap;
  }
  .news_left {
    width: 100%;
  }
  .news_right {
    width: 100%;
  }
  #news_o .btn_white.sm {
    left: auto;
    right: 20px;
    top: 56px;
    font-size: 12px;
  }
  .logo_footer .sp_v1160 {
    margin: auto;
    width: 100px;
  }
  #sp_menu {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: #f2f0ec;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* -webkit-transform: translateY(-100%);    transform: translateY(-100%); */
    opacity: 0;
    z-index: 9998;
    will-change: opacity;
    visibility: hidden;
  }
  .open_menu #sp_menu {
    /* -webkit-transform: translateY(0);    transform: translateY(0); */
    z-index: 100;
    visibility: visible;
    opacity: 1;
  }
  .ico_close, .ico_close_search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 3px;
  }
  .ico_close_search {
    width: 20px;
    left: 50%;
    margin-left: -11px;
    top: 15px;
  }
  .ico_close img, .ico_close_search img {
    vertical-align: top;
  }
  .open_menu .ico_close, .open_search .ico_close_search {
    opacity: 1;
    visibility: visible;
  }
  .open_menu .l1, .open_menu .l2, .open_menu .l3 {
    opacity: 0;
    visibility: hidden;
  }
  .open_search .ico_search {
    opacity: 0;
    visibility: hidden;
  }
  .text_menu1, .text_search1 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .text_close, .text_close_search {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 19px;
    display: block;
    margin: auto;
    left: 50%;
    margin-left: -10px;
  }
  .text_close_search {
    margin-left: -11px;
  }
  .open_menu .text_menu1, .open_search .text_search1 {
    opacity: 0;
    visibility: hidden;
  }
  .open_menu .text_close, .open_search .text_close_search {
    opacity: 1;
    visibility: visible;
  }
  #sp_menu>nav, #sp_search>nav {
    height: -webkit-calc(100% - 56px);
    height: calc(100% - 56px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp_menu_shop {
    justify-content: space-between;
    width: 100%;
  }
  .sp_menu_shop li {
    width: 31%;
  }
  .sp_menu_shop li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background: #000;
    text-align: center;
  }
  .sp_menu_shop {
    width: 100%;
    margin-bottom: 30px;
  }
  .sp_menu_main li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }
  .sp_menu_main li:first-child a {
    border-top: 1px solid #ddd;
  }
  .sp_menu_container {
    padding: 30px;
    box-sizing: border-box;
  }
  .sp_menu_tel {
    margin-top: 30px;
    text-align: center;
  }
  .sp_menu_tel h2 {
    margin-bottom: 5px;
    font-size: 14px
  }
  .sp_menu_tel a {
    display: block;
    text-align: center;
    font-size: 30px;
  }
  .sp_ico_arrow>li a {
    position: relative;
  }
  /* .sp_ico_arrow > li a:after{    content: '';    position:absolute;    right:3px;    top: 50%;    margin-top: -3px;    width: 6px;    height: 6px;    border-top: 1px solid rgba(0,0,0,0.6);    border-right: 1px solid rgba(0,0,0,0.6);    -webkit-transform: rotate(45deg);    transform: rotate(45deg);  } */
  #sp_search {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: #f2f0ec;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* -webkit-transform: translateY(-100%);    transform: translateY(-100%); */
    opacity: 0;
    z-index: 9998;
    will-change: transform;
    visibility: hidden;
  }
  .open_search #sp_search {
    /* -webkit-transform: translateY(0);    transform: translateY(0); */
    z-index: 100;
    visibility: visible;
    opacity: 1;
  }
  #sp_search_mark {
    font-size: 0;
  }
  #sp_search_mark li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
  #sp_search_mark li .ul_pc_img {
    margin-top: 0!important;
    width: 45px;
    margin-right: 10px;
  }
  #sp_search_mark li .ul_pc_img.ue {
    align-self: flex-start;
  }
  #sp_search_mark .ul_pc_text {
    margin-top: 0;
    line-height: 1.3;
    text-align: left;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  #sp_search_mark .ul_pc_text br {
    display: none!important;
  }
  #sp_search_mark li a {
    display: block;
    white-space: inherit;
    line-height: 1.5;
    height: auto;
    padding: 13px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  #sp_search_mark li:nth-child(odd) {
    margin-right: 4%;
  }
  .category-nav a {
    color: #000;
  }
  .category-nav a:hover {
    background: transparent!important;
  }
  #side_left {
    display: none;
  }
  #side_left+#main {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    float: none;
    margin-top: 56px;
  }
  #contents_top+.container-fluid.inner {
    padding: 0;
    min-width: initial;
    min-width: auto;
    width: 100%;
  }
  #main_middle>#contents {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page-heading {
    margin-top: 30px;
    margin-top: 3.0rem;
    margin-bottom: 30px;
    margin-bottom: 3.0rem;
    font-size: 27px;
    font-size: 2.7rem;
    padding-left: 0;
    padding-right: 0;
  }
  .dl_table dl {
    padding: 20px 0;
  }
  .dl_table dt {
    margin-bottom: 10px;
  }
  #side_left+#main {
    border-left: none;
    min-height: auto;
  }
  .btn_group {
    padding: 0;
  }
  #complete_box__header_message {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 18px;
    text-align: left;
  }
  #complete_box__top_button p {
    width: 100%;
  }
  #complete_box__message {
    text-align: left;
  }
  #complete_box__message br {
    display: none;
  }
  #complete_box {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #page_user_data #main #product_category.section_padding {
    margin-top: 94px;
  }
  .container_2c {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .link_link {
    word-break: break-all;
  }
  #page_entry #main, #page_entry_complete .page-heading, #page_mypage_login #main, #page_product_list #main {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .mypage #main, .cart_page #main, #page_shopping #main, #page_shopping_shipping #main {
    padding: 0 20px!important;
    box-sizing: border-box;
  }
  #confirm_box__message {
    margin-bottom: 20px;
  }
  #login_box .column .message {
    padding: 10px 0;
    text-align: left;
  }
  #deliveradd_input_box__message p {
    text-align: left;
  }
  #deliveradd_input_box__message p br {
    display: none;
  }
  .mypage #item_list .product_item {
    margin-bottom: 20px;
  }
  #page_mypage_withdraw_complete #complete_box {
    padding: 0;
  }
  .flex_box.re_container {
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  .re_picture {
    width: 100%;
    max-width: 350px;
    margin-right: 0;
  }
  .re_content {
    width: 100%;
    max-width: 350px;
    margin-top: 30px;
  }
  .move_tit {
    font-size: 23px;
  }
  .re_explain {
    font-size: 14px;
  }
  .re_explain p br {
    display: none;
  }
  .ul_youkan h2 {
    font-size: 20px;
    padding-left: 45px;
    padding-left: 4.5rem;
  }
  .ul_youkan h2:before {
    width: 32px;
  }
  .re_s_term_text {
    font-size: 14px;
  }
  .move_tit {
    width: 100%;
    text-align: left;
  }
  #about {
    min-width: initial;
    min-width: auto;
  }
  .about_page #contents_top {
    margin-top: 57px;
  }
  #a1, #a2 {
    /* min-height: 350px;    height: auto; */
    min-height: auto;
    height: auto;
    padding-top: 50%;
  }
  .a1_box .a_content, .a2_box .a_content {
    right: auto;
    position: relative;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    color: #000;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    padding: 6% 20px;
    box-sizing: border-box;
    top: auto;
    left: auto;
  }
  .a2_box .a_content {
    padding-bottom: 0;
  }
  .a1_box h1 {
    font-size: 27px;
    font-size: 2.7rem;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .a1_box p, .a2_box p {
    font-size: 14px;
  }
  .a_content br {
    display: none;
  }
  .v_title {
    font-size: 22px;
    margin-bottom: 30px;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .v_content {
    width: 100%;
  }
  #variable_box .flex_box, .s4_flex {
    flex-wrap: wrap;
  }
  #a2 .a_img, #a1 .a_img {
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
    top: -28%;
    min-height: auto;
  }
  #s3 {
    padding-top: 0;
    padding-bottom: 80px;
    margin-top: 60px;
  }
  #variable_box {
    margin-bottom: 80px;
  }
  .infiniteslide li {
    width: 150px;
    margin: 0 30px;
  }
  .s4_flex_in {
    flex-wrap: wrap;
  }
  /* .company_info{    width: 100%;  }  .img_company{    width: 100%;    margin-top: 30px;  } */
  .s4_flex_in .img_company {
    position: relative;
    top: -60px;
  }
  /* #detail_image_box__slides .slick-dots{    bottom: -15px;  } */
  /* #item_detail_area{    margin-top: 30px;  } */
  #item_photo_area {
    padding-right: 0;
  }
  .local_nav li a {
    font-size: 14px;
  }
  #page_product_detail #detail_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .bnr_fixed_bag .flex_box .left {
    width: 55px;
  }
  .bnr_fixed_bag {
    right: 0;
  }
  .product_review_page #main {
    padding: 60px 20px!important;
  }
}


/* 768 end */

@media screen and (max-width: 767px) {
  #index_about h2 {
    font-size: 3.3vw;
  }
  #index_about h2:before {
    content: none;
  }
  #index_about .container_sm {
    padding: 0;
  }
  .btn_white {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 13px 0px;
  }
  #index_about.section_padding {
    padding: 0 0 40px;
  }
  .section_padding {
    padding: 40px 0;
    padding: 4.0rem 0;
  }
  .section_title {
    margin-bottom: 40px;
    margin-bottom: 4.0rem;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .ul_pc li {
    width: 47.86%;
  }
  .ul_pc li:nth-child(3n) {
    margin-right: 4.28%;
  }
  .ul_pc li:nth-child(even) {
    margin-right: 0;
  }
  .ul_pc li:first-child .ul_pc_img, .ul_pc li:nth-child(2) .ul_pc_img, .ul_pc li:nth-child(3) .ul_pc_img, #index_recommend li:first-child .item_photo, #index_recommend li:nth-child(2) .item_photo, #index_recommend li:nth-child(3) .item_photo {
    margin-top: 25.86%;
  }
  .ul_pc li:first-child .ul_pc_img, .ul_pc li:nth-child(2) .ul_pc_img, #index_recommend li:first-child .item_photo, #index_recommend li:nth-child(2) .item_photo {
    margin-top: 0;
  }
  #news_o .btn_white.sm {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
  .news_ul li a {
    flex-wrap: wrap;
  }
  .news_date {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .ul_pc_text, .ul_pc_text.sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #news_o h2 {
    font-size: 20px;
    text-align: center;
  }
  .news_ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact_box {
    padding: 20px;
    padding: 2.0rem;
    width: 100%;
  }
  #contact_o h2 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px;
    margin-bottom: 3.0rem;
  }
  #contact_o h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .logo_footer .sp_v1160 {
    margin: auto;
    width: 70px;
  }
  #footer ul li {
    display: block;
    margin: 0;
  }
  #footer ul li a {
    padding: 10px 0;
  }
  .copyright {
    font-size: 10px;
  }
  .item_name {
    font-size: 12px;
  }
  .item_price {
    font-size: 12px;
  }
  .sp_menu_shop li a {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
  .sp_menu_main li a {
    font-size: 12px;
  }
  #sp_search_mark li a {
    font-size: 12px;
  }
  .page-heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .form-control {
    font-size: 14px;
  }
  .mini {
    font-size: 11px;
  }
  .btn {
    font-size: 12px;
  }
  #top_box__address .input_zip:before {
    left: 122px;
    margin-top: -1px;
  }
  #top_box__contents dt {
    padding-top: 0;
  }
  #footer {
    margin-top: 30px;
    margin-top: 3.0rem;
  }
  #contact_o {
    padding: 40px 0;
    padding: 4.0rem 0;
  }
  #top_box__confirm_button p {
    width: 100%;
  }
  .link_content {
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
  }
  .link_img {
    width: 95px;
    margin-right: 20px;
  }
  .link_ul li a {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .link_link {
    font-size: 10px;
  }
  #privacy_box__lead_header {
    font-size: 16px;
  }
  #privacy_box__body_inner h3 {
    font-size: 15px;
    margin-top: 40px;
  }
  #privacy_box__body_inner p {
    font-size: 12px;
  }
  #page_help_agreement #privacy_box__body_inner h4, #page_entry #privacy_box__body_inner h4 {
    margin-bottom: 10px;
    line-height: 2;
    font-size: 14px;
  }
  #page_help_agreement #privacy_box__body_inner p, #page_entry #privacy_box__body_inner p {
    font-size: 12px;
  }
  #page_help_agreement #privacy_box__body_inner, #page_entry #privacy_box__body_inner {
    padding: 20px;
  }
  #mypage_login__login_menu li {
    margin: 5px 0;
  }
  #login_box .column {
    padding: 8px 20px 32px;
  }
  #page_mypage_change .btn_group>p, #page_mypage_withdraw .btn_group>p, #page_shopping_complete .btn_group>p {
    width: 100%;
  }
  .unsubscribe_box p br {
    display: none;
  }
  .flex_box.re_container {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  #page_product_list #form1 {
    margin-top: 25px;
    margin-top: 2.5rem;
  }
  #result_info_box__item_count {
    margin-bottom: 10px;
  }
  .product_item {
    margin-bottom: 20px;
  }
  .underline_tit {
    font-size: 16px;
    /* background: linear-gradient(transparent 24px, #666 0%); */
  }
  .new_big_picture {
    margin-bottom: 30px;
  }
  .new_explain p {
    margin-bottom: 20px;
  }
  .dl_box_y {
    margin-top: 10px;
  }
  .box_y {
    margin-top: 50px;
  }
  .dl_box_y.flex_box {
    flex-wrap: wrap;
  }
  .dl_box_y dt {
    width: 100%;
  }
  .dl_box_y dd {
    width: 100%;
  }
  .box_y_attention {
    margin-top: 50px;
  }
  .box_y_dl_l {
    margin-top: 30px;
  }
  #brand_section br {
    display: none;
  }
  .arrival_box {
    flex-wrap: wrap;
  }
  .arrival_box table {
    width: 100%;
  }
  .img_hour {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .img_hour img {
    width: 100%;
  }
  .arrival_box table {
    border-top: 1px solid #ddd;
  }
  .arrival_box table th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .arrival_box table td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .vb th, .company_info .vb th {
    width: 100%;
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: block;
  }
  .vb td, .company_info .vb td {
    width: 100%;
    display: block;
    padding-top: 0;
  }
  .vb br {
    display: none;
  }
  .company_info {
    width: 100%;
  }
  .s4_flex_in .img_company {
    top: 0;
    width: 100%;
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .s4_flex_in .img_company p {
    width: -webkit-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    ;
  }
  #s4 {
    margin-bottom: 60px;
  }
  .corp_link a.btn_white {
    font-size: 12px;
  }
  #top_box__footer.row {
    margin-left: 0;
    margin-right: 0;
  }
  .btn_group {
    display: block;
  }
  .btn_group>p {
    width: 100%;
  }
  .btn_group>p:first-child {
    margin-bottom: 10px;
  }
  .btn_group>p:nth-child(2) {
    margin-left: 0;
  }
  .local_nav li a {
    font-size: 12px;
  }
  #detail_image_box__slides .slick-dots {
    bottom: -25px;
  }
  .explain_box {
    padding: 20px 10px;
  }
  #item_detail_area {
    padding-left: 0;
  }
  #item_detail {
    margin-top: 28px;
  }
  .spec_table {
    font-size: 12px;
  }
  .spec_table th {
    width: 126px;
  }
}


/* 767 end */

@media screen and (max-width:450px) {
  body {
    font-size: 12px;
  }
  .sp_menu_shop li a {
    font-size: 2.7vw;
  }
  .sp_menu_tel h2 {
    font-size: font-size: 3vw;
  }
  .sp_menu_tel a {
    font-size: 6.5vw;
  }
  .pp li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .unsubscribe_box h3, .unsubscribe_box p {
    text-align: left;
  }
  .flowline.step4 ul li {
    font-size: 0.8vw;
  }
  .complete_message .heading01 {
    text-align: left;
  }
  .btn, .zip-search .btn-default {
    padding: 18px 5px;
    font-size: 2.7vw;
    font-size: 14px;
  }
  .zip-search .btn-default, #delivery_box__new_button .btn.btn-default, #delivery_address_list__edit_button--3 .btn.btn-default {
    padding: 10px 19px;
    font-size: 12px;
  }
  #delivery_address_list__edit_button--3 .btn.btn-default {
    padding: 10px;
  }
  .re_explain {
    font-size: 12px;
  }
  .form-control {
    font-size: 12px;
  }
  .re_s_term_text {
    font-size: 12px;
  }
  .re_s_term_text p span {
    background: linear-gradient(transparent 21px, rgba(0, 0, 0, .3) 0%);
  }
  .move_tit {
    font-size: 18px;
  }
  #tradelaw_box h2 {
    margin-bottom: 20px;
  }
  #tradelaw_box .underline_tit {
    /* background: linear-gradient(transparent 24px, #666 0%); */
    font-size: 16px;
  }
  .pay_send_t td {
    padding: 15px 5px;
  }
  .pay_send_t tr td:last-child {
    text-align: center;
    width: 88px;
  }
  .pay_send_t tr th:last-child {
    padding: 15px 0px;
  }
  .a1_box p, .a2_box p {
    font-size: 12px;
  }
  .a1_box h1 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .v_title {
    font-size: 18px;
  }
  .infiniteslide li {
    width: 100px;
    margin: 0 10px;
  }
  #a1, #a2 {
    padding-top: 80%;
  }
  #variable_box {
    margin-bottom: 30px;
  }
  #s3 {
    padding-bottom: 30px;
  }
  .product-archive_voice_title {
    font-size: 20px;
  }
  .product-archive_voice_card {
    padding: 30px 20px;
  }
  .product-archive_voice_card_title {
    font-size: 110%;
  }
  .product_archive_voice-link {
    padding: 30px 20px;
  }
}


/* 450 end */

@media screen and (min-width:1521px) {
  .max_medium {
    display: none;
  }
}


/* -------------------------------hidden------------------------------- */

.pc_v {
  display: block;
}

.sp_v {
  display: none;
}

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

.pc_v767 {
  display: block;
}

.sp_v767 {
  display: none;
}

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

.pc_v1160 {
  display: block;
}

.sp_v1160 {
  display: none;
}

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


/* pace.js css */


/* This is a compiled file, you should be editing the file in the templates directory */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}