@charset 'UTF-8';
body{
    font-family: 'Noto Sans JP', 'Noto Sans Japanese', 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
a{
    font-family: 'Noto Sans JP', 'Noto Sans Japanese', 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
*,
::after,
::before{
    box-sizing: border-box;
}
table{
    display: table;
    border-spacing: 0;
}
tbody{
    display: table-row-group;
}
tr{
    display: table-row;
    vertical-align: middle;
}
th,
td{
    display: table-cell;
}
a,
a img{
    cursor: pointer;
    -webkit-transition: .5s ease-out;
       -moz-transition: .5s ease-out;
        -ms-transition: .5s ease-out;
         -o-transition: .5s ease-out;
            transition: .5s ease-out;
    text-decoration: none;
    color: inherit;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover,
a:hover img{
    opacity: .6;
}
#header-top a:hover,
#header-top a:hover img{
    opacity: 1;
}
.flex{
    display: flex;
    flex-direction: row;

    gap: 1.5em;
}
.space-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.flex-end{
    align-items: flex-end;
}
.flex-i-center{
    align-items: center;
}
.img-shadow{
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .3));
}
.gap0{
    gap: 0;
}
.box50{
    width: 50%;
}
.box30{
    width: 30%;
}
.box70{
    width: 70%;
}
.box20{
    width: 20%;
}
.box80{
    width: 80%;
}
.box10{
    width: 10%;
}
.box90{
    width: 90%;
}
.box40{
    width: 40%;
}
.box60{
    width: 60%;
}
.box25{
    width: 25%;
}
.box75{
    width: 75%;
}
.box33{
    width: 33.33%;
}
.box15{
    width: 15%;
}
.box85{
    width: 85%;
}
.box65{
    width: 65%;
}
.box35{
    width: 35%;
}
.sp,
.pc-l{
    display: none;
}
.pc-m{
    display: block;
}
@media screen and (min-width: 1280px){
    /*1280px以上*/
    .pc-m{
        display: none;
    }
    .pc-l{
        display: block;
    }
    /*-ここまで-*/
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .flex{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .flex.sp-flex{
        flex-direction: row;
    }
    #footer-menu .flex{
        align-items: flex-start;
    }
    .flex.flex-border .box30 img,
    .flex.border-lin .box15 img{
        padding-right: 2em;
    }
    .box50,
    .box30,
    .box70,
    .box20,
    .box80,
    .box10,
    .box90,
    .box40,
    .box60,
    .box25,
    .box75,
    .box33,
    .box15,
    .box85,
    .box65,
    .box35{
        width: 100%;
    }
    .pc,
    .pc-m,
    .pc-l{
        display: none;
    }
    .sp{
        display: block;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
header
----------------------------------------------------- */
header{
    position: relative;
    z-index: 10;
}
header .box-contents{
    padding-top: 0;
    padding-bottom: 0;
}
#header-top{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#header-top .left-box{
    margin-top: 2em;
    margin-bottom: 1em;
}
#header-top .right-box{
    text-align: right;
}
#header-top .right-box ul{
    display: flex;
    align-items: center;
    list-style: none;

    padding-inline-start: 0;
    margin-block-start: 1.5em;
    margin-block-end: .5em;
}
#header-top .right-box ul li{
    font-size: 13px;
    line-height: 1;
    position: relative;
    padding: 0 .6em;
    border-right: solid 1px #000;
}
#header-top .right-box ul li.border-none{
    padding: 0;
    border-right: none;
}
#header-top .right-box ul#header-menu li ul{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#header-top .right-box ul#header-menu li:hover ul{
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    visibility: visible;
    width: 150px;
    margin: 0;
    padding: .5em;
    text-align: left;
    opacity: 1;
    background-color: #eee;
}
#header-top .right-box ul#header-menu li ul li{
    line-height: 1.4;
    margin: 1em 0 0;
    padding: 0;
    border: none;
}
#header-top .right-box ul#header-menu li ul li a{
    display: block;
}
#header-top .right-box ul#header-menu li ul li a:hover{
    background-color: #ddd;
}
ul li a .fa-twitter{
    font-size: 12px;
    padding: 5px 4px 3px;
    color: #fff;
    border-radius: 10px;
    background-color: #1d9ced;
}
#header-top a .fa-twitter{
    margin-left: 1em;
}

/* x */
ul li a .fa-x{
    font-size: 12px;
    padding: 5px 4px 3px;
    color: #fff;
    border-radius: 10px;
    /* background-color: #000; */
}
#header-top a .fa-x{
    margin-left: 0.3em;
}
#header-top a .fa-x::before{
    display: block;
    content: '';
    background-image: url('../../img/x_rogo.svg');
    width: 21px;
    height: 21px;
}
/* _x */

/* insta */
ul li a .fa-insta{
    font-size: 12px;
    padding: 5px 4px 3px;
    color: #fff;
    border-radius: 10px;
    /* background-color: #000; */
}
#header-top a .fa-insta{
    margin-left: 0.3em;
}
#header-top a .fa-insta::before{
    display: block;
    content: '';
    background-image: url('../../img/Instagram_rogo.svg');
    width: 21px;
    height: 21px;
}
/* _insta */

