@charset "UTF-8";
/* common
------------------------------------------------------- */
html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  background-color: transparent;
}
.main_container { /*    background: linear-gradient(90deg, #ededed, #ffffff); */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ededed), color-stop(30%, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ededed 0%, rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.serif {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}
a {
  cursor: pointer;
}
em{
  font-style: italic;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.LC_Page_Index #container, .LC_Page_Products_Detail #container {
  width: 100%;
}
.bg01 {
  background-color: #ededed;
}
input, select, textarea {
  font-size: 14px !important;
}
.radio label {
  padding-right: 20px;
  padding-left: 0;
}
.flex.radio {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.radio {
  margin: 0;
  padding: 0;
}
.radio input[type='radio'] {
  position: absolute;
  opacity: 0;
}
.radio input[type='radio'] + .radio-label:before {
  position: relative;
  top: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
  content: '';
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: top;
  border: 1px solid black;
  border-radius: 100%;
  background: #f4f4f4;
}
.radio input[type='radio']:checked + .radio-label:before {
  background-color: #192c56;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type='radio']:focus + .radio-label:before {
  border-color: #192c56;
  outline: none;
}
.radio input[type='radio']:disabled + .radio-label:before {
  border-color: #b4b4b4;
  background: #b4b4b4;
  -webkit-box-shadow: inset 0 0 0 4px #192c56;
  box-shadow: inset 0 0 0 4px #192c56;
}
.radio input[type='radio'] + .radio-label:empty:before {
  margin-right: 0;
}
/* reCaptcha
-------------------------------------------------- */
.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_g-recaptcha {
  margin-top: 45px;
}
.enabled_by_recaptcha:disabled {
  opacity: 0.6;
  pointer-events: none;
}
#login_mypage .enabled_by_recaptcha:disabled {
  background: #eee;
}
/* Flex
-------------------------------------------------- */
.flex {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
  display: flex;
  width: 100%;
  -ms-flex-flow: row wrap; /*IE10*/
  -webkit-flow: row wrap; /* Safari6.1以降 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1～6.0 */ /* Safari6.1以降 */
  justify-content: space-between;
}
.flex .head {
  font-weight: 700;
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
img {
  max-width: 100%;
}
textarea {
  overflow: auto;
  max-width: 100%;
}
/* Title
-------------------------------------------------- */
/* Layout
------------------------------------------------------- */
#main_column { /* padding: 10px 0 0; */
  padding-bottom: 0;
}
.btn_back {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  min-width: 150px;
  height: 50px;
  padding: 0 30px;
  text-align: center;
  text-decoration: underline;
  color: #192c56;
  border: solid 1px #192c56;
  background-color: #fff;
}
.btn_back-express {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  min-width: 150px;
  min-height: 50px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: underline;
  color: #192c56;
  border: solid 1px #192c56;
  background-color: #fff;
}
.btn_back:hover ,
.btn_back-express:hover{
  color: #263a67;
  border: solid 1px #263a67;
}

.btn_blue {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  min-width: 150px;
  height: 50px;
  padding: 0 30px;
  text-decoration: underline;
  color: #fff;
  border: solid 1px #192c56;
  background-color: #192c56;
}
.btn_blue:hover {
  color: #fff;
  background-color: #263a67;
}
.btn_wine {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  min-width: 150px;
  height: 50px;
  padding: 0 30px;
  text-decoration: underline;
  color: #fff;
  border: solid 1px #a80050;
  background-color: #a80050;
}
.btn_wine:hover {
  color: #fff;
  background-color: #bd004f;
}
.attention {
  color: #900;
}
.box60 {
  width: 60px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.w60p {
  width: 60%;
}
.w80p {
  width: 80%;
}
.container_w800 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
h2.title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3.5em auto 2.0em auto;
  padding: 15px;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: unset;
}
/* Header
------------------------------------------------------- */
.header_up {
  height: 47px;
}
.header_up.fixed {
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
.header_up .flex {
  height: 47px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_up .header_up_left, .header_up .header_up_right {
  width: 50%;
}

.header_member .header_up .header_up_left {
  width: 42%;
}
.header_member .header_up .header_up_right {
  width: 58%;
}
.header_member .header_up .header_up_right .header_item{
  width: 50vw;
  max-width: 750px;
}
.header_up .menu_name .point_limit {
  margin-left: 8px;
}
.header_bottom .menu_name .point_name {
  width: 100%;
}
.header_bottom .menu_name .point_limit {
  white-space: nowrap;
}
.header_bottom .member_name li {
  flex-wrap: wrap;
  text-align: center;
  white-space: nowrap;
}
.header_up .container {
  position: relative;
}
.header_up .container {
  position: relative;
}
.header_up .container:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 300%;
  height: 47px;
  content: '';
  background-color: #192c55;
}
.header_up .header_up_left {
  padding-right: 5px;
  padding-left: 20px;
}
.header_up .header_up_left .sub_menu .flex li a {
  text-decoration: underline;
  color: #000;
}
.header_up .header_up_left .sub_menu .flex li {
  font-size: 1.2rem;
  padding: 0 10px;
}
.header_up .header_up_right {
  font-size: 1.2rem;
  padding-right: 20px;
  padding-left: 5px;
  color: #fff;
  background-color: #192c55;
}
.header_up .header_up_right a {
  text-decoration: underline;
  color: #fff;
}
.header_up .header_up_right .sub_menu02 .flex li {
  padding: 0 5px;
  text-align: center;
  border-right: solid 1px #6b6b6b;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header_up .header_up_right .sub_menu02 .flex li:last-child, .header_up .header_up_right .sub_menu02 .flex li.menu_name {
  border-right: none;
}
.header_up .header_up_right .sub_menu02 .flex li.menu_cart {
  padding: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.header_up .header_up_right .sub_menu02 .flex li.menu_cart .flex li {
  border-right: none;
}
.header_up .header_up_right .sub_menu02 .flex li.menu_cart .flex {
  height: auto;
}
.header_up.fixed {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header_bottom {
  background-color: #233764;
}
.header_bottom .flex {
  height: 55px;
  margin-bottom: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header_bottom .flex li {
  font-size: 1.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_bottom .flex li:hover:after, .header_bottom .flex li.menu_active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: '';
  color: #fff;
  border-width: 0 5px 7px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.header_bottom .flex li a {
  color: #fff;
}
.header_bottom .flex li a:hover {
  text-decoration: none;
}
.header_bottom .flex span {
  font-size: 1.2rem;
  position: relative;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.header_bottom .flex span:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 75px;
  margin-left: -37px;
  content: '';
  border-bottom: solid 1px rgba(255, 255, 255, .8);
}
.flex.spNav01 {
  display: none;
}
/* SP MENU BTN */
.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.menu-trigger {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 25px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background-color: #192c55;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.menu_active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.menu_active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.menu_active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
/* Footer
------------------------------------------------------- */
footer {
  font-size: 1.2rem;
  color: #fff;
  background-color: #32242a;
}
footer a {
  text-decoration: underline;
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, .6);
}
footer .footer_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
footer .footer_title01 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1.0em 0;
  text-align: center;
  color: #fff;
}
footer .footer_title02 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  margin: 1.0em 0;
  text-align: center;
  color: #000;
  background-color: #fff;
}
footer .footer_site_name {
  margin-bottom: 2.2em;
  text-align: center;
  letter-spacing: 1rem;
}
footer .footer_site_name i {
  vertical-align: middle;
}
footer .attention01 {
  line-height: 180%;
  padding-top: 22px;
  padding-bottom: 12px;
}
footer .attention01 ul {
  display: block;
  width: 50%;
  margin: 20px auto;
  text-align: left;
}
footer .attention01 ul li {
  margin-left: 2.0em;
  list-style-type: disc;
}
footer .footer_wrap dl dt, footer .footer_wrap dl dd {
  font-size: 1.2rem;
  line-height: 160%;
}
footer .footer_copyright {
  font-size: 1.0rem;
  padding: 27px 20px;
}
footer ul.footer_menu {
  margin-bottom: 0;
}
footer ul.footer_menu li {
  display: inline-block;
  padding-left: 10px;
}
footer .footer_attention {
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  text-align: left;
}
/* Index Page
------------------------------------------------------- */
.mainVisual .container {
  padding: 0;
}
.mainVisual {
  position: relative;
  border-bottom: solid 1px;
  background-color: #fff;
}
.mainVisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainVisual .slick-dots {
  bottom: 0;
}
.mainVisual .slick-dots li button::before {
  opacity: .5;
  color: #666;
}
.mainVisual .slick-dots li.slick-active button::before {
  opacity: 1.0;
  color: #ccc;
}
.mainVisual .slick-next {
  right: 5px;
}
.mainVisual .slick-prev {
  z-index: 999;
  left: 5px;
}
.mainVisual .slick-prev:before, .mainVisual .slick-next:before {
  color: #777;
}
.emergency_notice {
  font-size: 1.3rem;
  padding: 0;
  text-align: center;
  color: #233764;
  background-color: #ededed;
}
.emergency_notice a {
  display: block;
  padding: 7px;
  color: #233764;
}
.news_area {
  padding-top: 20px;
  padding-bottom: 30px;
}
.news_area .block_title {
  margin-bottom: 1.0em;
  text-align: center;
}
.news_area dl {
  width: 70%;
  min-width: 600px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: solid 1px #eee;
}
.news_area dl:first-child {
  border-top: solid 1px #eee;
}
.news_area dt {
  font-weight: normal;
  width: 140px;
  padding: 0 20px;
}
.news_area dd {
  width: calc(100% - 140px);
  padding: 0 20px;
}
.news_area span.toggle {
  display: block;
  text-decoration: underline;
}
.news_area span.toggle:hover {
  cursor: pointer;
}
.news_area .news_comment p {
  font-size: 1.3rem;
  line-height: 170%;
  letter-spacing: .03em;
}
#recommend_area {
  padding-top: 50px;
  padding-bottom: 25px;
}
#recommend_area .block_title {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 auto 1.0em auto;
  text-align: center;
  letter-spacing: .05em;
  color: #3b3b3b;
}
#recommend_area p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#recommend_area ul.flex {
  margin-top: 25px;
  margin-right: -15px;
  margin-left: -15px;
}
#recommend_area ul.flex li {
  width: 20%;
  text-align: center;
}
#recommend_area ul.flex li .imgArea, #recommend_area ul.flex li .txtArea {
  padding: 0 14px;
}
#recommend_area ul.flex li .txtArea h3 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 5px;
}
#recommend_area ul.flex li .txtArea h3 span {
  font-size: 1.4rem;
}
#recommend_area ul.flex li .txtArea .shop_detail_txt {
  font-size: 1.2rem;
  line-height: 166%;
  margin-bottom: 15px;
}
#recommend_area ul.flex li .txtArea .shop_detail_link a {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.product_list_block {
  padding: 50px 15px;
}
.product_list_block .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_list_block .flex::before {
  display: block;
  width: 25%;
  min-width: 300px;
  max-width: 50%;
  content: '';
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.product_list_block .flex::after {
  display: block;
  width: 25%;
  min-width: 300px;
  max-width: 50%;
  content: '';
}
.product_list_block .itemWrap {
  width: 25%;
  min-width: 300px;
  max-width: 50%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.product_list_block .itemWrap_inner {
  position: relative;
  width: 274px;
  margin: 0 auto;
  padding: 0 15px;
}
.product_list_block .imgArea {
  position: relative;
  text-align: center;
  border: solid 1px #d3d3d3;
  background-color: #fff;
}
.product_list_block .imgArea:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.product_list_block .imgArea_inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_list_block .imgArea .status_icon,
.product_list_block .imgArea .status_icon-point {
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -15px;
}
.product_list_block .imgArea .status_icon{
  left: -15px;
  padding-top: 11px;
  padding-right: 4px;
  border: solid 1px #ccc;
  border-radius: 100%;
  background-color: #fff;
  font-style: italic;

  font-size: 1.0rem;
}
.product_list_block .imgArea .status_icon-point {
  right: -15px;
  font-size: 1.1rem;
  background-color: #a80050;
  color: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_list_block .imgArea .status_icon-point .status_icon-point_upmag,
.product_list_block .imgArea .status_icon-point .status_icon-point_plus{
  display: block;
}
.product_list_block .imgArea .status_icon-point .status_icon-point_upmag{
  font-size: 1.2rem;
}
.product_list_block .imgArea .status_icon-point .status_icon-point_upmag_number{
  font-size: 1.6rem;
}
.product_list_block .imgArea img {
  margin: 0 auto;
}
.product_list_block .status_stock {
  line-height: 100%;
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 60px;
  height: 38px;
}
.product_list_block .status_stock_head {
  font-size: 1.0rem;
  height: 17px;
  padding-top: 2px;
  color: #fff;
  background-color: #000;
}
.product_list_block .status_stock_body {
  height: 23px;
  padding-top: 3px;
  border: solid 1px #d3d3d3;
  background-color: #fff;
}
.product_list_block .available_quantity {
  font-size: 1.2rem;
  width: 70px;
  height: 40px;
  margin-right: 10px;
}
.product_list_block .available_quantity .item_head {
  font-size: 1.0rem;
  line-height: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.product_list_block .available_quantity .item_body {
  font-size: 1.4rem;
  line-height: 100%;
  height: 20px;
  padding-top: 7px;
  text-align: center;
}
.product_list_block .quantity_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_list_block .quantity_box input[type=text] {
  width: 68px;
  height: 40px;
  padding: 0 .5em;
  border: solid 1px #666;
}
.product_list_block .quantity_box .boxhead {
  font-size: 1.2rem;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product_list_block .cart_box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product_list_block .cart_box a {
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  height: 40px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  background-color: #a80050;
}
.product_list_block .cart_box a:hover {
  background-color: rgba(168, 0, 80, .6);
}
.product_list_block .cart_box.sold {
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #233764;
}
.product_list_block .link_detail {
  width: 100%;
}
.product_list_block .link_detail a {
  font-weight: 700;
  line-height: 30px;
  display: block;
  height: 30px;
  text-align: center;
  text-decoration: underline;
  color: #000;
  background-color: #fff;
}
.product_list_block .link_detail a:hover {
  background-color: rgba(255, 255, 255, .6);
}
.product_list_block .txtArea .txtAreaWrap {
  margin-bottom: 13px;
  text-align: center;
}
.product_list_block .txtArea .recommend-title {
  margin-top: 10px;
  margin-bottom: 7px;
}
.product_list_block .txtArea .sale_price {
  font-size: 1.6rem;
  line-height: 100%;
  margin-bottom: 5px;
  color: #000;
}
.product_list_block .txtArea .sale_price span {
  font-size: 1.2rem;
}
.product_list_block .txtArea .last_ro_date {
  font-size: 1.2rem;
  line-height: 100%;
  margin-bottom: 8px;
}
.product_list_block .txtArea .genteichuui {
  font-size: 1.2rem;
  line-height: 100%;
  margin-bottom: 3px;
}
.product_list_block .box_body select {
  height: 40px;
}
.product_list_block .news_area {
  position: static;
}
/* Detail Page
------------------------------------------------------- */
.product_list_block .block_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2.0em;
  text-align: center;
  letter-spacing: .05em;
}
.LC_Page_Products_Detail #undercolumn {
  padding-top: 65px;
}
.LC_Page_Products_Detail #detailarea #detailphotobloc-wrap {
  width: 40%;
}
.LC_Page_Products_Detail #detailarea #detailrightbloc-wrap {
  width: 54%;
}
.LC_Page_Products_Detail #detailarea .item_title.serif {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.LC_Page_Products_Detail #detailarea .item_header_info .item_data {
  font-size: 1.2rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-bottom: 10px;
  text-align: center;
  border-top: solid 1px;
  border-bottom: solid 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.LC_Page_Products_Detail #detailarea .item_header_info .item_data a {
  color: #000;
}
.LC_Page_Products_Detail #detailarea .item_header_info .delivery_quantity {
  width: 80%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.LC_Page_Products_Detail #detailarea .item_header_info .delivery_quantity dt {
  font-size: 1.2rem;
  font-weight: normal;
  width: 120px;
  margin-bottom: 10px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.LC_Page_Products_Detail #detailarea .item_header_info .delivery_quantity dd {
  font-size: 1.2rem;
  width: calc(100% - 120px);
  margin-bottom: 10px;
  padding: 2px 10px;
}
.LC_Page_Products_Detail #detailarea dl.sale_price dt {
  line-height: 100%;
  width: 70px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  border-right: solid 1px #a0a0a0;
}
.LC_Page_Products_Detail #detailarea dl.sale_price.flex {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  border-top: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
}
.LC_Page_Products_Detail #detailarea dd.price {
  font-size: 1.8rem;
  font-weight: bold;
  width: calc(100% - 70px);
  height: 40px;
  padding: 10px 10px;
  color: #000;
}
.LC_Page_Products_Detail #detailarea span.intax {
  font-size: 1.2rem;
  margin-right: 1.0em;
}
.LC_Page_Products_Detail #detailarea span.unit {
  font-size: 1.4rem;
  font-weight: normal;
}
.LC_Page_Products_Detail #detailarea .status_stock {
  line-height: 100%;
  width: 60px;
  height: 38px;
  text-align: center;
}
.LC_Page_Products_Detail #detailarea .status_stock_head {
  font-size: 1.0rem;
  height: 17px;
  padding-top: 2px;
  color: #fff;
  background-color: #000;
}
.LC_Page_Products_Detail #detailarea .status_stock_body {
  height: 23px;
  padding-top: 3px;
  border: solid 1px #d3d3d3;
  background-color: #fff;
}
.LC_Page_Products_Detail #detailarea .quantity_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.LC_Page_Products_Detail #detailarea .quantity_box input[type=text] {
  width: 68px;
  height: 40px;
  padding: 0 .5em;
  border: solid 1px #666;
}
.LC_Page_Products_Detail #detailarea .quantity_box .boxhead {
  font-size: 1.2rem;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.LC_Page_Products_Detail #detailarea .quantity_box select#cart-quantity {
  height: 40px;
}
.LC_Page_Products_Detail #detailarea .cart_box {
  width: 53%;
  margin-top: 0;
  margin-bottom: 0;
}
.LC_Page_Products_Detail #detailarea.express_product .cart_box {
  width: 32.8%;
  margin-top: 0;
  margin-bottom: 0;
}
.LC_Page_Products_Detail #detailarea .cart_box a {
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  height: 40px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  background-color: #a80050;
}
.LC_Page_Products_Detail #detailarea .cart_box a:hover {
  background-color: rgba(168, 0, 80, .6);
}
.LC_Page_Products_Detail #detailarea .cart_box.sold span {
  font-size: 1.4rem;
  line-height: 40px;
  display: block;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #233764;
}
.LC_Page_Products_Detail #detailarea .cart_box_wrap {
  justify-content: flex-start;
  gap: 40px;
}
.LC_Page_Products_Detail #detailarea.express_product .cart_box_wrap {
  justify-content: flex-start;
  gap: 20px;
}
.LC_Page_Products_Detail #detailarea #cart_area-wrap.panel-footer {
  margin-bottom: 30px;
  padding: 0;
  border-top: none;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  background-color: transparent;
}
.LC_Page_Products_Detail #detailarea .quantity_cartBtn.flex {
  width: 62%;
  justify-content: flex-start;
  gap: 40px;
}
.LC_Page_Products_Detail #detailarea.express_product .quantity_cartBtn.flex {
  width: 100%;
}
.LC_Page_Products_Detail #detailarea.express_product .stock_zero {
  gap: 40px;
}
.LC_Page_Products_Detail #detailarea.express_product .stock_zero .quantity_cartBtn.flex {
  width: 62%;
}
.LC_Page_Products_Detail #detailarea.express_product .stock_zero .cart_box {
  width: 53%;
}
.LC_Page_Products_Detail #detailarea.express_product .quantity_cartBtn #category_id {
  width: 32.8%;
  padding: 6px;
}
.LC_Page_Products_Detail #detailarea #info h3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-align: center;
  border-bottom: solid 1px;
}
.LC_Page_Products_Detail #detailarea #info .detail_text {
  font-size: 1.4rem;
  line-height: 180%;
  padding: 10px;
}
.LC_Page_Products_Detail #detailarea .product_note_area .item_name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .05em;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap {
  margin-bottom: 40px;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap.tasting_note.border {
  border-bottom: solid 1px #a0a0a0;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap .note_title {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  text-align: center;
  border-top: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap .note_title:after {
  font-family: 'FontAwesome';
  line-height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 24px;
  content: '\f107';
  border: solid 1px #ccc;
  border-radius: 100%;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap .note_title.active:after {
  content: '\f106';
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap dd {
  font-size: 1.4rem;
  width: calc(100% - 120px);
  padding: 0 20px;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  font-size: 1.2rem;
  font-weight: normal;
  width: 120px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap.tasting_note dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LC_Page_Products_Detail #detailarea .product_note_area .note_wrap.tasting_note dt {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 10px 20px;
  color: #000;
  border-radius: 100%;
  background-color: #f6eac6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.LC_Page_Products_Detail #detailarea .photo {
  position: relative;
  width: 100%;
}
.LC_Page_Products_Detail #detailarea .photo:before {
  top: 0;
  left: 0;
  display: block;
  padding-top: 100%;
  content: '';
}
.LC_Page_Products_Detail #detailarea .photo_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LC_Page_Products_Detail #detailarea .thumbsArea {
  width: 100%;
}
.LC_Page_Products_Detail #detailarea .subphotoArea {
  margin-top: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.LC_Page_Products_Detail #detailarea .subphotoArea ul li {
  width: 20%;
}
.LC_Page_Products_Detail .slick-prev, .LC_Page_Products_Detail .slick-next {
  top: 30px;
}
.LC_Page_Products_Detail .slick-prev {
  left: 0;
}
.LC_Page_Products_Detail .slick-next {
  right: 0;
}
.LC_Page_Products_Detail .slick-prev:before, .LC_Page_Products_Detail .slick-next:before {
  font-family: 'FontAwesome';
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #ccc;
  border: solid 1px #ccc;
  border-radius: 100%;
  background-color: #fff;
}
.LC_Page_Products_Detail .slick-prev:before {
  left: 0;
  padding-right: 2px;
  content: '\f104';
}
.LC_Page_Products_Detail .slick-next:before {
  right: 0;
  padding-left: 2px;
  content: '\f105';
}
/* Category Page
------------------------------------------------------- */
.LC_Page_Products_List #container {
  width: 100%;
}
.LC_Page_Products_List #container .pagenumber_area {
  width: 1155px;
  margin: 0 auto;
}
.LC_Page_Products_List #container .category_mainV {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.LC_Page_Products_List #container .title {
  max-width: 830px;
}
.LC_Page_Products_List #container .category_textArea{
  max-width: 830px;
  margin: 0 auto 3.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.LC_Page_Products_List #container .category_textArea .category_textArea-overview {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid #d7d7d7;
}
.LC_Page_Products_List #container .category_textArea .category_textArea-overview-heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.LC_Page_Products_List #container .category_textArea .category_textArea-overview-listItem {
  padding-left: 1em;
  text-indent: -1em;
}
.LC_Page_Products_List #container .category_textArea .category_textArea-overview-listItem .box {
  text-indent: 0;
  padding: 10px;
  border: 1px solid #c4c4c4;
  background: #fff;
}
.LC_Page_Products_List #container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -40px auto 0;
  padding: 40px 40px 80px;
  background: #ededed;
}
.LC_Page_Products_List #container .pagination strong {
  background: #192c55;
}
.LC_Page_Products_List #container .pagination a {
  color: #000;
}
.LC_Page_Products_List #container .pager {
  background: #ededed;
  margin: 0;
  padding: 0 40px 60px;
  margin-top: -120px;
}
.LC_Page_Products_List #product-list-wrap {
  width: 1230px;
  margin: 0 auto;
}
.LC_Page_Products_List #product-list-wrap .list_area{
  width: 25%;
  min-width: 300px;
  max-width: 50%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.LC_Page_Products_List #product-list-wrap .product-list-image {
  position: relative;
  width: 274px;
  margin: 0 auto;
  padding: 0 15px;
}
.LC_Page_Products_List #product-list-wrap .product-list-image-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1 / 1;
  border: solid 1px #d3d3d3;
  background: #fff;
  text-align: center;
}
.LC_Page_Products_List #product-list-wrap .product-list-image .status_icon {
  position: absolute;
  top: -15px;
  left: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  background-color: #fff;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  font-weight: 700;
}
.LC_Page_Products_List #product-list-wrap .product-list-image .status_stock {
  position: absolute;
  bottom: 3px;
  right: 15px;
  width: 60px;
  height: 38px;
  line-height: 100%;
  text-align: center;
}
.LC_Page_Products_List #product-list-wrap .product-list-image .status_stock .status_stock_head {
  font-size: 1rem;
  height: 17px;
  padding-top: 2px;
  color: #fff;
  background: #000;
}
.LC_Page_Products_List #product-list-wrap .product-list-image .status_stock .status_stock_body {
  height: 23px;
  padding-top: 3px;
  border: solid 1px #d3d3d3;
  background: #fff;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt {
  width: 274px;
  margin: 0 auto;
  padding: 0 15px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .caption {
  text-align: center;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .caption .mini{
  font-size: 1.2rem;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .product-list-title {
  margin: 10px 0 7px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .pricebox {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .genteichuui {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  padding-bottom: 3px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .available_quantity {
  width: 70px;
  height: 40px;
  font-size: 1.2rem;
  margin-right: 10px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .available_quantity .item_head {
  height: 20px;
  line-height: 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #000;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .available_quantity .item_body {
  height: 20px;
  line-height: 100%;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 7px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .quantity_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 140px;
  height: 40px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .quantity_box .boxhead {
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #000;
  flex-grow: 1;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .quantity_box .box_body #cart-quantity {
  height: 40px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt #category_id {
  width: 100%;
  margin-top: 15px;
  padding: 4px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box.sold {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #233764;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box .btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  background: #a80050;
  border-radius: 0;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box .btn-block:hover {
  background: rgba(168, 0, 80, .6);
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box .btn-block.btn-end {
  background: #a9a9a9;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .link_detail {
  width: 100%;
}
.LC_Page_Products_List #product-list-wrap .product-list-txt .link_detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #000;
  background: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* Entry Page
------------------------------------------------------- */
.kiyaku_textarea{
  width: 100%;
  height: 400px;
  padding: 10px;
  border: 1px solid #ccc;
}
.kiyaku_subtitle{
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.form_info {
  line-height: 180%;
  margin-bottom: 3.0em;
}
.bg_wrap .help-block {
  margin-bottom: 0;
}
.bg_wrap {
  padding: 40px 0;
  background-color: #eee;
}
.bg_wrap.form_wrap .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg_wrap.form_wrap dl {
  margin-bottom: 25px;
}
.bg_wrap.form_wrap dt {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bg_wrap.form_wrap dd {
  font-size: 1.3rem;
  width: calc(100% - 225px);
  padding: 10px 15px;
  border-left: solid 1px;
}
.bg_wrap .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.bg_wrap .form-control {
  font-size: 14px;
  max-width: 100%;
  color: #555;
  border: 1px solid #192c56;
  border-radius: 0;
}
.bg_wrap .radio.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bg_wrap ul.radio.flex.mb-10 {
  margin-top: 0;
  margin-bottom: 10px;
}
.bg_wrap .checkbox label, .bg_wrap .radio label {
  padding-right: 20px;
  padding-left: 0;
}
.bg_wrap .radio {
  margin: 0;
  padding: 0;
}
.bg_wrap .radio input[type='radio'] {
  position: absolute;
  opacity: 0;
}
.bg_wrap .radio input[type='radio'] + .radio-label:before {
  position: relative;
  top: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
  content: '';
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: top;
  border: 1px solid black;
  border-radius: 100%;
  background: #f4f4f4;
}
.bg_wrap .radio input[type='radio']:checked + .radio-label:before {
  background-color: #192c56;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.bg_wrap .radio input[type='radio']:focus + .radio-label:before {
  border-color: #192c56;
  outline: none;
}
.bg_wrap .radio input[type='radio']:disabled + .radio-label:before {
  border-color: #b4b4b4;
  background: #b4b4b4;
  -webkit-box-shadow: inset 0 0 0 4px #192c56;
  box-shadow: inset 0 0 0 4px #192c56;
}
.bg_wrap .radio input[type='radio'] + .radio-label:empty:before {
  margin-right: 0;
}
.email_box dd input {
  width: 70%;
}
.pass_box input {
  width: 40%;
}
.name_box .row, .kana_box .row {
  width: 80%;
}
.form-horizontal .control-label {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-top: 0;
  text-align: left;
  letter-spacing: -.05em;
}
.bg_wrap.form_wrap .flex.adress_input{
  align-items: flex-start;
}
.adress_input .col-sm-2{
  width: 40px;
  box-sizing: border-box;
  padding: 10px 0 0;
}
.adress_input .col-sm-10{
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.LC_Page_Entry .btn_area,
.LC_Page_Terms .btn_area{
  margin-bottom: 40px;
}
.LC_Page_Entry .btn_area .btn_blue,
.LC_Page_Terms .btn_area .btn_blue,
#mycontents_area .btn_area .change_button,
#mycontents_area .btn_area .btn_wine{
  width: 60%;
}
.LC_Page_Mypage_DeliveryAddr .box60 {
  width: 100%;
}
.accountCard_mini{
  font-size: 1.1rem;
}
.accountCard{
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.accountCard_num{
  width: 40%;
}
.accountCard_num_input{
  width: 100%;
}
.accountCard_num_pin{
  width: 60%;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  padding-left: 20px;
}
.accountCard_num_pin_team{
  margin: 0;
}
.accountCard_num_pin_description{
  width: 40%;
  padding-left: 5px;
}
.accountCard_num_pin_input{
  width: 100%;
}
.accountCard_image{
  margin-top: 20px;
}
/* Comfirm */
.kiyaku_area {
  padding: 2.0em 0;
}
.kiyaku_area h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}
.kiyaku_area p {
  font-size: 1.4rem;
  line-height: 180%;
  margin-bottom: 2.0em;
  text-align: center;
}
.kiyaku_area hr {
  margin-bottom: 2.0em;
}
.kiyaku_area textarea.kiyaku_text {
  font-size: 1.3rem !important;
  line-height: 180%;
  width: 100%;
  height: 200px;
  padding: 20px;
  border: solid 1px #f6f6f6;
}
.btn_double .btn_blue, .btn_double .btn_back, .btn_double .btn_wine {
  width: 45%;
  max-width: 45%;
}
.entry_complete a.btn_back {
  width: 40%;
}
.kiyaku_textarea{
  height: 200px;
  font-size: 1.4rem !important;
}
/* MY PAGE
-------------------------------------------------------------- */
.overlay_mypage {
  display: none;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.point_expiration_date .overlay_mypage {
  display: block;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  top: 0;
  left: 0;
}

.overlay_popupArea {
  width: 100%;
  height: 100%;
}
.overlay_popup {
  position: absolute;
  top: calc(50% - 210px);
  left: calc(50% - 300px);
  width: 600px;
  height: 420px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 10px solid #233764;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

.point_expiration_date .overlay_mypage .overlay_popup .point_expiration {
  font-size: 28px;
  font-weight: bold;
  color: #233764;
}

.point_expiration_date .overlay_mypage .overlay_popup .date {
  display: block;
  margin: 20px 0;
  font-size: 36px;
  color: red;
}

.point_expiration_date .overlay_mypage .overlay_popup .buttonArea {
  width: 100%;
}

.point_expiration_date .overlay_mypage .overlay_popup .checkboxArea {
  display: flex;
  align-items: center;
}

.point_expiration_date .overlay_mypage .overlay_popup .checkboxArea input{
  margin: 0 8px 0 0;
  cursor: pointer;
}

.point_expiration_date .overlay_mypage .overlay_popup .checkboxArea label{
  margin: 0;
}

.point_expiration_date .overlay_mypage .overlay_popup .overlay_popup-btn {
  width: 150px;
  height: 50px;
  margin: 14px 0 24px;
  border: 1px solid #a80050;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #a80050;
}

div#mypagecolumn {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.mypage_nav li {
  width: 30%;
  text-align: center;
}
.mypage_nav li:nth-last-child(-n + 3){
  margin-top:20px;
}
.mypage_nav li a {
  font-size: 1.3rem;
  display: flex;
  justify-content:center;
  align-items:center;
  height: 50px;
  text-decoration: underline;
  color: #000;
  padding:10px;
  border: solid 1px #ccc;
}
.mypage_nav li a:hover, .mypage_nav li a.active {
  color: #fff;
  border: solid 1px #000;
  background-color: #000;
}
.refusal_link{
  text-align:right;
  margin-top: 10px;
}
.point_announce {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #192c55;
}
#mycontents_area h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2.0em;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px;
}
.order_list_item_tab{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position:relative;
}
.order_list_item_tab::after{
  content:'';
  width:100%;
  height:1px;
  background-color:#ccc;
  position:absolute;
  left:0;
  bottom: 0;
  z-index:0;
}
.order_list_item_tab_item{
  width: calc(50% - 10px);
  max-width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  border: solid 1px #ccc;
  border-bottom: none;
  position:relative;
  z-index:0;
  background-color: #fff;
  display: block;
  color: #000;
}
.order_list_item_tab_item:not(.current){
  cursor:pointer;
  text-decoration: underline;
}
.order_list_item_tab_item:not(.current):hover{
  opacity:0.6;
  color: #000;
  text-decoration: none;
}
.order_list_item_tab_item.current{
  z-index:1;
  cursor:default;
}
.order_list_item_tab_item:first-of-type{
  margin-right: 20px;
}
.order_list_item_wrap {
  margin-bottom: 20px;
  padding: 0;
  border-bottom: solid 1px #ccc;
}
.order_list_item_data {
  width: calc(100% - 130px);
  padding: 0 15px 20px 15px;
}
.order_list_item_link {
  width: 130px;
  padding: 0 15px;
}
.order_item {
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.order_status {
  font-weight: 700;
  margin-bottom: 10px;
}
.order_list_item {
  padding-top: 20px;
}
.order_list_item a {
  display: block;
  color: #000;
}
.order_list_item a:hover {
  text-decoration: none;
  opacity: .6;
}
.order_item {
  border-bottom: none;
}
.order_item dt {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  width: 20%;
  height: 20px;
  margin-top: .5em;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.order_item dd {
  font-size: 1.2rem;
  width: 30%;
  margin-top: .5em;
  margin-bottom: 20px;
  padding: 0 1.0em;
  color: #000;
}
.order_list_item a {
  display: block;
  color: #000;
}
.mypage_orderdetail_box.receipt .btn_lightgray, .mycondition_area .btn_lightgray, .order_list_item .btn_lightgray {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #858fad;
}
.mypage_orderdetail_box.receipt .btn_lightblue, .mycondition_area .btn_lightblue, .order_list_item .btn_lightblue {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #446ec9;
}
.mypage_orderdetail_box.receipt a.btn_blue, .mycondition_area a.btn_blue, .order_list_item a.btn_blue{
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 30px;
  width: 100%;
  min-width: unset;
  height: 30px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  color: #fff;
}
.order_list_item a.btn_blue.receipt_issue{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  height: 50px !important;
  line-height: inherit !important;
}
.order_list_item a.btn_blue{
  margin-bottom: 10px;
}
.mypage_orderdetail_box.receipt .btn_lightgray, .mypage_orderdetail_box.receipt .btn_lightblue, .mypage_orderdetail_box.receipt a.btn_blue, .mycondition_area .btn_lightgray, .mycondition_area .btn_lightblue, .mycondition_area a.btn_blue {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.mycondition_area .order_detail_head .btn_lightgray, .mycondition_area .order_detail_head .btn_lightblue, .mycondition_area .order_detail_head a.btn_blue {
  line-height: 50px;
  width: 150px;
  height: 50px;
  margin-bottom: 0;
}
.mycondition_area .order_detail_head {
  margin-bottom: 20px;
}
.mycondition_area .flex.order_item {
  width: calc(100% - 150px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mycondition_area a.btn_blue {
  width: 150px;
}
.mycondition_area .order_item dd {
  width: 80%;
  margin-top: 0;
  margin-bottom: 10px;
}
.mycondition_area .order_item dt {
  margin-top: 0;
  margin-bottom: 10px;
}
.mycondition_area .order_detail_head .btn_blue {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.order_table_wrap table {
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 2.0rem;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.order_table_wrap table th, .order_table_wrap table td {
  padding: 7px 5px;
  text-align: center;
  border: solid 1px #ccc;
}
.order_table_wrap table th {
  background-color: #eee;
}
.order_table_wrap table .total th, .order_table_wrap table .total td {
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  background-color: #555;
}
.order_table_wrap tbody tr:last-child {
  border-bottom: solid 2px;
}
#mypagecolumn table .sp {
  display: none;
}
#mypagecolumn table .pc {
  display: table-cell;
}
#mypagecolumn .box_inner {
  margin-bottom: 3.0em;
  padding: 20px 20px 0 20px;
  border: 1px solid #ddd;
}
#mypagecolumn .box_inner dl {
  margin-bottom: 0;
}
#mypagecolumn .box_inner dt {
  width: 150px;
}
#mypagecolumn .box_inner dd {
  width: calc(100% - 150px);
  margin-bottom: 20px;
  border-left: solid 2px;
}
#mypagecolumn .box_inner dt, #mypagecolumn .box_inner dd {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: 0 20px;
}
#mypagecolumn .mypage_orderdetail_box.receipt {
  margin-bottom: 3.0em;
}
/* MY page delivery */
.delivery_list_wrap {
  margin: 3.0rem auto;
}
.delivery_list_item {
  margin-bottom: 20px;
  border: solid 1px #ccc;
}
.delivery_list_item .delivery_list_count {
  width: 100%;
  padding: 3px 0;
  border-bottom: solid 1px #ccc;
  background-color: #ddd;
}
.delivery_list_item .delivery_list_data .flex {
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery_list_item .delivery_list_data {
  font-size: 1.2rem;
  width: 83%;
  padding: 15px;
}
.delivery_list_item .delivery_list_data dd {
  width: calc(100% - 150px);
  padding: 10px 20px;
  border-left: solid 2px;
}
.delivery_list_item .delivery_list_data dt {
  width: 150px;
}
.delivery_list_item .delivery_list_edit {
  width: 17%;
  padding: 15px;
}
.delivery_list_item .delivery_list_edit a {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 30px;
  display: block;
  width: 100% !important;
  min-width: 50px;
  max-width: 100% !important;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;

  color: #000;
  border: solid 1px;
}
.delivery_list_item .delivery_list_edit a:last-child {
  margin-bottom: 0;
}
.delivery_list_item .delivery_list_edit a.btn_delete {
  text-decoration: underline;
  border: solid 1px #ddd;
  background-color: #ddd;
}
.mypage_banner{
  margin-bottom: 40px;
}
.mypage_account{
  color: #192c55;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.mypage_account_item{
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.mypage_account_item .br{
  display: block;
}
.mypage_account_item-point {
  margin-right: 16px;
}
/* MY page refusal */
.btn_refusal{
  font-size: 1.3rem;
  display: block;
  height: 44px;
  color: #000;
  padding: 10px;
  border: solid 1px #ccc;
  background-color: #fff;
  margin: 0 auto;
  text-decoration: underline;
  width: 128px;
}
.btn_refusal:hover{
  opacity: 0.8;
}
#mycontents_area.refusal div#complete_area .message{
  margin-bottom: 60px;
  font-size: 1.4rem;
}
#complete_area-refusal{
  margin-top:40px;
}
.login_form h3,
.login_form-mypage h3{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2.0em;
}
.login_form input.box300,
.login_form-mypage input.box300{
  font-size: 1.4rem !important;
  width: 100%;
  height: 40px;
  padding: 5px;
  border: solid 1px #555;
}
.login_form .input_box li,
.login_form-mypage .input_box li{
  margin-bottom: 25px;
}
.login_form .input_box li.login_forgot,
.login_form-mypage .input_box li.login_forgot{
  margin-bottom: 40px;
}
.login_form li.login_forgot a.btn_back,
.login_form-mypage li.login_forgot a.btn_back{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  width: 50%;
  min-width: 200px;
  height: 30px;
  margin: 0;
  color: #555;
  border: solid 1px #555;
}
.login_form .form-signin input[type='password'],
.login_form-mypage .form-signin input[type='password'] {
  margin-bottom: 0;
}
.login_form li.login_entry .btn_back,
.login_form-mypage li.login_entry .btn_back {
  width: 90%;
}
.login_form li.login_btn .btn_blue {
  width: 90%;
}
.login_form .login_member {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.login_form-mypage {
  max-width: 950px;
  width: 100%;
  padding: 0 15px;
  margin: 50px auto;
}
.login_form-mypage .title_image{
  margin: 0 auto 20px;
}
.login_form-mypage .title_image img{
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.login_form-mypage .title_image .pc-only{
  display: block;
}
.login_form-mypage .title_image .sp-only{
  display: none;
}
.login_form-mypage .campaign_slider.slick-slider{
  margin-bottom: 56px;
}
.login_form-mypage .campaign_slider.slick-slider .slick-dots{
  bottom:-27px;
}
.login_form-mypage .campaign_slider.slick-slider .slick-dots li{
  margin:0 5px;
  padding:0;
  width:10px;
  height:10px;
}
.login_form-mypage .campaign_slider.slick-slider .slick-dots button{
  margin:0;
  padding:0;
  width:10px;
  height:10px;
  background-color:rgba(256,256,256,0.5);
  border-radius:100%;
}
.login_form-mypage .campaign_slider.slick-slider .slick-dots button::before{
  display:none;
}
.login_form-mypage .campaign_slider.slick-slider .slick-dots li.slick-active button{
  background-color:#fff;
}
.login_form-mypage .login_wrap {
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.login_form-mypage .login_wrap .login_column{
  width: calc(50% - 20px);
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login_form-mypage .login_wrap .login_column > div {
  color : #fff;
}
.login_form-mypage h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2.0em;
  color: #fff;
  text-align: center;

  line-height: 1.4;
  margin: 0 0 16px;
}
.login_form-mypage h3 .br{

  display: block;
}
.login_form-mypage .input_box{
  width: 100%;
}
.login_form-mypage .input_box li.login_btn {
  margin: 0 auto;
}
.login_form-mypage .input_box li.login_entry {
  margin: 14px auto 0;
}
.login_form-mypage li.login_forgot a.btn_back {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  width: 50%;
  min-width: 200px;
  height: 30px;
  color: #151515;
  border: solid 1px #151515;
  margin: 0 auto;
  display: block;
}
.login_form-mypage li.login_forgot a.btn_back:hover{
  color: rgba(21, 21, 21,.8);
}
.login_form-mypage li.login_btn .btn_back,
.login_form-mypage li.login_entry .btn_back {
  width: 90%;
  display: block;
  margin: 0 auto;
  border: none;
  color: #4d004d;
}
.login_form-mypage li.login_btn .btn_back:hover,
.login_form-mypage li.login_entry .btn_back:hover {
  color: rgba(77, 0, 77,.8);
}
.wineSalonLink{
  background-color: #000;
  padding: 48px;
}
.wineSalonLink .wineSalonLink_list{
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 870px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.wineSalonLink .wineSalonLink_list .wineSalonLink_list_item{
  width: calc(50% - 30px);
  max-width: 360px;
}
.wineSalonLink .wineSalonLink_list .wineSalonLink_list_item:nth-last-child(-n + 2){
  margin-top: 40px;
}
.wineSalonLink .wineSalonLink_list .wineSalonLink_list_item_link{
  color:#192c56;
  display: block;
  background-color: #fff;
  padding: 18px 16px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  line-height: 1;
}
.wineSalonLink .wineSalonLink_list .wineSalonLink_list_item_link:hover{
  color: #263a67;
}
.mypage_receipt .btn_blue, .mypage_receipt .btn_back {
  width: 100%;
}

.mypage_pointlog_current{
  max-width: 400px;
  width: 100%;
  margin: 0 auto 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypage_pointlog_current_team,
.mypage_pointlog_current_description{
  width: 50%;
  text-align: center;
  border: 2px solid #32242a;
  font-weight: bold;
  padding: 12px;

}
.mypage_pointlog_current_team{
  background-color: #32242a;
  color: #fff;
}
.mypage_pointlog_current_description{
  background-color: #fff;
  line-height: 1;
}
.mypage_pointlog_current_strong{
  font-size: 1.8rem;
}
.mypage_pointlog_header,
.mypage_pointlog_body{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
  font-size: 1.2rem;
  margin: 0;
  color: #151515;
}
.mypage_pointlog_header{
  background-color: #eeeeee;
}
.mypage_pointlog_item{
  padding: 18px;
  text-align: center;
  font-weight: normal;
}
.mypage_pointlog_date{
  width: 15.7%;
}
.mypage_pointlog_outline{
  width: 64.6%;
  font-weight: bold;
  color: #192c56;
  border-left: 1px solid #cccccc;
}
.mypage_pointlog_point{
  width: 19.7%;
  font-weight: bold;
  color: #192c56;
  border-left: 1px solid #cccccc;
}
/*
.mypage_pointlog_limit{
  width: 17.3%;
  border-left: 1px solid #cccccc;
}
*/
.mypage_pointlog_header .mypage_pointlog_item{
  font-weight: bold;
  color: #151515;
}
.mypage_pointlog_body .mypage_pointlog_point{
  font-size: 14px;
}
.point_limit_area {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.point_limit_area .point_limit {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 24px;
}
.point-use .mypage_pointlog_outline,
.point-use .mypage_pointlog_point{
  color: #db3434;
}
.point-cancel .mypage_pointlog_outline,
.point-cancel .mypage_pointlog_point,
.point-cancel .mypage_pointlog_limit{
  color: #151515;
}
.point-use .mypage_pointlog_limit,
.point-cancel .mypage_pointlog_limit{
  font-weight: bold;
  font-size: 14px;
}
.mypage_pointForm{
  margin: 30px auto;
  text-align: center;
  width: 100%;
  max-width: 360px;
}
.mypage_pointForm_link{
  color: #fff;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  display: block;
  background-color: #a80050;
  text-decoration: underline;
}
.mypage_pointForm_link:hover {
  background-color: rgba(168, 0, 80, .6);
  color: #fff;
}
.pointItem {
  padding:0 15px;
  width:100%;
  max-width:830px;
  margin:0 auto 60px;
}
.pointItem h3.title{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 2.0em auto;
  padding: 15px;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: unset;
}
.pointItem h3.title .mini{
  display: block;
  font-size: 1.4rem;
  margin-top: 12px;
}
.pointItem_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.pointItem_list_item{
  width: calc((100% - 60px) / 4);
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: solid 1px #ccc;
}
.pointItem_list_item_image_link{
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointItem_list_item_image_picture{
  width: auto;
  object-fit: contain;
  height: auto;
}
.pointItem_list_item:not(:nth-child(4n+1)){
  margin-left: 20px;
}
.pointItem_list_item .pointItem_list_item_body{
  padding-top: 12px;

}
.pointItem_list_item .pointItem_list_item_team{
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pointItem_list_item .pointItem_list_item_point{
  width: 100%;
  margin: 0 auto 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pointItem_list_item .pointItem_list_item_point_team,
.pointItem_list_item .pointItem_list_item_point_description{
  text-align: center;
  border: 2px solid #32242a;
  padding: 6px;

}
.pointItem_list_item .pointItem_list_item_point_team{
  background-color: #32242a;
  color: #fff;
  font-size: 1.2rem;
  width: 35.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointItem_list_item .pointItem_list_item_point_description{
  background-color: #fff;
  line-height: 1;
  width: 64.7%;
}
.pointItem_list_item .pointItem_list_item_point_strong{
  font-size: 1.8rem;
}
.pointItem_list_item .pointItem_list_item_button .pointItem_list_item_button_link{
  display: block;
  color: #fff;
  text-decoration: underline;
  border: 2px solid #32242a;
  background-color: #192c56;
  line-height: 1;
  padding: 8px;
}
.pointItem_list_item .pointItem_list_item_button .pointItem_list_item_button_link:hover{
  background-color: #263a67;
}
#mycontents_area h3.mypage_pointitem_name{
  border: none;
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#mycontents_area h3.mypage_pointlog_timing{
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none;
  text-align: left;
  color: #900;
}
#mycontents_area p.mypage_pointlog_timing_description{
  color: #900;
  margin-bottom: 2rem;
}
.mypage_pointitem:not(:last-child){
  border-bottom: 1px solid #263a67;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.mypage_pointitem::before{
  content: '';
  width: 100%;
  display: block;
  margin-top: -102px;
  height: 102px;
  pointer-events: none;
}

.mypage_pointitem_use{
  max-width: 200px;
  width: 100%;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.mypage_pointitem_use_team,
.mypage_pointitem_use_description{
  width: 50%;
  text-align: center;
  border: 2px solid #32242a;
  font-weight: bold;
  padding: 8px 2px;
  line-height: 1;
}
.mypage_pointitem_use_team{
  background-color: #32242a;
  color: #fff;
}
.mypage_pointitem_use_description{
  background-color: #fff;

}
.mypage_pointitem_use_strong{
  font-size: 1.6rem;
}
.mypage_pointitem_image{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.mypage_pointitem_image_picture{
  object-fit: contain;
  width: auto;
}
.mypage_pointitem_description{
  color:#32242a;
  font-size:1.4rem;
  line-height:1.7;
  margin-bottom:20px;
}
.mypage_pointitem_note{
  padding:20px;
  background-color:#eeeeee;
  color:#32242a;
  font-size:1.2rem;
  line-height: 1.6;
}
.mypage_pointitem a.btn_blue{
  max-width:360px;
  width:100%;
  font-size:1.4rem;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.mypage_pointexchange_intro{
  margin-top:80px;
  text-align:center;
  margin-bottom:40px;
  font-weight:bold;
}
.mypage_pointexchange_intro_team{
  font-size:16px;

}
.mypage_pointexchange_intro .attention{
  color:#F00;
}

.mypage_pointexchange_error{
  color:#F00;
  padding: 8px;
  background-color: #FEB5C8;
}

.mypage_pointexchange_form{
  padding:0 40px;
}
.mypage_pointexchange_form_item {
  margin-bottom:10px;
  text-indent: calc(-1em - 10px);
  padding-left: calc(1em + 10px);
  display: block;
}
.mypage_pointexchange_form_item input{
  margin-right:10px;
}
.mypage_pointexchange_note{
  background-color: #eee;
  padding:40px;
  margin-top:50px;
}
.mypage_pointexchange_note_team{
  font-size:16px;
  font-weight:bold;
  text-align:center;
}
.mypage_pointexchange_note .attention{
  color:#F00;
  font-weight:bold;
  text-align:center;
}
.mypage_pointexchange_note_list{
  margin-top:40px;
}
.mypage_pointexchange_note_list_item{
  margin-bottom:10px;
  text-indent:-1em;
  padding-left:1em;
}
.mypage_pointexchange_note_list_item::before{
  content:'※';
}
.mypage_pointexchange_agree{
  margin-bottom:20px;
}
.mypage_pointexchange_agree label{
  position:relative;
}
.mypage_pointexchange_agree input{
  opacity:0;
  position:absolute;
}
.mypage_pointexchange_agree input:checked + span::after{
  content:'';
  display:block;
  width: 12px;
  height: 20px;
  border-bottom: 4px solid #a80050;
  border-right: 4px solid #a80050;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 4px;
}
.mypage_pointexchange_agree label span{
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}
.mypage_pointexchange_agree label span::before{
  content:'';
  width:32px;
  height:32px;
  display: block;
  margin-right: 10px;
  border: 2px solid #a80050;
}
.memberscard h3.title{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 2.0em auto;
  padding: 15px;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;

  border-left: unset;
}

.memberscardId{
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size:1.6rem;
}
.memberscardId_team,
.memberscardId_description{
  width: 50%;
  text-align: center;
  border: 2px solid #32242a;
  font-weight: bold;
  padding: 12px;

}
.memberscardId_team{
  background-color: #32242a;
  color: #fff;
}
.memberscardId_description{
  background-color: #fff;
}
.memberscard h3.title .mini{
  display: block;
  font-size: 1.2rem;
  margin-top: 12px;
}
.memberscard .btn_blue{
  width: 60%;
}
/* Cart Page
------------------------------------------------------- */
.shopping_confirm .item_wrap, .LC_Page_Cart .item_wrap {
  padding: 20px 0;
  border-top: solid 1px #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping_confirm .item_wrap .deleteBtnArea, .shopping_confirm .item_wrap .imgArea, .shopping_confirm .item_wrap .textArea, .LC_Page_Cart .item_wrap .deleteBtnArea, .LC_Page_Cart .item_wrap .imgArea, .LC_Page_Cart .item_wrap .textArea {
  padding: 0 20px;
}
.shopping_confirm .item_wrap .textArea, .LC_Page_Cart .item_wrap .textArea {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.shopping_confirm .item_wrap .textArea dl, .LC_Page_Cart .item_wrap .textArea dl {
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping_confirm .item_wrap .textArea dl dt, .LC_Page_Cart .item_wrap .textArea dl dt {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 100%;
  line-height: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  background-color: #555;
}
.shopping_confirm .item_wrap .textArea dl dd, .LC_Page_Cart .item_wrap .textArea dl dd {
  width: calc(100% - 50px);
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.shopping_confirm .item_wrap .textArea .flex.quantity_level, .LC_Page_Cart .item_wrap .textArea .flex.quantity_level {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.shopping_confirm .item_wrap .textArea .flex.quantity_level .item_quantity, .LC_Page_Cart .item_wrap .textArea .flex.quantity_level .item_quantity {
  margin-right: 20px;
}
.shopping_confirm .item_wrap .textArea .flex.quantity_level a, .LC_Page_Cart .item_wrap .textArea .flex.quantity_level a {
  font-size: 1.8rem;
  margin-right: 10px;
}
.shopping_confirm .item_wrap .textArea .quantity_level a.btn.btn-default.btn, .LC_Page_Cart .item_wrap .textArea .quantity_level a.btn.btn-default.btn {

  line-height: 100%;
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: solid 1px #555;
  border-radius: unset;
}
.shopping_confirm .item_wrap .textArea .item_name, .LC_Page_Cart .item_wrap .textArea .item_name {
  margin-bottom: 12px;
}
.shopping_confirm .item_wrap .textArea .item_name a, .LC_Page_Cart .item_wrap .textArea .item_name a {
  color: #333;
}
.shopping_confirm .item_wrap a.btn-delete, .LC_Page_Cart .item_wrap a.btn-delete {
  font-size: 1.2rem;
  line-height: 30px;
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  text-decoration: underline;
  background-color: #ddd;
}
.shopping_confirm .total_box.flex, .LC_Page_Cart .total_box.flex {
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.shopping_confirm .total_box .total_head, .LC_Page_Cart .total_box .total_head {
  font-weight: 700;
  width: 50%;
  text-align: center;
  color: #fff;
  background-color: #555;
}
.shopping_confirm .total_box .total_price, .LC_Page_Cart .total_box .total_price {
  font-size: 1.4rem;
  font-weight: 700;
  width: 50%;
  text-align: center;
}
.shopping_confirm .btn_box div a, .shopping_confirm .btn_box div button, .LC_Page_Cart .btn_box div a, .LC_Page_Cart .btn_box div button {
  display: block;
  width: 100%;
}
.shopping_confirm .btn_box, .LC_Page_Cart .btn_box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.shopping_confirm .shopping_confirm_notice{
  font-size: 1.2rem;
}
.shopping_confirm .shopping_confirm_notice_item{
  text-indent: -1em;
  padding-left: 1em;
}
.shopping_confirm .shopping_confirm_notice_item::before{
  content: '・';
}
.shopping_confirm .shopping_confirm_notice_item-attention{
  text-indent: -1em;
  padding-left: 1em;
}
.shopping_confirm .shopping_confirm_notice_item-attention::before{
  content: '※';
}
.shopping_confirm .shopping_confirm_wrap_title{
  font-weight: bold;
  font-size: 1.4rem;
  padding: 15px 15px 0;
  line-height: 1;
}
.shopping_confirm .shopping_confirm_inner{
  padding: 15px;
  font-size: 1.2rem;
}
/* shopping deliv
------------------------------------------------------- */
#address_area {
  margin-bottom: 40px;
}
.btn_box div a, .btn_box div button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.btn_box {
  margin-top: 50px;
  margin-bottom: 35px;
}
.address_list {
  border-top: solid 1px #ccc;
}
.address_list .address_list_item {
  padding: 25px;
  border-bottom: solid 1px #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.address_list .radio-label span {
  font-size: 1.2rem;
  line-height: 30px;
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-top: -8px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  background-color: #555;
}
.address_list .address_list_address {
  line-height: 200%;
  padding: 0 20px;
  -webkit-box-flex: 2;

  -ms-flex-positive: 2;
  flex-grow: 2;
}
.address_list .address_list_btn {
  width: 100px;
}
a.btn_edit {
  font-size: 1.2rem;
  line-height: 30px;
  display: block;
  height: 30px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: underline;
  color: #151515;
  border: solid 1px #333;
}
a.btn_delete {
  font-size: 1.2rem;
  line-height: 30px;
  display: block;
  height: 30px;
  text-align: center;
  text-decoration: underline;
  color: #777;
  border: solid 1px #ddd;
  background-color: #ddd;
}
#undercolumn_shopping h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.3em;
  text-align: center;
}
/* 共通 */
.shopping_info_wrap {
  font-size: 1.2rem;
  line-height: 200%;
  padding: 20px;
  border: solid 1px #ddd;
}
.shopping_info_wrap p {
  margin-bottom: 0;
}
.select_wrap {
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.select_item_wrap {
  margin: 40px auto 50px auto;
  border-top: solid 1px #ccc;
}
.select_item_wrap li {
  padding: 20px 15px;
  border-bottom: solid 1px #ccc;
}
.delivdate .flex {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivdate .flex dt {
  width: 120px;
}
.delivdate .flex dd {
  width: calc(100% - 120px);
}
.delivdate select {
  border-radius: unset;
}
.pay_area .form_wrap label {
  margin: 0;
}
.pay_area .form_wrap input#s-Input_A6 {
  display: inline-block;
  margin-top: 0;
  margin-right: 1.0em;
  vertical-align: middle;
}
.pay_area .form_wrap dl {
  margin-bottom: 0;
}
.pay_area02 .pay_area02_info_wrap {
  font-size: 1.4rem;
  line-height: 200%;
  padding: 20px;
  border: solid 1px #ddd;
  margin-top: 2em;
}
.shopping_contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping_contact dt {
  font-size: 12px;
  font-weight: normal;
  width: 240px;
  padding: 25px;
}
.shopping_contact dd {
  width: calc(100% - 245px);
}
.shopping_contact dd textarea {
  border-radius: unset;
}
.shopping_contact_area.pay_area02.select_wrap {
  padding-bottom: 0;
}
#undercolumn_shopping .shopping_contact dt h3 {
  margin-bottom: 0;
  text-align: left;
}
.confirm_total {
  background-color: #eee; /* padding: 0 15px; */
}
.confirm_total dl {

  width: calc(100% - 30px);
  margin: 0 15px;
  margin-bottom: 0;
  text-align: center;
}
.confirm_total dl dt, .confirm_total dd {
  font-size: 1.2rem;
  font-weight: normal;
  width: 50%;
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}
.confirm_total dl.payment_total {

  width: 100%; /* margin: 0 -15px; */
  margin: 0;
  color: #fff;
  border-bottom: none;
  background-color: #555;
}
.confirm_total dl.payment_total dd {
  font-size: 1.6rem;
  font-weight: 700;
}
.confirm_total dl.payment_total dt {
  font-size: 1.4rem;
  font-weight: 700;
}
#undercolumn_shopping #next[disabled]:hover {
  background-color: #192c56;
}
#undercolumn_shopping #next[disabled] {
  opacity: .6;
  background-color: #192c56;
}
#undercolumn_shopping .shopping_confirm_wrap h3 {
  font-size: 1.4rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 10px;
  background-color: #eee;
}
.shopping_confirm_wrap {
  margin-top: 3.0em;
  margin-bottom: 3.0em;
  border: solid 1px #eee;
  overflow-wrap: break-word;
}
.shopping_confirm_wrap .form_wrap .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping_confirm_wrap .form_wrap dl {
  margin-bottom: 25px;
}
.shopping_confirm_wrap .form_wrap dt {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping_confirm_wrap .form_wrap dd {
  font-size: 1.3rem;
  width: calc(100% - 225px);
  padding: 10px 15px;
  border-left: solid 1px;
}
.shopping_confirm_wrap .form_wrap {
  padding: 15px 0;
}
/* Etching & Wrapping
---------------------------------------------------------------- */
.shop_information {
  margin-top: 50px;
}
.LC_Page_Shopping_Wrapping .pay_area .form_wrap dl, .LC_Page_Shopping_Etching .pay_area .form_wrap dl {
  margin-bottom: 20px;
}
.LC_Page_Shopping_Wrapping .pay_area .form_wrap dl:last-child, .LC_Page_Shopping_Etching .pay_area .form_wrap dl:last-child {
  margin-bottom: 0;
}
.LC_Page_Shopping_Wrapping .image, .LC_Page_Shopping_Etching .image {
  margin-bottom: 5.0em;
}
.LC_Page_Shopping_Wrapping #sender_name, .LC_Page_Shopping_Etching #sender_name {
  margin-top: 0;
  padding-top: 0;
}
.LC_Page_Shopping_Wrapping .form_wrap input.box300, .LC_Page_Shopping_Etching .form_wrap input.box300 {
  width: 80%;
}
.LC_Page_Shopping_Wrapping .etching_detail .bg_wrap ul li.radio, .LC_Page_Shopping_Etching .etching_detail .bg_wrap ul li.radio {
  margin-bottom: .8em;
}
.LC_Page_Shopping_Wrapping .shopping_info_wrap, .LC_Page_Shopping_Etching .shopping_info_wrap {
  margin-bottom: 2.0em;
}
.LC_Page_Shopping_Wrapping .pay_area .form_wrap dl, .LC_Page_Shopping_Etching .pay_area.etching_message .form_wrap dl {
  margin-bottom: 5px;
}
.LC_Page_Shopping_Etching #undercolumn_shopping .etching_message_wrap h3 {
  line-height: 100%;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  background-color: #622a81;
}
.LC_Page_Shopping_Etching .etching_message_sample, .LC_Page_Shopping_Etching .etching_image_sample {
  padding: 0 20px;
}
.LC_Page_Shopping_Etching .etching_image_sample {
  width: calc(100% - 260px);
  text-align: center;
}
.LC_Page_Shopping_Etching .etching_image_sample p span {
  font-size: 12px;
}
.LC_Page_Shopping_Etching .etching_image_sample p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 1.0em;
  color: #900;
}
.LC_Page_Shopping_Etching .etching_message_sample {
  width: 260px;
  text-align: center;
}
.LC_Page_Shopping_Etching .etching_message_sample img {
  margin-bottom: 20px;
}
.LC_Page_Shopping_Etching .form_info ol {
  padding: 0 0 0 20px;
}
.LC_Page_Shopping_Etching .form_info ol li {
  line-height: 200%;
  margin-bottom: .7em;
}
.LC_Page_Shopping_Etching textarea.textarea.commentable {
  width: 100%;
}
.LC_Page_Shopping_Etching .bg_wrap.form_wrap dd {
  border-left: none;
}
.LC_Page_Shopping_Etching span.attention {
  font-size: 12px;
  color: #900;
}
.LC_Page_Shopping_Etching input, .LC_Page_Shopping_Etching select, .LC_Page_Shopping_Etching textarea {
  padding: 3px;
  border: solid 1px #192c55;
}
.LC_Page_Shopping_Etching .bg_wrap {
  padding: 40px 0 30px 0;
}
#sender_name.bg_wrap {
  background-color: transparent;
}
.etching_detail .bg_wrap.form_wrap dd, .etching_message .bg_wrap.form_wrap dd {
  width: calc(100% - 230px);
  border-left: none;
}
.etching_detail .bg_wrap.form_wrap dt, .etching_message .bg_wrap.form_wrap dt {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.etching_detail #sender_name.bg_wrap.form_wrap dd, .etching_message #sender_name.bg_wrap.form_wrap dd {
  width: calc(100% - 230px);
  border-left: none;
}
.etching_detail #sender_name.bg_wrap.form_wrap dt, .etching_message #sender_name.bg_wrap.form_wrap dt {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.etching_font_title + .select_item_wrap{
  margin-top: 20px;
}
.etching_font_sample{
  border:1px solid #eee;
  padding: 20px;
}
.etching_font_sample_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.etching_font_sample_container:first-of-type{
  margin-bottom: 40px;
}
.etching_font_sample_title{
  margin-bottom: 20px;
  width: 100%;
}
.etching_font_sample_item{
  margin-bottom: 20px;
  width: 50%;
}
.etching_font_sample_item p{
  font-size: 1.4rem;
  font-weight: bold;
}
.shopping_confirm_wrap .form_wrap dl:last-child {
  margin-bottom: 0;
}
.LC_Page_Shopping_Confirm .shopping_info_wrap {
  padding: 20px 0;
  border: none;
}
.LC_Page_Shopping_Wrapping { /* modal */
}
.LC_Page_Shopping_Wrapping #colorbox, .LC_Page_Shopping_Wrapping #colorbox * {
  max-width: 100%;
  max-height: auto;
}
.LC_Page_Shopping_Wrapping #colorbox #cboxWrapper {
  position: relative;
  width: 85% !important;
  margin: 2.0em auto !important;
}
.LC_Page_Shopping_Wrapping #colorbox #cboxLoadedContent, .LC_Page_Shopping_Wrapping #colorbox #cboxContent {
  background: transparent;
}
.LC_Page_Shopping_Wrapping #colorbox img {
  width: auto !important;
  height: auto !important;
  max-height: 700px;
}
.LC_Page_Shopping_Wrapping h4 {
  font-size: 1.6rem;
  font-weight: 700;
}
.LC_Page_Shopping_Wrapping #item_box_num dl {
  height: 40px;
  border-bottom: solid 1px #ccc;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.LC_Page_Shopping_Wrapping #item_box_num dt {
  font-size: 1.2rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #555;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LC_Page_Shopping_Wrapping #item_box_num dd {
  font-size: 1.2rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 150px);
  height: 40px;
  padding: 0 10px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;

  align-items: center;
}
.LC_Page_Shopping_Wrapping .wrapping_modal a {
  font-size: 1.4rem;
  font-weight: normal;
}
.LC_Page_Shopping_Wrapping .flex.btn_wrap {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.LC_Page_Shopping_Wrapping .pay_area.sender_area {
  margin-top: 50px;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap {
  margin-bottom: 2.0em;
  padding: 20px;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap dl, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap dl, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap dl, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap dl:last-child, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap dl:last-child, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap dl:last-child, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl:last-child, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl:last-child, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl:last-child {
  margin-bottom: 0;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl dt {
  width: 185px;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl dd {
  width: calc(100% - 185px);
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap dl dd select, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap dl dd select, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap dl dd select, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl dd select, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl dd select, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl dd select {
  width: 100%;
  padding: 5px;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap .select_prd dl, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap .select_prd dl, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap .select_prd dl, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap .select_prd dl, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap .select_prd dl, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap .select_prd dl {
  margin: 10px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap .select_prd dl dd, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap .select_prd dl dd, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap .select_prd dl dd, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap .select_prd dl dd, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap .select_prd dl dd, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap .select_prd dl dd {
  width: calc(100% - 60px);
}
.LC_Page_Shopping_Wrapping .delivname .bg_wrap .select_prd dl dt, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap .select_prd dl dt, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap .select_prd dl dt, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap .select_prd dl dt, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap .select_prd dl dt, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap .select_prd dl dt {
  width: 60px;
}
.LC_Page_Shopping_Wrapping .delivname select:disabled, .LC_Page_Shopping_Wrapping .message_tab select:disabled, .LC_Page_Shopping_Wrapping .noshi_tab select:disabled, .LC_Page_Shopping_Wrapping .non_select_list_wrap select:disabled, .LC_Page_Shopping_Wrapping .wrapping_SingleList select:disabled, .LC_Page_Shopping_Wrapping .wrapping_SetList select:disabled {
  color: #999;
  background-color: #f5f5f5;
}
.LC_Page_Shopping_Wrapping .delivname select:disabled::-ms-value, .LC_Page_Shopping_Wrapping .delivname select:disabled::-ms-expand, .LC_Page_Shopping_Wrapping .message_tab select:disabled::-ms-value, .LC_Page_Shopping_Wrapping .message_tab select:disabled::-ms-expand, .LC_Page_Shopping_Wrapping .noshi_tab select:disabled::-ms-value, .LC_Page_Shopping_Wrapping .noshi_tab select:disabled::-ms-expand, .LC_Page_Shopping_Wrapping .non_select_list_wrap select:disabled::-ms-value, .LC_Page_Shopping_Wrapping .non_select_list_wrap select:disabled::-ms-expand, .LC_Page_Shopping_Wrapping .wrapping_SingleList select:disabled::-ms-value, .LC_Page_Shopping_Wrapping .wrapping_SingleList select:disabled::-ms-expand, .LC_Page_Shopping_Wrapping .wrapping_SetList select:disabled::-ms-value, .LC_Page_Shopping_Wrapping .wrapping_SetList select:disabled::-ms-expand {
  color: #999;
}
.LC_Page_Shopping_Wrapping .delivname h4, .LC_Page_Shopping_Wrapping .message_tab h4, .LC_Page_Shopping_Wrapping .noshi_tab h4, .LC_Page_Shopping_Wrapping .non_select_list_wrap h4, .LC_Page_Shopping_Wrapping .wrapping_SingleList h4, .LC_Page_Shopping_Wrapping .wrapping_SetList h4 {
  margin-top: 0;
  margin-bottom: 1.0em;
  padding-top: 0;
  text-align: center;
}
.LC_Page_Shopping_Wrapping .delivname span.required, .LC_Page_Shopping_Wrapping .message_tab span.required, .LC_Page_Shopping_Wrapping .noshi_tab span.required, .LC_Page_Shopping_Wrapping .non_select_list_wrap span.required, .LC_Page_Shopping_Wrapping .wrapping_SingleList span.required, .LC_Page_Shopping_Wrapping .wrapping_SetList span.required {
  font-size: 1.0rem;
  font-weight: normal;
  margin-left: .5rem;
  padding: 2px 5px;
  color: #fff;
  background-color: #900;
}
.LC_Page_Shopping_Wrapping .non_select_list_wrap dl.flex dd {
  padding-left: 20px;
  border-left: solid 1px;
}
.LC_Page_Shopping_Wrapping .sub_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.LC_Page_Shopping_Wrapping .noshi_tab dl.flex dl.sub_flex dt {
  width: 260px;
}
.LC_Page_Shopping_Wrapping .noshi_tab dl.flex dl.sub_flex dd {
  width: calc(100% - 260px);
  border-left: none;
}
.LC_Page_Shopping_Wrapping .pluralBtn {
  font-weight: 700;
  width: 49%;
  height: 50px;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #192c56;
  border: solid 1px #192c56;
  background-color: #fff;
}
.LC_Page_Shopping_Wrapping .pluralBtn:hover {
  opacity: .8;
}
.LC_Page_Shopping_Wrapping .pluralBtn.clear {
  border: solid 1px #ddd;
  background-color: #ddd;
}
.noshi_preview,
.message_preview {
  margin: -2em auto 50px;
  text-align: center;
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
}
.noshi_preview {
  padding: 0px 0 20px;
}
.message_preview {
  padding: 15px 0 20px;
}
.canvas_wrap {
  width: 100%;
  height: 100%;
}
#noshi_preview,
#message_card_preview {
  display: none;
  -webkit-font-smoothing: antialiased;
}
.noshi_preview_attention,
.message_preview_attention {
  font-size: 12.6px;
  font-weight: normal;
  color: #900;
  margin-bottom: 20px;
  line-height: 1.6;
  display: inline-block;
  text-align: center;
}
.message_card_sample_image {
  display: block;
  width: 90% !important;
  margin: 15px auto 0;
}
.message_tab .attention_top {
  display: inline-block;
  margin-bottom: 4px;
}
.message_tab .attention_under {
  margin-top: 0 !important;
}
.noshi_tab dl.flex > dd{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.noshi_tab
.noshi_tab dl.sub_flex{
    margin-bottom: 20px;
}
.noshi_info {
  display: flex;
  width: 100% !important;
  text-align: left !important;
}
.noshi_info-title {
  width: 300px;
}
.noshi_info-text {
  font-size: 12.6px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
.noshi_info-text > span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 10px;
}
.message_card-info {
  display: flex;
  width: 100% !important;
  text-align: left !important;
}
.message_card-title {
  width: 225px;
}
.message_card-text {
  width: calc(100% - 225px);
  font-size: 12.6px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
.message_tab dl.sub_flex:nth-of-type(odd) {
    margin-bottom: 5px;
}
.message_tab dl.sub_flex:nth-of-type(even) {
    margin-bottom: 40px;
}
#message_card_to_position, #message_card_from_position,
#message_card_text_position {
  width: auto;
}
#noshiImage {
  display: none;
  width: 100%;
  margin: 30px 0 10px;
  padding: 0 15px;
}
#noshiImage.on {
  display: block;
}
#messageCardImage {
  display: none;
  max-width: 100%;
  margin: 15px 0;
}
#messageCardImage.on {
  display: block;
}
.noshi_tab input,
.message_tab input {
  width: 70%;
}
.message_tab dl.flex > dt,
.noshi_tab dl.flex > dt {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 16px;
}
.message_tab dl.flex > dd {
  width: 100%;
}
.noshi_tab .mini{
  margin-top: 4px;
  margin-bottom: 0;
}
.message_tab .mini {
  margin-top: 4px;
}
.message_tab dl.sub_flex dd {
  border-left: none;
  width: calc(100% - 225px) !important;
}
.message_tab dl.sub_flex dt {
  width: 225px !important;
  margin-bottom: 10px !important;
}
.message_preview_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#messageCardImage {
  max-width: 627px;
  max-height: 379px;
}
.preview_btn {
  border: none;
  width: 150px;
  height: 35px;
  color: #fff;
  background-color: #263a67;
  font-weight: normal;
  font-size: 14px;
}
.tooltips_trigger {
  display: inline-flex;
  /* align-items: center; */
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  border: 1px solid #333;
  cursor: pointer;
  line-height: 1.4;
}
.tooltips {
  display: none;
  position: fixed;
  left: 50%;
  top: 52%;
  background: #fff;
  padding: 20px;
  width: auto;
  z-index: 99;
  border: 1px solid #333;
  transform: translateY(-50%);
  transform:translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);

}
.tooltips p:last-of-type {
  margin: 0;
}
.tooltips img {
  width: 100%;
}
.tooltips_heading {
  font-weight: bold;
  margin-bottom: 10px;
}
.tooltips_close {
  margin-top: -20px;
  margin-right: -15px;
  display: block;
  text-align: right;
  font-size: 22px;
  line-height: 1.2;
  cursor: pointer;
}
.tooltips_imagearea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tooltips_imagearea-left {
  margin-top: 20px;
}
.tooltips_imagearea-right p {
  font-size: 12px;
  padding-left: 5px;
}
img.noshi_sample_image {
  width: 98%;
  /* margin-top: 10px; */
}
img.noshi_sample_image_omote {
  max-width: 500px;
}
.overlay.active {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  cursor: pointer;
}

/* Common Page
------------------------------------------------------- */
.common_page {
  position: relative;
  padding-left: 2em;
}
.common_page h3.img_title {
  margin: 0 auto 1.5em auto;
  text-align: center;
}
.common_page h3.img_title span {
  font-size: 1.2rem;
  display: block;
}
.common_page .block_wrap {
  line-height: 180%;
  padding: 2.0em 0;
  border-top: solid 1px #ccc;
}
.common_page .block_wrap h3#member{
  margin-top: -100px;
  padding-top: 120px;
}
.common_page .service_info {
  font-size: 1.2rem;
  display: inline-block;
  margin: 20px auto 20px auto;
  padding: 15px 50px;
  color: #4b565e;
  border: 1px solid #999;
  background-color: #f5f4f5;
}
.common_page .service_info ol {
  padding-left: 20px;
}
.common_page .service_info ol li {
  margin-bottom: 1.5em;
  margin-left: 0;
  list-style-type: decimal-leading-zero;
}
.common_page .service_info h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}
.common_page .tel-con {
  line-height: 180%;
  display: inline-block;
  padding: 20px 25px;
  text-align: center;
  color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #192c55;
}
.common_page .tel-con a {
  font-size: 2.4rem;
  display: block;
  margin-bottom: .5em;
  padding-bottom: .5em;
  color: #fff;
  border-bottom: solid 1px;
}
.common_page ul.faq_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.0em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common_page ul.faq_head li {
  margin: 0 15px;
}
.common_page ul.faq_head li:before {
  margin-right: .5em;
  content: '▼';
}
.common_page #undercolumn_faq dt {
  padding: 1.0em 0;
  text-decoration: underline;
}
.common_page #undercolumn_faq dt:hover {
  cursor: pointer;
  opacity: .8;
}
.common_page #undercolumn_faq dt:before {
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: .5rem;
  content: 'Q.';
  text-align: center;
  color: #fff;
  background-color: #233764;
}
.common_page #undercolumn_faq dd {
  line-height: 180%;
  position: relative;
  display: none;
  margin: 2.0em 0;
  padding-left: 2.0em;
}
.common_page #undercolumn_faq dd:before {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: 'A.';
  text-align: center;
  background-color: #ccc;
}
.common_page #undercolumn_faq .g_box {
  float: left;
  clear: both;
}
.common_page th, .common_page td {
  font-size: 1.2rem;
  padding: 8px;
  text-align: center;
  border: solid 1px #ccc;
}
.common_page .s_text {
  font-size: 1.2rem;
}
.common_page .g_box {
  line-height: 180%;
  display: block;
  margin: 0 0 10px;
  padding: 10px 20px;
  border: 1px solid #c4c4c4;
  background-color: #f3f3f3;
}
.common_page.page_privacy #undercolumn_entry {
  padding-bottom: 50px;
}
.common_page.page_privacy h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
.common_page .text_box {
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}
.common_page #txtbox_border {
  border-bottom: 1px dotted #999;
}
.common_page.page_orderindex .text_box {
  padding: 20px 10px;
  border-top: 1px dotted #c5c5c5;
}
.common_page.page_orderindex h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
.common_page.page_orderindex table {
  margin-bottom: .5em;
}
.common_page.page_orderindex p {
  margin-bottom: 1.0em;
}
/* NOTICE ATTENTION
------------------------------------------------------- */
.notice_attention {
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: .5em;
  color: #c25338;
  border: 1px solid #d4440d;
  background-color: #ffefef;
}

/* 会員特典
------------------------------------------------------- */
#undercolumn_benefit{
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
#undercolumn_benefit .btn_area{
  margin: 56px 0 80px;
}
#undercolumn_benefit .btn_area .btn_blue{
  width: 45%;
  margin: 0 auto;
}
.benefit_block{
  margin-top: 48px;
}
.benefit_block_title{
  margin-bottom: 20px;
  color: #4d004d;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefit_block_title::after{
  content: '';
  height: 1px;
  background-color: #4d004d;
  display: block;
}
.benefit_block:nth-of-type(1) .benefit_block_title::after{
  width: 46%;
}
.benefit_block:nth-of-type(2) .benefit_block_title::after{
  width: 37%;
}
.benefit_block:nth-of-type(3) .benefit_block_title::after{
  width: 59%;
}
.benefit_block_title_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-weight:600;
}
.benefit_block_title_marker{
  width: 70px;
  height: 70px;
  border: 2px solid #4d004d;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100%;
  line-height: 1;
  padding-top: 5px;
  margin-right: 20px;
}
.benefit_block_title_marker_num{
  font-size: 30px;

  display: block;
  width: 100%;
  margin-top: 2px;
  text-align: center;
}
.benefit_block_text{
  line-height: 1.8;
}
.benefit_block_text-st{
  font-weight: bold;
  margin-top: 30px;
}
.benefit_block_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefit_block_flex_box{
  width: 100%;
  max-width: 370px;
}

/* ワインサロンとは
------------------------------------------------------- */
#undercolumn_winesalonguide {
  max-width: 760px;
  margin: 0 auto 80px;
  width: 100%;
}
#undercolumn_winesalonguide .btn_area{
  margin: 32px 0 0;
}
#undercolumn_winesalonguide .btn_area .btn_blue{
  width: 45%;
  margin: 0 auto;
}
.winesalonguide_block{
  margin-bottom: 56px;
}
.winesalonguide_block_text{
  line-height: 1.8;
}
.winesalonguide_section_title{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #151515;
  padding-bottom: 8px;
  margin-bottom: 48px;
}
.winesalonguide_list_item{
  margin-top: 48px;
}
.winesalonguide_list_item_team{
  font-weight: bold;
  margin-bottom: 20px;
}
.winesalonguide_list_item_description-mini{
  margin: 48px 0;
  font-size: 12px;
}

