@media (orientation: landscape) and (max-width: 812px){
  div.content_wrap {
    display:none;
  }
  div.menu_icon_div {
    display:none;
  }

  body {
    height:100%;
    background:url("../image/please_rotate_device.jpg") center bottom/cover repeat;
  }
  body.lotate_off{
    background:none;
  }
  body.lotate_off div.content_wrap{
    display:block;
  }

  img#cart_icon{
    display:none;
  }

  div.cart_count{
    display:none;
  }

  .inner_wrap{
    display:none;
  }

  .header_icons{
    display:none;
  }
  span.cart_count {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background: #e99d3d; */
    background: #F07828;
    text-align: center;
    line-height: 17px;
  }

}

@import url(css2-NotoSansJPwght100_swap.css);
@import url(css2-Barlowwght700_swap.css);
@import url(css2-SawarabiMincho_swap.css);
@media screen and (min-width:0px){
  .info_banner{
    background: #F07828;
    color: white;
    text-align: center;
    padding:1vh;
    font-size: 1.2rem;
  }
  .fjRePZ {
    background: rgba(240, 120, 40, 0.85) !important;
  }
  .basic{
    display: none;
  }
  .top_page{
    display: block;
  }
  html {
    font-size:10px;
    font-weight: 100;
    font-family: YakuHanJP, 'Noto Sans JP','Sawarabi Mincho','Yu Gothic', '游ゴシック', YuGothic,'Barlow', '游ゴシック体', 'メイリオ', sans-serif;
    color: #3e3c3a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.8px;
    line-height: 2em;
    text-align: justify;
  }
  h1,h2,h3{
    font-family: 'Barlow', 'Noto Sans JP',sans-serif;
  }
  div.header.responsive_pc {
    display:none;
  }
  .content_wrap {
    padding-top:150px;
  }
  # {
    display:block;
    position:fixed;
    left: 5%;
    top: 2%;
    width: 20%;
  }
  div.header.responsive_sp img#brand_logo_sp {
    vertical-align: middle;
  }

  header {
    position:fixed;
    width:100vw;
    z-index:888;
    box-shadow: 0px 2px 7px #99999926;
  }
  .header_icons {
    position:relative;
    height:9vh !important;
    background:#999999;
    /* border-bottom: 1px solid #ddd; */

  }

  .menu_icon_div{
    position:absolute;
    top: 45%;
    width: 5%;
    left: 8%;
    max-width: 28px;
  }

  .menu_button_icon {
    cursor: pointer;
    position: relative;
  }

  .menu_button_bar {
    height: 1.5px;
    background-color: white;
  }

  .menu_button_bar:nth-child(2) {
    margin-top: 30%;
  }

  .cart_icon_div {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 86%;
    max-width: 80%;
    top: 33%;
  }

  #cart_icon {
    position: absolute;
    right: 8%;
    top: 40%;
    cursor: pointer;
    width: 6%;
    max-width: 30px;
    display: block;
  }

  #cart_icon_sk {
    position: absolute;
    right: 5%;
    top: 40%;
    cursor: pointer;
    width: 6%;
    max-width: 30px;
    display: block;
  }
  /* ここからmenu */

  #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #999999;
    color: #2d2d2d;
    z-index: 1002;
  }
  #nav {
    overflow: hidden;
    right:100%;
  }
  #nav .menu_logo_box {
    text-align: center;
    padding-top:4vh;
    padding-bottom:8vh;
  }
  #nav .inner {
    position: absolute;
    left: 0;
    right: 0;
    top:52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  #logo_bk{
    margin-bottom: 1em;
    width: 32%;
  }
  #nav .primary-menu {
    margin-bottom: 8vh;
  }
  #nav .primary-menu li {
    padding: 1.3rem 10px;
  }
  #nav .primary-menu a {
    font-size: 3.8rem;
    font-weight:700;
    letter-spacing: 0.2em;
    text-transform:uppercase;
  }
  #nav .extra-menu li {
    display: inline-block;
    margin:0.1em 15px;
  }
  #nav .extra-menu a {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  #nav .sns,
  #nav .extra-menu {
    display: inline-block;
  }
  #nav .sns {
    margin-right:40px;
  }
  #nav .sns a{
    display: block;
    position: relative;
    bottom: -5px;
  }
  #nav .primary-menu li:hover a,
  #nav .extra-menu li:hover a,
  #nav .sns a:hover {
    opacity: .6;
  }

  #menu_batsu {
    display:block;
    position:fixed;
    right: 4% !important;
    top: 2% !important;
    left:auto !important;
    z-index:1004;
    width: 4%;
  }

  #menu_batsu.off {
    display: none;
  }

  #menu_icon_sp,
  #menu_batsu{
    cursor: pointer;
  }

  .brand_logo{
    padding-top: 1vh;
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .brand_logo img {
    width:50%;
    max-width: 80px;
  }


  /*------------------------*/
  /*------------------------*/
  /*-------------要修正-----------*/
  /*------------------------*/

  /* ここからボタン */

  .rounded_corners_button {
    display:flex;
    justify-content:center;
    align-items: center;
    margin-top: 5em;
  }
  .rounded_corners_button a {
    width:100%;
    display:inline-block;
  }
  .rounded_box {
    width:100%;
    text-align: center;
    padding-top:1.5vh;
    padding-bottom:1.5vh;
    border:solid 1px #F07828;
    border-radius: 1vw;
    font-size:1.5rem;
    color:#F07828;
    margin-top: 0;
    cursor: pointer;
  }
  .rounded_box.white_font {
    color:white;
    background:#F07828;
  }
  .square_box {
    width:100%;
    text-align: center;
    padding-top:1.5vh;
    padding-bottom:1.5vh;
    border:solid 2px #F07828;
    border-radius: 1vw 1vw 1vw 1vw;
    font-size:1.5rem;
    color:#F07828;
    margin-top: 0;
    cursor: pointer;
    display: flex;
  }
  .square_box.white_font {
    border:solid 2px #F07828;
    color:white;
    background-color: #F07828;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }
  .cssarrow {
    height: 1.5px;
    width: 50px;
    background-color: #F07828;
    position:  relative;
    margin-top: 10px;
  }
  .cssarrow.white_font{
    background-color:white;
    width: 40px;
    margin-top: 22px;
  }

  .cssarrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #F07828;
    position: absolute;
    bottom: -3.5px;
    right: -8px;
  }
  .cssarrow.white_font::after{
    border-color: transparent transparent transparent white;
  }
  .square_box .vm{
    margin-right: 2em;
    margin-left: 7em;
  }
  .login_button_box {
    margin-top: 12%;
    z-index: 2;
  }
  .button_style{
    width:80%;
    font-size:14px;
    font-weight: bold;
    background:#2d2d2d;
    color:white;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;

  }
  .button_style p {
    width:100%;
    line-height: 45px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height:45px;
  }

  /* ここからカート用 */
  .cart_popup {
    display: none;
    background-color: rgba(0,0,0,0.3);

    height:100vh;
    position:fixed;
    width:100vw;
    margin-left: auto;
    margin-right: auto;
    top:0;
    left:0;
    right:0;
    z-index:1000;

  }
  .cart_popup .white_box {
    border-radius: 10px 10px;
    margin-top: 10px;
    height:calc(110vh - 100px);
    width:95%;
    margin-right: auto;
    margin-left: auto;
    background:white;
    /* background: url("../img/top_sp/vision_bg.png") center top repeat; */
    overflow: hidden;
  }

  .cart_batsu_icon_div{
    display: inline-block;
    float: right;
    margin-right: 2vh;
    margin-top: 3vh;
    cursor: pointer;
  }
  #cart_batsu_g{
    max-width: 13px;
  }

  .yourcart{
    display:inline-block;
    color: #5C5E5D;
    font-size: 1.5em;
  }

  .cart_products_list{
    /* height: 88vh; */
  }

  div.cart_box{
    overflow: scroll;
    height: 99%;
    padding-bottom:5vh;
  }

  div.cart_product_box {
    width:95%;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
  }

  div.cart_product_title {
    text-align: center;
    padding-top: 4vh;
    margin-bottom: 2vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 40%;
    font-size: 1.2rem;
  }

  .cart_products_amount{
    font-size: 1.2rem;
    display: inline;
  }
  div.cart_product_img_box {
    position:relative;
    /* margin-bottom: 10vh; */
    display: inline-block;
    width: 38%;
  }
  div.cart_product_img_box img{
    width: 100%;
    display: inline-block;
    max-width: 20vh;
  }
  p span.ml {
    font-size:1.5rem;
  }

  p span.dominant {
    font-size:1.5rem;
  }
  .cart_push_recommend {
    width: 21vw;
    /* margin-right: auto;
    margin-left: auto; */
  }
  .cart_push_recommend span {
    font-size:1.3rem;
  }
  div.cart_flex_box {
    padding-top:1vh;
    padding-bottom:1vh;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    width:80%;
    display: flex;
    font-size: 1.6rem;

  }

  div.cart_flex_box.price {
    margin-top: 0px;
  }

  div.left {
    text-align: left;
  }
  div.right{
    text-align: right;
  }

  hr.cart_product_border{
    background:#999999;
    height:1px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;

  }

  hr.cart_price_border{
    background:#999999;
    height:1px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;

  }

  .cart_product_details{
    display: inline-block;
    vertical-align: top;
    width: 35%;
  }
  .cart_product_price{
    vertical-align: top;
    display: inline-block;
    font-size: 1.5rem;
    /* margin-left: auto; */
    margin-right: 5%;
    float: right;
    width: 20%;
    color:#999999;
    text-align: right;
  }

  .cart_amount{
    color:#999999;

  }

  .trash_icon_div {
    cursor: pointer;
    display:inline-block;
    float: right;

  }

  #trash_icon {
    width: 20%;
    display: inline-block;
    margin-top: 9vh;
    cursor: pointer;
    margin-left: 4vh;
    max-width: 6vh;

  }

  .empty_message{
    text-align: center;
    font-size:1.5rem;
    margin-top: 14vh;
    margin-bottom: 14vh;

  }

  .empty_cart_icon_div{
    margin-top: 2vh;
  }

  #empty_cart_icon{
    width: 20%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .entrance{
    background-color: #999999;
    color: white;
    padding-top: 0.7vh;
    padding-bottom: 0.7vh;
    padding-left: 2.5vh;
    font-size: 1.5rem;
  }

  .dominant{
    font-size: 1.5rem;
    margin-bottom: 1vh;
    color:#999999;
  }

  div.cart_flex_box.bold{
    font-weight: bold;
  }

  #total_value{
    font-size: 2.0rem;
  }

  .total_cart_amount{
    margin-top: 0.5vh;
  }

  div.register_button_div{
    position:relative;
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 6vh;
  }

  .register_button_style{
    width: 85%;
    font-size: 1.8rem;
    color: white;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    border-radius: 1vw;
    background-color: #F07828;
  }

  .register_button_style p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
  }

  .cart_products_list_forme{

  }

  span.cart_count{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background: #e99d3d; */
    background: #F07828;
    text-align: center;
    line-height: 17px;
  }
  span.cart_count:empty {
    display: none;
  }
  .cart_count {
    position: absolute;
    top: 22%;
    font-size: 1.1rem;
    color: white;
    right: 8%;
  }
  .cart_count.sk {
    right: 5%;
  }

  .cart_count_2dgts{
    right: 9.5%;
    position: absolute;

  }

  footer {
    font-size:10px;
    font-weight: 100;
    font-family: 'Noto Sans JP','Sawarabi Mincho','Yu Gothic', '游ゴシック', YuGothic,'Barlow', '游ゴシック体', 'メイリオ', sans-serif;
    color: #3e3c3a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.8px;
    line-height: 2em;

  }
  footer .inner_wrap {
    background:#999999;
    padding-top: 5.3vh;
    padding-bottom: 6vh;
    letter-spacing: 0.15em;
    margin-top: 60px;
  }
  .footer_menu {
    color:white;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 1.6rem;
    /* line-height: 2.3em !important; */
  }
  .footer_menu ul li {
    padding: 5px 0;
  }
  .footer_menu a{
    color:white;
  }
  .footer_menu a:visited {
    color:white;
  }
  .sns_icons {
    display:flex;
    justify-content: center;
    margin-top: 6vh;
  }
  .sns_icons img {
    width:20px;
    margin-left:3.5vw;
    margin-right:3.5vw;
  }
  .sns_icons img {
    max-width:30px;
  }
  .footer_border {
    background:white;
    height:1px;
    width:84%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;

  }
  .company_links {
    color:white;
    text-align: center;
    font-size:1.1rem;
  }
  .company_links a {
    color:white;
    display:block;
    margin-top:1.8vh;
  }
  .footer_rights {
    margin-top: 6vh;
    text-align: center;
    color:white;
    font-size:1rem;
  }
  #menu_logo {
    width:30%;
  }
  div.register_button_style a{
    color:white;
  }
  .formError .formErrorContent {
    position: absolute;
    top: -25px;
    right: -50px;
    min-width: 82px;
    color: red;
    font-size: 11px !important;
  }
  .quantity_box{
    display: flex;
    font-size: 1.6rem;
    /* margin-top: 1.5vh; */
  }
  .q_amount{
    margin-left: 1.5vh;
    margin-right: 1.5vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .q_change_box{
    border: solid 1px;
  }

  .q_change_box p{
    padding: 5px 10px;
    font-size: 2rem;
  }
  .link_to_personalize{
    text-align: center;
    margin-top: 2vh;
  }
  .link_to_personalize a {
    color: #999999;
    font-size: 1.3rem;
  }

  .new_box{
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .new_box span{
    padding-right: 30px;
    color: #c42c4c;
    font-size: 1.3rem;
  }

  .new_box li{
    padding-right: 5rem;
  }
  /* .new_li {
  padding-right: 6rem;
  } */
  .cart_attention{
    color:#703a37;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    font-size: 1.2rem;
  }
  .cart_val_box{
    display: flex;
  }
  #cart_validation{
    /* width: 5%; */
    margin-right: 5px;
  }
  .cart_validation_box{
    width: 6%;
    justify-content: left;
  }

  .rectangle_box {
    width: 100%;
    text-align: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-radius: 2vw 2vw 2vw 2vw;
    font-size: 1.5rem;
    color: white;
    margin-top: 5vh;
    cursor: pointer;
    background-color: #640032;
  }
  /* ========================================================
  矢印アイコン
  =========================================================*/
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::after,
  .arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
  }
  .arrow_down::before,
  .arrow_up::before {
    top: auto;
    left: 5px;
    bottom: 27px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0.8;
  }


  /* ========================================================
  ページトップに戻るボタン
  =========================================================*/
  #btn-backtotop{
    position: absolute;
    top: -45px;
    right: 10px;
    z-index: 1000;
    transition: all 1s ease-out;
    transition: bottom 0.2s ease-out;
  }
  #btn-backtotop::after{
    content: "";
    display: block;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    /* margin: 4px; */
    border-radius: 50%;
    background-color:  #2D2D2D;
    transition: all .3s;
    /* transform: scale(0.8) rotate(45deg); */
    transition: background-color 0.5s ease-out;
  }
  .arrow{
    top: 72px;
    left: 13px;
  }
  .arrow::before{
    width: 15px;
    height: 15px;
    z-index: 1;
  }
}

