@charset "UTF-8";
* {
    box-sizing: border-box;
}

body {
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
a:hover {
filter: alpha(opacity=50);
opacity: 0.5;
        transition:1s;
}

#wrap {
width: 100%;
}
header h1, header h2, header p
{
text-indent:100%;
white-space:nowrap;
overflow:hidden;
line-height: 0;
}
em {
    font-style: normal;
    font-weight: 800;
}



/************************************
デザインA（PC）
*************************************/
body {
    font-size: 16px;
    line-height: 1.8em;
}
.sp {
    display: none;
}
.pc {
    display: block;
}

@media screen and (max-width : 1024px) {
/* タブレット、スマホ用レイアウト に収めるデザインはこの中に記述 */
body {
        font-size: 14px;
        line-height: 1.8em
    }
.sp {
    display: block;
}
.pc {
    display: none;
}
}
/************************************
デザインB（タブレット、スマホ）
*************************************/
@media screen and (max-width : 768px) {
/* タブレット、スマホ用レイアウト に収めるデザインはこの中に記述 */
body {
        font-size: 12px;
        line-height: 1.8em;
    }
.sp {
    display: block;
}
.pc {
    display: none;
}
}

/************************************
ヘッダー
*************************************/
header {
    width: 100%;
    background: url("../images/mv.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 53.96%;
}

@media screen and (max-width : 768px) {
/* タブレット、スマホ用レイアウト に収めるデザインはこの中に記述 */
header {
    width: 100%;
    background: url("../images/sp_mv.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 53.96%;
}
}
/************************************
コンテンツ
**
***********************************/
.boxA {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
}
.boxB {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}
.specInner.fullWidth {
    flex: 1 1 100%;
}

ul.prodoctWrap {
    width: 100%;
    font-size: 0;
}
ul.prodoctWrap li {
    display: inline-block;
    vertical-align: middle;
    font-size: clamp(14px, 1.875vw, 24px);
    line-height: 1.5em;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
}
ul.prodoctWrap li.imgWrap {
    width: 42%;
    text-align: center;
}
ul.prodoctWrap li.txtWrap {
    width: 58%;
}
.specWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75em 1em;
}

.specInner {
    flex: 1 1 48%;
    min-width: 300px; 
    display: flex;
    flex-direction: column;
}
.specInner.fullWidth {
    flex: 1 1 100%;
}

.specInner div {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    line-height: 1.8em;
}

.specInner .marc {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    margin-top: 0.15em;
    flex-shrink: 0;
    background-image: url(../images/marc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.specInner .marc2 {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    margin-top: 0.15em;
    flex-shrink: 0;
    background-image: url(../images/marc2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.recipeWrap {
    width: 100%;
    padding: 0.5em 0.75em;
    background-color: #AC976B;
    border: 12px inset #CBAF87;
    margin: 0.75em auto;
    display: flex;
    flex-wrap: wrap;
    border-style: inset;
}

.recipeWrap .value {
    width: auto;
    font-size: 73%;
}
.recipeWrap .item {
    width: auto;
    margin: 1% auto;
}
.periodWrap {
  margin-left: 2em;
  margin-top: 2%;
  width: 100%;
}

.periodRow {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.periodRow .marc {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background-image: url(../images/marc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.periodRow .marc2 {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background-image: url(../images/marc2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.periodRow div {
  line-height: 1.5em;
  font-weight: 500;
}

.periodLabel {
    font-size: 90%;
    font-weight: 600;
}

.cartArea {
    margin: 1.5% 0;
}
.cartArea .addCart {
    width: 60%;
    max-width: 250px;
}
.cartArea .addCart:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition:1s;
}
.color01 {
    color: #c0a054;
}
/*-純米酒 箱根有基-*/

#area01Wrap {
    width: 100%;
    margin-top: -1px;
    background-image: url("../images/areaBG01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
figure #product01 {
    background: url("../images/product_img01.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 160.5%;
}
/*-純米酒 由布院煙-*/
#area02Wrap {
    width: 100%;
    background-image: url("../images/areaBG02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
figure #product02 {
    background: url("../images/product_img02.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 160.5%;
}

/*-純米酒 鬼怒川熱史-*/
#area03Wrap {
    width: 100%;
    margin-top: -1px;
    background-image: url("../images/areaBG03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
figure #product03 {
    background: url("../images/product_img03.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 160.5%;
}

/*-純米にごり酒 鳴子硫黄-*/
#area04Wrap {
    width: 100%;
    margin-top: -1px;
    background-image: url("../images/areaBG04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
figure #product04 {
    background: url("../images/product_img04.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 160.5%;
}

/*-辛口純米 蔵王立-*/
#area05Wrap {
    width: 100%;
    margin-top: -1px;
    background-image: url("../images/areaBG05.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
figure #product05 {
    background: url("../images/product_img05.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 160.5%;
}


@media screen and (max-width : 768px) {

figure #product01 {
    margin-top: 4em;
}

ul.prodoctWrap {
    width: 100%;
    max-width: 640px;
    font-size: 0;
    padding-bottom: 5%;
}
ul.prodoctWrap li {
    display: inherit;
}
ul.prodoctWrap li.imgWrap {
    width: 60%;
    margin: auto;
}
ul.prodoctWrap li.txtWrap {
    width: 100%;
}
.cartArea {
        text-align: center;
    }
.boxA {
    padding-top: 3em;
    margin: auto;
}
.boxB {
    padding-top: 1em;
}
.cartArea .addCart {
    width: 50%;
}
}

/*注意事項など*/
#attentionWrap{
    text-align: center; 
    color: #3e2222;
}
#attentionWrap h2 {
    width: 100%;
    border: 1px solid #3e2222;
    font-size:  clamp(14px, 1.5625vw, 20px);
    font-weight: 800;
    line-height: 1.8em;
    margin: 1em 0 0.5em;
}
#postage {
      font-size:  clamp(11px, 1.09375vw, 14px);  
    line-height: 1.5em;
    margin: 1.5em 0;
}
#receive {
    width: 90%;
    margin: auto;
    font-size:  clamp(14px, 1.40625vw, 18px);  
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
}
#attentionInner {
    font-size:  clamp(11px, 1.09375vw, 14px);  
    line-height: 1.5em;
    width: 100%;
    padding:1.5em 4em;
    border: 1px solid #a5862f;
    margin: 2em auto;
    text-align: left;
}
#attentionInner ul {
    margin-left: 1em;
}
#attentionInner ul li {
    list-style: disc;
}

@media screen and (max-width : 768px) {
#postage {
    text-align: left;
}
#receive {
    width: 100%;  
}
#attentionInner {
    font-size:  clamp(11px, 1.09375vw, 14px);  
    line-height: 1.5em;
    width: 100%;
    padding:1.5em 1.5em;
    border: 1px solid #a5862f;
    margin: 2em auto;
    text-align: left;
}
.specWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
}

.specInner {
    flex: 0 0 calc(50% - 0.5em);
    min-width: 0 !important;
    box-sizing: border-box;
}

.specInner div {
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    line-height: 1.6em;
}
}


/*商品に関するお問い合わせ*/
.inquiryWrap {
    text-align: center;
    padding-bottom: 1em;
    background: #1c0008;
    color: #fff;
    padding: 2em 0;
}
.inquiryWrap h2 {
    width: 70%;
    max-width: 400px;
    margin: auto;
    border: 3px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    line-height: 2em;
    font-weight: 700;
}
.inquiryWrap h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
}
.inquiryWrap h3 small {
        font-size: 0.75em;
}
.inquiryWrap h3 a {
    color: #d91e66;
}
.inquiryWrap .seller {
    margin-top: 2em;
    border-top: 1px solid #fff;
    font-size: 0.875em;
    line-height: 1.8em;
    font-weight: 700;
}
.inquiryWrap .seller h4 {
    font-size: 1.25em;
    line-height: 1.8em;
    margin: 1em auto 0.5em auto;
}

/*************************
*Footer
*************************/

footer p {
    text-align: center;
    font-size: 0.75em;
    line-height: 2em;
    color: #666;
    padding: 2em 0 3em 0;
}