@charset "utf-8";
/* CSS Document */
/*=============================================
カテゴリーページ
=============================================*/
.category_main {
  margin: 30px auto;
  max-width: 1140px;
}
.flex_box {
  display: flex;
}
.set_flex_box {
  display: flex;
  width: 35%;
}
.cate_left {
  width: 40%;
}
.cate_right {
  width: 60%;
}
.cate_right_inner {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.image_box {
}
.set_box {
  display: flex;
  padding: 10px 0;
}
.new_box_table_container .set_box {
  border-top: 1px solid var(--color_gray_light);
}
.set_su {
  width: 66%;
  line-height: 48px;
}
.soryo_muryo {
  width: 33%;
}
.soryo_muryo_icon {
  /*  font-size: 1.2rem;*/
  font-size: 0.12rem;
  background: var(--color_alert_dark);
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 6px 0;
  width: 43px;
}
.kakaku {
  width: 35%;
  text-align: right;
  padding-right: 4vw;
}
.syosai_link {
  width: 30%;
  border: #d4be9d solid 2px;
  line-height: 48px;
  text-align: center;
  font-size: 90%;
  border-radius: 5px;
}
.tanka {
  font-size: 90%;
  font-weight: normal;
}
#cate_kakaku_box p {
  margin: 0;
}
.new_box_fl {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color_gray_light);
  margin-bottom: 50px;
}
.new_box_fl:last-of-type {
  border: none;
}
.category_main .image_box img {
  width: 80%;
}
/*カテゴリー　レスポンシブデザイン*/
@media only screen and (max-width: 768px) {
  .flex_box {
    display: block;
  }
  .cate_left,
  .cate_right {
    width: 100%;
  }
  .cate_left {
  }
  .cate_right {
  }
  .cate_left h2 {
    text-align: center;
  }
  .set_su {
    line-height: initial;
    width: 100%;
    font-size: 3.5vw;
  }
  .soryo_muryo {
    width: 100%;
  }
  .set_flex_box {
    display: block;
  }
  .soryo_muryo_icon {
    min-width: 60px;
    padding: 0;
    line-height: 2;
  }
  #cate_kakaku_box .soryo_muryo_icon {
    margin: 1vw 0;
  }
  .kakaku {
    width: 50%;
  }
  .tanka {
    font-size: 3.5vw;
    color: var(--color_sub_dark);
  }
  .syosai_link {
    font-size: 3.5vw;
  }
  .new_box_fl {
    padding-bottom: 9vw;
    border-bottom: 1px solid var(--color_gray_light);
    margin: 0 10px 9vw;
  }
  .image_box {
    text-align: center;
  }
}
/*=============================================
商品詳細ページ
=============================================*/
.item_main {
  margin: 100px auto;
  max-width: 1140px;
}
.item_left,
.item_right {
  width: 50%;
}
.item_left {
  text-align: left;
}
.item_left img {
  max-width: 470px;
}
.item_right_outer {
}
.item_right_inner {
}
#wrapper .new_item_detail_title {
  padding: 50px 0 30px 0;
  font-size: 20px;
  text-align: left;
  color: var(--color_main_dark);
  font-weight: bold;
}
#wrapper #lens_data,
#main #syosai_lp {
  background: #bfa782;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 16px;
  margin: 30px 0 0;
}
.new_item_detail_subtitle_l,
.new_item_detail_subtitle_r {
  border-bottom: var(--color_main_dark) solid 1px;
  padding: 0 0 5px 10px;
  font-size: 16px;
}
.item_property_box td,
.item_property_box th {
  padding: 10px;
  border-bottom: solid var(--color_gray_light) 1px;
}
.new_item_detail_table select {
  border: none;
  width: 100%;
}
#wrapper .btn-primary {
  margin: 20px;
}
.btn.btn-primary {
  width: 530px;
  float: none;
}
.new_item_detail_bt_box {
  text-align: right;
}
#item_header_banner {
  text-align: center;
}
.syosai,
.syosai2 {
  max-width: 730px;
  margin: 50px auto;
}
.syosai img,
.syosai2 img {
  width: 100%;
}
.item_property_box {
  display: flex;
}
.box-lens-select-l,
.box-lens-select-r {
  width: 50%;
  padding: 10px;
}
.new_item_detail_pricebox h3 {
  border-bottom: #d4be9d solid 1px;
  padding: 0 0 5px 10px;
  font-size: 16px;
  margin: 0;
}
.new_item_detail_pricebox td,
.new_item_detail_pricebox th {
  padding: 10px 10px 0;
  border-bottom: solid var(--color_gray_light) 1px;
}
.new_item_detail_pricebox th {
  font-weight: normal;
}
.new_item_detail_pricebox h3:nth-of-type(2) {
  margin: 20px 0 0;
}
.new_item_detail_pricebox td {
  width: 350px;
}
.new_item_detail_pricebox th {
  width: 150px;
}
.new_item_detail_pricebox td p {
  font-weight: bold;
  color: var(--color_main_dark);
}
.new_item_detail_pricebox td p i {
  display: none;
}
.fa-caret-right {
  color: #3e3f3d;
  margin-right: 1em;
}
.ym_box dl,
.postage_info_box dl {
  margin: 0;
}
.ym_box dt,
.ym_box dd,
.postage_info_box dt,
.postage_info_box dd {
  line-height: 1.6;
}
/*商品詳細レスポンシブデザイン*/
@media only screen and (max-width: 768px) {
  #item_header_banner {
    margin: 0 10px;
  }
  #item_header_banner img {
    width: 100%;
  }
  #wrapper h1 {
    /*margin: 30px 10px 30px;*/
    margin: 30px 0 30px;
  }
  .item_left,
  .item_right {
    width: 100%;
  }
  .item_left {
    padding: 0 10px;
    text-align: center;
  }
  .item_left img {
    width: 100%;
  }
  .item_right {
    padding: 30px 10px 0;
  }
  .new_item_detail_pricebox h3 {
    font-size: 14px;
  }
  .new_item_detail_pricebox table {
    width: 100%;
  }
  .new_item_detail_pricebox th {
    width: 40%;
  }
  .new_item_detail_pricebox td {
  }
  .new_item_detail_pricebox th,
  .new_item_detail_pricebox td {
    font-size: 4vw;
  }
  .new_item_detail_pricebox td i {
    display: none;
  }
  .item_property_box br.new_cl {
    display: none;
  }
  .item_property_box {
    display: block;
  }
  .box-lens-select-l,
  .box-lens-select-r {
    width: 100%;
  }
  #wrapper #lens_data,
  #main #syosai_lp {
    margin: 30px 10px 0;
  }
  .new_item_detail_bt_box {
    padding: 0 10px;
  }
  #wrapper .btn-primary {
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: var(--radius_btn);
  }
  .btn.btn-primary {
    width: 100%;
  }
  .syosai,
  .syosai2 {
    margin: 30px 10px;
  }
  .item_main {
    margin: 30px auto 0;
  }
  #wrapper .new_item_detail_title {
    margin: 30px 10px 0px;
  }
}
/*=============================================
    欠品用表記
=============================================*/
/* reset */
.lostitem .ttl,
.lostitem .box,
.lostitem .hr,
.lostitem .discrptn,
.lostitem br {
  display: none;
}
.lostitem .name br,
.lostitem .lost_dat br {
  display: block;
}
.lost_ttl,
.lost_dat {
  color: #b12704;
  font-weight: bold;
  margin: 2px 0;
  word-break: break-all;
}
.lostitem .box,
.ym_box,
.postage_info_box {
  padding: 16px;
  background: #fee;
  margin: 30px auto;
  text-align: left;
}
.lostitem .discrptn2 {
  font-weight: bold;
  margin: 0 0 8px;
  font-size: 14px;
}

