@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500&subset=japanese");
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Input
 * *********************************** */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

a {
  text-decoration: none;
}

.mgn-btm_8 {
  margin-bottom: 8px;
}

.mgn-btm_16 {
  margin-bottom: 16px;
}

.mgn-btm_24 {
  margin-bottom: 24px;
}

.mgn-btm_40 {
  margin-bottom: 40px;
}

.mgn-btm_64 {
  margin-bottom: 64px;
}

html {
  display: flex;
  flex-direction: column;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lato", "Helvetica", YuGothic, sans-serif;
  font-weight: 400;
  color: #313131;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

button, input, select, textarea {
  font-family: inherit;
  font-weight: 300;
  padding: 0 8px;
}

input::placeholder {
  color: #c8c8c8;
}

nav {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    line-height: 2;
  }

  html, body {
    height: 100%;
    min-height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    width: 100%;
    line-height: 1.7;
  }

  button, input, a {
    transition: all 0.2s ease 0s;
    will-change: transform;
  }
  button:hover, input:hover, a:hover {
    opacity: 0.4;
  }
}
footer {
  background-color: #d4cfcf;
  font-size: 0.8rem;
  padding-bottom: 24px;
}

html {
  font-size: 9.5px;
  font-weight: 400;
}

.wrapper {
  flex: 1 1 auto;
}
.wrapper__top {
  flex: 1 1 auto;
}

@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    height: auto !important; }
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wrapper__top {
    padding: 72px 0 0;
  }

  .content-box__100per {
    padding: 0;
  }
  .content-box__main, .content-box__product {
    padding: 0 1.6rem 0;
  }
  .content-box__cart, .content-box__wine-detail, .content-box__mypage, .content-box__search {
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .wrapper__top {
    padding: 0;
  }

  .content-box__100per {
    padding: 0;
  }
  .content-box__main, .content-box__cart, .content-box__mypage {
    max-width: 832px;
    margin: 0 auto;
    padding: 0 1.6rem;
  }
  .content-box__product, .content-box__wine-detail {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 1.6rem;
  }
  .content-box__search {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.txt_bold {
  font-weight: 700;
}

.nav-sp__local_wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  overflow-y: scroll;
}
.nav-sp__local_wrapper li {
  width: 100%;
  font-size: 1.4rem;
}
.nav-sp__local_wrapper li a {
  display: block;
  width: 100%;
  padding: 1.6rem 1.6rem;
  background: url("../img/common/icon_common-arrow_sml.svg") no-repeat right 1.6rem center;
  background-size: 1.2rem 1.2rem;
  border-bottom: 1px solid #d5d5d5;
}
.nav-sp__local_wrapper li:first-child {
  background: #e8e4e4;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.nav-sp__local_wrapper li:first-child a {
  padding: 1.5rem 1.6rem;
  background: url("../img/common/icon_common-arrow_prev.svg") no-repeat left 1.6rem center;
  background-size: 1.6rem 1.6rem;
}

.sec-nav_type,
.sec-nav_variety,
.sec-nav_area,
.sec-nav_price,
.sec-nav_size {
  left: -100%;
}

.nav-pc__local {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .nav-pc__local {
    display: block;
    margin-top: 0.8rem;
  }
  .nav-pc__local li {
    width: 100%;
    margin: 0;
    font-size: 1.2rem;
  }
  .nav-pc__local li a {
    display: inline-block;
    padding: 0.4rem 0;
  }
  .nav-pc__local li a::before {
    content: none !important;
  }
  .nav-pc__local li.more a {
    border: 1px solid #313131;
    padding: 0.4rem 0.8rem;
  }
}
.pankuzu {
  padding-bottom: 2rem;
  background: #fff;
  width: 100%;
}
.pankuzu ul {
  display: flex;
  justify-content: left;
  align-items: left;
  padding: 0 1.6rem;
  flex-wrap: wrap;
}
.pankuzu li {
  font-size: 1.2rem;
}
.pankuzu li span {
  padding: 6px 16px;
  background: #E0DADA;
}
.pankuzu li::after {
  content: "";
  background: url("../img/common/icon_common-arrow.svg") no-repeat center;
  display: inline-block;
  width: 32px;
  height: 10px;
  vertical-align: middle;
}
.pankuzu li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .pankuzu li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45%;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) and (max-width: 374px) {
  .pankuzu li:last-child {
    width: 42%;
  }
}

