@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

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

br.sp {
  display: none;
}

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

html, body {
  overflow-x: inherit;
}

@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

.pc_show {
  display: block;
}

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

.sp_show {
  display: none;
}

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

.wrapper {
  background: #fff;
  margin: min(0.99338vw,15px) 0 0;
  padding: min(2.64901vw,40px) min(1.98675vw,30px) min(3.97351vw,60px);
  border-radius: min(0.5298vw,8px);
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin: 3.90625vw 0 0;
    padding: 5.46875vw 3.90625vw 9.11458vw;
    border-radius: 1.5625vw;
  }
}

.wrapper section + section h3 {
  padding-top: min(1.98675vw,30px);
}

@media screen and (max-width: 768px) {
  .wrapper section + section h3 {
    padding-top: 5.20833vw;
  }
}

.wrapper section.line {
  margin-top: min(1.98675vw,30px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .wrapper section.line {
    margin-top: 7.8125vw;
    border-top: 0.26042vw solid rgba(0, 0, 0, 0.2);
  }
}

.wrapper section h3 {
  font-size: min(1.12583vw,17px);
  margin-bottom: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .wrapper section h3 {
    font-size: 4.42708vw;
    margin-bottom: 2.60417vw;
  }
}

.wrapper section h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(103, 196, 103, 0.15)));
  background: -webkit-linear-gradient(transparent 50%, rgba(103, 196, 103, 0.15) 50%);
  background: -o-linear-gradient(transparent 50%, rgba(103, 196, 103, 0.15) 50%);
  background: linear-gradient(transparent 50%, rgba(103, 196, 103, 0.15) 50%);
}

.wrapper section h4 {
  color: #FF4B4B;
  font-size: min(1.12583vw,17px);
  margin: min(1.0596vw,16px) 0 min(0.5298vw,8px);
}

@media screen and (max-width: 768px) {
  .wrapper section h4 {
    font-size: 4.42708vw;
    margin: 4.16667vw 0 2.08333vw;
  }
}

.wrapper section .img_box {
  width: 90%;
  margin: min(0.99338vw,15px) auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper section .img_box {
    width: 100%;
    margin-top: 3.90625vw;
  }
}

.wrapper section .text {
  font-weight: 400;
  letter-spacing: 0.08em;
}

.wrapper .detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

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

.wrapper .detail_wrap._col1 {
  width: 56.65%;
}

@media screen and (max-width: 768px) {
  .wrapper .detail_wrap._col1 {
    width: 100%;
    margin-bottom: 6.51042vw;
  }
}

.wrapper .detail_wrap._col2 {
  width: 37.8%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wrapper .detail_wrap._col2 {
    width: 100%;
  }
}