/*フェアページ*/
.cplp_mainV {
  padding: 0;
}
.cplp_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-left: unset;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 3.5em auto 1.5em auto;
  padding: 15px;
}
.cplp_caption {
  width: 70%;
  line-height: 2.8rem;
  margin: 1.5em auto 70px auto;
  font-size: 1.6rem;
}
.cplp_products {
  display: flex;
  width: 1000px;
  margin: 0 auto 40px;
  justify-content: space-around;
  font-size: 1.6rem;
}
.cplp_products-attention {
  width: 70%;
  margin: 0 auto 80px;
  font-size: 1.6rem;
}
.cplp_item {
  text-align: center;
}
.cplp_item img {
  width: 70%;
}
.cplp_item-txt {
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.cplp_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
  font-size: 1.6rem;
}
.cplp_left-box{
  width: 49%;
}
.cplp_right-box{
  width: 49%;
  padding: 0 15px;
}
.cplp_box-title {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 700;
}
.cplp_btn-flex {
  display: flex;
  justify-content: space-around;
}
.cplp_btn {
  width: 46%;
  margin: 0 auto;
}
.cplp_btn-products {
  width: 253px;
  margin: 0 auto;
}
.cplp_btn a,
.cplp_btn-products a,
.no-link_btn{
  display: block;
  margin: 1.5em auto 0 auto;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #a80050;
  background: #a80050;
  border-radius: 0px;
  transition: .4s;
}
.cplp_btn a:hover,
.cplp_btn-products a:hover {
  background: #fff;
  color: #a80050;
}
.cplp_btn-s {
  margin-top: 34px;
}
.coming {
  width: 100%;
  margin: 8rem auto;
}
.coming_bg {
  background-image: url(../img/pages/coming-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.coming_bg-mask {
  padding: 60px 30px;
  background: rgba(0, 0, 0, 0.65);
}
.coming_title {
  font-size: 7rem;
  margin-bottom: 50px;
}
.coming_txt {
  font-size: 1.8rem;
  margin: 0;
}
@media (min-width: 768px) {
  #container, .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #container, .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #container, .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1230px) {
  #container, .container {
    width: 1230px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  body {
    overflow-x: hidden !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .main_container {
    background: #ededed; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(30%, white), to(white));
    background: linear-gradient(to bottom, #ededed 0%, white 30%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  input, select, textarea {
    font-size: 16px !important;
  }
  .btn_blue, .btn_back, .btn_back-express ,.btn_wine {
    font-size: 1.4rem;
  }
  .container_w800 {
    padding: 0 15px;
  }
  .container_w800 h2.title {
    margin: 3.5em -15px 2.0em -15px;
  }
  body {
    padding-top: 47px;
  }
  header#globalnavi {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .header_wrap .header_up .header_up_left {
    padding-right: 10px;
    padding-left: 0;
    width: 50%
  }
  .header_wrap .header_up .header_up_right {
    font-size: 1.2rem;
    width: calc(50% + 15px);
    margin-right: -15px;
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    background-color: #192c55;
  }
  .header_up span.spacer {
    display: none;
  }
  .header_up .header_up_right .sub_menu02 .flex li {
    line-height: 100%;
    width: 25%;
    padding: 0;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_up .header_up_right .sub_menu02 .flex li img {
    display: block;
    margin: 5px auto;
  }
  .header_up .header_up_right .sub_menu02 .flex li span.menu_text {
    font-size: 10px;
    display: block;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  .header_up .header_up_right .sub_menu02 .flex li.sp.menu_btn {
    padding: 10px !important;
  }
  .header_up .header_up_right .sub_menu02 .flex li.sp.menu_btn {
    background-color: #fff;
  }
  .header_bottom {
    position: fixed;
    top: 47px;
    right: -300px;
    width: 300px;
    height: calc(100% - 47px);
    background-color: #233764;
  }
  .header_bottom .container {
    padding: 0;
  }
  .header_bottom .flex {
    height: auto;
    margin-bottom: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header_bottom .flex li {
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #fff;
  }
  .header_bottom .flex span {
    display: none;
  }
  .header_bottom .flex.sp_headeMenu {
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_bottom .flex.sp_headeMenu {
    color: #fff;
  }
  .header_bottom .flex.sp_headeMenu li {
    font-size: 1.2rem;
    width: 33.3%;
    text-align: center;
  }
  .header_bottom .flex.spNav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_bottom .flex.spNav01 li {
    color: #192c55;
    border-bottom: solid 1px;
    background-color: #fff;
  }
  .header_bottom .flex.spNav01 li a {
    color: #192c55;
  }
  .header_bottom .flex.spNav01 li a:hover {
    text-decoration: none;
  }
  .menu_active .overlay {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
  }
  .menu_active .header_bottom, .menu_active .overlay {
    -webkit-transition: ease .5s;
    transition: ease .5s;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  footer .footer_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
  footer .footer_wrap .footer_wrap {
    padding: 0 15px;
    text-align: left;
  }
  footer .attention01 ul {
    width: auto;
  }
  footer .footer_title02 {
    margin: 1.0em 15px;
  }
  footer .footer_copyright {
    font-size: 1.0rem;
    padding: 10px;
  }
  footer .footer_copyright .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer ul.footer_menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  footer .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .emergency_notice {
    font-size: 12px;
  }
  .emergency_notice a {
    padding: 10px 7px;
  }
  .news_area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .news_area .block_title {
    margin-bottom: .5em;
    text-align: center;
  }
  .news_area dl {
    width: 100%;
    min-width: unset;
  }
  .news_area dt {
    width: 100px;
    padding: 0 10px;
  }
  .news_area dd {
    width: calc(100% - 100px);
    padding: 0;
  }
  .news_area .news_comment {
    margin-left: -90px;
    padding-right: 10px;
  }
  .news_area .news_comment p {
    font-size: 1.2rem;
  }
  #recommend_area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #recommend_area .block_title {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #recommend_area p {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
  }
  #recommend_area ul.flex li .txtArea {
    width: 50%;
  }
  #recommend_area ul.flex li .imgArea {
    width: 50%;
    padding: 0;
  }
  #recommend_area ul.flex {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  #recommend_area ul.flex li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.0em;
    text-align: center;
    background-color: #f7f7f7;
  }
  .product_list_block .container {
    padding: 0;
  }
  .product_list_block .itemWrap {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
  .product_list_block .itemWrap_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .product_list_block .imgArea {
    width: 50%;
    padding-right: 5px;
    text-align: center;
    border: solid 1px #d3d3d3;
  }
  .product_list_block .txtArea {
    width: 50%;
    padding-left: 10px;
  }
  .product_list_block .available_quantity {
    font-size: 1.0rem;
    width: 40%;
    height: 30px;
    margin-right: 0;
    padding-right: 5px;
  }
  .product_list_block .available_quantity .item_body {
    font-size: 1.0rem;
    line-height: 100%;
    height: 20px;
    padding-top: 3px;
  }
  .product_list_block .quantity_box {
    width: 60%;
    height: 30px;
  }
  .product_list_block .quantity_box .boxhead {
    font-size: 1.0rem;
    line-height: 30px;
    height: 30px;
  }
  .product_list_block .box_body select {
    height: 30px;
  }
  .product_list_block .cart_box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product_list_block .cart_box a, .product_list_block .cart_box.sold {
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px;
  }
  .product_list_block .txtArea .txtAreaWrap {
    margin-bottom: 13px;
    text-align: center;
  }
  .quantity_box select {
    font-size: 16px;
    position: relative;
    position: relative;
    width: 40px;
    height: 30px;
    border: solid 1px #000;
    border-radius: unset;
    background-color: #fff;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  .quantity_box .box_body {
    position: relative;
  }
  .quantity_box .box_body:after {
    font-size: 1.0rem;
    position: absolute;
    top: 50%;
    right: 0;
    content: '▼';
    -webkit-transform: scale(.8) translate(-50%, -50%);
    transform: scale(.8) translate(-50%, -50%);
  }
  /* Category Page
------------------------------------------------------- */
  .LC_Page_Products_List #container .category_mainV {
    width: 100%;
  }
  .LC_Page_Products_List #container .category_mainV .category_mainV-caption {
    width: 90%;
  }
  .LC_Page_Products_List #container .title {
    width: calc(100% - 36px);
  }
  .LC_Page_Products_List #container .category_textArea{
    margin: 0 18px 3em;
  }
  .LC_Page_Products_List #container .category_textArea .category_textArea-overview {
    padding: 1em 0.5em;
  }
  .LC_Page_Products_List #container .category_textArea .category_textArea-overview-heading {
    font-size: 1.4rem;
  }
  .LC_Page_Products_List #container .category_textArea .category_textArea-overview-listItem {
    font-size: 1.4rem;
  }
  .LC_Page_Products_List #container .pagenumber_area {
    width: 100%;
    padding: 0 15px;
  }
  .LC_Page_Products_List #container .pager {
    padding: 0px 14px 40px;
    background: #ededed;
    margin: 0;
    padding-top: 0 !important;
  }
  .LC_Page_Products_List #container .pager a {
    color: #000;
    border-radius: 4px;
  }
  .LC_Page_Products_List #container .pager .disabled > a {
    color: #000;
    opacity: 0.4;
  }
  .LC_Page_Products_List #product-list-wrap {
    width: 100%;
  }
  .LC_Page_Products_List #product-list-wrap .list_area{
    display: flex;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: none;
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-image {
    width: 50%;
    text-align: center;
    border: solid 1px #d3d3d3;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-image-link {
    border: none;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-image .status_stock {
    right: 0;
    bottom: 1px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt {
    width: 50%;
    padding: 0 0 0 10px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt .available_quantity {
    width: 40%;
    height: 30px;
    margin-right: 0;
    padding-right: 5px;
    font-size: 1.0rem;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt .available_quantity .item_body {
    font-size: 1rem;
    padding-top: 3px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt .quantity_box .boxhead {
    height: 30px;
    line-height: 30px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt .quantity_box .box_body #cart-quantity {
    height: 30px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt .quantity_box {
    width: 60%;
    height: 30px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box .btn-block,
  .LC_Page_Products_List #product-list-wrap .product-list-txt .cart_box.sold{
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
  }
  .LC_Page_Products_List #product-list-wrap .product-list-txt #category_id {
    font-size: 1.2rem !important;
  }

  .LC_Page_Products_Detail #undercolumn {
    padding-top: 20px;
  }
  .LC_Page_Products_Detail #detailarea #detailphotobloc-wrap {
    width: 100%;
    margin-bottom: 2.0em;
  }
  .LC_Page_Products_Detail #detailarea #detailrightbloc-wrap {
    width: 100%;
  }
  .LC_Page_Products_Detail #detailarea .flex.item_header_info {
    display: block;
  }
  .LC_Page_Products_Detail #detailarea .item_header_info .delivery_quantity {
    width: 100%;
    margin-bottom: 0;
  }
  .LC_Page_Products_Detail #detailarea .item_header_info .item_data br {
    display: none;
  }
  .LC_Page_Products_Detail #detailarea .item_header_info .item_data {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .LC_Page_Products_Detail #detailarea .item_header_info .item_data a {
    margin-left: 1.0em;
    color: #000;
  }
  .LC_Page_Products_Detail #detailarea .item_title.serif {
    font-size: 1.8rem;
  }
  .LC_Page_Products_Detail #detailarea .quantity_cartBtn.flex {
    /* width: calc(100% - 80px); */
    width: 100%;
  }
  /* .LC_Page_Products_Detail #detailarea.express_product .quantity_cartBtn.flex {
    width: 100%;
  } */
  .LC_Page_Products_Detail #detailarea .cart_box_wrap {
    gap: 20px;
  }
  .LC_Page_Products_Detail #detailarea .cart_box_wrap .quantity_cartBtn {
    justify-content: space-between;
    gap: 5px;
  }
  .LC_Page_Products_Detail #detailarea .quantity_box {
    width: 110px;
  }
  .LC_Page_Products_Detail #detailarea.express_product .quantity_cartBtn #category_id {
    width: 56%;
    font-size: 1.4rem !important;
  }
  .LC_Page_Products_Detail #detailarea #category_id,
  .LC_Page_Products_Detail #detailarea #cartbtn_default {
    width: 56%;
  }
  .LC_Page_Products_Detail #detailarea.express_product #cartbtn_default {
    margin-top: 16px;
    margin-left: auto;
  }
  .LC_Page_Products_Detail #detailarea.express_product #cartbtn_default.sold {
    margin: 0;
  }
  .LC_Page_Products_Detail #detailarea.express_product .stock_zero {
    gap: 20px;
  }
  .LC_Page_Products_Detail #detailarea.express_product .stock_zero .quantity_cartBtn.flex {
    width: 100%;
  }
  .LC_Page_Products_Detail #detailarea #info h3 {
    font-size: 1.6rem;
  }
  .LC_Page_Products_Detail #detailarea .product_note_area .note_wrap dl {
    padding: 20px 15px;
  }
  .LC_Page_Products_Detail #detailarea .product_note_area .note_wrap dd {
    padding: 0 0 0 20px;
  }
  .bg_wrap {
    padding: 20px 0;
  }
  .bg_wrap.form_wrap dl {
    margin-bottom: 20px;
  }
  .bg_wrap.form_wrap dt, .bg_wrap.form_wrap dd {
    font-size: 1.3rem;
    display: block;
    width: 100%;
    margin-bottom: .5em;
    padding: 0 15px;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg_wrap.form_wrap dd {
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 1.0em;
    padding: 0 15px;
    border: none;
  }
  .btn_double .btn_back {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .btn_double .btn_blue {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .btn_double .btn_blue, .btn_double .btn_back, .btn_double .btn_wine {
    width: 100% !important;
    max-width: 100%; /*
	    font-size: 1.2rem;
	    height: 30px;
	    line-height: 30px;
*/
    margin-bottom: 1.0em;
  }
  .birthday_box .w80p {
    width: 100%;
  }
  .bg_wrap.form_wrap .flex.adress_input{
    align-items: flex-start;
  }
  .name_box .row, .kana_box .row {
    width: 100%;
  }
  .adress_input .col-sm-2{
    width: 100%;
    padding: 0 0 4px;
  }
  .adress_input .col-sm-10{
    width: 100%;
    padding: 0;
  }
  .address_box .box60 {
    width: 100%;
  }
  .mycondition_area .flex.order_item {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mycondition_area .order_detail_head {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order_list_item_tab_item{
    width:calc(50% - 5px);
    padding: 10px 5px;
  }
  .order_list_item_tab_item:first-of-type{
    margin-right:10px
  }
  .order_list_item_data {
    width: 100%;
    padding: 0;
  }
  .order_list_item_data .order_item dd {
    width: 70%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .order_list_item_data .order_item dt {
    width: 30%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .order_list_item_link {
    width: 100%;
    padding: 0;
  }
  .order_list_item_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order_list_item_link ul li {
    width: 35%;
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .overlay_popup {
    position: absolute;
    top: calc(50% - 200px);
    left: 5%;
    width: 90%;
    height: auto;
    font-size: 16px;
    padding: 40px 16px;
  }

  .point_expiration_date .overlay_mypage .overlay_popup .point_expiration {
    font-size: 22px;
  }

  .point_expiration_date .overlay_mypage .overlay_popup .date {
    font-size: 32px;
  }

  #mypagecolumn {
    padding: 0 15px 50px 15px;
  }
  .mypage_nav li a {
    font-size: 1.1rem;
    letter-spacing: -.05em;
  }
  .order_table_wrap table {
    width: 100%;
    table-layout: auto;
  }
  #mypagecolumn table .sp {
    display: table-cell;
  }
  #mypagecolumn table .pc {
    display: none;
  }
  .order_table_wrap table td.text-left {
    text-align: left;
  }
  .order_item dt {
    font-size: 1.0rem;
  }
  #mypagecolumn .box_inner dt {
    margin-bottom: .5em;
  }
  #mypagecolumn .box_inner dt, #mypagecolumn .box_inner dd {
    width: 100%;
    padding: 0;
    text-align: left;
    border: none;
  }
  .delivery_list_item .delivery_list_data {
    font-size: 1.2rem;
    width: 100%;
    padding: 15px;
  }
  .delivery_list_item .delivery_list_data dt {
    width: 100%;
  }
  .delivery_list_item .delivery_list_data dd {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  .delivery_list_item .delivery_list_edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .delivery_list_item .delivery_list_edit a {
    max-width: 30% !important;
    margin: 0 10px;
  }
  .accountCard_num{
    width: 70%;
  }
  .accountCard_num_pin{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .mypage_banner{
    margin-bottom: 20px;
  }
  .mypage_account{
    margin-bottom: 10px;
  }
  .mypage_account_item{
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .mypage_account_item .br{
    display: inline;
  }
  #mycontents_area.refusal div#complete_area  .message{
    margin-bottom: 40px;
    text-align: left;
  }
  #mycontents_area.refusal div#complete_area  .message .pc-only{
    display:none
  }
  /* MY page refusal */
  .btn_refusal{
    font-size: 1.1rem;
    letter-spacing: -.05em;
  }
  .login_form input.box300 {
    font-size: 16px !important;
  }
  .login_form-mypage{
    margin: 40px auto;
  }
  .login_form-mypage .title_image .pc-only{
    display: none;
  }
  .login_form-mypage .title_image .sp-only{
    display: block;
  }
  .login_form-mypage .campaign_slider.slick-slider{
    margin-bottom: 54px;
  }
  .login_form-mypage .campaign_slider.slick-slider .slick-dots{
    bottom:-25px;
  }
  .login_form-mypage h3 .fs-mini{
    font-size: 1.2rem;
  }
  .login_form-mypage .login_wrap .login_column{
    width: 100%;
    padding: 20px 10px
  }
  .login_form-mypage .login_wrap .login_column:first-of-type{
    margin-bottom: 30px;
  }
  .login_form-mypage .input_box li {
    margin-bottom: 24px;
  }
  .login_form-mypage .input_box li.login_forgot {
    margin-bottom: 30px;
  }
  .login_form-mypage li.login_btn .btn_back,
  .login_form-mypage li.login_entry .btn_back{
    width: 100%;
  }
  .wineSalonLink{
    padding: 40px 0;
  }
  .wineSalonLink .wineSalonLink_list{
    padding: 0 25px;
  }
  .wineSalonLink .wineSalonLink_list .wineSalonLink_list_item:nth-last-child(-n + 2){
    margin-top: 0;
  }
  .wineSalonLink .wineSalonLink_list .wineSalonLink_list_item:not(:first-child){
    margin-top: 30px;
  }
  .wineSalonLink .wineSalonLink_list .wineSalonLink_list_item{
    width: 100%;
    max-width: 100%;
  }
  .wineSalonLink .wineSalonLink_list .wineSalonLink_list_item_link{
    font-size: 1.4rem;
  }
  .mypage_pointlog_current{
    margin: 0 auto 10px;
  }
  .mypage_pointlog_current_team,
  .mypage_pointlog_current_description{
    font-size: 1.4rem;
  }
  .mypage_pointlog_item{
    padding: 18px 0;
  }
  .mypage_pointlog_date{
    width: 25.2%;
  }
  .mypage_pointlog_outline{
    width: 52.2%;
  }
  .mypage_pointlog_point{
    width: 22.6%;
  }
  .mypage_pointForm{
    max-width: 100%;
  }
  /*
  .mypage_pointlog_limit{
    width: 21 .3%;
  }
  */
  .pointItem h3.title{
    margin: 0 auto 2.0em auto;
  }
  .pointItem_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
  .pointItem_list_item{
    width: calc((100% - 20px) / 2);
  }
  .pointItem_list_item:not(:nth-child(4n+1)){
    margin-left: 0;
  }
  .pointItem_list_item:not(:nth-child(2n+1)){
    margin-left: 20px;
  }
  .pointItem_list_item .pointItem_list_item_body{
    padding-top: 12px;
  }
  .pointItem_list_item .pointItem_list_item_team{
    margin-top: 12px;
  }
  .pointItem_list_item .pointItem_list_item_point{
    width: 100%;
    margin: 0 auto 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pointItem_list_item .pointItem_list_item_point_team,
  .pointItem_list_item .pointItem_list_item_point_description{
    text-align: center;
    border: 2px solid #32242a;
    padding: 6px;

  }
  .pointItem_list_item .pointItem_list_item_point_team{
    background-color: #32242a;
    color: #fff;
    font-size: 1.1rem;
    width: 40%;
  }
  .pointItem_list_item .pointItem_list_item_point_description{
    background-color: #fff;
    line-height: 1;
    width: 60%;
  }
  #mycontents_area h3.mypage_pointitem_name{
    margin-bottom: 20px;
  }
  .mypage_pointitem::before{
    content: '';
    width: 100%;
    display: block;
    margin-top: -47px;
    height: 47px;
    pointer-events: none;
  }

  .mypage_pointitem_use{
    margin-bottom: 20px;
  }
  .mypage_pointitem_image{
    margin-bottom: 20px;
  }
  .mypage_pointitem_description{
    margin-bottom:25px;
  }
  .mypage_pointitem .btn_area{
    margin-top: 30px;
  }
  .mypage_pointitem a.btn_blue{
    max-width:100%;
  }
  .mypage_pointexchange_intro{
    margin-top: 60px;
  }
  .mypage_pointexchange_intro_team{
    font-size:16px;
  }
  .mypage_pointexchange_form{
    padding: 0 20px;
  }
  .mypage_pointexchange_note{
    padding: 40px 20px;
    margin-top: 40px;
  }
  .mypage_pointexchange_note_team{
    font-size:16px;
  }
  .mypage_pointexchange_note_list{
    margin-top:40px;
  }
  .mypage_pointexchange_agree input:checked + span::after{
    width: 12px;
    height: 20px;
    left: 10px;
    top: 4px;
  }

  .mypage_pointexchange_agree label span::before{
    width:32px;
    height:32px;
  }
  .memberscard h3.title{
    margin: 0 auto 2.0em auto;
  }

  .memberscardId{
    font-size:1.4rem;
  }
  .memberscardId_team,
  .memberscardId_description{
    padding: 8px;
  }

  .memberscard .flex.accountCard{
    margin-bottom: 10px;
  }
  .shopping_confirm .item_wrap, .LC_Page_Cart .item_wrap {
    width: auto;
    margin: 0 15px;
    padding: 15px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .shopping_confirm .item_wrap .deleteBtnArea, .shopping_confirm .item_wrap .imgArea, .shopping_confirm .item_wrap .textArea, .LC_Page_Cart .item_wrap .deleteBtnArea, .LC_Page_Cart .item_wrap .imgArea, .LC_Page_Cart .item_wrap .textArea {
    padding: 0 10px;
  }
  .shopping_confirm .item_wrap .imgArea, .LC_Page_Cart .item_wrap .imgArea {
    width: 40%;
  }
  .shopping_confirm .item_wrap .textArea, .LC_Page_Cart .item_wrap .textArea {
    width: 60%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .shopping_confirm .item_wrap .deleteBtnArea, .LC_Page_Cart .item_wrap .deleteBtnArea {
    margin: 10px;
  }
  .shopping_confirm .item_wrap .textArea .quantity_level a.btn.btn-default.btn, .LC_Page_Cart .item_wrap .textArea .quantity_level a.btn.btn-default.btn {
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
  .shopping_confirm .item_wrap .textArea .flex.quantity_level a, .LC_Page_Cart .item_wrap .textArea .flex.quantity_level a {
    font-size: 1.4rem;
  }
  .shopping_confirm .item_wrap .textArea dl dt, .LC_Page_Cart .item_wrap .textArea dl dt {
    line-height: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .shopping_confirm .item_wrap .textArea dl dd, .LC_Page_Cart .item_wrap .textArea dl dd {
    margin-bottom: 10px;
  }
  .shopping_confirm .btn_box, .LC_Page_Cart .btn_box {
    margin: 30px auto;
  }
  .shopping_confirm .btn_box.row, .LC_Page_Cart .btn_box.row {
    width: 90%;
  }
  .shopping_confirm .btn_box.row div, .LC_Page_Cart .btn_box.row div {
    margin-bottom: 20px;
  }
  .address_list {
    margin: 0 15px;
    border-top: solid 1px #ccc;
  }
  .address_list .address_list_item {
    padding: 20px 10px;
  }
  .address_list .radio-label span {
    width: 100px;
    margin-top: -8px;
    margin-left: 0;
  }
  .address_list .radio label {
    padding-right: 0;
    padding-left: 0;
  }
  .address_list .address_list_address {
    line-height: 200%;
    width: calc(100% - 130px);
    padding: 0;
    padding-left: 10px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
  .address_list .address_list_btn a {
    display: inline-block;
    width: 100px;
    margin: 0 10px;
  }
  .address_list .address_list_btn {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .LC_Page_Shopping_Deliv .form_info {
    padding: 0 15px;
  }
  .LC_Page_Shopping_Deliv .btn_box div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .LC_Page_Shopping_Deliv .btn_box div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LC_Page_Shopping_Deliv .btn_box div {

    width: 100%;
  }
  .LC_Page_Shopping_Deliv .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .select_wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .shopping_contact dt, .shopping_contact dd {
    width: 100%;
    padding: 0;
  }
  .shopping_confirm_wrap .form_wrap dl {
    margin-bottom: 20px;
  }
  .shopping_confirm_wrap .form_wrap dt, .shopping_confirm_wrap.form_wrap dd {
    font-size: 1.3rem;
    display: block;
    width: 100%;
    margin-bottom: .5em;
    padding: 0 15px;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shopping_confirm_wrap .form_wrap dd {
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 1.0em;
    padding: 0 15px;
    border: none;
  }
  .LC_Page_Shopping_Wrapping .form_wrap input.box60, .LC_Page_Shopping_Etching .form_wrap input.box60 {
    width: 60px;
  }
  .LC_Page_Shopping_Wrapping .shopping_info_wrap, .LC_Page_Shopping_Etching .shopping_info_wrap {
    padding: 10px;
  }
  .LC_Page_Shopping_Wrapping .pay_area.etching_sender.select_wrap, .LC_Page_Shopping_Etching .pay_area.etching_sender.select_wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .LC_Page_Shopping_Etching .etching_image_sample {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .LC_Page_Shopping_Etching .etching_message_sample {
    width: 100%;
    margin-bottom: 3.0em;
    padding: 0;
  }
  .LC_Page_Shopping_Etching .etching_message_sample img {
    width: 45%;
    margin: 0 2%;
  }
  .LC_Page_Shopping_Etching .bg_wrap {
    padding: 20px 0 10px 0;
  }
  .etching_detail .bg_wrap.form_wrap dt, .etching_message .bg_wrap.form_wrap dt {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    width: 100%;
    padding: 5px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .etching_detail .bg_wrap.form_wrap dd, .etching_message .bg_wrap.form_wrap dd {
    width: 100%;
    border-left: none;
  }
  .etching_detail .bg_wrap.form_wrap dd p, .etching_message .bg_wrap.form_wrap dd p {
    font-size: 1.0rem;
  }
  .etching_detail #sender_name.bg_wrap.form_wrap dd, .etching_message #sender_name.bg_wrap.form_wrap dd {
    width: 100%;
    padding: 5px 0;
    border-left: none;
  }
  .etching_detail #sender_name.bg_wrap.form_wrap dt, .etching_message #sender_name.bg_wrap.form_wrap dt {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .etching_detail #sender_name input.box300, .etching_message #sender_name input.box300 {
    width: 100%;
  }
  .etching_font_sample_title{
    font-size: 1.3rem;
  }
  .etching_font_sample_item{
    width: 100%;
  }
  .etching_font_sample_item p{
    font-size: 1.3rem;
  }
  .LC_Page_Shopping_Wrapping .wrapping_modal a {
    font-size: 1.2rem;
  }
  .LC_Page_Shopping_Wrapping #item_box_num dt {
    font-size: 1.0rem;
    width: 90px;
    height: 25px;
  }
  .LC_Page_Shopping_Wrapping #item_box_num dd {
    font-size: 1.0rem;
    width: calc(100% - 90px);
    height: 25px;
    padding: 0 10px;
  }
  .LC_Page_Shopping_Wrapping .select_item_wrap {
    margin: 30px auto;
  }
  .LC_Page_Shopping_Wrapping .delivname .bg_wrap, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap {
    margin-bottom: 2.0em;
    padding: 15px;
  }
  .LC_Page_Shopping_Wrapping .delivname .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl dt, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl dt {
    width: 100%;
    margin-bottom: .2em;
  }
  .LC_Page_Shopping_Wrapping .delivname .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .message_tab .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .noshi_tab .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .non_select_list_wrap .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .wrapping_SingleList .bg_wrap dl dd, .LC_Page_Shopping_Wrapping .wrapping_SetList .bg_wrap dl dd {
    width: 100%;
  }
  .LC_Page_Shopping_Wrapping .non_select_list_wrap dl.flex dt, .LC_Page_Shopping_Wrapping .noshi_tab dl.flex dt {
    width: 100px;
  }
  .LC_Page_Shopping_Wrapping .non_select_list_wrap dl.flex dd {
    width: calc(100% - 100px);
    padding-left: 10px;
    border-left: solid 1px;
  }
  .LC_Page_Shopping_Wrapping .flex.btn_wrap {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LC_Page_Shopping_Wrapping .pluralBtn {
    width: 80%;
    height: 40px;
  }
  .LC_Page_Shopping_Wrapping .noshi_tab dl.flex dl.sub_flex dt {
    width: 100%;
  }
  .LC_Page_Shopping_Wrapping .noshi_tab dl.flex dl.sub_flex dd {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .LC_Page_Shopping_Wrapping .noshi_tab dl.flex dl.sub_flex dd input {
    width: 100%;
  }
  .LC_Page_Shopping_Wrapping #gift_set {
    margin-bottom: 30px;
  }
  .message_tab dl.flex > dt,
  .noshi_tab dl.flex > dt {
    margin-bottom: 20px !important;
  }
  .noshi_info {
    flex-direction: column;
  }
  .noshi_info-title {
    margin-bottom: 10px;
  }
  .noshi_info-text {
    font-size: 12px;
  }
  .message_card-info {
    flex-direction: column;
  }
  .message_card-title {
    margin-bottom: 10px;
  }
  .message_card-text {
    width: 100%;
    font-size: 12px;
  }
  .message_tab dl.flex dd {
    padding-left: 0px;
    border-left: none;
  }
  .message_tab dl.sub_flex dd {
    border-left: none;
    width: 100% !important;
  }
  .message_tab dl.sub_flex dt {
    width: 100% !important;
  }
  #messageCardImage {
    max-width: 90%;
    max-height: 100%;
  }
  #message_card_to, #message_card_from {
    width: 100%;
  }
  .LC_Page_Shopping_Wrapping .noshi_tab dl.flex dl.sub_flex dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .noshi_preview_attention,
  .message_preview_attention {
    font-size: 10.8px;
    text-align: left;
    padding: 0 15px;
  }
  .tooltips {
    width: 90%;
    max-height: 70vh;
    overflow: scroll;
  }
  .tooltips_imagearea {
    flex-direction: column;
  }
  .tooltips_imagearea-left,
  .tooltips_imagearea-right {
    margin-top: 15px;
  }
  img.noshi_sample_image {
    display: block;
    margin: 0 auto !important;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .btn_box.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common_page {
    padding: 0 15px;
  }
  /* 会員特典
  ------------------------------------------------------- */
  #undercolumn_benefit .btn_area{
    margin: 30px 0 40px;
  }
  #undercolumn_benefit .btn_area .btn_blue{
    width: 100%;
    margin: 0 auto;
  }
  .benefit_block{
    margin-top: 30px;
  }
  .benefit_block_title{
    font-size: 18px;
  }
  .benefit_block_title::after{
    display: none;
  }
  .benefit_block_title_wrap{
    margin-right: 0px;
    line-height: 1.3;
  }
  .benefit_block_title_marker{
    width: 56px;
    height: 56px;
    font-size: 14px;
    margin-right: 12px;
  }
  .benefit_block_title_marker_num{
    font-size: 20px;
  }
  .benefit_block_text{
    font-size: 14px;
    line-height: 1.7;
  }
  .benefit_block_text-st{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }
  .benefit_block_flex{
    flex-wrap: wrap;
  }
  .benefit_block_flex_box:last-of-type{
    margin-top: 16px;
  }
  /* ワインサロンとは
  ------------------------------------------------------- */
  #undercolumn_winesalonguide .btn_area{
    margin: 30px 0 0;
  }
  #undercolumn_winesalonguide .btn_area .btn_blue{
    width: 100%;
  }
  .winesalonguide_block{
    margin-bottom: 40px;
  }
  .winesalonguide_block_text{
    line-height: 1.7;
    font-size: 14px;
  }
  .winesalonguide_section_title{
    margin-bottom: 40px;
  }
  .winesalonguide_list_item{
    margin-top: 40px;
    line-height: 1.7;
    font-size: 14px;
  }
  .winesalonguide_list_item_description-mini{
    margin: 40px 0;
  }

  /*フェアページ*/
  .cplp_caption {
    width: 100%;
    margin: 1.5em auto 5em auto;
    padding: 0 15px;
  }
  .cplp_products {
    flex-direction: column;
    width: 100%;
  }
  .cplp_item:first-of-type {
    margin-bottom: 60px;
  }
  .cplp_item img {
    width: 100%;
  }
  .cplp_item-inner {
    padding: 0 15px;
  }
  .cplp_products-attention {
    width: 100%;
    padding: 0 15px;
  }
  .cplp_box {
    flex-direction: column;
  }
  .cplp_left-box {
    width: 100%;
  }
  .cplp_right-box {
    width: 100%;
    padding: 15px;
  }
  .cplp_btn-flex {
    flex-direction: column;
  }
  .cplp_btn {
    width: 80%;
  }
  .coming_bg-mask {
    padding: 40px 15px;
  }
  .coming_title {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 20px;
  }
  .coming_txt{
    font-size: 1.4rem;
  }
}

/* 記事ページ用
***************************/
.lp_mainV{
  width: 100%;
  margin:0 auto 48px;
}
.lp_section{
  margin: 0 auto 48px;
  width: 70%;
}
.lp_section_title-01{
  font-weight: bold;
  font-size: 16px;
  background-color: #161c3b;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 24px;
}
.lp_section_caption{
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: normal;
  text-align: left;
  margin: 0em 0em 0em 0em;
}
.lp_back_link{
  margin:  8em auto 4em;
  display: block;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #333333;
  background: #333333;
  border-radius: 0px;
  transition: .4s;
}
.lp_back_link:hover{
  background-color: #fff;
  color: #333333;
  text-decoration: none;
}
.lp_products_description{
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.lp_productsList{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lp_productsList_item{
  margin: 20px 0.5% 0;
  padding: 0px;
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lp_productsList_item_image{
  margin-bottom: 5px;
  padding: 0px;
}
.lp_productsList_item_image_link{
  display: block;
}
.lp_productsList_item_link:hover{
  cursor: pointer;
  opacity: 0.6;
}
.lp_productsList_item_container{

}
.lp_productsList_item_description{
  word-break: keep-all;
  text-align: center;
}
.lp_productsList_item_button_link{
  margin: 1em auto 0;
  display: block;
  width: 80%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #a80050;
  background: #a80050;
  border-radius: 0px;
  transition: .4s;
}
.lp_productsList_item_button_link:hover{
  background-color: #fff;
  color: #a80050;
  text-decoration: none;
}
.inteview_title-main{
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 0 auto 48px;
  padding: 15px 0;
  word-break: keep-all;
}
.inteview_question{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.75;
}
.inteview_answer{
  line-height: 1.75;
  font-size: 1.6rem;
}
.interview_profile{
  padding: 32px;
  background: #ededed;
  margin-bottom: 96px;
}
.inteview_title{
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
}
.inteview_name{
  font-weight: bold;
  font-size: 1.8rem;
}
.inteview_description{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width:680px) {
  .lp_section{
    width: 100%;
  }
  .lp_section_title-01{
    margin-bottom: 16px;
  }
  .lp_back_link{
    margin: 48px auto;
  }
  .lp_products_description{
    margin-bottom: 20px;
  }
  .lp_productsList_item{
    margin: 0 0 32px;
    width: 48%;
  }
  .lp_productsList_item:nth-child(2n){
    margin-left: 4%;
  }
  .inteview_title-main{
    font-size: 1.6rem;
    margin: 0 auto 32px;
  }
  .inteview_title-main_br{
    display: block;
  }
  .interview_profile{
    padding: 24px;
    margin-bottom: 64px;
  }
}

/*静的ページ*/
.users_page .ec-layoutRole__main{
  padding-top: 0;
  padding-bottom: 5px;
  max-width: 1230px;
}

/*body.users_page{*/
/*  letter-spacing: 0;*/
/*  font-size:14px;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*  body.users_page {*/
/*    font-size: 1.2rem;*/
/*  }*/
/*}*/

body.users_page table{
  border-color: gray;
}