.ifr .box .name {
  display: none;
}

.lost_ttl {
  padding-top: 2em;
}

.lost_ttl:before {
  content: "こちらの商品は以下の内容でメーカー欠品中です。";
  position: absolute;
  top: 16px;
  left: 16px;
  color: #666;
  font-weight: bold;
}

.lost_body .ifr {
  position: relative;
}

/*=============================================
買い物かご画面
=============================================*/
.cart-page .container {
  padding-bottom: 0;
}

#sp_cart {
  display: none;
}

.step {
  display: none;
}

.item_name a {
  text-decoration: underline;
}

#cart_login h3,
#login h3 {
  color: #3e3f3d;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 47px;
  width: 200px;
}

.secu_mask {
  display: none;
}

/*買い物かごレスポンシブデザイン*/
@media only screen and (min-width: 768px) {
  #wrapper #pc_cart td input {
    background-color: var(--color_gray_light);
    border-radius: var(--radius_btn);
    border: none;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 768px) {
  #sp_cart {
    display: block;
  }
  #pc_cart {
    display: none;
  }
  #sp_cart .sentence {
  }
  #wrapper .sp_suryo_table {
    width: initial;
    margin: 0 0 0 auto;
  }
  #wrapper .sp_suryo_table td {
    border: none;
    padding: 0 0 0 1em;
  }
  #wrapper .sp_suryo_table td input {
    background-color: var(--color_gray_light);
    border-radius: var(--radius_btn);
    border: none;
    padding: 0 1.2em;
  }
  #sp_cart .sentence {
    margin-top: 4vw;
    border-bottom: 1px solid var(--color_gray_light);
    padding: 0 0 6vw;
  }
  #sp_cart .sentence:last-of-type {
    border: none;
  }
  .cart-index .total {
    border-top: 1px #3e3f3d solid;
    padding-top: 10px;
  }
  #cart_login input[type="text"],
  #cart_login input[type="password"] {
    width: 100%;
  }
  #main h1,
  #cart_login h1,
  .cart_flow h1,
  #cart_flow h1 {
    font-size: 20px;
    text-align: left;
    background: transparent;
    padding: 0;
    color: var(--color_main_dark);
    font-weight: bold;
  }
  #cart_login h3,
  #login h3 {
    color: #3e3f3d;
    font-size: 14px;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
}