.footer_menu_list {
  margin-bottom: 1.5vh;
  font-size: 1.5rem;
}
.footer_menu_list a{
  color: white;
}
.col-md-12{
}
.alert{
  padding-top: 1vh;
  color: #703a37;
}
#customers-password-edit-view{
  padding-top: 15vh;
  width: 90%;
  margin: auto;
}
.tracking_area.cp0714{
  display: block;
  padding:1vh 2vh;
  border: none;
  margin-top: 2vh;
  /* justify-content: center; */
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 5;
  background: #F9E536;
}
.tracking_area.cp0714 .product_name {
  font-size: 1.2rem;
  /* font-weight: bold; */
  display: contents;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.tracking_area.cp0714 div{
  margin-left: 3vw;
  margin-right: 3vw;
}
.tracking_area.cp0714 .cart_button{
  width: 40%;
}
.tracking_area.cp0714 .product_name p{
  color: black;
  padding-bottom: 0%;
}
#close {
  position: absolute;
  /* bottom: 2vh; */
  right: 0px !important;
  top: -10px !important;
}
.close_circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close_circle span::before,
.close_circle span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 7%;
  margin: -8% 0 0 -42%;
  background: rgb(0, 0, 0);
}
.close_circle span::before {
  transform: rotate(-45deg);
}
.close_circle span::after {
  transform: rotate(45deg);
}
.info_banner a{
  color: white !important;
}

