@charset "UTF-8";
/* reset
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: YuGothic, "Þâ¥´¥·¥Ã¥¯", "Hiragino Kaku Gothic ProN", Meiryo, "Þâ¥´¥·¥Ã¥¯", sans-serif !important;
  font-size: 1.4rem;
  color: #23090D;
  background: #f7f8f8;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.05em;
  position: relative;
}

a {
  color: #23090D;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}

a:visited {
  color: #23090D;
  text-decoration: none !important;
}

a:hover {
  color: #999;
  text-decoration: none !important;
}

a:active {
  color: #23090D;
  text-decoration: none !important;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.border_none {
  border: none !important;
}

/* _slick
---------------------------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "¢«";
}

[dir="rtl"] .slick-prev:before {
  content: "¢ª";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "¢ª";
}

[dir="rtl"] .slick-next:before {
  content: "¢«";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "&#8226;";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* animate
---------------------------------------------------------------------------------------*/
/* _header
---------------------------------------------------------------------------------------*/
.heidee_header {
  width: 100%;
  height: 90px;
  position: fixed;
  background: #f7f8f8;
  top: 0;
  left: 0;
  z-index: 99998;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .heidee_header {
    height: 60px;
  }
}

.heidee_header a {
  color: #23090D;
}

.heidee_header .header_logo {
  width: 235px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .heidee_header .header_logo {
    width: 170px;
    margin-left: 10px;
  }
}

.heidee_header .header_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.heidee_header .nav_ec ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.heidee_header .nav_ec ul .btn_mypage a {
  display: block;
  width: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heidee_header .nav_ec ul .btn_mypage a {
    width: 40px;
  }
}

.heidee_header .nav_ec ul .btn_mypage a:hover {
  opacity: 0.6;
}

.heidee_header .nav_ec ul .btn_mypage a img {
  width: 28px;
  margin: auto;
  height: auto;
}

.heidee_header .nav_ec ul .btn_mypage a p {
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .heidee_header .nav_ec ul .btn_mypage a p {
    display: none;
  }
}

.heidee_header .nav_ec ul .btn_cart a {
  display: block;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .heidee_header .nav_ec ul .btn_cart a {
    width: 50px;
  }
}

.heidee_header .nav_ec ul .btn_cart a:hover {
  opacity: 0.6;
}]

.heidee_header .nav_ec ul .btn_cart a .btn_cart_inr {
  text-align: center;
  position: relative;
}

.heidee_header .nav_ec ul .btn_cart a .btn_cart_inr img {
  width: 28px;
  margin: auto;
  height: auto;
}

.heidee_header .nav_ec ul .btn_cart a .btn_cart_inr .number {
  font-size: 1.1rem;
  color: #23090D;
  background: #e1dcc6;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: 0;
  right: 0;
}

.heidee_header .nav_ec ul .btn_cart a .btn_cart_inr p {
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .heidee_header .nav_ec ul .btn_cart a .btn_cart_inr p {
    display: none;
  }
}

.heidee_header .btn_kanazawa {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .heidee_header .btn_kanazawa {
    margin-right: 0;
  }
}

.heidee_header .btn_kanazawa a {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
}

.heidee_header .btn_kanazawa a:before {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #A89FA0;
  display: none;
}

.heidee_header .btn_kanazawa a:after {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #23090D;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .heidee_header .btn_kanazawa a:after {
    display: none;
  }
}

.heidee_header .btn_kanazawa a:hover:after {
  width: 100%;
  background: #A89FA0;
}

.heidee_header .btn_online {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .heidee_header .btn_online {
    margin-right: 0;
  }
}

.heidee_header .btn_online a {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  background: url("https://heidee-winery.jp/ec/images/common/ico_cart.svg") left center no-repeat;
  background-size: 24px;
  padding-left: 36px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .heidee_header .btn_online {
    display: none;
  }
}
.heidee_header .btn_online a:before {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #A89FA0;
  display: none;
}

.heidee_header .btn_online a:after {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #23090D;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .heidee_header .btn_online a:after {
    display: none;
  }
}

.heidee_header .btn_online a:hover:after {
  width: 100%;
  background: #23090D;
}

.g_nav {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(233, 233, 233, 0.98);
  z-index: 99997;
  overflow: scroll;
  padding-bottom: 140px;
}

.g_nav .g_nav_inr {
  max-width: 980px;
  margin: auto;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr {
    padding-top: 95px;
  }
}

.g_nav .g_nav_inr .nav_logo {
  width: 200px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav_logo {
    width: 28%;
  }
}

