﻿@charset "UTF-8";
/*==============================================================================================
 企画ページ用
==============================================================================================*/
/********** ▼pc▼ **********/
/*　共通　*/
.f-red, .f_red {
  color: #cc0000;
}
.f-purple {
  color: var(--basecolor);
}
.f-sizeS {
  font-size: var(--fsizeS);/*12px*/
}	 
.f-sizeM{
	font-size: var(--fsizeM);/*16px*/
}
.f-sizeL{
	font-size: var(--fsizeL);/*20px*/
}
.f-size2L{
	font-size: var(--fsize2L);/*20px*/
}
.f-size3L{
	font-size: var(--fsize3L);/*20px*/
}
.mincho {
  font-family: var(--mincho);
}
.Wide90 {
    width: 90%;
    margin: 0 auto;
}
.pc{display: block;}
.sp{display: none;}
/********** #ov_content **********/
#ov_content *, #ov_content *:before, #ov_content *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#ov_content .main_img {
    width: 100%;
    height: auto;
}
#ov_content h1 {
    font-family: var(--mincho);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
#ov_content h2 {
    padding: 0 0 0.5rem 42px;
    margin: 32px 0 24px 0;
    background-image: url(/Contents/ImagesPkg/common/bg_ttl_icon.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: 0 0;
    font-weight: normal;
    font-size: 30px;
    font-size: 2.6rem;
    line-height: 44px;
    font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-bottom: 1px solid #322e2d;
}
#ov_content h3{
    font-size: 2.0rem;
	font-weight: bold;
}
#ov_content h4{
    font-size: 1.8rem;
}
#ov_content .ttl_line{
    border-left: 5px solid var(--basecolor);
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
#ov_content section {
    margin-bottom: 5em;
}
#ov_content .main_img {
    width: 100%;
    height: auto;
}
#ov_content section p {
    margin-bottom: var(--mb_short);
}
#ov_content a {
    font-weight: bold !important;
}

#ov_content .txt_r {
    text-align: right;
}
#ov_content .txt_l {
    text-align: left;
}
#ov_content section .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ov_content section .flex .txtbox {
    width: 50%;
}
#ov_content section .flex figure {
    width: 48%;
    height: auto;
}
/***********#ov_content anc　***********/
#ov_content .anc {
    margin-top: 1em;
}
#ov_content .anc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ov_content .anc li {
    width: 49%;
    border: 1px solid var(--basecolor);
    font-size: var(--fsizeL);
    margin-bottom: 1em;
}
#ov_content .anc li a {
    display: block;
    padding: 5px;
    text-align: center;
	position: relative;
}
#ov_content .anc li a::after {
        content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--basecolor);
    border-bottom: 2px solid var(--basecolor);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s;
}
/***********#ov_content itembox　***********/
#ov_content .itemlist .itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em;
	border: 1px solid #555555;
	background-color: #ffffff;
}
#ov_content .itemlist .itembox > div {
    width: 50%;
    align-content: center;
}
#ov_content .itemlist .itembox_tx {
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#ov_content .itemlist .itembox_tx p {
    margin-bottom: 10px;
}
#ov_content .itemlist .itembox_tx .item_name {
    margin: 10px auto 1em;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2;
}
#ov_content .itemlist .itembox_tx .item_limited {
    padding: 0.5em;
    font-size: 1.2em;
    color: #000000;
    font-weight: bold;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    text-align: center;
}
#ov_content .itemlist .itembox_tx .item_price_tx {
    text-align: right;
    font-family: var(--mincho);
    font-weight: bold;
    font-size: 60px;
    padding-left: 10px;
}
#ov_content .itemlist .itembox_tx .yen {
    font-size: 15px;
}
#ov_content .itemlist .itembox_tx .item_price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#ov_content .itemlist .itembox_tx .item_price p:first-of-type {
    width: 100%;
    text-align: center;
}
#ov_content .itemlist .itembox_tx .circle {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #cc0000;
    top: 10px;
}
#ov_content .itemlist .itembox_tx .circle_tx {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width : 80px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
	color: #ffffff;
}
#ov_content .itemlist .itembox_tx .circle_tx span {
    font-size: 1.5em;
}
#ov_content .itemlist .itembox_tx .link_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    align-items: center;
	border: solid 1px var(--basecolor);
}
#ov_content .itemlist .itembox_tx .link_btn .order_number {
    width: 50%;
    padding: 0.5em;
    background-color: #ffffff;
    color: var(--black);
    text-align: center;
}
#ov_content .itemlist .itembox_tx .link_btn .link_btn_tx {
    width: 50%;
    display: block;
    padding: 1.5em 0.5em;
    font-size: var(--fsizeM);
    font-weight: bold;
    text-align: right;
    background: var(--basecolor);
    color: #ffffff;
}
#ov_content .itemlist .itembox_tx .link_btn .link_btn_tx::after {
    content: "▶";
    display: inline-block;
    text-align: right;
    padding: 10px;
    font-size: 0.7em;
}
/*itembox ---background black ver*/
#ov_content .itemlist .itembox.black{
	background-color: #000000;
}
#ov_content .itemlist .itembox.black .itembox_tx{color: #ffffff;}

