@charset "UTF-8";
/* ------------------------- Reset ------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
  background-color: #fff;
}

.font-walter {
  font-family: "Walter Turncoat", cursive;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #3a3a3c;
  transition: color 0.3s, opacity 0.3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  transition: opacity 0.3s;
  outline: none;
}

a:focus, a:active, input, textarea, button {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}

a:hover, a:hover img {
  opacity: 0.6;
}

.text-indent {
  text-indent: 3em;
}

.text-input, input[type=text], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  background-color: #fff;
  outline: none;
}

.input-width-full {
  width: 100%;
}

.input-width-50per {
  width: 50%;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=text] {
  -moz-appearance: textfield;
}

.text-center {
  text-align: center;
}

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

.flex-direction-column {
  flex-direction: column;
}

.warp {
  flex-wrap: wrap !important;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-30-px {
  font-size: 3rem;
}

.link-sp {
  pointer-events: none;
}

.content-900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.content-945 {
  width: 92%;
  max-width: 945px;
  margin: 0 auto;
}

.content-1000 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.content-1000-width100 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.content-1064 {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
}

.content-1064-fullwidth {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}

.content-1088 {
  width: 94%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1092 {
  width: 94%;
  max-width: 1092px;
  margin: 0 auto;
}

.content-1092-width100 {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
}

.content-1300 {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1366-width100 {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.content-1440 {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.color-blue {
  color: #0068b0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.bg-blue {
  background-color: #0068b0;
}

.bg-grey-dark {
  background-color: #343434;
}

.bg-grey-light {
  background-color: #EEEEEE;
}

.bg-white {
  background: #fff;
}

.bg-grey-DD {
  background: #DDD;
}

.bg-grey-D1 {
  background: #D1D1D1;
}

.bg-grey-E6 {
  background: #E6E6E6;
}

.bg-grey-EB {
  background: #EBEBEB;
}

.bg-grey-E8 {
  background: #E8E8E8;
}

.bg-grey-F5 {
  background: #F5F5F5;
}

.bg-grey-36 {
  background: #363636 !important;
}

.bg-bea870 {
  background: #bea870;
}

.bg-a8a9a8 {
  background: #a8a9a8;
}

.bg-997a5c {
  background: #997a5c;
}

.bg-dedede {
  background: #dedede;
}

.btn-row {
  display: flex;
}

.btn-row-center {
  display: flex;
  justify-content: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  font-size: 1.6rem;
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .btn {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn .icon-line-red {
  background: url(/wineshop/assets/images/commons/icon-red-btn.svg);
  background-repeat: no-repeat;
  padding-left: 55px;
  margin-left: -30px;
  background-position: left 0px top 50%;
}
@media screen and (max-width: 760px) {
  .btn .icon-line-red {
    background-size: 50px;
    padding-left: 25px;
  }
}
.btn .icon-link-right {
  background: url(/wineshop/assets/images/commons/link-web.svg);
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right 0px top 50%;
}

.btn-size-14 {
  font-size: 1.4rem;
}

.btn-size-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .btn-size-18 {
    font-size: 1.4rem;
  }
}

.btn-size-20 {
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .btn-size-20 {
    font-size: 1.4rem;
  }
}

.btn-height-45 {
  height: 45px;
}

.btn-height-60 {
  height: 60px;
}
@media screen and (max-width: 760px) {
  .btn-height-60 {
    height: 45px;
  }
}

.btn-height-70 {
  height: 70px;
}
@media screen and (max-width: 760px) {
  .btn-height-70 {
    height: 55px;
  }
}

.btn-width-200 {
  max-width: 200px;
  width: 100%;
}

.btn-width-360 {
  max-width: 360px;
  width: 100%;
}

.btn-width-540 {
  max-width: 540px;
  width: 100%;
}

.btn-grey {
  background-color: #B8B8B8;
  color: #000;
}

.btn-black {
  background-color: #000000;
  color: #fff;
}

.btn-transparent {
  background-color: transparent;
  color: #fff;
}

.btn-border-white {
  border: 1px solid #fff;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .gototop {
    right: 0px;
  }
  .gototop img {
    width: 50px;
  }
}

.show-600 {
  display: none;
}
@media screen and (max-width : 600px) {
  .show-600 {
    display: block;
  }
}

.hide-600 {
  display: block;
}
@media screen and (max-width : 600px) {
  .hide-600 {
    display: none;
  }
}

.show760 {
  display: none;
}
@media screen and (max-width: 760px) {
  .show760 {
    display: block;
  }
}

.hide760 {
  display: block;
}
@media screen and (max-width: 760px) {
  .hide760 {
    display: none;
  }
}

.show768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
}

.hide768 {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide768 {
    display: none;
  }
}

.row {
  display: flex;
}

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

.title-section {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 760px) {
  .title-section {
    font-size: 2.8rem;
  }
}
.title-section h1, .title-section h2, .title-section h3, .title-section h4, .title-section h5 {
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
}
.title-section h1 span, .title-section h2 span, .title-section h3 span, .title-section h4 span, .title-section h5 span {
  display: flex;
  justify-content: center;
}

.sub-title-section {
  font-size: 1.3rem;
  text-align: center;
}

#banner {
  background-color: #EBE9E2;
  padding: 0;
}
#banner img {
  margin: 0 auto;
}

.footer {
  text-align: center;
  padding: 30px 0;
}
.footer .icon-footer {
  margin: 20px 0;
}
.footer .icon-footer img {
  margin-left: auto;
  margin-right: auto;
}
.footer p {
  color: #000;
  font-size: 1.1rem;
}
.footer .txt-top-logo {
  color: #000;
  font-size: 1.6rem;
}

.radio-custom:checked ~ label {
  border-color: #8E49E8;
  background: #d5bbf7;
}

.btn-radio {
  background-color: #000;
  color: #fff;
  padding: 11px 15px;
  border-radius: 50px;
  position: relative;
  opacity: 1 !important;
  border: 3px solid #000;
}

label.box-radio .circle {
  height: 32px;
  width: 32px;
  background: #fff;
  border: 8px solid #fff;
  display: flex;
  margin-right: 15px;
  border-radius: 50%;
  transition: all 0.25s ease;
  box-shadow: inherit;
  justify-content: center;
  align-items: center;
}
label.box-radio .circle i {
  border: 1px solid #979797;
  border-radius: 50%;
  height: 16px;
  width: 18px;
  display: inline-block;
}

.radio-custom:checked ~ label .circle {
  border-color: #fff;
  background: #F50C08;
  border: 8.8px solid #fff;
}
.radio-custom:checked ~ label .circle i {
  border: 1px solid #F50C08;
}

.radio-custom:checked ~ label .btn-radio {
  border: 3px solid #F50C08;
}

.txt-radio {
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .txt-radio .regarding-sub-txt {
    font-size: 1rem;
  }
}

label.box-radio .plan {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}

input[type=radio] {
  display: none;
}

.chkbox-btn {
  display: flex;
  position: relative;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500 !important;
  justify-content: flex-start;
  align-items: center;
}

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox {
  border: 1px solid #979797;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 3px;
}

.box-checkbox {
  padding: 12px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 15px 10px 50px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .box-checkbox {
    font-size: 1.3rem;
    height: 60px;
    padding: 10px 10px 10px 50px;
  }
}

.frame-circle-chkbox {
  background: #fff;
  display: flex;
  position: absolute;
  top: 3px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.list-checkbox {
  margin-top: 20px !important;
}
.list-checkbox > ul > li + li {
  margin-top: 15px;
}

.note-checkbox {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .note-checkbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .note-checkbox {
    font-size: 1.4rem;
  }
}

.link-checkbox {
  margin-top: 20px !important;
}
.link-checkbox a {
  color: #36709F;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .link-checkbox a {
    font-size: 1.4rem;
  }
}
.link-checkbox a span {
  background: url(/wineshop/assets/images/commons/link-web-blue.svg);
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right 0px top 0px;
}

.link-tokutei {
  text-align: center;
  font-weight: 600;
}

/* On mouse-over, add a grey background color */
.chkbox-btn:hover input ~ .box-checkbox .frame-circle-chkbox .chkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .box-checkbox .frame-circle-chkbox .chkbox {
  background-color: #ed0c27;
  border-color: #ed0c27;
}