ul li a .fa-youtube{
    font-size: 20px;
    margin-left: .5em;
    color: #e10012;
}
#glonavi-menu{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
#glonavi-menu .glonavi-menu-btn{
    background-color: #000;
}
.hamburger{
    padding: 15px 8px;
}
.hamburger-box{
    width: 30px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before{
    width: 30px;
    height: 2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before{
    background-color: #fff;
}
nav.menu-container{
    max-width: 100%;
}
nav.menu-container .menu{
    position: absolute;
    top: 0;
    display: block;
    width: 100%;

/* height: fit-content; */
    height: 100vh;
    margin: 0;
    padding: 1em 2em;
    list-style-type: none;
/* background-color: rgb(255 255 255 / 80%); */
    color: #0075bc;

    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
#header-breadcrumbs{
    font-size: 12px;
    padding: .5em 0;
    color: #fff;
    background-color: #000;
}
#header-breadcrumbs a{
    color: #fff;
}
#header-breadcrumbs a:hover{
    color: #999;
}
#header-breadcrumbs i{
    margin: 0 1em;
}
#header-title h1{
    margin: 0;
}
#header-title img{
    width: 100%;
}
#genre-fixed-btn{
    position: fixed;
    z-index: 3;
    top: 50vh;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 1125px){
    /*ヘッダー幅PC*/
    #header-top .right-box,
    #genre-fixed-btn{
        display: none;
    }
    #header-breadcrumbs i{
        margin: 0 .5em;
    }
    #page_top{
        display: none !important;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
menu
----------------------------------------------------- */
@media screen and (max-width: 680px){
    /*モバイル*/
    /*-ここまで-*/
}
/* -----------------------------------------------------
footer
----------------------------------------------------- */
#bottom-contents{
    position: relative;
    z-index: 1;
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: url(../img/pattern-img.gif);
    background-size: 200px;
}
#bottom-contents h2{
    margin-top: 0;
    text-align: center;
}
#bottom-contents p{
    text-align: left;
}
#bottom-contents .flex{
    margin-bottom: 1.5em;
}
#bottom-contents hr{
    border-width: 1px;
    border-style: dashed;
}
.bt-icon::before{
    display: inline-block;
    margin-right: .5em;
    content: url(../img/bottom-icon.png);
}
#bottom-shadow::after{
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    background-image: url(../img/pattern-img.gif);
    background-size: 200px;

    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
}
#shop-btn h2{
    margin: 0;
}
#shop-btn .flex{
    align-items: center;
}
#shop-btn .flex div{
    width: 50%;
}
#shop-btn .flex div:nth-of-type(2){
    padding: 1em 0;
}
#shop-btn .flex div:nth-of-type(2) p{
    font-size: 14px;
}
#shop-btn a.btn{
    display: inline-block;
    padding: .3em 1.5em;
    color: #000;
    border: solid 1px #000;
    border-radius: 2em;
}
#shop-btn a.btn:hover{
    color: #fff;
    background-color: #000;
}
#genre-btn{
    background-color: #727171;
}
footer{
    color: #fff;
    background-color: #231815;
}
footer a{
    color: #fff;
}
#footer-menu{
    margin: 2em 0;
}
#footer-menu ul{
    list-style-type: none;

    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
#footer-menu .menu-btn{
    gap: 3em;
}
#footer-menu .menu-btn ul li{
    margin: .5em 0;
}
#footer-menu .menu-btn ul li a{
    font-size: 13px;
}
#footer-menu ul.sns-btn{
    gap: 0;
}

/* x */
#footer-menu ul.sns-btn a .fa-x{
    position: relative;
    padding: 3px 4px 3px;
}
#footer-menu ul.sns-btn a .fa-x::before{
    display: block;
    content: '';
    background-image: url('../../img/x_rogo_white.svg');
    width: 21px;
    height: 21px;
}
/* _x */

/* insta */
#footer-menu ul.sns-btn a .fa-insta{
    position: relative;
    padding: 3px 4px 3px;
    margin-left: 0.5em;
}
#footer-menu ul.sns-btn a .fa-insta::before{
    display: block;
    content: '';
    background-image: url('../../img/Instagram_rogo.svg');
    width: 21px;
    height: 21px;
}
/* _insta */

