.alert-danger {
    background-color: #FAD4D4;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #F24C4C;
    margin-top: 20px;
}

.alert-success {
    background-color: #D3EBCD;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #4B8673;
}

.label-attach.required{
    color: #ffffff;
    background: #F96285;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.event-body {
    padding: 100px 0;
}

.products-body {
    padding: 100px 0;
}

.illustration-left {
    z-index: 1;
}

.footer-main-item a img {
    margin: 50px 0;
}

.privacy-policy-custom {
    color: #6f6f6f;
}

.privacy-policy-custom .ml-2 {
    padding-left: 20px;
}

.privacy-policy-custom p {
    margin-bottom: 20px;
    font-size: 14px;
}

.privacy-policy-custom li {
    list-style: square;
}

.privacy-policy-custom ol {
    counter-reset: count 0;
    list-style-type: none;
}

.privacy-policy-custom ol li {
    content: counter(count) ". ";
    list-style-type: none;
}

/* プライバシーポリシー リスト調整用 */
.privacy-policy-custom .content {
    margin-bottom: 20px;
}

/* プライバシーポリシー リスト */
.privacy-policy-custom .content li {
    list-style: square;
    font-size: 14px;
}

/* プライバシーポリシー リスト デフォルトのマーカー非表示 */
.privacy-policy-custom .content li::before {
    content: none;
}

/* プライバシーポリシー リスト 数字でカウントする */
.privacy-policy-custom ol li:before {
    content: counter(count) ". ";
    counter-increment: count 1;
}

.terms-custom p {
    font-size: 14px;
}

.terms-custom h3 {
    color: #6f6f6f;
}

.terms-custom li {
    list-style: outside;
    color: #6f6f6f;
    font-size: 14px;
}

img.image_circle {
    /*width: 80px;*/
    /*height: 80px;*/
    /*object-fit: cover;*/
    /*border-radius: 50%;*/
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%!important;
}

.owner-item-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.url-info {
    margin: 20px 0;
}

.url-info span {
    color: #609ff5;
    text-decoration: underline;
}

.announce-custom .subject {
    font-weight: bold;
    border-bottom: solid 2px var(--main-theme-color);
    padding-bottom: 2px;
    font-size: 1.2rem;
    margin: 20px 0;
}

.purchase-custom .form_item {
    text-align: center;
}

#yu .main2 {
    text-align: center;
    color: #6f6f6f;
    display: block;
    margin: auto;
}

#yu .top_under {
    border: 1px solid #6f6f6f;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 70px 2%;
}

#yu .p-naka {
    padding: 5px;
    margin: 5px;
    font-size: 1.5rem;
    color: var(--main-theme-color);
}

#yu .p-ue,#yu .p-shita  {
    border: 1px solid #6f6f6f;
    padding: 5px;
    border-radius: 5px;

}

#yu .yu-ul {
    display: flex;
    margin: auto;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    align-items: center;
}

#yu .next-left {
    width: 230px;
    margin: 30% 0;
}

#yu .next-img ,#yu .next2-img{
    width: 70%;
    margin: 10px auto;
}
#yu .next-img img,#yu .next2-img img{
    width: 100%;
    margin: auto;
}
#yu .next3-img {
    width: 90%;

}

#yu .p4 {
    font-size: 0.75rem;
    margin-bottom: 30px;
    color: gray;
}

#yu .txt {
    font-size: 12px;
    line-height: 1.5em;
}

#yu .next {
    margin-bottom: 10%;
}

#yu .next3 {
    margin-bottom: 10%;
}

.sp-display {
    display: none;
}

.logo-sp {
    display:none;
}

@media screen and (max-width: 959px) {
    #yu .main2 {
        width: 100%
    }

    #yu .top_under {
        border: 1px solid #6f6f6f;
        padding: 30px 0;
    }

    #yu .p3-left {
        font-size: 12px;
        line-height: 1.5em;
        text-align: center;
    }

    #yu .yu-ul {
        margin: auto;
        text-align: center;
        justify-content: space-between;
    }

    #yu li {
        margin: 40px 0;

    }

    #yu .next-left {
        width: 50%;
        margin: auto;
    }


    #yu .next-img {
        width: 50%;
    }

    #yu .next2-img {
        width: 80%;
    }
    .logo-sp > a,.logo-sp > a > img{
        width: 100%;
    }

}
@media screen and (max-width: 960px) {
    .logo-sp {
        display: block;
        width: 20%;
    }
}
@media screen and (max-width: 640px) {
    #yu .display-640 {
        display: block;
    }
    .logo-sp {
        width: 30%;
    }
    #yu .next-img ,#yu .next2-img{
        width: 80%;
        margin: 0 auto;
    }
    #yu .txt{
        font-size: 0.9rem;
    }
    #yu .yu-ul{
        display: block;
    }
}