#main .seisan_sub_title {
  font-size: 18px;
  background: var(--color_main_light);
  color: var(--color_black);
  padding: 10px;
  margin-top: 40px;
  margin: 40px 0 20px;
}

/*=============================================
cart_login.xhtml
=============================================*/

@media only screen and (max-width: 768px) {
  #cart_login {
    margin: auto 2vw;
  }
}

/*=============================================
cart_seisan.xhtml
=============================================*/

input[type="radio"] {
  margin: 5px 0;
}

/*=============================================
マイページ関連
=============================================*/

#wrapper #login_message {
  margin: 40px 0 20px;
}

#login h1 {
  text-align: left;
  margin: initial;
}

#login .buttonarea .login_btn,
.shinki_btn,
#mypage .logout_btn {
  width: 13em;
  padding: 5px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.2em;
  background: #c5af8f url(../images/ico_link.png) no-repeat 97% 50%;
  background-size: 10px auto;
  border: none;
}

#shinki_box {
  border-top: solid 1px var(--color_gray_light);
  margin-top: 40px;
  padding-top: 20px;
}

.shinki_btn {
  display: block;
  margin: 0 auto;
}

.shinki_btn:hover {
  color: #fff;
}

.text_center {
  text-align: center;
}

#mypage .point_text {
  width: 50%;
  padding: 10px 0;
  border: 2px solid var(--color_main_dark);
  margin: 1em auto;
}

#mypage .menu_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 auto 10vw;
}

#mypage .menu_box li {
  width: 48%;
  border-radius: var(--radius_btn);
  text-align: center;
  margin: 5px 1%;
  background-color: var(--color_main_light);
}