.g_nav .g_nav_inr .nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.g_nav .g_nav_inr .nav > li {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  padding: 0;
  margin: 35px 0 35px 20px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav > li {
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav > li > ul {
    display: none;
  }
}

.g_nav .g_nav_inr .nav > li > ul > li {
  margin-bottom: 5px;
}

.g_nav .g_nav_inr .nav > li > ul > li a {
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}

.g_nav .g_nav_inr .nav > li > ul > li a:hover {
  color: #A89FA0;
}

.g_nav .g_nav_inr .nav > li > a {
  color: #A89FA0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav > li > a {
    font-size: 0.8rem;
  }
}

.g_nav .g_nav_inr .nav > li > a:after {
  content: '';
  display: block;
  width: 20%;
  height: 1px;
  margin: 15px 0 25px;
  background: #23090D;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav > li > a:after {
    margin: 15px auto;
  }
}

.g_nav .g_nav_inr .nav > li > a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .g_nav .g_nav_inr .nav > li > a:hover:after {
    width: 80%;
    background: #23090D;
  }
}

.g_nav .g_nav_inr .nav > li > a span {
  display: block;
  font-size: 1.48rem;
  letter-spacing: 0.25rem;
  color: #23090D;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav > li > a span {
    font-size: 1.2rem;
  }
}

.g_nav .sub_area {
  max-width: 980px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .g_nav .sub_area {
    text-align: center;
  }
}

.g_nav .sub_area .sns_nav a {
  display: inline-block;
  width: 20px;
  margin: 10px;
}

.g_nav .sub_area .sns_nav a:hover svg {
  fill: #e1dcc6;
}

.g_nav .sub_area .sns_nav a svg {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  fill: #23090D;
}

/*----------¥Ï¥ó¥Ð¡¼¥¬¡¼¥¢¥¤¥³¥ó----------*/
.ico_nav_area {
  position: fixed;
  top: 35px;
  right: 25px;
  z-index: 99999;
  display: block;
  width: 35px;
}

.hamburger_area {
  width: 90px;
  height: 90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .hamburger_area {
    width: 60px;
    height: 60px;
    border-left: 1px solid #f7f8f8;
  }
}

.hamburger_area.header_fixed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hamburger_area:hover {
  cursor: pointer;
}

.hamburger {
  display: block;
  position: absolute;
  display: block;
  top: 34px;
  right: 22px;
  width: 40px;
  height: 21px;
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .hamburger {
    top: 19px;
    right: 20px;
    width: 25px;
    height: 21px;
  }
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger:hover span:nth-of-type(1) {
  top: -2px;
}

.hamburger:hover span:nth-of-type(3) {
  bottom: -2px;
}

.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #23090D;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 10px;
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger p {
  margin-top: 26px;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.1rem;
  font-family: YuGothic, "Þâ¥´¥·¥Ã¥¯", "Hiragino Kaku Gothic ProN", Meiryo, "Þâ¥´¥·¥Ã¥¯", sans-serif !important;
  font-weight: 400;
}

.active {
  top: 0 !important;
}

.active:hover {
  cursor: pointer;
}

.active:hover span:nth-of-type(1) {
  top: 1px;
}

.active:hover span:nth-of-type(3) {
  bottom: 1px !important;
}

.active span:nth-of-type(1) {
  top: 1px;
}

.active span:nth-of-type(3) {
  bottom: 1px !important;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}

.hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}

.active span:nth-of-type(2) {
  opacity: 0;
}

.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.btn_cart a {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #23090D;
}

@media screen and (max-width: 767px) {
  .btn_cart a {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
}

.btn_cart a:hover {
  opacity: 0.6;
}

.btn_cart a .btn_cart_inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.btn_cart a .btn_cart_inr img {
  width: 40px;
  margin: auto;
  height: auto;
}

.btn_cart a .btn_cart_inr .number {
  font-size: 1.1rem;
  color: #23090D;
  background: #e1dcc6;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: -5px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .btn_cart a .btn_cart_inr .number {
    top: -15px;
    right: -15px;
  }
}

/* _page
---------------------------------------------------------------------------------------*/
.wrapper {
  margin: 90px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin-top: 60px;
  }
}

.wrapper .main_area_nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav {
    display: block;
    margin: 0 0 0;
  }
}

.wrapper .main_area_nav a {
  display: block;
}