/* Create the checkmark/indicator (hidden when not checked) */
.box-checkbox .frame-circle-chkbox .chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .box-checkbox .frame-circle-chkbox .chkbox:after {
  display: block;
}

.chkbox-btn input:checked ~ .box-checkbox {
  background-color: #fff;
  border: 1px solid #ed0c27;
}

/* Style the checkmark/indicator */
.btn-link-order {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .btn-link-order {
    bottom: 100px;
    right: 0px;
  }
  .btn-link-order img {
    width: 50px;
  }
}

.top-page #banner {
  background-color: #EBE9E2;
  padding: 65px;
}
.top-page #banner img {
  margin: 0 auto;
}
.top-page .btn-link-order {
  display: block;
}

#section-wine-shop {
  margin: 20px;
  background-color: #EBE9E2;
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 760px) {
  #section-wine-shop {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-wine-shop {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-wine-shop {
    margin: 10px;
  }
}
#section-wine-shop .title-section span {
  background: url(/wineshop/assets/images/top/img-title-wine-shop.svg);
  background-repeat: no-repeat;
  background-position: right 70px top 50%;
}
@media screen and (max-width: 760px) {
  #section-wine-shop .title-section span {
    background-position: right 45px top 50%;
    background-size: 50px;
  }
}
#section-wine-shop .txt-detail {
  margin-top: 30px !important;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  #section-wine-shop .txt-detail {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-wine-shop .txt-detail {
    font-size: 1.4rem;
  }
}
#section-wine-shop .txt-detail p + p {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  #section-wine-shop .txt-detail p + p {
    margin-top: 20px;
  }
}