/* ========================================================
新ヘッダー
=========================================================*/

.top_page .horizontal-list {
  position: fixed;
  width: 100vw;
  z-index: 888;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background-color: #fff;
  margin: 0;
  position: absolute;
  bottom: 4%;
  border-top: none;
  border-bottom: none;
  padding:0;
  font-family: 'Cormorant Garamond', serif;
}
.top_page .item {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.2rem;
  text-align: center;
}
.top_page .item a {
  color: #707070 !important;
  line-height: 10px;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.2rem;
}
.top_page .jp_desc {
  font-size: 9px;
  padding-top: 5px;
  display: block;
  font-family: YakuHanJP, 'Noto Sans JP','Sawarabi Mincho','Yu Gothic', '游ゴシック', YuGothic,'Barlow', '游ゴシック体', 'メイリオ', sans-serif;
}
.top_page .header_icons{
  background-color: #fff !important;
  padding-top: 1vh;
}
.header_icons {
  height:70px;
}
.top_page .menu_button_bar {
  background-color: #2d2d2d;
}
.top_page{
  height: 150px;
  background: white;
}

}
@media screen and (min-width:376px){
  html {
    font-size:11px;
  }
  #trash_icon {
    margin-top: 13vh;
  }

  .cart_count {
    right: 8.5%;
  }
  .cart_count.sk {
    right: 5.5%;
  }

  #menu_logo {
    width:30%;
  }
}