.wrapper .main_area_nav .group_nav {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.wrapper .main_area_nav .group_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.wrapper .main_area_nav .group_nav ul li {
  font-family: "ÞâÌÀÄ«", "Hiragino Mincho ProN", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W6", "HiraMinProN-W6", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "MS ÌÀÄ«", serif, Calibri, sans-serif;
  text-align: center;
  width: 33.3333%;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .group_nav ul li {
    border-right: 1px solid #ffffff;
  }
}

.wrapper .main_area_nav .group_nav ul li:last-child {
  border-right: 0;
}

.wrapper .main_area_nav .group_nav ul li a {
  padding: 12px 20px;
  background: #EAEAEA;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .group_nav ul li a {
    padding: 10px;
  }
}

.wrapper .main_area_nav .group_nav ul li a:hover {
  background: #23090D;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .group_nav ul li a {
    font-size: 1.2rem;
  }
}

.wrapper .main_area_nav .group_nav ul li a span {
  display: block;
  font-size: 1rem;
  color: #A89FA0;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .nav_ec {
    margin-right: 0;
  }
}

.wrapper .main_area_nav .nav_ec ul {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .nav_ec ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .nav_ec ul li {
    width: 50%;
  }
}

.wrapper .main_area_nav .nav_ec a {
  padding: 22px 20px;
  text-align: center;
  font-size: 1.2rem;
  width: 135px;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area_nav .nav_ec a {
    width: 100%;
    padding: 10px;
  }
}

.wrapper .main_area_nav .nav_ec .btn_mypage a {
  background: #A89FA0;
  color: #ffffff;
}

.wrapper .main_area_nav .nav_ec .btn_regi a {
  background: #23090D;
  color: #ffffff;
}

.wrapper .main_area {
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
  padding: 0 25px;
  max-width: 1380px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .wrapper .main_area {
    width: 100%;
    padding: 15px;
  }
}

.wrapper .side_area {
  width: 230px;
}

@media screen and (min-width: 768px) {
  .wrapper .side_area {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .side_area {
    width: 100%;
    padding: 20px;
    background: #EAEAEA;
    margin-top: 1px;
  }
}

.wrapper .side_area .ac_block .ac_block_title {
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper .side_area .ac_block .ac_block_title {
    display: none;
  }
}

.wrapper .side_area .ac_block .ac_block_title h2:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #23090D;
  border-right: solid 1px #23090D;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wrapper .side_area .ac_block .ac_block_title.ac_block_active h2:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #23090D;
  border-right: solid 1px #23090D;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .wrapper .side_area .ac_block .ac_block_inr {
    display: none;
  }
}

.wrapper .side_area ul {
  padding: 0 30px 0;
}

@media screen and (max-width: 767px) {
  .wrapper .side_area ul {
    padding: 0;
    margin-top: 15px;
  }
}

.wrapper .side_area ul li {
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .wrapper .side_area ul li {
    margin: 15px 0;
  }
}

.wrapper .side_area ul li a {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  color: #A89FA0;
  font-size: 1rem;
  line-height: 1.89;
  position: relative;
}

.wrapper .side_area ul li a span {
  font-family: "ÞâÌÀÄ«", "Hiragino Mincho ProN", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W6", "HiraMinProN-W6", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "MS ÌÀÄ«", serif, Calibri, sans-serif;
  display: block;
  font-size: 1.4rem;
  color: #23090D;
}

@media screen and (max-width: 767px) {
  .wrapper .side_area ul li a span {
    font-family: YuGothic, "Þâ¥´¥·¥Ã¥¯", "Hiragino Kaku Gothic ProN", Meiryo, "Þâ¥´¥·¥Ã¥¯", sans-serif !important;
    font-size: 1.4rem;
  }
}

.wrapper .side_area ul li a:after {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #23090D;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wrapper .side_area ul li a:hover:after {
  width: 100%;
  background: #23090D;
}

.wrapper .side_area .sns_nav {
  margin: 30px 18px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .wrapper .side_area .sns_nav {
    text-align: center;
  }
}

.wrapper .side_area .sns_nav a {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  text-align: center;
}

.wrapper .side_area .sns_nav a:hover svg {
  fill: #e1dcc6;
}

.wrapper .side_area .sns_nav a svg {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  fill: #23090D;
}

.scroll_down {
  position: fixed;
  bottom: 0;
  left: -2px;
  z-index: 1;
  color: #23090D;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .scroll_down {
    display: none;
  }
}