#footer-menu ul.sns-btn a .fa-youtube{
    position: relative;
    top: 3px;
}
#copyright a{
    font-size: 12px;
}
#copyright a img{
    margin-right: .5em;
    vertical-align: text-bottom;
}
#copyright a.catalog{
    margin-right: 1.5em;
}
#copyright .text{
    font-size: 10px;
    display: inline-block;
    margin: 0 2em 0 0;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    #bottom-contents .pickup-btn .flex{
        display: block;
    }
    /*   #bottom-contents .pickup-btn .sp-2column p.bt-icon, #bottom-contents .pickup-btn .flex .box33 p.bt-icon {
    font-size: 10px;
    min-height: 30px;
  }
   #bottom-contents .pickup-btn .sp-2column p.bt-icon::before, #bottom-contents .pickup-btn .flex .box33 p.bt-icon::before {
    content: url("../img/bottom-icon-sp.jpg");
  }
 .pickup-btn .flex .box33 {
    display: inline-block;
    width: calc(50% - 1em);
  }
.pickup-btn .flex .box33:nth-of-type(1) {
    margin-right: 0.75em;
  }
.pickup-btn .flex .box33:nth-of-type(2) {
    margin-left: 0.75em;
  }
  .sp-2column {
    display: inline-block;
    width: calc(50% - 1em);
  }
  div.sp-2column.left-box {
    margin-right: 0.75em;
  }
  div.sp-2column.right-box {
    margin-left: 0.75em;
  }
  div.sp-2column.left-box, div.sp-2column.right-box {
    margin-top: 1em;
  }*/
    #shop-btn .flex{
        gap: 0;
    }
    #shop-btn .flex div:nth-of-type(1){
        width: 60%;
    }
    #shop-btn .flex div:nth-of-type(2){
        width: 40%;
    }
    #shop-btn h3{
        font-size: 14px;
    }
    #shop-btn a.btn{
        font-size: 12px;
    }
    #shop-btn a.btn{
        padding: 5px 14px;
    }
    #copyright .box-contents{
        padding-bottom: 0;
    }
    #copyright .text{
        display: block;
        margin: 1.5em 0 0;
        text-align: center;
    }
    #copyright .logo{
        display: block;
        margin: 2em auto 0;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
page
----------------------------------------------------- */
#page_top{
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #0d6ac9;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}
#page_top a::before{
    font-family: 'Font Awesome 6 Free';
    font-size: 2em;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    content: '\f062';
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
#srchBox{
    position: relative;
}
#srchBox .sBox{
    padding: 2px 25px 2px 8px;
    border: solid 1px #999;
    border-radius: 10px;
    background-color: #eee;
}
#srchBox .submit{
    position: absolute;
    top: 3px;
    right: 2px;
    cursor: pointer;
    border: none;
    background-color: unset;
}
.font-min{
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 600;
}
#main-contents.index .font-min,
#main-contents.iroiro .flex.kuronami p{
    font-weight: 600;
}
.tategaki{
    -ms-writing-mode: tb-rl;

        writing-mode: vertical-rl;
}
.box-contents{
    max-width: 1000px;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}
.box-contents.width725{
    max-width: 725px;
    margin: auto;
}
.box-contents.pt0{
    padding-top: 0;
}
.box-contents.pb0{
    padding-bottom: 0;
}
.bg-white{
    margin-bottom: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #fff;
}
.bg-white60{
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: rgba(255, 255, 255, .6);
}
.bg-white80{
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: rgba(255, 255, 255, .8);
}
.bg-white:last-child{
    margin-bottom: 0;
}
.inner-box{
    max-width: 893px;
    margin: auto;
}
.mt1em{
    margin-top: 1em;
}
.mt2em{
    margin-top: 2em;
}
.mt3em{
    margin-top: 3em;
}
.mt4em{
    margin-top: 4em;
}
.mt5em{
    margin-top: 5em;
}
.mt6em{
    margin-top: 6em;
}
.mb3em{
    margin-bottom: 3em;
}
.pd1em{
    padding: 1em;
}
.pd2em{
    padding: 2em;
}
.pd3em{
    padding: 3em;
}
.pt1em{
    padding-top: 1em;
}
.pt2em{
    padding-top: 2em;
}
.pt3em{
    padding-top: 3em;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.white-text{
    color: #fff;
}
.mb0{
    margin-bottom: 0 !important;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .box-contents.width725{
        max-width: auto;
        margin: 0 5px;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
hotate
----------------------------------------------------- */
#main-contents{
    padding-top: 5em;
    padding-bottom: 5em;
}
.pattern-hotate{
    background-image: url(../img/pattern-hotate.gif);
    background-size: 200px;
}
.hotate-top-btn{
    text-align: center;
}
.hotate-top-btn a.btn{
    font-weight: 300;
    display: inline-block;
    padding: .5em 1.5em;
    color: #fff;
    border-radius: 30px;
    background-color: #808080;
}
.hotate-top-btn a.btn:hover{
    background-color: #000;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    #main-contents{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
index.html
----------------------------------------------------- */
.index h2{
    font-size: 3em;
    margin: 0;
    text-align: center;
}
.index h2 span{
    padding: 0 30px;
    border-bottom: solid 5px #000;
}
.index h2 span span{
    font-size: 25px;
    padding: 0 4px 0 6px;
    border-bottom: none;
}
.index p.read{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
}
.index p.sec01{
    font-size: 14px;
    line-height: 2.2;
}
.index .img-kotei{
    position: relative;
    text-align: center;
}
.index .img-kotei img{
    max-width: 250px;
}
.index .flex-kotei{
    margin-top: -3em;
}
.index .flex-kotei .box40{
    position: relative;
}
.index .flex-kotei .box40 img{
    position: absolute;
    bottom: 0;
    left: -1em;
    max-width: 130%;
}
@media screen and (max-width: 900px){
    /*産地画像*/
    .index .flex-kotei .box40 img{
        max-width: 100%;
    }
    /*-ここまで-*/
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .index .flex-kotei{
        margin-top: 0;
    }
    .index .flex-kotei .box40 img{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .index h2{
        font-size: 2.3em;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
recipe.html
----------------------------------------------------- */
@media screen and (max-width: 680px){
    /*モバイル*/
    /*-ここまで-*/
}
/* -----------------------------------------------------
howto.html
----------------------------------------------------- */
.howto-icon::after{
    display: inline-block;
    margin: 0 0 0 1em;
    content: url('../img/hotate-icon.png');
}
table.howto{
    width: 100%;
    max-width: 1000px;
    margin: 3em auto;
    border: none;
}
table.howto th{
    font-weight: normal;
    padding: 1.5em 0 1.5em 1em;
    border-top: solid 1px #000;
}
table.howto th span{
    font-size: 13px;
    padding: 2px 5px;
    color: #fff;
    background-color: #d82300;
}
table.howto td{
    border-top: solid 1px #000;
}
table.howto tr td:nth-of-type(1){
    border-right: solid 1px #000;
}
table.howto tr:last-child th,
table.howto tr:last-child td{
    border-bottom: solid 1px #000;
}
table.howto td a{
    font-size: 14px;
    font-weight: bold;
}
#main-contents.howto h2,
#main-contents.howto h3{
    margin: 0;
}
#main-contents.howto img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#howto01 p,
#howto02 p,
#howto03 p,
#howto04 p{
    font-size: 14px;
    line-height: 1.8;
}
.flex-border .box50,
#howto02 .border-lin,
#howto03 .border-lin{
    margin-top: 2em;
    padding-top: 1em;
    border-top: solid 1px #000;
}
#howto01 .box50 img{
    max-width: 250px;
}
.howto .youtube-box{
    width: 100%;
    max-width: 680px;
    margin: auto;

    aspect-ratio: 16 / 9;
}
.howto .youtube-box iframe{
    width: 100%;
    height: 100%;
}
.howto .blue-box{
    font-size: 13px;
    font-weight: 300;
    margin: 1.2em 0;
    padding: .5em 0;
    text-align: center;
    color: #fff;
    background-color: #036ead;
}
#howto03 .box50{
    border-bottom: solid 1px #000;
}
#main-contents.howto img.sp{
    display: none;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .howto-icon::after{
        display: block;
        margin: .5em 0;
        content: url(../img/hotate-icon.png);
        transform: rotate(90deg);
    }
    table.howto th,
    table.howto td{
        display: block;
    }
    table.howto th{
        padding: 1.5em 0 0;
    }
    table.howto td{
        padding: 0 0 1.5em;
        text-align: center;
        border-top: none;
    }
    table.howto tr td:nth-of-type(1){
        border-right: none;
    }
    table.howto tr:last-child th,
    table.howto tr:last-child td{
        border-bottom: none;
    }
    table.howto tr:last-child td:last-child{
        border-bottom: solid 1px #000;
    }
    #howto03 .box50:nth-of-type(1){
        border-bottom: none;
    }
    #main-contents.howto img.pc{
        display: none;
    }
    #main-contents.howto img.sp{
        display: block;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