@media screen and (min-width:768px){
  .top_page{
    height: 170px;
    background: white;
  }
  .content_wrap {
    padding-top:170px;
  }
  html {
    font-size:13.5px !important;
  }
  #menu_logo {
    width:15% !important;
  }
  .brand_logo {
    width:200px;
  }
  .brand_logo img {
    width:50%;
    max-width: 50%;
  }
  #menu_icon_sp {
    display:block;
    position:fixed;
    left: 120px;
    top: 60px;
    width: 80px;
    z-index:999;
  }

  #cart_icon {
    top: 30px;
    width: 30px;
    z-index: 999;
  }

  #nav .inner {
    top:50%;
  }
  /* #nav .primary-menu a {
  font-size: 36px;
  } */
  /* #nav .primary-menu li {
  padding: 16px 10px;
  } */

  .menu_batsu_div img{
    width: 1% !important;
  }
  div.header.responsive_pc div.menu-box {
    width:817px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
  }
  div.header.responsive_pc a {
    color:white;
    display:inline-block;
    width:200px;
    font-size: 8px;
    text-align: center;
    vertical-align: middle;
  }
  #logo_bk{
    width: 12%;
  }

  div.header.responsive_pc
  {
    display:block;
    height:50px;
    background:#2d2d2d;
    margin-left: auto;
    margin-right: auto;
    position:fixed;
    width:100%;
    z-index:999;
  }
  div.footer {
    height: 130px;
    line-height: 130px;
  }
  footer .inner_wrap {
    padding-top: 10vh;
  }
  .footer_border {
    width:76%;
  }
  .footer_rights {
    margin-top: 8vh;
  }
  .sns_icons img {
    width:28px;
  }
  .company_links {
    display: flex;
    justify-content: space-between;
    margin: 0 12%;
  }
  /*------------------------*/
  /*------------------------*/
  /*-------------要修正-----------*/
  /*------------------------*/

  /* .button_style{
  width:200px;
  height:50px;
  line-height: 50px;
  border:1px solid #fff;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index: auto;
  cursor: pointer;
}
.login_button_box {
position:relative;
width:100%;
height:60px;
margin-top: 8%;
}
.button_style p {
width:100%;
line-height: 45px;
text-align: center;
margin-right: auto;
margin-left: auto;
height:45px;
}
.button_style::after{
display:block;
width:200px;
height:50px;
background:#2d2d2d;
border:1px solid #fff;
margin-top: -40px;
margin-left: -10px;
position:relative;
z-index:-1;
content:"";
transition:margin-top 500ms,margin-left 500ms;
}
.button_style:hover:after {
margin-top:-45px;
margin-left: 0px;
} */