/* -----------------------------------------------------
	Each Section
----------------------------------------------------- */
.area_slider_col {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.area_slider_col img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.area_slider_col .detail_slider {
  width: 82.94%;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media screen and (max-width: 768px) {
  .area_slider_col .detail_slider {
    width: 100%;
  }
}

.area_slider_col .detail_slider.slick-initialized {
  opacity: 1;
}

.area_slider_col .detail_slider li {
  height: min(23.97351vw,362px);
}

@media screen and (max-width: 768px) {
  .area_slider_col .detail_slider li {
    height: auto;
  }
}

.area_slider_col .dots_box {
  width: 13.83%;
}

@media screen and (max-width: 768px) {
  .area_slider_col .dots_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .area_slider_col .dots_box .dots_wrap {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center;
  }
}

.area_slider_col .dots_box .dots_wrap li {
  height: min(5.49669vw,83px);
}

@media screen and (max-width: 768px) {
  .area_slider_col .dots_box .dots_wrap li {
    width: calc(100% / 4);
    height: auto;
    margin: 2.60417vw 0 0;
  }
}

.area_slider_col .dots_box .dots_wrap li + li {
  margin: min(0.66225vw,10px) 0 0;
}

@media screen and (max-width: 768px) {
  .area_slider_col .dots_box .dots_wrap li + li {
    margin: 2.60417vw 0 0 2.08333vw;
  }
}

@media (any-hover: hover) {
  .area_slider_col .dots_box .dots_wrap li {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
  }
  .area_slider_col .dots_box .dots_wrap li:hover {
    opacity: 0.7;
  }
}

.area_overview dl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  font-weight: 400;
}

.area_overview dl dt {
  text-align: right;
  width: 12.4%;
}

@media screen and (max-width: 768px) {
  .area_overview dl dt {
    width: 18.22917vw;
  }
}

.area_overview dl dd {
  width: 87.6%;
}

@media screen and (max-width: 768px) {
  .area_overview dl dd {
    width: 62.5vw;
  }
}

.movie .youtube {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flyer .col4 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.flyer .col4 li {
  width: 23.5%;
}

.flyer .col4 li + li {
  margin-left: 2%;
}

.flyer .col4 li:hover {
  cursor: pointer;
}

/* -----------------------------------------------------
	Order
----------------------------------------------------- */
.order {
  position: -webkit-sticky;
  position: sticky;
  top: min(6.62252vw,100px);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .order {
    position: inherit;
    top: 0;
    padding-top: 5.20833vw;
  }
}

.order .cate {
  color: #999;
  font-size: min(0.7947vw,12px);
}

@media screen and (max-width: 768px) {
  .order .cate {
    font-size: 3.125vw;
  }
}

.order .item_name {
  font-size: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .order .item_name {
    font-size: 5.20833vw;
  }
}

.order .price_area {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.order .price_area p {
  letter-spacing: 0.06em;
}

.order .price_area p span {
  font-size: min(1.5894vw,24px);
}

@media screen and (max-width: 768px) {
  .order .price_area p span {
    font-size: 6.25vw;
  }
}

.order .price_area p.price {
  padding: 0 min(0.13245vw,2px);
  margin-right: min(0.7947vw,12px);
}

@media screen and (max-width: 768px) {
  .order .price_area p.price {
    padding: 0 0.52083vw;
    margin-right: 2.60417vw;
  }
}

.order .price_area p.price.change {
  display: inline-block;
  position: relative;
}

.order .price_area p.price.change::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .order .price_area p.price.change::before {
    height: 0.52083vw;
  }
}

.order .price_area p.sale {
  color: #FF4B4B;
}

.order .postage {
  color: #67C467;
  font-size: min(0.7947vw,12px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .order .postage {
    font-size: 3.38542vw;
  }
}

.order .text {
  font-weight: 400;
  margin: min(0.92715vw,14px) 0;
}

@media screen and (max-width: 768px) {
  .order .text {
    margin: 5.20833vw 0;
  }
}

.order .note {
  font-weight: 400;
}

.order .form_wrap dl {
  margin-bottom: min(1.0596vw,16px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap dl {
    margin-bottom: 5.20833vw;
  }
}

.order .form_wrap dl dt {
  width: 100%;
  margin-bottom: min(0.2649vw,4px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap dl dt {
    margin-bottom: 1.04167vw;
  }
}

.order .form_wrap dl dt p {
  font-size: min(0.92715vw,14px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .order .form_wrap dl dt p {
    font-size: 3.64583vw;
  }
}

.order .form_wrap dl dd {
  width: 100%;
}

.order .form_wrap dl dd .select {
  position: relative;
  width: 100%;
}

.order .form_wrap dl dd .select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 52%;
  right: min(0.66225vw,10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(0.39735vw,6px);
  height: min(0.39735vw,6px);
  border-style: solid;
  border-width: min(0.39735vw,6px) min(0.2649vw,4px) 0 min(0.2649vw,4px);
  border-color: #333 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .order .form_wrap dl dd .select::after {
    right: 3.90625vw;
    width: auto;
    height: auto;
    border-width: 2.34375vw 1.5625vw 0 1.5625vw;
  }
}

.order .form_wrap dl dd .select select {
  width: 100%;
  font-size: min(0.99vw,15px);
  color: #333;
  background: #fff;
  border: solid 1px #707070;
  height: min(2.64901vw,40px);
  padding: 0 min(0.92715vw,14px);
  border-radius: min(0.2649vw,4px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap dl dd .select select {
    font-size: 3.125vw;
    border: solid 0.26042vw #707070;
    height: 10.41667vw;
    padding: 0 3.125vw;
    border-radius: 1.04167vw;
  }
}

.order .form_wrap .free_text {
  margin-bottom: min(1.0596vw,16px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .free_text {
    margin-bottom: 5.46875vw;
  }
}

.order .form_wrap .free_text p {
  font-size: min(0.92715vw,14px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .free_text p {
    font-size: 3.64583vw;
  }
}

.order .form_wrap .free_text textarea {
  font-size: min(0.99vw,15px);
  border: solid 1px #707070;
  border-radius: min(0.2649vw,4px);
  resize: none;
  width: calc(100% - min(1.06vw,16px));
  margin-top: min(0.2649vw,4px);
  padding: min(0.5298vw,8px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .free_text textarea {
    font-size: 3.125vw;
    border: solid 0.26042vw #707070;
    border-radius: 1.04167vw;
    width: calc(100% - 4.16667vw);
    margin-top: 1.04167vw;
    padding: 2.08333vw;
  }
}

.order .form_wrap .cart_in {
  margin: min(1.3245vw,20px) 0 min(1.98675vw,30px);
  padding: min(1.3245vw,20px) min(1.3245vw,20px) min(2.64901vw,40px);
  background: #F8F8F8;
  border-radius: min(0.39735vw,6px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in {
    margin: 6.51042vw 0;
    padding: 7.8125vw 5.20833vw;
    border-radius: 1.5625vw;
  }
}

.order .form_wrap .cart_in_col {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-bottom: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in_col {
    margin-bottom: 0;
  }
}

.order .form_wrap .cart_in_col .wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  width: 100%;
}

.order .form_wrap .cart_in_col .wrap:first-child {
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in_col .wrap:first-child {
    display: block;
  }
}

.order .form_wrap .cart_in_col .count {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-right: min(1.3245vw,20px);
}

.order .form_wrap .cart_in_col .count li {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  text-align: center;
  width: min(2.91391vw,44px);
  height: min(1.98675vw,30px);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in_col .count li {
    width: 11.45833vw;
    height: 7.8125vw;
  }
}

.order .form_wrap .cart_in_col .count li:not([class]) {
  width: min(1.98675vw,30px);
  background: #67C467;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in_col .count li:not([class]) {
    width: 7.8125vw;
  }
}

.order .form_wrap .cart_in_col .count li:not([class]) button span {
  color: #fff;
  font-size: min(1.5894vw,24px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in_col .count li:not([class]) button span {
    font-size: 6.25vw;
  }
}

.order .form_wrap .cart_in_col .count li button {
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .order .form_wrap .cart_in_col .count li button {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
  }
  .order .form_wrap .cart_in_col .count li button:hover {
    opacity: 0.7;
  }
}

.order .form_wrap .cart_in_col .count li span {
  font-size: min(1.12583vw,17px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in_col .count li span {
    font-size: 4.94792vw;
  }
}

.order .form_wrap .cart_in .btn {
  margin: 0 0 min(1.0596vw,16px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .btn {
    margin: 0 0 5.20833vw;
  }
}

@media (any-hover: hover) {
  .order .form_wrap .cart_in .btn {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
  }
  .order .form_wrap .cart_in .btn:hover {
    opacity: 0.7;
  }
}

.order .form_wrap .cart_in .btn-primary, .order .form_wrap .cart_in .btn-cart {
  color: #fff;
  width: 49%;
  line-height: min(2.64901vw,40px);
  background: #67C467;
  border-radius: min(0.39735vw,6px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .btn-primary, .order .form_wrap .cart_in .btn-cart {
    width: 100%;
    line-height: 10.41667vw;
    border-radius: 0.78125vw;
  }
}

.order .form_wrap .cart_in .btn-primary span, .order .form_wrap .cart_in .btn-cart span {
  position: relative;
  font-size: min(0.92715vw,14px);
  padding-left: min(1.72185vw,26px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .btn-primary span, .order .form_wrap .cart_in .btn-cart span {
    font-size: 3.90625vw;
    padding-left: 7.03125vw;
  }
}

.order .form_wrap .cart_in .btn-primary span::before, .order .form_wrap .cart_in .btn-cart span::before {
  content: '';
  display: inline-block;
  background: url(../img/detail/icon_quote.png) left top/contain no-repeat;
  width: min(0.99338vw,15px);
  height: min(1.25828vw,19px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .btn-primary span::before, .order .form_wrap .cart_in .btn-cart span::before {
    width: 3.90625vw;
    height: 4.81771vw;
  }
}

.order .form_wrap .cart_in .btn-cart span::before {
  background: url(../img/common/icon_cart.png) left top/contain no-repeat;
  width: min(1.19205vw,18px);
  height: min(1.0596vw,16px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .btn-cart span::before {
    width: 4.81771vw;
    height: 4.29688vw;
  }
}

.order .form_wrap .cart_in .btn-warning {
  width: min(2.45033vw,37px);
  height: min(2.45033vw,37px);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50vh;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .btn-warning {
    width: 9.63542vw;
    height: 9.63542vw;
    margin-left: 4.6875vw;
  }
}

.order .form_wrap .cart_in .inventory_status h3 {
  font-size: min(1.0596vw,16px);
  margin-bottom: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .inventory_status h3 {
    font-size: 3.64583vw;
    margin-bottom: 2.60417vw;
  }
}

.order .form_wrap .cart_in .inventory_status .status_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  gap: min(1.0596vw,16px) min(0.5298vw,8px);
  margin-bottom: min(1.0596vw,16px);
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .inventory_status .status_list {
    gap: 3.125vw 1.82292vw;
    margin-bottom: 3.90625vw;
  }
}

.order .form_wrap .cart_in .inventory_status .status_list li span {
  padding: min(0.2649vw,4px) min(0.66225vw,10px);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .inventory_status .status_list li span {
    padding: 1.04167vw 2.60417vw;
  }
}

.order .form_wrap .cart_in .inventory_status b.status {
  font-size: min(1.12583vw,17px);
  font-weight: 400;
  padding-left: min(0.2649vw,4px);
  line-height: 1;
  vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .inventory_status b.status {
    font-size: 4.16667vw;
    padding-left: 0.78125vw;
  }
}

.order .form_wrap .cart_in .inventory_status b.status.maru {
  color: #67C467;
}

.order .form_wrap .cart_in .inventory_status b.status.sankaku {
  color: #49AED3;
}

.order .form_wrap .cart_in .inventory_status b.status.batsu {
  color: #FF4B4B;
}

.order .form_wrap .cart_in .inventory_status .status_info {
  letter-spacing: 0.04em;
  font-size: min(0.86093vw,13px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .inventory_status .status_info {
    font-size: 3.38542vw;
  }
}

.order .form_wrap .cart_in .inventory_status .status_info b.status {
  line-height: 1;
  vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
  .order .form_wrap .cart_in .inventory_status .status_info b.status {
    font-size: 4.16667vw;
  }
}

.order .form_wrap label {
  cursor: pointer;
}

.order .form_wrap input[type="email"],
.order .form_wrap input[type="date"],
.order .form_wrap input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.order .form_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.order .form_wrap button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* -----------------------------------------------------
	Relation Item
----------------------------------------------------- */
.relation_item {
  padding-top: min(1.98675vw,30px);
  margin-top: min(1.98675vw,30px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .relation_item {
    padding-top: 5.20833vw;
    margin-top: 7.8125vw;
    border-top: 0.26042vw solid rgba(0, 0, 0, 0.2);
  }
}

.relation_item h3 {
  font-size: min(1.12583vw,17px);
  margin-bottom: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .relation_item h3 {
    font-size: 4.42708vw;
    margin-bottom: 2.60417vw;
  }
}

.relation_item .slick-prev, .relation_item .slick-next {
  top: 30%;
  z-index: 2;
  width: min(1.98675vw,30px);
  height: min(1.98675vw,30px);
  background: #67C467;
}

@media screen and (max-width: 768px) {
  .relation_item .slick-prev, .relation_item .slick-next {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

.relation_item .slick-prev::before, .relation_item .slick-next::before {
  content: '';
  display: block;
  width: min(0.66225vw,10px);
  height: min(0.66225vw,10px);
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .relation_item .slick-prev::before, .relation_item .slick-next::before {
    width: 2.08333vw;
    height: 2.08333vw;
    border: 0.52083vw solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
}

.relation_item .slick-prev {
  left: 8px;
}

@media screen and (max-width: 768px) {
  .relation_item .slick-prev {
    left: 1.04167vw;
  }
}

.relation_item .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.relation_item .slick-next {
  right: 4px;
}

@media screen and (max-width: 768px) {
  .relation_item .slick-next {
    right: 0.52083vw;
  }
}

.relation_item .slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.relation_item .col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: -8px;
}

@media screen and (max-width: 768px) {
  .relation_item .col5 {
    display: block;
    margin-inline: -1.04167vw;
  }
}

.relation_item .col5 li {
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li {
    width: 100%;
  }
}

.relation_item .col5 li a {
  display: block;
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a {
    margin: 0 1.04167vw;
  }
}

.relation_item .col5 li a .img {
  aspect-ratio: 4 / 3;
  border-radius: min(0.33vw,5px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a .img {
    border-radius: 1.30208vw;
  }
}

.relation_item .col5 li a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.relation_item .col5 li a .cate {
  font-size: min(0.86vw,13px);
  color: #999;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a .cate {
    font-size: 2.86458vw;
    margin-top: 1.04167vw;
  }
}

.relation_item .col5 li a .item_name {
  font-weight: 400;
  line-height: 1.3;
  padding-right: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a .item_name {
    font-size: 3.125vw;
    padding-right: 2.08333vw;
  }
}

.relation_item .col5 li a .price {
  font-size: min(1.19vw,18px);
  font-weight: 700;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a .price {
    font-size: 3.64583vw;
    margin-top: 1.04167vw;
  }
}

.relation_item .col5 li a .price.change {
  display: inline-block;
  position: relative;
}

.relation_item .col5 li a .price.change::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a .price.change::before {
    height: 0.52083vw;
  }
}

.relation_item .col5 li a .sale {
  color: #FF4B4B;
  font-size: min(1.19vw,18px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a .sale {
    font-size: 3.64583vw;
  }
}

.relation_item .col5 li a .others {
  font-weight: 400;
  line-height: 1.4;
}

.relation_item .col5 li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .relation_item .col5 li a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -----------------------------------------------------
  modal
----------------------------------------------------- */
#modal .btn_close {
  top: min(1.59vw,24px);
  right: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  #modal .btn_close {
    top: 3.125vw;
    right: 3.125vw;
  }
}

#modal .img_inner {
  max-width: min(59.52vw,900px) !important;
  max-height: 80%;
  overflow-y: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #modal .img_inner {
    max-width: 90% !important;
  }
}

#modal .img_inner img {
  width: 100%;
}