/*** 20歳未満 禁止***/
#ov_content .caution {
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: var(--basecolor);
    padding: 0.5em;
}
#ov_content .caution_icon {
    width: 5%;
}
#ov_content .caution_txt {
    padding-left: 0.5em;
}
/*** 完売対応 ***/
	
#ov_content .sold{
		position: relative;
	}	
	
#ov_content .sold::before{
    position: absolute;
	content: "完売いたしました";
    background-color: rgb(51 51 51 / 70%);
	color: #cc0000;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    font-size: 2em;
    padding: 20% 0 0;
}

/**********▼　SP　▼**********/
@media screen and (max-width:767px) {
	.pc{display: none;}
	.sp{display: block;}
	.Wide90 {
		width: 100%;
}
/**********#ov_content for SP**********/
#ov_content h1 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 15px;
}
#ov_content h2 {
    font-size: 2.0rem;
    line-height: 1.6;
    padding: 1rem 0 1rem 42px;
	background-position: 0;
}
#ov_content h3{
    font-size: 1.8rem;
}
#ov_content h4{
    font-size: 1.6rem;
}
#ov_content section .flex .txtbox {
    width: 100%;
}
#ov_content section .flex figure {
    width: 100%;
}
/***********▼#ov_content anc▼***********/	
#ov_content .anc li {
    font-size: var(--fsizeM);
	padding-bottom: 1em;
}
#ov_content .anc li a::after {
    text-align: center;
    padding: 0;
	right: 50%;
	margin-top: 1.2em;
}
/*********** #ov_content for sp ***********/
#ov_content .itemlist .itembox {
    margin: 1em 0;
}
#ov_content .itemlist .itembox > div {
    width: 100%;
}
#ov_content .caution_icon {
    width: 15%;
}
#ov_content .itemlist .itembox_tx .item_price_tx {
    font-size: 50px;
}
#ov_content .itemlist .itembox_tx .circle {
    width: 70px;
    height: 70px;
}
#ov_content .itemlist .itembox_tx .circle_tx {
    width: 70px;
}
#ov_content .itemlist .itembox_tx .link_btn .order_number {
    width: 40%;
}
#ov_content .itemlist .itembox_tx .link_btn .link_btn_tx {
    width: 60%;
}
}

