@charset "UTF-8";
/* CSS Document */
body.organic_page {
    background: #f0f0f0;
}
header:not(.scrolled) .header_name,
header:not(.scrolled) .h_link,
header:not(.scrolled) .h_menu_logo,
header:not(.scrolled) .humb_btn{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
header {
    background-color: #f7f2ef !important;
}
main ,body {
background-color: #f7f2ef;
color: #a48b77;
line-height: 1.5;
}


/* 文字サイズ
--------------------------------------------- */
    .size_ttl{
 font-size: 2.25rem;
font-size: clamp(2.25rem, 0.004166666666665542rem + 2.5666666666666678vw, 2.73125rem);
    margin-bottom: 50px;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.size_p {
font-size: 1.125rem;
font-size: clamp(1.125rem, 0.25rem + 1vw, 1.3125rem);

}
.txtbox p{
    margin-bottom: 1em;
}
.txtbox {
    line-height: 2.2;
}
.btn_buy {
font-size: 1.5rem;
font-size: clamp(1.5rem, 0.04166666666666674rem + 1.6666666666666667vw, 1.8125rem);
}

@media screen and (max-width:1400px) {
    .size_ttl{
        font-size: 1.75rem;
        font-size: clamp(1.75rem, 1.55rem + 0.8vw, 2.25rem);
    }
    .size_p {
        font-size: 0.9375rem;
        font-size: clamp(0.9375rem, 0.8625rem + 0.3vw, 1.125rem);
    }
    .btn_buy {
        font-size: 1.375rem;
        font-size: clamp(1.375rem, 1.325rem + 0.2vw, 1.5rem);
    }
}
@media screen and (max-width:900px) {
.btn_buy {
text-align: center;
}
}

/* レイアウト
--------------------------------------------- */
.ly_960 {
    max-width: clamp(60rem, 1.6666666666666572rem + 66.66666666666667vw, 72.5rem);
    margin: 0 auto;
}

/* FV
--------------------------------------------- */
.sec_fv {
    background-color: #f7f2ef;
    height: clamp(42.86599375rem, -5.000006249999998rem + 54.70399999999999vw, 53.12299375rem);
    text-align: center;
}
.wrap_fv {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center; /* 全体の縦位置を中央に */
    justify-items: center; /* 横位置も中央に */
    height: 100%;
    gap:20px;
}

.box_collabo img {

}
picture {
display: block;
}
.box_collabo{
  align-self: start; /* 上寄せ */
  padding: 10%;
  background-color: #fff;
max-width: clamp(13.48675rem, 0.0000249999999972772rem + 15.413400000000005vw, 16.3767625rem);

}

@media screen and (max-width:1200px) {
    .wrap_fv {
        grid-template-columns: 1fr 2fr 1.5fr;
    }
}
@media screen and (max-width:1100px) {
    .wrap_fv {
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-areas:
    "box_collabo box_ttllogo"
    "box_collabo box_maintxt";
    }
    .box_collabo{
    grid-area:box_collabo;
    }
    .box_ttllogo {
    grid-area:box_ttllogo;
}
.box_maintxt {
    grid-area:box_maintxt;
}
    .sec_fv {
        height: auto;
        padding:  50px 0;
    }
}
@media screen and (max-width:900px) {
.sec_fv {
        height: auto;
        padding:  100px 0;
    }
    .wrap_fv {
        grid-template-columns: 1fr;
        grid-template-areas:
    "box_collabo"
    "box_ttllogo"
    "box_maintxt";
    }
    .box_collabo{
  padding: 0%;
  background-color: inherit;
    max-width: 100%;
    width: 90%;
    margin-bottom: 30px;
}
.box_ttllogo { 
    margin-bottom: 30px;
}
.box_maintxt {
   width: 90%;
}


}

/* about
--------------------------------------------- */

.sec_about {
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 130px;
    background-image: url(../img/organic-junmai/deco_ojs_kome.svg),url(../img/organic-junmai/deco_ojs_kome.svg);
    background-position: top 50px right -5%,bottom 50px left -5%;
    background-size: 388px,388px;
    background-repeat: no-repeat,no-repeat;
}
.wrap_about {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 50px;
    text-align: left;
    width: 85%;
}
.ttl_about {

}
.img_kome {
    width: 60%;
}
.ttl_s_lineup {
font-size: 0.8em;
    background-color: #a48b77;
    color: #fff;
    padding: 0 0.3em;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-right: 0.5em;
}
.txtbox_about {

    padding-top: 50px;
}
@media screen and (max-width:900px) {

.wrap_about {
    grid-template-columns: 1fr;
    gap: 0;
}
.ttlbox_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img_kome {
    width: 30%;
    margin-bottom: 30px;
}
.txtbox_about {
    padding-top: 0px;
}
}


/* kome
--------------------------------------------- */

.sec_kome {
    background-color: #a48b77;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 130px;
    background-image: url(../img/organic-junmai/deco_ojs_wata.svg),url(../img/organic-junmai/deco_ojs_wata.svg);
    background-position: top 50px right -5%,bottom 50px left -5%;
    background-size: 388px,388px;
    background-repeat: no-repeat,no-repeat;
}
.wrap_kome {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 50px;
    text-align: left;
    width: 85%;
}
.img_ine img {
    border-radius: 50%;
}
.img_ine {
    width: 90%;
}
@media screen and (max-width:900px) {
.img_ine img {
    border-radius: 0;
}
.img_ine {
    margin: 0 auto 30px auto;
}
.wrap_kome{
    grid-template-columns: 1fr;
    gap: 0;
}
.size_ttl {
    margin-bottom: 30px;
}
}


/* ラインナップ
--------------------------------------------- */

.sec_lineup {
    text-align: center;
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.wrap_lineup {
    width: 85%;
}
.img_lineup {
    width: clamp(9.375rem, 0.625rem + 10vw, 11.25rem);
    margin: 0 auto;
}
.fv_btn_shop {
    background-color: #7a9543;
    border-radius: 50px;
    padding: 0.7em 1.5em;
    color: #fff;
    min-height: 50px;
    display: inline-block;
}
.li_lineup {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}
.txtbox_lineup {
    text-align: left;
}
.ttl_lineup {
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.txt_linup {
    margin-bottom: 50px;
    line-height: 1.7;
}

@media screen and (max-width:1400px) {
.img_lineup {
width: clamp(6.25rem, 5rem + 5vw, 9.375rem);
}
}
@media screen and (max-width:900px) {

    .img_lineup {
        margin: 0 auto 30px auto;
    }
    .li_lineup {
        grid-template-columns: 1fr;
        gap: 0;
    }
.txtbox_lineup {
    text-align: center;
}
.ttl_lineup {
    display: block;
    text-align: center;
}
}

.sec_60 {
    background-color: #7a9543;
    color: #fff;
}
.sec_60 .fv_btn_shop {
    background-color: #fff;
    color: #7a9543;
}