#section-sala {
  background-color: #3B709D;
  padding-top: 60px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 760px) {
  #section-sala {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-sala {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-sala {
    padding-top: 50px !important;
  }
}
#section-sala .detail-sala {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  #section-sala .detail-sala {
    flex-direction: column;
  }
}
#section-sala .detail-sala .txt-sala {
  width: 58%;
  color: #fff;
}
@media screen and (max-width: 760px) {
  #section-sala .detail-sala .txt-sala {
    width: 100%;
  }
}
#section-sala .detail-sala .txt-sala h3 img {
  max-width: 250px;
}
#section-sala .detail-sala .txt-sala p {
  padding-top: 40px !important;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 760px) {
  #section-sala .detail-sala .txt-sala p {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-sala .detail-sala .txt-sala p {
    font-size: 1.4rem;
    letter-spacing: 0.5;
  }
}
#section-sala .detail-sala .img-sala {
  width: 33.862%;
}
@media screen and (max-width: 760px) {
  #section-sala .detail-sala .img-sala {
    width: 100%;
    margin-top: 20px;
  }
  #section-sala .detail-sala .img-sala img {
    width: 100%;
  }
}

#section-order {
  background-color: #EBE9E2;
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 760px) {
  #section-order {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-order {
    padding-bottom: 60px !important;
  }
}
#section-order .title-section span {
  position: relative;
}
#section-order .title-section span:after {
  content: "";
  position: absolute;
  background: url(/wineshop/assets/images/top/img-title-order.svg);
  background-repeat: no-repeat;
  background-position: left 7px top 50%;
  width: 35px;
  height: 30px;
  left: 0;
  top: 26%;
}
@media screen and (max-width: 760px) {
  #section-order .title-section span:after {
    left: -3px;
    top: 10%;
    transform: scale(0.7);
  }
}
#section-order .txt-detail {
  margin-top: 30px !important;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  #section-order .txt-detail {
    margin-top: 25px !important;
  }
}
#section-order .txt-detail p + p {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  #section-order .txt-detail p + p {
    margin-top: 20px;
  }
}