iroiro.html
----------------------------------------------------- */
.iroiro .box-contents{
    padding-top: 0;
}
.iroiro p{
    font-size: 14px;
    line-height: 1.7;
}
.iroiro h2{
    margin: 0;
    text-align: center;
}
.iroiro h2 span{
    padding: 0 30px;
    border-bottom: solid 5px #000;
}
.iroiro h3{
    font-size: 3em;
    margin: auto;
    margin-top: 1.5em;
}
.iroiro h4{
    font-size: 28px;
}
.iroiro p.read{
    line-height: 2;
    margin-top: 2em;
    margin-bottom: 4em;
    text-align: center;
}
.flex.kuroobi{
    gap: 0;
}
.flex.kuroobi h4{
    font-size: 17px;
    margin: 0;
    padding: .2em 0 .2em 2.5em;
    background-color: #000;
}
.flex.kuroobi p{
    font-size: 15px;
    margin-left: 3em;
}
.flex.kuronami{
    position: relative;

    gap: 0;
}
.flex.kuronami .box50{
    position: relative;
    padding: 4em 4em 8em;
    border-right: dashed 1px #000;
    border-bottom: dashed 1px #000;
}
.flex.kuronami .box50:nth-of-type(2){
    border-right: none;
}
.flex.kuronami.pa0 .box50{
    padding: 4em;
}
.flex.kuronami.last .box50{
    border-bottom: none;
}
.flex.kuronami .box50 .flex{
    gap: 0;
}
.flex.kuronami h4{
    margin: 0;
}
.flex.kuronami p{
    font-size: 15px;
    margin-top: 2em;
    margin-bottom: 0;
}
.kurosen hr{
    margin-bottom: 3em;
    border-width: 5px;
    border-style: solid;
    border-color: #000;
}
.flex.kuronami .box50 .box15{
    border-right: solid 5px #000;
}
.flex.kuronami .box50 .box15 h4{
    line-height: 2;
}
.flex.kuronami .box50.border-none{
    border-bottom: none;
}
.kotira-btn{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 74%;
    margin-bottom: 3em;
}
.kotira-btn a.btn{
    font-size: 14px;
    display: block;
    padding: .5em 0 .5em 1em;
    border: solid 1px #000;
    border-radius: 8px;
    background-color: #fff;
}
.kotira-btn a.btn::after{
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 .5em;
    content: '\f0da';
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 30px;
    background-color: #000;
}
@media screen and (max-width: 830px){
    /*ボタン用*/
    .flex.kuronami .box50{
        padding: 4em 1em 8em;
    }
    .flex.kuronami.pa0 .box50{
        padding: 4em 1em;
    }
    .kotira-btn{
        max-width: 90%;
    }
    .kotira-btn a.btn{
        padding: .5em 0;
    }
    /*-ここまで-*/
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .flex.kuroobi p{
        margin-left: 0;
    }
    .flex.kuronami .box50{
        padding: 4em 1em 8em;
        border-right: none;
    }
    .flex.kuronami h4{
        line-height: 2;
        margin: 0 auto 2em;
        border-right: solid 5px #000;
    }
    .iroiro h2 span{
        display: block;
        padding: 0;
    }
    .flex.kuroobi h4{
        margin: 0;
        padding: .2em .5em;
        background-color: #000;
    }
    .flex.kuronami .box50 .box15{
        border-right: none;
    }
    .kotira-btn a.btn{
        font-size: 12px;
        padding: 1em 0 1em .5em;
    }
    .flex.kuronami .box50.border-none:nth-of-type(1){
        border-bottom: dashed 1px #000;
    }
    .flex.kuronami .box50.border-none:nth-of-type(2){
        padding: 4em 1em 5em;
    }
    .flex.kuronami .box50.border-none:nth-of-type(2) .kotira-btn{
        margin-bottom: 0;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
eiyou.html
----------------------------------------------------- */
.eiyou .box-contents.width918{
    max-width: 918px;
    margin: auto;
}
.eiyou p{
    font-size: 14px;
    line-height: 2;
}
.eiyou h2{
    font-size: 2em;
    margin: 0;
    text-align: center;
}
.eiyou h2 span{
    display: block;
    width: 348px;
    margin: auto;
    padding: 0 0 10px;
    border-bottom: solid 5px #000;
}
.eiyou h2 span.orange-text{
    display: inline;
    padding: 0;
    color: #f5aa3b;
    border-bottom: none;
}
.eiyou h3{
    font-size: 1.6em;
}
.eiyou h3.seibun{
    font-size: 1.2em;
    font-weight: normal;
}
.eiyou .kurosen hr{
    margin-bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #000;
}
.eiyou .tensen hr{
    border-width: 1px;
    border-style: dashed;
    border-color: #000;
}
.eiyou .box60 h3{
    margin-top: 0;
}
.eiyou h3.white-text{
    font-size: 1.2em;
    font-weight: normal;
    color: #fff;
}
.eiyou h4{
    font-size: 27px;
}
.eiyou table{
    width: 100%;
}
.eiyou thead th{
    font-size: 13px;
    font-weight: normal;
    padding: 1.5em 8px;
    color: #000;
    border-right: solid 1px #edab2d;
    border-bottom: solid 1px #edab2d;
    background-color: #e0e0e0;
}
.eiyou thead th.bgnone{
    padding: 1em 0 0;
    border-left: solid 1px #edab2d;
    background-color: #fff;
}
.eiyou thead th.component{
    padding: .5em 0;
    background-color: #808080;
}
.eiyou tbody th,
.eiyou tbody td{
    font-size: 14px;
    font-weight: normal;
    padding: 1em;
    color: #000;
    border-right: solid 1px #edab2d;
    border-bottom: solid 1px #edab2d;
}
.eiyou tbody .border2 th,
.eiyou tbody .border2 td{
    border-bottom: solid 3px #edab2d;
}
.eiyou tbody th{
    text-align: left;
    background-color: #fff;
}
.eiyou tbody td{
    text-align: center;
    background-color: #fff;
}
.eiyou tbody tr.decoration01 th,
.eiyou tbody tr.decoration01 td{
    background-color: #feed99;
}
.eiyou tbody tr.decoration02 th,
.eiyou tbody tr.decoration02 td{
    background-color: #fff6cc;
}
.eiyou tbody tr th.genre01{
    padding: 0 24px;
    text-align: center;
    border-left: solid 1px #e71c24;
    background-color: #f5aa3b;
}
.eiyou tbody tr th.genre02{
    padding: 0 24px;
    text-align: center;
    border-left: solid 1px #e71c24;
    background-color: #d3da21;
}
.eiyou tbody tr th.genre01 span,
.eiyou tbody tr th.genre02 span{
    -ms-writing-mode: tb-rl;

        writing-mode: vertical-rl;
}
.eiyou .nihon-source{
    text-align: right;
}
.eiyou .box-contents.orange-border{
    border: solid 1px #f5aa3b;
}
.eiyou .box70 p{
    font-size: 13px;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .eiyou h2{
        font-size: 1.8em;
    }
    .eiyou h2 span{
        width: auto;
    }
    .eiyou h3{
        font-size: 1.3em;
    }
    .eiyou .hyou{
        overflow: auto;
        white-space: nowrap;
    }
    .eiyou .hyou::-webkit-scrollbar{
        height: 10px;
    }
    .eiyou .hyou::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    .eiyou .hyou::-webkit-scrollbar-thumb{
        background: #bcbcbc;
    }
    .eiyou table{
        width: 100%;
        margin-bottom: 10px;
        white-space: nowrap;
    }
    .eiyou tbody tr th.genre01,
    .eiyou tbody tr th.genre02{
        min-height: 2em;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
katei.html
----------------------------------------------------- */
.katei .width725{
    max-width: 725px;
    margin: auto;
}
.katei .bg-white{
    background-color: #fff;
}
.katei .border-lin{
    padding-top: 4em;
    padding-bottom: 6em;
    border-top: solid 1em #000;
    border-bottom: solid 1em #000;
}
.katei .title-img{
    position: relative;
    margin-top: -11em;
    padding-bottom: 6em;
}
.katei .title-img img{
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 190px;
    transform: translateX(-50%);
}
.katei h2{
    font-size: 2em;
    text-align: center;
}
.katei h2 span{
    display: block;
    width: 348px;
    margin: auto;
    padding: 0 0 10px;
    border-bottom: solid 5px #000;
}
.katei .read{
    line-height: 2.2;
    text-align: center;
}
.katei h3{
    font-size: 1.6em;
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: dashed 1px #000;
}
.katei .width725 p{
    font-size: 14px;
    line-height: 2;
}
.katei .flex.sec01 .img01{
    position: relative;
}
.katei .flex.sec01 .img01 img{
    position: absolute;
    right: -3em;
    bottom: 0;
}
.katei .img02{
    text-align: center;
}
.katei .img02 img{
    max-width: 80%;
}
.katei h3 span{
    margin-right: 1em;
    padding: .1em .6em .3em;
    border: dashed 1px #000;
    background-color: #eeac2d;
}
.katei .flex.sec03 .box40{
    position: relative;
}
.katei .flex.sec03 p{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.katei .flex.sec03 img{
    height: 100%;

    object-fit: cover;
}
.katei .sec05 .box60,
.katei .sec06 .box60{
    position: relative;
}
.katei .kotira-btn{
    margin-bottom: 0;
}
@media screen and (max-width: 900px){
    /*産地画像*/
    .katei .flex.sec01 .img01 img{
        position: relative;
        right: 0;
    }
    /*-ここまで-*/
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .katei .title-img{
        margin-top: -7em;
        padding-bottom: 7em;
    }
    .katei h2 span{
        width: auto;
    }
    .katei .width725{
        max-width: auto;
        margin: 0 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .katei h3{
        text-align: center;
    }
    .katei h3 span{
        display: block;
        max-width: 50px;
        margin: 0 auto .5em;
    }
    .katei .img02 img{
        max-width: 100%;
    }
    .katei .flex.sec03 p{
        position: relative;
        margin-bottom: 1em;
    }
    .katei .kotira-btn{
        position: relative;
        max-width: 100%;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
kaibou.html
----------------------------------------------------- */
.pattern-kaibou{
    padding: 3em;
    background-image: url(../img/pattern-kaibou.gif);
    background-size: 200px;
}
.kaibou .h2box .text-red{
    font-size: 1.2em;
    margin: 0;
    color: #e51c24;
}
.kaibou .h2box h2.img-title{
    position: relative;
    display: inline-block;
    margin: 0;
}
.kaibou .h2box h2.img-title img{
    position: absolute;
    left: -4em;
    max-width: 140px;
}
.kaibou .h2box h2.img-title span{
    font-size: 1.5em;
    padding: 0 80px 5px;
    border-bottom: solid 5px #000;
}
.kaibou .h2box p.read{
    margin-top: 2em;
    margin-bottom: 3em;
}
.kaibou .pattern-kaibou h3{
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.kaibou .pattern-kaibou h3::before{
    position: absolute;
    z-index: 0;
    top: -8px;
    left: -15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: '';
    vertical-align: middle;
    background-image: url(../img/kaibou06.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.kaibou .pattern-kaibou h3 span{
    position: absolute;
    z-index: 1;
    top: -2px;
    display: block;
    color: #000;
}
.kaibou .pattern-kaibou p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}
.kaibou .motto .text-red{
    font-size: 1.1em;
    margin-bottom: 0;
    padding-left: 4.5em;
    color: #e61c24;
}
.kaibou .motto h3.img-title{
    position: relative;
    margin-top: 5px;
    padding-top: 10px;
    border-top: solid 1px #e61c24;
}
.kaibou .motto h3.img-title img{
    position: absolute;
    top: -50px;
    left: -3em;
    max-width: 140px;
}
.kaibou .motto h3.img-title span{
    font-size: 1.5em;
    padding-left: 2.8em;
}
.kaibou .motto-box{
    padding-left: 5em;
}
.kaibou .motto-box p{
    font-size: 13.5px;
    line-height: 1.8;
}
@media screen and (max-width: 850px){
    /*もっと知りたい画像*/
    .kaibou .motto h3.img-title img{
        top: -35px;
        left: -1em;
        max-width: 110px;
    }
    /*-ここまで-*/
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .kaibou .h2box h2.img-title{
        position: relative;
        display: block;
        margin: 0;
        padding-bottom: 5px;
        border-bottom: solid 5px #000;
    }
    .kaibou .h2box h2.img-title img{
        position: absolute;
        top: -2.5em;
        left: -.5em;
        max-width: 100px;
    }
    .kaibou .h2box h2.img-title span{
        font-size: 1em;
        padding: 0;
        border-bottom: none;
    }
    .kaibou .motto .text-red{
        font-size: 1em;
        padding-left: 5.5em;
    }
    .kaibou .motto h3.img-title img{
        top: -3.8em;
        left: -.5em;
        max-width: 100px;
    }
    .kaibou .motto h3.img-title span{
        font-size: 1.3em;
        padding-left: 0;
    }
    .kaibou .motto-box{
        padding-left: 0;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
download.html
----------------------------------------------------- */
.box-contents.width890{
    max-width: 890px;
    margin: auto;
}
.download .kurosen hr{
    margin-top: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #000;
}
.download .width890 .flex{
    gap: 3em;
}
.download .box33{
    padding: 1em .5em;
}
.download .box33 h3{
    line-height: 1.2;
}
.download .box33 p{
    font-size: 13px;
    line-height: 1.7;
}
.download-btn a{
    font-weight: 300;
    display: block;
    margin-top: 1.5em;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #666;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .box-contents.width890{
        max-width: auto;
        margin: 0 5px;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
character.html
----------------------------------------------------- */
.character h3{
    font-size: 1.8em;
}
.character h3.sec01{
    color: #0d6acc;
}
.character h3.sec02{
    color: #ed7040;
}
.character h3.sec03{
    color: #67a23f;
}
.character p{
    line-height: 1.8;
}
.character table.syakesen th,
.character table.hotateriorize th,
.character table.konburako th{
    min-width: 120px;
    padding: .5em .5em .5em 0;
}
.character table.syakesen th span,
.character table.hotateriorize th span,
.character table.konburako th span{
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 3px 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    background-color: #67a23f;
}
.character table.syakesen th span{
    background-color: #0d6acc;
}
.character table.hotateriorize th span{
    background-color: #ed7040;
}
.character table.konburako th span{
    background-color: #67a23f;
}
.character table.syakesen td,
.character table.hotateriorize td,
.character table.konburako td{
    font-size: 13px;
    vertical-align: middle;
}
.character .box-outer{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.character .box-block{
    position: relative;
    width: auto;
}
.character .circle{
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;

        -ms-border-radius: 100%;
         -o-border-radius: 100%;
}
.character .top-left{
    top: -15px;
    left: -15px;
}
.character .top-rigt{
    top: -15px;
    right: -15px;
}
.character .btm-left{
    bottom: -15px;
    left: -15px;
}
.character .btm-rigt{
    right: -15px;
    bottom: -15px;
}
.character .circle{
    border: dashed 1px #67a23f;
    background: #fff;
}
.character .flex.border-lin{
    padding: 1em 2em;
    border: dashed 1px #67a23f;
}
.character .flex.border-lin .box35{
    padding-right: 2em;
    border-right: dashed 1px #67a23f;
}
.character .flex.border-lin .box65{
    font-size: 14px;
    color: #67a23f;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .character .flex.border-lin .box35{
        padding-right: 0;
        padding-bottom: 2em;
        border-right: none;
        border-bottom: dashed 1px #67a23f;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
boilkaibashira index.html
----------------------------------------------------- */
.boilkaibashira .width725{
    max-width: 725px;
    margin: auto;
}
.boilkaibashira .width855{
    max-width: 855px;
    margin: auto;
}
.boilkaibashira .border-lin{
    padding-top: 2em;
    padding-bottom: 4em;
    border-top: solid 1em #000;
}
.boilkaibashira .circle-dot{
    position: relative;
    margin-bottom: 1em;
    border: dashed 1px #000;
    border-radius: 50%;
    background-color: #fff;
}
.boilkaibashira .circle-dot:before{
    display: block;
    padding-top: 100%;
    content: '';
}
.boilkaibashira .circle-dot .text-kotei{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.boilkaibashira .circle-dot h3{
    position: relative;
    margin-top: 0;
    margin-bottom: 1.3em;
    text-align: center;
}
.boilkaibashira .circle-dot h3::before{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    vertical-align: middle;
    background-image: url(../img/boilkaibashira02.png);
    background-repeat: no-repeat;
    background-size: contain;

    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, .3));
}
.boilkaibashira .circle-dot h3 span{
    font-size: 24px;
    position: relative;
    z-index: 1;
    top: 5px;
    display: block;
    color: #000;
}
.boilkaibashira .circle-dot h3 span::before{
    font-size: 10px;
    position: absolute;
    z-index: 0;
    top: -6px;
    left: 50%;
    display: inline-block;
    content: 'point';
    transform: translateX(-50%);
}
.boilkaibashira .circle-dot .circle-img1{
    position: absolute;
    top: -35px;
    left: -15px;
}
.boilkaibashira .circle-dot .circle-img2{
    position: absolute;
    right: -35px;
    bottom: -35px;
}
.boilkaibashira .circle-dot .circle-img3{
    position: absolute;
    bottom: -35px;
    left: -25px;
}
.boilkaibashira .circle-dot .circle-img4{
    position: absolute;
    right: -35px;
    bottom: -35px;
}
.boilkaibashira .orange-box{
    border-radius: 10px;
    background-color: #ea5504;
}
.boilkaibashira .youtube-box{
    width: 100%;
    max-width: 680px;
    margin: auto;

    aspect-ratio: 16 / 9;
}
.boilkaibashira .youtube-box iframe{
    width: 100%;
    height: 100%;
}
.boilkaibashira .orange-box h4{
    font-size: 18px;
    font-weight: normal;
}
.boilkaibashira .orange-box p{
    font-size: 13px;
    font-weight: 400;
}
.boilkaibashira .width855 h3 span{
    display: block;
    width: 348px;
    margin: auto;
    padding: 0 0 10px;
    border-bottom: solid 5px #000;
}
.boilkaibashira h5{
    font-size: 16px;
    margin: 0 0 1em;
}
.boilkaibashira .brown-text{
    margin: 0;
    color: #7f4f21;
}
.boilkaibashira .orange-text{
    color: #ea5504;
}
.boilkaibashira .small-text{
    font-size: 14px;
}
.boilkaibashira .zairyo-list{
    margin-top: 2em;
}
.boilkaibashira .zairyo-list table{
    width: 100%;
    margin: .5em 0 1em;
    text-align: left;
    border: none;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}
.boilkaibashira .zairyo-list th,
.boilkaibashira .zairyo-list td{
    font-size: 12px;
    font-weight: normal;
    padding: .25em .5em;
    border-top: solid 1px #bbb;
}
.boilkaibashira .zairyo-list tr:first-child th,
.boilkaibashira .zairyo-list tr:first-child td{
    border-top: none;
}
.boilkaibashira .tsukurikata-list{
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}
.boilkaibashira .tsukurikata-list .flex{
    border-top: solid 1px #bbb;

    gap: 0;
}
.boilkaibashira .tsukurikata-list .flex:first-child{
    border-top: none;
}
.boilkaibashira .tsukurikata-list .list-number{
    font-size: 1.5em;
    padding: .5em;
}
.boilkaibashira .tsukurikata-list p{
    font-size: 12px;
}
.boilkaibashira .tensen hr{
    margin-top: 5em;
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #000;
}
.bg-white60.footer-con{
    padding-top: 0;
}
.boilkaibashira .footer-con .tensen hr{
    margin-top: 0;
}
@media screen and (max-width: 680px){
    /*モバイル*/
    .boilkaibashira .circle-dot{
        max-width: 200px;
    }
    .boilkaibashira .width855 h3 span{
        width: auto;
    }
    /*-ここまで-*/
}
@media screen and (max-width: 850px){
    /*モバイル*/
    .boilkaibashira .circle-dot .circle-img1{
        top: -35px;
        left: -15px;
    }
    .boilkaibashira .circle-dot .circle-img2{
        right: -35px;
        bottom: -35px;
    }
    .boilkaibashira .circle-dot .circle-img3{
        bottom: -35px;
        left: -25px;
    }
    .boilkaibashira .circle-dot .circle-img4{
        right: -35px;
        bottom: -35px;
    }
    /*-ここまで-*/
}
/* -----------------------------------------------------
responsive
----------------------------------------------------- */
@media screen and (max-width: 1040px){
    /*コンテンツ幅*/
    #bottom-contents,
    #genre-btn,
    footer,
    #top-contents,
    #main-contents{
        padding-right: .5em;
        padding-left: .5em;
    }
    .box-contents{
        margin: 0 5px;
    }
    .bg-white{
        margin-right: 0;
        margin-bottom: 4em;
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    .boilkaibashira .bg-white,
    .boilkaibashira .bg-white60,
    .boilkaibashira .bg-white80{
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    .iroiro h4{
        font-size: 18px;
    }
    /*-ここまで-*/
}

/* -----------------------------------------------------
ワンズ干渉調整
----------------------------------------------------- */

h2{
    font-size: 1.5em;
    font-weight: bold;
    margin: .83em 0;
}

h3,
p{
    margin-block-start: 1em;
    margin-block-end: 1em;
}

h3{
    font-size: 1.17em;
    font-weight: bold;
}

h4{
    font-weight: bold;
}

thead th{
    text-align: center;
}

td,
th{
    vertical-align: inherit;
}

header{
    line-height: 1;
}

#header-breadcrumbs .box-contents{
    padding-top: 0;
    padding-bottom: 0;
}

#header-top .right-box ul li{
    line-height: 1;
}

.header-menu07{
    color: #de750b;
}

.bt-icon{
    margin: 16px 0;
}

footer{
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
}

footer img{
    vertical-align: inherit;
}

#copyright .flex{
    line-height: 1;
}

#copyright .flex div:first-child{
    line-height: 1;
}


#srchBox .sBox{
    font-family: Meiryo, sans-serif, 'Noto Sans JP', 'Noto Sans Japanese', 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ','ＭＳ Ｐゴシック';
    font-size: 13px;
    text-align: left;
}

/* -----------------------------------------------------
フッター部ショップバナー
----------------------------------------------------- */
.footer_shopbnr{
    display: none;
}

@media screen and (max-width: 639px){
    .footer_shopbnr{
        display: block;
    }
}

/* all.min.css 内 .fa-magnifying-glass::before を調整*/
#srchBtn{
    font-size: 13px;
}

#srchBox{
    font-size: 13px;
}

#header-top .right-box ul{
    font-weight: 500;
}

#srchBox .sBox{
    width: 176px;
    height: 22px;
}

#srchBox .submit{
    top: 4px;
    right: 6px;
}

header .box-contents{
    font-weight: 500;
}