.login_button_box {
  position:relative;
  width:100%;
  height:60px;
  margin-top: 8%;
}
.button_style{
  width:200px;
  height:50px;
  line-height: 50px;
  border:1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.footer_menu{
  font-size: 1.3rem;
}
.menu_icon_div{
  position: fixed;
  top: 45px;
  width: 84px;
  padding: 30px;
  cursor: pointer;
  z-index:999;
}
.basic .menu_icon_div{
  position: fixed;
  top: 10px;
  width: 84px;
  padding: 30px;
  cursor: pointer;
  z-index:999;
}

.menu_button_icon {
  position: relative;
}

.menu_button_bar {
  position: absolute;
  width: 26px;
  height: 3px;
}

.menu_button_bar:nth-child(1) {
  top: 0;
}

.menu_button_bar:nth-child(2) {
  margin-top: 9px;
}

/* ここからカート用 */
div.product_box {
  width:45%;
  margin-left: 0;
}
#trash_icon {
  display: inline-block;
  width: 15px;
}

#trash_icon {
  margin-top: 14vh;
}

.cart_popup .white_box {
  width:490px;
}

#empty_cart_icon{
  width: 10%;
}

div.cart_product_img_box {
  width: auto;
}
div.cart_product_img_box img{
  width: 180vw;
}