.list-order {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .list-order {
    margin-top: 20px;
  }
}
.list-order > ul > li {
  padding: 40px 8.465%;
  background: url(/wineshop/assets/images/commons/line-dot.svg);
  background-repeat: repeat-x;
  background-position: top;
  display: flex;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li {
    padding: 40px 2.465%;
  }
}
.list-order > ul > li .list-title-order {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .list-title-order {
    flex-direction: column;
  }
}
.list-order > ul > li .list-title-order .step-txt {
  font-family: "Walter Turncoat", cursive;
  font-size: 3.2rem;
  margin-right: 20px;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .list-title-order .step-txt {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .list-title-order .step-txt-sub {
    width: 100%;
  }
}
.list-order > ul > li .list-title-order .note-red {
  font-size: 1.3rem;
  color: #F50C08;
}
.list-order > ul > li .book-set {
  text-align: center;
}
.list-order > ul > li .book-set h1, .list-order > ul > li .book-set h2, .list-order > ul > li .book-set h3, .list-order > ul > li .book-set h4, .list-order > ul > li .book-set h5 {
  font-weight: bold;
}
.list-order > ul > li .book-set .num-book-set {
  font-size: 4rem;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .book-set .num-book-set {
    font-size: 2.8rem;
  }
}
.list-order > ul > li .book-set span {
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .book-set span {
    font-size: 1.8rem;
  }
}
.list-order > ul > li .book-set-sub {
  background-color: #FFC400;
  width: fit-content;
  padding: 0 10px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .list-order > ul > li .book-set-sub {
    font-size: 1.3rem;
  }
}
.list-order > ul > li .list-radio {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .list-radio {
    margin-top: 20px;
  }
}
.list-order > ul > li .image-order {
  max-width: max-content;
  width: 35%;
}
.list-order > ul > li .txt-order {
  width: 65%;
  margin-left: 4.761%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .txt-order {
    font-size: 1.4rem;
    margin-left: 2.761%;
  }
  .list-order > ul > li .txt-order p br {
    display: none;
  }
}
.list-order > ul > li .txt-order h3 {
  font-family: "Walter Turncoat", cursive;
  font-size: 2.8rem;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li .txt-order h3 {
    font-size: 2rem;
  }
}
.list-order > ul > li:last-child {
  background: url(/wineshop/assets/images/commons/line-dot.svg), url(/wineshop/assets/images/commons/line-dot.svg);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
}
.list-order > ul > li:nth-child(even) {
  flex-direction: row-reverse;
}
.list-order > ul > li:nth-child(even) .txt-order {
  margin-left: 0;
  margin-right: 4.761%;
}
@media screen and (max-width: 760px) {
  .list-order > ul > li:nth-child(even) .txt-order {
    margin-right: 2.761%;
  }
}

.order-page .title-section {
  font-size: 3rem;
}
.order-page .title-section h1, .order-page .title-section h2, .order-page .title-section h3, .order-page .title-section h4, .order-page .title-section h5 {
  font-weight: bold;
}
.order-page #section-order {
  margin: 20px;
  background-color: #EBE9E2;
  padding-top: 80px !important;
}
@media screen and (max-width: 760px) {
  .order-page #section-order {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .order-page #section-order {
    margin: 10px;
  }
}
.order-page #section-order span:after {
  content: inherit;
}
.order-page .list-order {
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .order-page .list-order {
    margin-top: 40px !important;
  }
}
.order-page .list-order > ul > li {
  padding: 40px 0 60px 0;
  display: block;
}
.order-page .list-order > ul > li:last-child {
  background: url(/wineshop/assets/images/commons/line-dot.svg);
  background-repeat: repeat-x;
  background-position: top;
}
.order-page .btn-row {
  margin-left: 15px;
  margin-right: 15px;
}