#mypage .menu_box li a {
  display: block;
  width: 100%;
  padding: 10px;
}

#mypage .menu_box li:hover {
  background: var(--color_main_dark);
}

#mypage .menu_box li a:hover {
  color: #fff;
  transition: initial;
}

#mypage .link_arrow {
  width: 73%;
  margin: 20px auto 20px;
  text-align: right;
}

#mypage .logout_btn {
  display: block;
  margin: 40px auto;
}

#mypage .mypage_menu {
  margin: 40px auto;
}

#wrapper .buttonarea .unsubscribe_regist {
  display: block;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid var(--color_main_dark);
  border-radius: var(--radius_btn);
  color: var(--color_main_dark);
  width: 33%;
  cursor: pointer;
}

/*マイページ関連ｎレスポンシブデザイン*/
@media only screen and (max-width: 768px) {
  #login .buttonarea .shinki_btn {
    padding: 5px;
    border: none;
    border-radius: 0px;
  }
  #login input[type="text"],
  #login input[type="password"] {
    width: 100%;
  }
  #login h1 {
    margin: 30px 0 30px;
  }
  #mypage .link_arrow {
    width: 90%;
  }
  #mypage .point_text {
    width: 100%;
  }
  #mypage .menu_box {
  }
  #mypage .menu_box li {
    margin: 3cwpx auto;
    width: 100%;
  }
  #mypage .mypage_menu_box {
    margin: 40px 0;
  }
  #wrapper .birthday_table,
  #wrapper .yubin_table {
    width: initial;
  }
  #wrapper .birthday_table td,
  #wrapper .yubin_table td {
    padding: 0;
    border: none;
    vertical-align: middle;
  }
  .mypage_menu_box {
    margin-bottom: 40px;
  }
  #wrapper .buttonarea .unsubscribe_regist {
    width: initial;
  }
}

/*=============================================
member_history.xhtml
=============================================*/

.my_rireki2 {
  border: 1px solid var(--color_main_dark);
  padding: 3vw;
  margin: 3vw auto;
}
.suryo {
  margin: 1.5vw 0;
}

/*=============================================
ご利用ガイド
=============================================*/

/*.guide_thumbnail {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
  padding: 0;
  align-items: flex-start;
}

li.heightLine1:nth-of-type(odd) {
    margin-right: 2%;
}

li.heightLine1 {
    width: 49%;
  border: solid 1px #ccc;
    padding: 20px;
  margin-bottom: 40px;
}

.guide_thumbnail dl {
  margin-bottom: 0;
}

.guide_thumbnail dt,.guide_thumbnail dd {
  line-height: 2;
}*/

.sp_guide_img {
  display: none;
}
.con-privacy #main {
  padding: 50px 0;
}
.con-privacy #main h1 {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  background: #d4be9d;
  padding: 12px 8px;
  letter-spacing: 2px;
  margin: 55px auto 15px;
}
.guide_thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.heightLine1 {
  width: 33%;
  margin: 20px 0px;
}
.heightLine1 dt {
  margin-bottom: 15px;
}
.heightLine1 dd {
  margin-bottom: 15px;
}
.heightLine1 dd:first-child {
  margin-top: 5px;
}
.heightLine1 dd:last-child {
  margin-bottom: 0;
}
#lensdata dt {
  margin: 10px 0 5px;
}

#main1 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main1 ol {
  margin: 15px auto;
}
#main1 li {
  margin-bottom: 15px;
}
#main1 dt {
  font-size: 16px;
  margin: 35px 0 10px 0;
}
#main1 table {
  margin: 10px 0;
}
#main1 td {
  padding: 10px;
}
.pagetop {
  text-align: right;
  margin-bottom: 10px;
}
.con-privacy #main a {
  font-weight: 500;
  border-bottom: 1px solid #bfa782;
}
.con-privacy #main .guide_thumbnail a {
  border-bottom: 0;
}
.con-privacy #main .pagetop a {
  border-bottom: none;
}