.cart_product_details {
  width: 70%;
}

.cart_push_recommend {
  margin-right: auto;
  margin-left: auto;
}

.cart_product_details {
  width: 35%;
}

div.cart_product_box {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.cart_count {
  right: 8.25%;
  top: 11px;
}
.cart_count.sk {
  right: 5.25%;
  top: 11px;
}

#login{
  margin-left: auto;
  margin-right: auto;
  width: 65% !important;
}

.cart_product_price{
  margin-left: 0;
  margin-right: 0;
  width: 20%;
}

.yourcart{
  margin-bottom: 0 !important;
}

.cart_info{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

div.cart_product_title {
  padding-top: 8vh;
}
.formError .formErrorContent {
  top: -25px;
  right: -50px;
  min-width: 150px;
}
.new_box span{
  padding-right: 30px;
}
.cart_attention{
  margin-top: 7vh;
  margin-bottom: 7vh;
}
#cart_validation{
  max-width: 3%;
}
/* .new_li {
padding-right: 5rem;
} */
.rectangle_box {
  border-radius: 1vw 1vw 1vw 1vw;
}
#btn-backtotop{
  right: 25px;
}
.square_box .vm {
  margin-right: 15%;
  margin-left: 43%;
}
.cssarrow {
  margin-top: 13px;
  width: 80px;
}
.alert{
  padding-top: 3vh;
}
.tracking_area.cp0714 .product_name {
  margin:auto;
  width: 35% !important;
  display: block;
}
#close {
  position: absolute;
  right: 0px !important;
  top: 18px;
}
.info_banner{
  font-size: 1rem;
}
.top_page .header_icons{
  padding-top: 5px;
}
.top_page .item {
  padding: 0 2em;
}
.brand_logo{
  padding-top: 1vh;
}
}

@media screen and (min-width:1024px){
  html {
    font-size:10px;
  }
}

@media screen and (min-width:1366px) {

  html {
    font-size:11.5px;
  }
  /*　画面サイズが1366pxからはここを読み込む　*/
  /* #nav .primary-menu a {
  font-size: 45px;
  } */
  /* #nav .extra-menu a {
  font-size: 16px;
  } */
}

@media all and (-ms-high-contrast: none) and (min-width:768px){
  #trash_icon {
    display: inline-block;
    width: 20%;
  }
}
