@charset "UTF-8";
/* ----------------------------------------------------------------
	artwork_container
---------------------------------------------------------------- */
.artwork .artwork_container h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto min(1.67vw,20px);
  font-size: min(4.5vw,54px);
  font-weight: 500;
  line-height: 1.5;
}
.artwork .artwork_container h1 span {
  display: block;
  font-size: min(1.67vw,20px);
}
.artwork .artwork_container p {
  text-align: center;
  font-size: min(1.33vw,16px);
  margin: 0 auto min(2.5vw,30px);
}
.artwork .artwork_container .selectbox-Area {
  text-align: center;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select,
::picker(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: base-select;
  background: #e6e6e6;
  border: none;
  border-radius: 10px;
  color: #623f1f;
}
::picker(select) {
  position: relative;
  top: -5px;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.2);
        font-size: 16px;
  background: #e6e6e6 !important;
}
::picker-icon {
  display: none;
}
  .artwork .artwork_container .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.artwork .artwork_container .selectbox-Area .selectbox::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #623f1f;
  border-right: solid 1px #623f1f;
  position: absolute;
  right: 15px;
  transform: rotate(135deg);
}
.artwork .artwork_container .selectbox-Area .selectbox select {
  /*appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;*/
  min-width: 450px;
  height: 74px;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 5px solid #efece9;
  background: #fff;
  border-radius: 0;
  color: #623f1f;
  font-family : inherit !important;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.artwork .artwork_container .selectbox-Area .selectbox select:focus {
  outline: none;
  font-family : inherit !important;
  font-size: 18px;
}
option:checked {
  /*display: none !important;*/
}

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .artwork .artwork_container h1 {
    margin: 0 auto 2.67vw;
    font-size: 7.2vw;
  }
  .artwork .artwork_container h1 span {
    display: block;
    font-size: 2.67vw;
  }
  .artwork .artwork_container p {
    text-align: center;
    font-size: 2.67vw;
    margin: 0 auto 4vw;
  }
  ::picker(select) {
    top: -0.67vw;
    font-size: 2.67vw;
  }
  .artwork .artwork_container .selectbox-Area .selectbox::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #623f1f;
    border-right: solid 1px #623f1f;
    position: absolute;
    right: 15px;
    transform: rotate(135deg);
  }
  /*
  .artwork .artwork_container .selectbox-Area .selectbox::after {
    display: none;
  }
  */
  .artwork .artwork_container .selectbox-Area .selectbox select {
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    min-width: inherit;
    width: 89.33vw;
    height: 14.67vw;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 5px solid #efece9;
    font-size: 2.67vw;
  }
  .artwork .artwork_container .selectbox-Area .selectbox select:focus {
    font-size: 2.67vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	artArea
---------------------------------------------------------------- */
#artArea {
  width: 100%;
  background: #623f1f;
  padding: min(5vw,60px) 0;
}
#artArea .inr {
  width: min(77.5vw,930px);
  margin: 0 auto;
}
#artArea .inr .lineupContainer {
  margin: 0 auto;
  max-width: 930px;
  column-count: 3;
  column-gap: 0;
}
#artArea .inr .lineupContainer .grid {
  padding-top: 30px;
  margin-top: -30px;
}
#artArea .inr .lineupContainer .grid a {
  display: block;
}
#artArea .inr .lineupContainer .grid .details {
  background: #fff;
  position: relative;
}
#artArea .inr .lineupContainer .grid .details.label-y::before {
  content: "Yellow";
  display: block;
  padding: 6px 6px;
  background: #e0d9d2;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1.0;
}
#artArea .inr .lineupContainer .grid .details.label-g::before {
  content: "Green";
  display: block;
  padding: 6px 6px;
  background: #e0d9d2;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1.0;
}
#artArea .inr .lineupContainer .grid .details .txtArea {
  width: 100%;
  padding: 20px 15px 36px;
  box-sizing: border-box;
}
#artArea .inr .lineupContainer .grid .details .txtArea h2 {
  font-size: 18px;
  line-height: 1.0;
  padding-bottom: 20px;
  position: relative;
  padding-left: 36px;
}
#artArea .inr .lineupContainer .grid .details .txtArea h2 span {
  display: block;
  padding: 5px;
  background: #623f1f;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}