@media print, screen and (min-width: 769px) {
  .pankuzu {
    padding-bottom: 4rem;
  }
  .pankuzu ul {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal__policy-title {
  background: #eee;
  font-weight: 400;
  text-align: center;
}
.modal__policy h5 {
  padding-left: 0.8rem;
  font-weight: 400;
}
.modal__policy p, .modal__policy li {
  font-size: 1.2rem;
}
.modal__policy li {
  list-style: circle;
  list-style-position: inside;
  padding-left: 1.6rem;
}
.modal__policy table {
  border: 1px solid #cdcdcd;
  font-size: 1.2rem;
  text-align: left;
}
.modal__policy table th {
  background: #eee;
  font-weight: 400;
}
.modal__policy table th, .modal__policy table td {
  padding: 0.4rem 0.8rem;
  border: 1px solid #cdcdcd;
}
.modal__policy dl {
  *zoom: 1;
  font-size: 1.2rem;
}
.modal__policy dl:after {
  content: "";
  display: table;
  clear: both;
}
.modal__policy dt {
  float: left;
}
.modal__policy dd {
  padding-left: 4rem;
}

@media screen and (max-width: 768px) {
  .modal__policy {
    background: #fff;
    padding: 16px 8px 120px;
  }
  .modal__policy-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 140;
    padding: 12px 8px;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  .modal__policy-title {
    font-size: 1.2rem;
    padding: 0.2rem 0;
    margin-bottom: 1.2rem;
  }
  .modal__policy h5 {
    border-left: 0.6rem solid #eee;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .modal__policy p, .modal__policy ul {
    margin-bottom: 1.6rem;
  }
  .modal__policy table {
    margin-bottom: 1.6rem;
  }
  .modal__policy dl {
    margin-bottom: 3.2rem;
  }
  .modal__policy-open-sp {
    display: block;
  }
  .modal__policy-open-pc {
    display: none;
  }
  .modal__policy-open_wrap {
    margin-bottom: 3.2rem;
  }
  .modal__policy-close {
    border: 1px #707070 solid;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    width: 80%;
  }
  .modal__policy-close:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
@media print, screen and (min-width: 769px) {
  .modal__policy {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    padding: 1.6rem;
    background: #fff;
    overflow-y: scroll;
  }
  .modal__policy-wrap {
    display: block;
    width: 100%;
    height: 300px;
    padding: 3.2rem 0 0;
    background: #f7f7f7;
  }
  .modal__policy-title {
    font-size: 1.4rem;
    padding: 0.8rem 0;
    margin-bottom: 2.4rem;
  }
  .modal__policy h5 {
    border-left: 0.4rem solid #eee;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .modal__policy p, .modal__policy ul {
    margin-bottom: 3.2rem;
  }
  .modal__policy p, .modal__policy li, .modal__policy dl {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
  .modal__policy table {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
  .modal__policy-open-sp {
    display: none;
  }
  .modal__policy-open-pc {
    display: block;
  }
  .modal__policy-open_wrap {
    text-align: center;
    background: #f7f7f7;
    padding: 2.4rem 0;
    margin-bottom: 4rem;
  }
  .modal__policy-close {
    display: none;
  }
}
.error__wrap-heading {
  width: 100%;
  background: #ffe6e6;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
}
.error__wrap-heading p {
  font-size: 1.4rem;
  color: #950000;
}
.error__txt {
  display: block;
  font-size: 1.2rem;
  color: #950000;
  margin-top: 1rem;
  margin-left: 1.6rem;
  padding-left: 1.4rem;
  position: relative;
}
.error__txt::before {
  content: "●";
  position: absolute;
  font-size: 1rem;
  top: 0.2rem;
  left: 0;
  color: #950000;
}
.error__form {
  border: 1px solid #950000;
  background-color: #ffe6e6 !important;
  color: #950000;
}

@media print, screen and (min-width: 769px) {
  .error__txt {
    font-size: 1.4rem;
    margin-top: 1.4rem;
    margin-left: 1.8rem;
    padding-left: 1.8rem;
  }
  .error__txt::before {
    font-size: 1.2rem;
    top: 0.4rem;
  }
}
.footer__sns_link {
  display: flex;
}
.footer__sns_link li {
  width: 48px;
  height: 48px;
}
.footer__sns_link li.sns_twitter a {
  background: url("../img/common/sns_icon_twitter.svg") no-repeat center;
  background-size: 48px 48px;
}
.footer__sns_link li.sns_fb a {
  background: url("../img/common/sns_icon_fb.png") no-repeat center;
  background-size: 48px 48px;
}
.footer__sns_link li.sns_insta a {
  background: url("../img/common/sns_icon_insta.png") no-repeat center;
  background-size: 48px 48px;
}
.footer__sns_link li.sns_line a {
  background: url("../img/common/sns_icon_line.png") no-repeat center;
  background-size: 48px 48px;
}
.footer__sns_link a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    margin-bottom: 2.4rem;
  }
  .footer__nav li {
    width: 100%;
    background: #8c8484;
    border-bottom: 1px solid #fff;
  }
  .footer__nav li a {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 1.2rem;
    text-align: left;
    color: #fff;
  }
  .footer__nav li:last-child {
    border-bottom: none;
  }
  .footer__sns_link {
    justify-content: space-evenly;
    margin-bottom: 2.4rem;
  }
  .footer__btn_page-top {
    display: none;
  }
  .footer__txt_link {
    padding: 1.6rem 0;
    border-bottom: 1px solid #8c8484;
  }
  .footer__txt_link ul {
    display: flex;
  }
  .footer__txt_link li {
    margin-right: 2.4rem;
  }
  .footer__txt_link li:last-child {
    margin-right: 0;
  }
  .footer__information_wrapper {
    padding: 0 1.6rem;
  }
  .footer__information_links_wrapper {
    margin: 0 2.4rem;
    padding: 2.4rem 0 0;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .footer__information_links_wrapper__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 1.5rem 0;
  }
  .footer__information_links_wrapper__title::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #281200;
  }
  .footer__information_links_wrapper__title_2 {
    font-weight: 700;
  }
  .footer__title {
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 16px;
  }
  .footer__fig {
    margin-bottom: 16px;
  }
  .footer__fig img {
    width: 100%;
  }
  .footer__txt {
    margin-bottom: 40px;
  }
  .footer__txt p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .footer__caution {
    padding-top: 1.6rem;
  }
  .footer__caution ul {
    margin-bottom: 1.6rem;
  }
  .footer__about-adv {
    padding: 1.6rem 0;
    border-top: 1px solid #8c8484;
    border-bottom: 1px solid #8c8484;
  }
  .footer__about-adv_name {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .footer__about-adv_address {
    font-size: 1rem;
    margin-bottom: 1.6rem;
  }
  .footer__about-adv_external_link {
    border: 1px solid #d5d5d5;
    background: #8c8484;
  }
  .footer__about-adv_external_link a {
    display: block;
    padding: 4px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: url("../img/common/icon_external_link.svg") no-repeat right 8px center;
    background-size: 12px 12px;
  }
  .footer__logo-madeleine {
    margin: 0 auto 16px;
    width: 80px;
  }
  .footer__logo-dg {
    margin: 0 auto;
    width: 140px;
  }
  .footer__copy {
    margin-bottom: 16px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__nav, .footer__title, .footer__fig, .footer__txt, .footer__about-adv, .footer__txt_link {
    display: none;
  }
  .footer__wrapper {
    position: relative;
    max-width: 1032px;
    padding: 0 1.6rem;
    margin: 0 auto;
  }
  .footer__btn_page-top {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #313131;
    right: 1.6rem;
    top: -25px;
  }
  .footer__btn_page-top a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../img/common/icon_footer_arrow.svg") no-repeat center center;
    background-size: 16px 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .footer__flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__information_wrapper {
    padding: 2.4rem 0 0;
    margin-bottom: 0.8rem;
  }
  .footer__information_links_wrapper {
    padding: 2.4rem 0 0;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .footer__information_links_wrapper__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 1.5rem 0;
  }
  .footer__information_links_wrapper__title::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #281200;
  }
  .footer__information_links_wrapper__title_2 {
    font-weight: 700;
  }
  .footer__caution {
    font-size: 1.2rem;
  }
  .footer__sns_link {
    justify-content: flex-start;
    margin-bottom: 1.6rem;
  }
  .footer__sns_link li {
    margin-right: 1.6rem;
  }
  .footer__sns_link li:last-child {
    margin-right: 0;
  }
  .footer__sns_link li.sns_twitter a, .footer__sns_link li.sns_fb a, .footer__sns_link li.sns_insta a, .footer__sns_link li.sns_line a {
    background-size: 40px 40px;
  }
  .footer__logo-madeleine {
    text-align: right;
  }
  .footer__logo-madeleine img {
    width: 160px;
  }
  .footer__logo-dg {
    max-width: 1032px;
    padding: 0 1.6rem;
    margin: 0 auto;
    text-align: center;
  }
  .footer__logo-dg::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #a2a2a2;
    display: inline-block;
  }
  .footer__logo-dg img {
    margin: 1.6rem auto 0;
    width: 160px;
  }
  .footer__copy {
    margin-bottom: 1.6rem;
    text-align: right;
  }
}
.content-index {
  padding-top: 0;
}

@media print, screen and (min-width: 769px) {
  .content-index, nav + .breadcrumb .wrapper {
    padding-top: 0;
  }

  .title-itemlist {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 73px;
    overflow: auto;
  }

  .breadcrumb {
    position: static;
  }

  .header__tools li a {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    overflow: inherit;
  }

  .sub__ nav {
    position: static;
  }
}