/*==============================================================================================
 商品ページより流用スタイル
==============================================================================================*/
/********** PC **********/
h2.ttl-type03 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 4px solid #333;
  display: inline-block;
  padding-bottom: 10px;
}
.l-img {
  display: flex;
  gap: 30px;
  max-width: 1000px;
  justify-content: center;
  margin: 40px auto 40px auto;
  align-items: center;
}
.l-img .photo {
  width: 50%;
}
.l-img .photo img {
  max-width: 100%;
}
.l-img.l-img-wine .photo {
  width: 33%;
}
.l-img .tx {
  width: 50%;
  text-align: left;
}
.l-img.l-img-wine .tx {
  width: 100%;
}
.l-img .tx h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.l-img.l-img-wine .contry {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.l-img.l-img-wine .detail-variety {
  margin-bottom: 10px;
}
.l-img.l-img-wine .contry img {
  width: 40px;
}
.l-img-wine .price span {
  color: var(--basecolor);
  font-weight: bold;
  font-size: 16px;
}
.l-img-wine .price {
  margin-bottom: 20px;
}
.l-img-wine .text {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
h2.ttl-type01 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 28px;
  font-weight: bold;
  border-top: 2px solid var(--basecolor) !important;
  border-bottom: 2px solid var(--basecolor) !important;
  display: block;
  padding: 20px;
  color: var(--basecolor);
  font-family: var(--mincho);
}
h2.ttl-type02 {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 28px;
  font-weight: bold;
  background: var(--basecolor) !important;
  display: block;
  padding: 20px;
  color: #fff;
  font-family: var(--mincho);
  border: 0 !important;
}
.l-img.type02 {
  gap: 0;
  border: 1px solid #ccc;
}
.l-img.type02 .tx {
  padding: 20px;
}
.l-img.type02 .tx h3 {
  background: #8a0068;
  color: #fff;
  padding: 10px;
}
.l-img.l-img-wine.type02 h3 {
  background: unset;
  padding: 0;
}
/*注意事項*/
.ml_note {
  max-width: 90%;
  margin: 0 auto 40px auto;
}
.ml_note_title {
  background: var(--basecolor);
  font-size: 20px;
  color: #fff;
  padding: 18px;
  font-weight: bold;
}
.ml_note_hd.off, .ml_note_text.off, .list_kome.off, .list_kome li.off {
  display: none;
}
.ml_note_text {
  margin-bottom: 20px;
}
.ml_note {
  border: 2px solid var(--basecolor);
}
.ml_note_box {
  padding: 20px;
}
.box_com.t_right {
  text-align: right;
  padding: 0 20px 20px 20px;
}
.ml_note_hd {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.ml_note .list_kome li {
  position: relative;
}
.ml_note .list_kome {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
.ml_note .list_kome li::before {
  content: "※";
  position: absolute;
  left: -1.3em;
}
.ml_note_text {
  font-size: 14px;
}
/********** SP **********/
@media screen and (max-width:767px) {
  .sp-flex {
    display: flex !important;
    gap: 10px;
    align-items: center;
  }
  .sp-flex .photo {
    width: 80px !important;
  }
  .l-img.type02 .tx {
    padding: 8px;
  }
  .l-img .tx p {
    clear: both;
    font-size: 13px;
    line-height: 1.4;
  }
  .l-img.type02 {
    gap: 0;
    padding: 4px;
  }
  .l-img .tx {
    padding: 8px;
  }
  h2.ttl-type01, h2.ttl-type02 {
    font-size: 16px;
  }
  .l-img.l-img-wine .contry img {
    width: 24px;
  }
  .l-img .tx h3 {
    font-size: 15px;
  }
  .l-img {
    display: flex;
    gap: 12px;
  }
  .cite {
    background: #f8f8f8;
    padding: 12px;
  }
  h2.ttl-type03 {
    font-size: 20px;
    border-bottom: 3px solid #333;
  }
  /*注意事項*/
  .ml_note_text {
    font-size: 13px;
  }
  .ml_note {
    max-width: 100%;
  }
  .ml_note_title {
    background: var(--basecolor);
    font-size: 15px;
    color: #fff;
    padding: 12px 8px;
    font-weight: bold;
  }
  .ml_note_hd {
    font-size: 15px;
  }
}