/* ご利用ガイド　国外IPアドレスからのアクセスとなり購入できないお客様へ 対応*/
#main1 #qa01_09 dl dd span.error_detail {
  padding: 2.5%;
  margin: 2% 0;
  color: red;
  background: #ffefef;
  display: inline-block;
}
#main1 #qa01_09 dl dd span.error_detail font {
  display: block;
  font-weight: bold;
}
#main1 #qa01_09 dl dd span.workaround {
  font-weight: 600;
}
#main1 #qa01_09 dl dd span.workaround font {
  font-weight: normal;
}

/*ご利用ガイド関連ｎレスポンシブデザイン*/
@media only screen and (max-width: 768px) {
  .pc_guide_img {
    display: none;
  }
  .sp_guide_img {
    display: block;
  }
  .guide_thumbnail,
  #main1 {
    padding: 0 2vw;
    margin: 0 auto;
  }
  .con-privacy #main h1 {
    padding: 5vw 2vw;
  }
  .guide_thumbnail {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .heightLine1 {
    width: 100%;
    margin: 10px 0px;
  }
}

/*=============================================
ナビゲーション
=============================================*/

#g_header .toggle_menu .links li {
  width: 16.66%;
}

@media screen and (min-width: 769px) {
  #g_header .toggle_menu .links li a {
    padding: 20px 0;
  }
}

/*ナビゲーションレスポンシブデザイン*/
@media only screen and (max-width: 768px) {
  #g_header .toggle_menu ul.links {
    display: initial;
  }
  #g_header .toggle_menu .links li {
    width: initial;
  }
  #wrapper #g_header .toggle_menu .links li {
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #d5c6c3;
  }
  #wrapper #g_header .toggle_menu .links a:before {
    display: none;
  }
  #wrapper #g_header .toggle_menu .links li:last-child {
    border-right: none;
    margin-bottom: 25px;
  }
  #wrapper #g_header .toggle_menu .links a {
    padding: 25px 0;
  }
}
.section-header {
  padding: 50px 0;
}

/*=============================================
修正用CSS
=============================================*/

.cart-seisan input,
#mypage input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#g_header > .order a {
  display: none;
}

.fix_bannar_ari #g_header > .order a {
  display: block;
}

@media screen and (max-width: 768px) {
  #wrapper #g_header > .order a {
    width: 58px;
    right: -20px;
  }
}

@media screen and (max-width: 768px) {
  #login .ico,
  .cart-index .ico {
    min-width: 47px;
  }
  #login #wrapper table td {
    vertical-align: middle;
  }
}

#login #error,
.cart-index #error {
  border: none;
  padding: 0;
}

.nav_syosai_link,
.nav_kounyu_link {
  margin: 1.3em 0;
  background: #d4be9d;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.05em;
  border-radius: 2em;
  padding: 0.9em;
  font-size: 3.4vw;
  position: relative;
}

.nav_syosai_link:after,
.nav_kounyu_link:after {
  content: "";
  position: absolute;
  display: none;
  width: 6px;
  height: 10px;
  margin-left: 0.5em;
  background-image: url(../images/2020_common/order_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 12px;
}

#wrapper #g_header .nav_syosai_link,
#wrapper #g_header .nav_kounyu_link {
  color: #fff;
}

#g_header .link_wrap {
  width: 75%;
  margin: 0 auto;
}

.nav_kounyu_link {
  background: #d4be9d;
}

#wrapper #g_header .toggle_menu .products li {
  margin-bottom: 3em;
}

#g_header .products img {
  display: block;
  height: 14vw;
  margin: 0 auto;
}

#wrapper #g_header .toggle_menu .products .image.s {
  margin-top: 0;
}

/*=============================================
    1箱商品表示調整
=============================================*/
#item-detail .wanted .box-lens-select-r {
  margin: 0 0 0 auto;
}
#item-detail .wanted .unused {
  display: none;
}