.price-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px !important;
}
@media screen and (max-width: 760px) {
  .price-card {
    flex-direction: column;
  }
}
.price-card .card {
  width: 49%;
  background-color: #fff;
  padding: 20px 2.12% 40px 2.12%;
  border-radius: 8px;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  .price-card .card {
    width: 100%;
  }
}
.price-card .card .list-radio > ul > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .price-card .card + .card {
    margin-top: 15px;
  }
}
.price-card .tabs-red {
  border-top: 10px solid #FC0303;
}
.price-card .tabs-green {
  border-top: 10px solid #60AD77;
}
.price-card .tabs-indigo {
  border-top: 10px solid #36709F;
}

.price-note {
  font-size: 1.6rem;
  margin-top: 20px !important;
}

.price-link-target {
  margin-top: 10px !important;
}
.price-link-target a {
  color: #36709F;
  text-decoration: underline;
  font-weight: 600;
}
.price-link-target a span {
  background: url(/wineshop/assets/images/commons/link-web-blue.svg);
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right 0px top 0px;
}

.price-txt {
  width: 90%;
  text-align: center;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-txt {
    font-size: 1.3rem;
  }
}

.list-regarding .list-radio {
  margin-top: 20px !important;
}
.list-regarding .list-radio > ul > li + li {
  margin-top: 15px;
}
.list-regarding .list-radio .txt-radio {
  font-weight: bold;
}
.list-regarding .list-radio .regarding-txt {
  font-size: 1.9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 760px) {
  .list-regarding .list-radio .regarding-txt {
    font-size: 1.3rem;
  }
}
.list-regarding .list-radio .btn-radio {
  padding-right: 0;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 760px) {
  .list-regarding .list-radio .btn-radio {
    padding: 10px;
    height: 70px;
  }
  .list-regarding .list-radio .btn-radio .circle {
    margin-right: 10px;
  }
}
.list-regarding .list-radio .radio-custom:checked ~ label .btn-radio {
  background: #fff;
}
.list-regarding .radio-custom:checked ~ label .btn-radio {
  border: 1px solid #F50C08;
}

.recommendation {
  position: absolute;
  font-size: 1.1rem;
  background-color: #F50C08;
  color: #fff;
  border-radius: 50px;
  padding: 2px 5px;
  right: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recommendation {
    top: -9px;
  }
}
@media screen and (max-width: 760px) {
  .recommendation {
    top: inherit;
  }
}

.regarding-sub-txt {
  font-size: 1.3rem;
  letter-spacing: 0;
}

.list-detail-wine {
  margin-top: 20px !important;
}
.list-detail-wine > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-detail-wine > ul > li .txt-category {
  width: 140px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .list-detail-wine > ul > li .txt-category {
    font-size: 1.4rem;
  }
}
.list-detail-wine > ul > li .input-category input {
  border: 1px solid #979797;
  border-radius: 5px;
  width: 28px;
  height: 30px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .list-detail-wine > ul > li .input-category input {
    font-size: 1.6rem;
    padding: 3px;
  }
}
@media screen and (max-width: 760px) {
  .list-detail-wine > ul > li .input-category {
    font-size: 1.4rem;
  }
}
.list-detail-wine > ul > li + li {
  margin-top: 15px;
}

.txt-input-detail {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .txt-input-detail {
    margin-top: 25px !important;
  }
}

textarea {
  font-size: 1.6rem;
}

textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  textarea:-moz-placeholder {
    font-size: 1.4rem;
  }
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
}

textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

textarea::placeholder {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  textarea::placeholder {
    font-size: 1.4rem;
  }
}