@media screen and (max-width: 500px) {
    #yu .sp-none {
        display: none;
    }
    #yu .next-left {
        width: 80%;
        margin: auto;
    }

    .sp-display {
        display: block;
    }

    .footer-main-item a img {
        margin: 20px 0;
    }

    /*.pagetop a img {*/
    /*    width: 65px;*/
    /*    height: 65px;*/
    /*}*/

    .pagetop img {
    display: none;
    }
}

.about-us-custom table {
    table-layout: auto;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 10px -1px 24px 0;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 85.7%;
    line-height: 141.7%;
}

.about-us-custom table tr {
    padding: 8px 30px;
}

.about-us-custom table th {
    background-color: #f5f5f5;
    white-space: nowrap;
}

.about-us-custom table th, .about-us-custom table td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: top;
}

.navi-pc .logo {
    left: 25px;
    z-index: auto;
}

.slider img {
    width: 40vw;
    height: 40vw;
    object-fit: cover;
}

.owner-item-image {
    position: relative;
}

.owner-item-image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.owner-item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    object-fit: cover;
}

.product-image li {
    position: relative;
}

.product-image li::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-image li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

@media screen and (min-width: 960px) {
    main {
        /* justify-content: normal; */
        max-width: 1200px;
        margin: 0 auto;
        justify-content: center;
        gap: 0;
        margin-top: 50px;
    }

    .side-menu-container {
        min-width: 200px;
        width: 22.5%;
        /*padding:20px 0;*/
    }

    .main-container {
        width: 77.5%;
        /*width:100%;*/
        /* justify-content: right; */
        /* margin: 0 auto;*/
        padding-left: 5%;
    }
    #purchase .main-container {
        max-width: 1200px;
        width: 90%;
        padding-left: 0;
        margin:auto;
    }

    .purchase-custom .form_item {
        text-align: left;
    }
}

.head {
    background-color: transparent;
}

.producer-custom {
    color: #6f6f6f;
}

.producer-custom .profile {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.producer-custom .producer-introduction {
    margin: 70px 30px 50px 30px;
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.5;
}

.producer-custom .profile .profile-img {
    width: 150px;
    height: 150px;
}

.producer-custom .profile .profile-name {
    width: 70%;
    padding: 0 10px 0 30px;
}

.producer-custom .profile .profile-name p {
    font-size: 1.2rem;
    color: var(--orange-color);
    margin-bottom: 10px;
    line-height: 1.2;
}


.producer-custom .profile .image_circle {
    width: 100%;
    height: 100%;
}

.producer-custom .producer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}

.producer-custom .producer-title {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.producer-custom .producer-content {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    flex-direction: column;
}

@media screen and (max-width: 960px){
    .producer-custom .profile .profile-img{
        width: 110px;
        height: 110px;
    }
}

.owner-item {
    margin-bottom: 20px;
}
/*.index .owner-item{*/
/*    margin:auto;*/
/*}*/

/*@media screen and (min-width: 500px) {*/
/*    .index .owner-item {*/
/*        width: 49%;*/
/*        margin-left: 1%;*/
/*        margin-bottom: 1%;*/
/*        margin-top:0;*/
/*    }*/
/*}*/

@media screen and (min-width:760px) {
    .index .owner-item {
        width: 32%;
    }
}

@media screen and (min-width: 960px) {
    .producer-custom .owner-item {
        width: 32%;
    }
    .owner-item {
        width: 24%;
        margin-left: 1%;
        margin-bottom: 1%;
    }
    .index .owner-item {
        width: 24%;
        margin-left: 1%;
        margin-bottom: 1%;
        margin-top:0;
    }
}


body {
    position: relative;
}

/*.pagetop {*/
/*    position: fixed;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*}*/
/*.pagetop a img {*/
/*    width:100%;*/
/*}*/


.top-container, .owner, .news-list {
    padding: 20px 50px 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/**
フローティングバナー仮表示用。
消してよし。
ココから
 */
 .floating-banner {
     position: fixed;/* 追従 */
     z-index: 99999;/* 他の要素の下に隠れないように */
     bottom: 0;/* バナーの上下の位置 */
     right: 0;/* バナーの左右の位置 */
 }
.pc {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}
.sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) {/* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
}
/**
ココまで
フローティングバナー仮表示
消してよし。
 */

.sp-block{
    display: none;
}

@media screen and (max-width: 560px){
.sp-block{
    display: block;
}
}
.bold{
    font-weight: bold;
}
@media screen and (max-width: 560px) {
    .for_responsive .top-container{
        padding:0;
    }
}

/**
 検索窓
 */
.header_search {
    display: flex;
    border: 1px solid #999;
    padding: 3px 10px;
    border-radius: 20px;
    width: 300px;
    overflow: hidden;
    background-color: white;
    margin-top: 0;
}

.header_search input {
    border: none;
    width: 100%;
    text-align: left;
}

.header_search input:focus {
    outline: 0;
}

.header_search button {
    background-color: white;
    border: none;
}

.header_search img {
    width: 40px;
    margin-right: 0;
}

.form-group strong {
    font-weight: normal;
}