.scroll_down .scroll_down_inr p {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll_down .scroll_down_inr .arrow {
  width: 1px;
  height: 100px;
  margin: 30px auto 0;
  background-color: none;
  position: relative;
  overflow: hidden;
}

.scroll_down .scroll_down_inr .arrow:before {
  content: '';
  width: 2px;
  height: 100px;
  margin: 30px auto 0;
  background-color: #23090D;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.section {
  margin: 49px 0 82px;
}

@media screen and (max-width: 767px) {
  .section {
    margin: 0 0 40px;
  }
}

.section .section_title {
  text-align: center;
  margin-bottom: 46px;
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  .section .section_title {
    margin-bottom: 32px;
  }
}

.section .section_title img {
  width: 29px;
  margin: 0 auto 10px;
}

.section .section_title h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #23090D;
  font-family: 'Libre Baskerville',"ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}

.product_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  .product_list {
    margin-left: -15px;
  }
}

.product_list .product_item {
  width: -webkit-calc(33.333333% - 25px);
  width: calc(33.333333% - 25px);
  margin-left: 25px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1209px) {
  .product_list .product_item {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .product_list .product_item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.product_list .product_item a {
  display: block;
}

.product_list .product_item h3 {
  margin: 1.5em 0 1em;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .product_list .product_item h3 {
    font-size: 1.35rem;
  }
}

.product_list .product_item h3 img {
  display: block !important;
  margin: 0 auto 10px !important;
}

.product_list .product_item p {
  font-size: 1.2rem;
  color: #A89FA0;
}

.product_list .product_item .s_expl {
  font-size: 1.3rem;
  margin-top: 1em;
  color: #23090D;
  text-align: left;
}

.ranking_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  .ranking_list {
    margin-left: -15px;
  }
}

.ranking_list .ranking_item {
  width: -webkit-calc(20% - 25px);
  width: calc(20% - 25px);
  margin-left: 25px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1209px) {
  .ranking_list .ranking_item {
    width: -webkit-calc(33.333333% - 25px);
    width: calc(33.333333% - 25px);
    margin-left: 25px;
    margin-bottom: 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .ranking_list .ranking_item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.ranking_list .ranking_item a {
  display: block;
}

.ranking_list .ranking_item h3 {
  margin: 1.5em 0 1em;
  font-size: 1.5rem;
}

.ranking_list .ranking_item h3 img {
  display: block !important;
  margin: 0 auto 10px !important;
}

.ranking_list .ranking_item p {
  font-size: 1.2rem;
  color: #A89FA0;
}

.ranking_list .ranking_item .s_expl {
  font-size: 1.3rem;
  margin-top: 1em;
  color: #23090D;
  text-align: left;
}

.favorite_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.favorite_list .favorite_item {
  width: -webkit-calc(16.5% - 10px);
  width: calc(16.5% - 10px);
  margin-left: 10px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_item {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.favorite_list .favorite_item h3 {
  margin: 1em 0 0.5em;
  font-size: 1.3rem;
}

.favorite_list .favorite_item h3 img {
  display: block !important;
  margin: 0 auto 10px !important;
}

.favorite_list .favorite_item p {
  font-size: 1.2rem;
}

.slick-prev {
  left: -20px !important;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: -10px !important;
  }
}

.slick-next {
  right: -15px !important;
}

@media screen and (max-width: 767px) {
  .slick-next {
    right: -8px !important;
  }
}

.slick-next:before,
.slick-prev:before {
  content: "" !important;
}

.slick-prev::before {
  position: absolute;
  top: 38% !important;
  right: 0;
  width: 16px;
  height: 16px;
  margin: -5px 0 0;
  border-bottom: solid 1px #4f4f4f;
  border-left: solid 1px #4f4f4f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-next::before {
  position: absolute;
  top: 38% !important;
  right: 0;
  width: 16px;
  height: 16px;
  margin: -5px 0 0;
  border-top: solid 1px #4f4f4f;
  border-right: solid 1px #4f4f4f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.free_page .free_page_title {
  text-align: center;
  font-size: 3rem;
  margin: 10px auto 60px;
}

.free_page .free_page_title h2:after, .free_page .free_page_title h2:before {
  content: "/";
  display: inline-block;
  margin: 0 21px;
}

@media screen and (max-width: 767px) {
  .free_page .free_page_title {
    font-size: 2rem;
    margin: 10px auto 30px;
  }
}

.free_page .about_page {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .free_page .about_page {
    margin-bottom: 60px;
  }
}

.free_page .about_page p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .free_page .about_page p {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

.free_page .look_book {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .free_page .look_book {
    margin-bottom: 60px;
  }
}

.free_page .look_book p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .free_page .look_book p {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

.price_free_pc {
  position: absolute;
  top: -66px;
  right: 12px;
  color: #e1dcc6;
  background: #990033;
  line-height: 45px;
  padding: 0 65px;
  letter-spacing: 0.1em;
  border: 1px solid;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  font-weight: 500;
}

.price_free_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #e1dcc6;
  background: #990033;
  text-align: center;
  padding: 15px;
  letter-spacing: 0.1em;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  font-weight: 500;
}

/* _footer
---------------------------------------------------------------------------------------*/
footer {
  background: rgba(0, 0, 0, 0.04);
  color: #23090D;
  margin-top: 90px;
  padding: 120px 25px 90px;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 60px;
    padding: 90px 25px 30px;
  }
}

@media screen and (min-width: 768px) {
  footer .footer_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

footer .footer_nav .logo {
  width: 38.50659%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .logo {
    width: 100%;
    margin-bottom: 45px;
  }
}

footer .footer_nav .logo img {
  width: 93px;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .logo img {
    width: 35%;
  }
}

footer .footer_nav .info {
  width: 61.49341%;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .info {
    width: 100%;
  }
}

footer .footer_nav .info h2 {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  font-family: "ÞâÌÀÄ«", "Hiragino Mincho ProN", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W6", "HiraMinProN-W6", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "MS ÌÀÄ«", serif, Calibri, sans-serif;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .info h2 {
    text-align: center;
  }
}

footer .footer_nav .info h2 span {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .info h2 span {
    display: block;
  }
}

footer .footer_nav .info .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer_nav .info .row .address {
  width: 50%;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .info .row .address {
    width: 100%;
  }
}

footer .footer_nav .info .row .phone {
  width: 50%;
}

@media screen and (max-width: 767px) {
  footer .footer_nav .info .row .phone {
    width: 100%;
  }
}

footer .footer_nav .info .row .phone dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

footer .footer_nav .info .row .phone dl dt {
  width: 90px;
}

footer .footer_information {
  margin-top: 90px;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  footer .footer_information {
    margin-top: 45px;
  }
}

footer .footer_information .footer_information_inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  footer .footer_information .footer_information_inr {
    margin-left: 0;
  }
}

footer .footer_information table {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  footer .footer_information table {
    width: 100%;
    margin-left: 0;
  }
}

footer .footer_information table th {
  width: 120px;
  padding: 25px 0;
  border-bottom: 1px solid #23090D;
}

@media screen and (max-width: 767px) {
  footer .footer_information table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.4rem;
    border: none;
    font-weight: bold;
  }
}

footer .footer_information table td {
  padding: 25px 15px;
  border-bottom: 1px solid #989898;
  white-space: nowrap;
}

footer .footer_information table td dl {
  display: -webkit-flex;
  display: flex;
}

footer .footer_information table td dl dt {
  width: 140px;
}

footer .footer_information table td dl dd span {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .footer_information table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 0 15px;
    border-bottom: 1px solid #23090D;
  }
}

footer .footer_end {
  margin-top: 90px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .footer_end {
    text-align: center;
  }
}

footer .footer_end ul {
  margin-bottom: 30px;
}

footer .footer_end ul li {
  display: inline-block;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  footer .footer_end ul li {
    margin: 0 10px;
  }
}

footer .footer_end .copyright {
  font-size: 1.2rem;
  color: #A89FA0;
}

@media screen and (max-width: 767px) {
  footer .footer_end .copyright {
    font-size: 1rem;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}


#main_i {
  border: none;
  padding-top: 0;
  margin: 15px!important;
  padding: 20px!important;
}


#main_i form img {
  max-width: 90px;
  
}

#validation_txt_i{
  color: #000; 
  font-size: 16px;
}


.validation_select{
  display: block !important;
  
}

#validation_select_yes, #validation_select_no {
  margin: 20px;
  

}


#validation_select_yes a, #validation_select_no a {
  color: #fff;
  text-decoration: none;
  padding: 20px 40px;
  background: #23090D;
  border-radius: 8px;
  display: block;
}

#validation_select_no a {
  background: #ccc;
}

#validation_select_yes a:hover, #validation_select_no a:hover {
  text-decoration: none;
  opacity: 0.9;
}

#validation_txt_sub_i {
  margin-bottom: 30px;
}

#logo_i a {
  text-decoration: none;
}

/* Á´ÂÎ¤òÞâ¥´¥·¥Ã¥¯¤ËÅý°ì */
* {
  font-family:
    "Yu Gothic",
    "YuGothic",
    "Þâ¥´¥·¥Ã¥¯ÂÎ",
    "Þâ¥´¥·¥Ã¥¯",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif !important;
}