.natural-wine {
  background-color: #D7DDBB;
  padding-top: 60px !important;
  padding-bottom: 80px !important;
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .natural-wine {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .natural-wine {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 760px) {
  .natural-wine {
    margin-top: 40px !important;
  }
}
.natural-wine .detail-natural-wine > p {
  font-weight: bold;
  font-size: 1.8rem;
}
.natural-wine .detail-natural-wine .chkbox-btn {
  font-weight: bold !important;
}

.step-txt-sub {
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 760px) {
  .step-txt-sub {
    font-size: 1.4rem;
  }
}

.txt-input-detail h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 760px) {
  .txt-input-detail h4 {
    font-size: 1.4rem;
  }
}
.txt-input-detail p {
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  .txt-input-detail p {
    font-size: 1.3rem;
  }
}
.txt-input-detail textarea {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  height: 180px;
  padding: 10px 15px;
  margin-top: 10px !important;
}

.box-content-dropdown .tabs-orange {
  background-color: #96E9BC;
}
.box-content-dropdown .tabs-orange:after {
  border-top: 7px solid #96E9BC;
}
.box-content-dropdown .tabs-green {
  background-color: #95DE32;
}
.box-content-dropdown .tabs-green:after {
  border-top: 7px solid #95DE32;
}
.box-content-dropdown .tabs-saffron {
  background-color: #F88071;
}
.box-content-dropdown .tabs-saffron:after {
  border-top: 7px solid #F88071;
}
.box-content-dropdown p + p {
  margin-top: 10px !important;
}
.box-content-dropdown .tabs-content-dropdown {
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  font-weight: bold;
}
.box-content-dropdown .tabs-content-dropdown:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -6px;
  width: 0;
  height: 0;
  clear: both;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.box-content-dropdown + .box-content-dropdown {
  margin-top: 80px !important;
}
@media screen and (max-width: 760px) {
  .box-content-dropdown + .box-content-dropdown {
    margin-top: 40px !important;
  }
}

.list-checkbox-content-dropdown {
  margin-top: 40px;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 760px) {
  .list-checkbox-content-dropdown {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .list-checkbox-content-dropdown {
    margin-bottom: 30px !important;
  }
}
.list-checkbox-content-dropdown h4 {
  font-weight: bold;
  margin-bottom: 10px !important;
}

.list-content-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .list-content-col2 {
    flex-direction: column;
  }
}
.list-content-col2 > li {
  width: 49%;
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .list-content-col2 > li {
    width: 100%;
  }
}

.list-content-col-multi {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media screen and (max-width: 760px) {
  .list-content-col-multi {
    justify-content: space-between;
    margin-left: 0px;
  }
}
.list-content-col-multi > li {
  margin-left: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .list-content-col-multi > li {
    width: 49%;
    margin-left: 0;
  }
}

.content-dropdown {
  display: none;
}

.popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 945px;
  margin: 20px auto;
  border-radius: 10px;
}
@media screen and (max-width: 760px) {
  .popup {
    padding: 20px;
  }
}
.popup .ttl {
  margin-bottom: 30px;
  padding-bottom: 35px;
  background: url(/wineshop/assets/images/commons/line-dot.svg);
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 760px) {
  .popup .ttl {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
.popup .ttl p {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
.popup .content + .content {
  margin-top: 40px;
}
.popup .content p strong {
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .popup .content p {
    font-size: 1.4rem;
  }
}
.popup .content p + p {
  margin-top: 20px;
}
.popup .content p.text-right {
  margin-top: 10px;
  text-align: right;
}
.popup .content p.remark {
  font-size: 1.4rem;
}
.popup .content p + .table-shipping {
  margin: 10px 0;
}
.popup .content .table-shipping .tr {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.popup .content .table-shipping .tr .td {
  width: 52%;
  min-width: 55px;
  padding: 10px 0;
  text-align: right;
}
.popup .content .table-shipping .tr .td.topic {
  width: 48%;
  min-width: auto;
  text-align: left;
}

#section-profile {
  background-color: #EBE9E2;
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 760px) {
  #section-profile {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-profile {
    padding-bottom: 60px !important;
  }
}

.profile-page #section-profile {
  margin: 20px;
  background-color: #EBE9E2;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 760px) {
  .profile-page #section-profile {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .profile-page #section-profile {
    padding-bottom: 60px !important;
  }
}
.profile-page .title-section {
  font-size: 3rem;
}
.profile-page .title-section h1, .profile-page .title-section h2, .profile-page .title-section h3, .profile-page .title-section h4, .profile-page .title-section h5 {
  font-weight: bold;
}
.profile-page .select-card-profile {
  background: url(/wineshop/assets/images/commons/line-dot.svg);
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile {
    margin-top: 25px !important;
  }
}
.profile-page .select-card-profile h2 {
  font-size: 1.8rem;
  text-align: center;
  padding-top: 30px !important;
}
.profile-page .select-card-profile .row-card {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .row-card {
    flex-direction: column;
    margin-top: 20px;
  }
}
.profile-page .select-card-profile .row-card .card {
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  padding: 15px 10px;
  margin: 35px 10px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .row-card .card {
    margin: 10px 10px;
    height: 130px;
  }
}
.profile-page .select-card-profile .row-card .card:hover {
  opacity: 0.8;
}
.profile-page .select-card-profile .row-card .card .discount {
  color: #F50C08;
  text-align: center;
}
.profile-page .select-card-profile .row-card .card h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .row-card .card h3 {
    font-size: 2.4rem;
  }
}
.profile-page .select-card-profile .row-card .card .tag {
  background-color: #F50C08;
  border-radius: 50px;
  max-width: fit-content;
  color: #fff;
  font-size: 1rem;
  padding: 3px 6px;
  margin-left: auto;
  margin-right: auto;
}
.profile-page .select-card-profile .row-card .card .note {
  font-size: 1.3rem;
}
.profile-page .select-card-profile .row-card .card .txt {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}
.profile-page .select-card-profile .row-card .active {
  background-color: #fff;
  border: 1px solid #F50C08;
}
.profile-page .select-card-profile .note-card {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .note-card {
    margin-top: 20px;
  }
}
.profile-page .select-card-profile .confirm {
  padding-top: 50px;
}
.profile-page .select-card-profile .confirm.thanks p {
  text-align: center;
  line-height: 36px;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm.thanks p {
    line-height: 26px;
    text-align: left;
  }
}
.profile-page .select-card-profile .confirm.thanks p + p {
  margin-top: 30px;
}
.profile-page .select-card-profile .confirm.thanks p a {
  color: #36709F;
  text-decoration: underline;
}
.profile-page .select-card-profile .confirm .confirm-row {
  padding-bottom: 28px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .confirm-row {
    padding-bottom: 18px;
  }
}
.profile-page .select-card-profile .confirm .confirm-row + .confirm-row {
  margin-top: 28px;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .confirm-row + .confirm-row {
    margin-top: 18px;
  }
}
.profile-page .select-card-profile .confirm .confirm-row.flex {
  display: flex;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .confirm-row.flex {
    display: block;
  }
}
.profile-page .select-card-profile .confirm .confirm-row .topic {
  width: 220px;
  min-width: 220px;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .confirm-row .topic {
    width: 100%;
    min-width: 100%;
  }
}
.profile-page .select-card-profile .confirm .confirm-row .topic p {
  font-weight: bold;
}
.profile-page .select-card-profile .confirm .confirm-row .field {
  width: 100%;
  padding-left: 15px;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .confirm-row .field {
    padding-left: 0;
    margin-top: 5px;
  }
}
.profile-page .select-card-profile .confirm .btn-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .btn-row {
    display: block;
  }
}
.profile-page .select-card-profile .confirm .btn-row a {
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .btn-row a {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .profile-page .select-card-profile .confirm .btn-row a + a {
    margin-top: 15px !important;
  }
}
.profile-page .select-card-profile .confirm .btn-row a span {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-left: 0px;
  background-position: left 30px top 50%;
}
.profile-page .section-profile-dropdown {
  margin: 20px;
  background-color: #EBE9E2;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  display: none;
}
@media screen and (max-width: 760px) {
  .profile-page .section-profile-dropdown {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .profile-page .section-profile-dropdown {
    padding-bottom: 60px !important;
  }
}
.profile-page .section-profile-dropdown .sub-btn {
  font-size: 1.3rem;
}
.profile-page .section-profile-dropdown .btn span {
  line-height: 1;
  padding-left: 70px;
  margin-left: -70px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .profile-page .section-profile-dropdown .btn span {
    background-position: left 45px top 50%;
  }
}
.profile-page .section-profile-dropdown .icon-left0 .btn {
  margin-top: 20px !important;
}
.profile-page .section-profile-dropdown .icon-left0 .btn span {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-left: 0px;
  background-position: left 30px top 50%;
  line-height: 1;
}
.profile-page .section-profile-dropdown .note-btn {
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .profile-page .section-profile-dropdown .note-btn {
    margin-top: 40px !important;
  }
}

.note-btn {
  text-align: center;
  color: #F50C08;
}

.group-input + .group-input {
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .group-input + .group-input {
    margin-top: 40px !important;
  }
}

.group-input .title-group-input {
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .group-input .title-group-input {
    font-size: 1.6rem;
  }
}
.group-input .title-group-input .comment {
  font-size: 1.3rem;
  color: #F50C08;
}
.group-input > ul {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .group-input > ul {
    margin-top: 25px !important;
  }
}
.group-input > ul > li {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 760px) {
  .group-input > ul > li {
    padding: 0px;
  }
}
.group-input > ul > li label {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .group-input > ul > li label {
    font-size: 1.6rem;
  }
}
.group-input > ul > li input {
  height: 64px;
  font-size: 1.6rem;
  padding: 15px;
}
@media screen and (max-width: 760px) {
  .group-input > ul > li input {
    height: 50px;
  }
}
.group-input > ul > li select {
  height: 64px;
  font-size: 1.6rem;
  padding: 15px;
  background-image: url("/wineshop/assets/images/commons/icon-pulldown.svg");
  background-repeat: no-repeat;
  background-position: center right 35px;
  background-size: 11px 16px;
}
@media screen and (max-width: 760px) {
  .group-input > ul > li select {
    height: 50px;
  }
}
.group-input > ul > li + li {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .group-input > ul > li + li {
    margin-top: 25px !important;
  }
}

#section-terms {
  background-color: #EBE9E2;
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 760px) {
  #section-terms {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  #section-terms {
    padding-bottom: 60px !important;
  }
}