#artArea .inr .lineupContainer .grid .details .txtArea .cap {
  font-size: 16px;
  line-height: 1.6875;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #artArea {
    padding: 5.33vw 0;
  }
  #artArea .inr {
    width: 89.33vw;
  }
  #artArea .inr .lineupContainer {
    max-width: inherit;
    column-count: 2;
  }
  #artArea .inr .lineupContainer .grid {
    padding-top: 4vw;
    margin-top: -4vw;
  }
  #artArea .inr .lineupContainer .grid .details.label-y::before {
    padding: 5px;
    font-size: 2.67vw;
  }
  #artArea .inr .lineupContainer .grid .details.label-g::before {
    padding: 5px;
    font-size: 2.67vw;
  }
  #artArea .inr .lineupContainer .grid .details .txtArea {
    padding: 2.67vw 2vw 6.67vw;
  }
  #artArea .inr .lineupContainer .grid .details .txtArea h2 {
    font-size: 3.2vw;
    padding-bottom: 2.67vw;
    padding-left: 6.4vw;
  }
  #artArea .inr .lineupContainer .grid .details .txtArea h2 span {
    padding: 3px;
    font-size: 2.67vw;
    margin-right: 5px;
  }
  #artArea .inr .lineupContainer .grid .details .txtArea .cap {
    font-size: 2.93vw;
    line-height: 1.6875;
  }
}


/* ----------------------------------------------------------------
	popup
---------------------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
  background: #623f1f;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.white-popup-block {
  position: relative;
	background: #fff;
	width: min(89.5vw,1074px);
	margin: 48px auto;
	padding: 76px min(15.58vw,187px) 84px;
  box-sizing: border-box;
}
.white-popup-block .modalInr {
  width: 100%;
  margin: 0 auto;
}
.white-popup-block figure {
  width: 100%;
  margin: 0 auto;
}
.white-popup-block figure img {
  width: 100%;
}
.white-popup-block.imgT figure {
  width: 35.17vw;
  max-width: 422px;
}
.white-popup-block figure figcaption {
  text-align: right;
  color: #666;
  font-size: 10px;
  line-height: 1.15;
  padding: 10px 0;
}
.white-popup-block .modalInr h2 {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
.white-popup-block .modalInr h3 {
  text-align: center;
  padding: 0 0 44px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
.white-popup-block .modalInr .popup-modal-txt {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 54px;
}
.white-popup-block .modalInr .popup-modal-txt span {
  display: block;
  text-align: right;
  padding-top: 0.2em;
}
.white-popup-block .modalInr .popup-modal-btn a {
  width: 450px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #efece9;
  color: #623f1f;
  transition: all 0.3s ease;
  position: relative;
}
.white-popup-block .modalInr .popup-modal-btn a.sales::before {
  content: '販売ページ(OIL)';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0;
}
.white-popup-block .modalInr .popup-modal-btn a.profile::before {
  content: 'プロフィール';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0;
}
.white-popup-block .modalInr .popup-modal-btn a.lottery::before {
  content: 'OIL抽選販売お申込ページ';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0;
}
.white-popup-block .modalInr .popup-modal-btn a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #623f1f;
  border-right: solid 1px #623f1f;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.popup-modal-closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup-modal-closeBtn a {
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.popup-modal-dismiss span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #623f1f;
  transform: rotate(45deg);
  vertical-align: middle;
}
.popup-modal-dismiss span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #623f1f;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .white-popup-block {
    width: 86.13%;
    max-width: inherit;
    margin: 2.67vw auto;
    padding: 6.67vw 4vw 11.33vw;
  }
  .white-popup-block .modalInr {
    max-width: inherit;
  }
  .white-popup-block.imgT figure {
    width: 100%;
    max-width: inherit;
  }
  .white-popup-block .modalInr h2 {
    padding: 5.33vw 0 2.67vw;
    font-size: 4.8vw;
  }
  .white-popup-block .modalInr h3 {
    padding: 0 0 6.67vw;
    font-size: 4.8vw;
    line-height: 1.25;
  }
  .white-popup-block .modalInr .popup-modal-txt {
    font-size: 3.33vw;
    line-height: 1.68;
    padding-bottom: 11.33vw;
  }
  .white-popup-block .modalInr .popup-modal-btn a {
    width: 90%;
    height: 16vw;
    font-size: 4vw;
    transition: none;
  }
  .white-popup-block .modalInr .popup-modal-btn a.sales::before {
    font-size: 4vw;
  }
  .white-popup-block .modalInr .popup-modal-btn a.profile::before {
    font-size: 4vw;
  }
  .white-popup-block .modalInr .popup-modal-btn a.lottery::before {
    font-size: 4vw;
  }
  .white-popup-block .modalInr .popup-modal-btn a:hover {
    opacity: 1;
  }
  .popup-modal-closeBtn {
    position: absolute;
    top: 2px;
    right: 2px;
  }
  .popup-modal-closeBtn a {
    width: 2.67vw;
    height: 2.67vw;
    transition: none;
  }
  .popup-modal-closeBtn a:hover {
    opacity: 1;
  }
  .popup-modal-dismiss span {
    width: 2.67vw;
    top: -2px;
  }
}