.terms-page #section-terms {
  margin: 20px;
  background-color: #EBE9E2;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 760px) {
  .terms-page #section-terms {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 760px) {
  .terms-page #section-terms {
    padding-bottom: 60px !important;
  }
}
.terms-page .title-section {
  font-size: 3rem;
}
@media screen and (max-width: 760px) {
  .terms-page .title-section {
    font-size: 2.4rem;
  }
}
.terms-page .title-section h1, .terms-page .title-section h2, .terms-page .title-section h3, .terms-page .title-section h4, .terms-page .title-section h5 {
  font-weight: bold;
}
.terms-page .content-section {
  background: url(/wineshop/assets/images/commons/line-dot.svg);
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  margin-top: 30px !important;
  padding-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .terms-page .content-section {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 760px) {
  .terms-page .content-section p {
    font-size: 1.4rem;
  }
}
.terms-page .content-section p + p {
  margin-top: 10px;
}
.terms-page .content-section p + h2 {
  margin-top: 25px;
}
.terms-page .content-section p.text-right {
  margin-top: 10px;
  text-align: right;
}
.terms-page .content-section p.remark {
  font-size: 1.4rem;
}
.terms-page .content-section p.remark + p {
  margin-top: 25px;
}
.terms-page .content-section p + .table-shipping {
  margin-top: 10px;
}
.terms-page .content-section p a {
  color: #36709F;
  text-decoration: underline;
}
.terms-page .content-section h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .terms-page .content-section h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.terms-page .content-section .content {
  margin: 40px 0 0;
}
.terms-page .content-section .content p strong {
  font-weight: bold;
}
.terms-page .content-section .content + h2 {
  margin-top: 25px;
}
.terms-page .content-section .table {
  margin: 0 0 10px;
}
.terms-page .content-section .table .tr {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.terms-page .content-section .table .tr .td {
  width: 52%;
  min-width: 55px;
  padding: 10px 0;
  text-align: right;
}
.terms-page .content-section .table .tr .td.topic {
  width: 48%;
  min-width: auto;
  text-align: left;
}

/*# sourceMappingURL=stylesheet.css.map */
