.product_information {
    width: 90%;
    margin: 0 auto 80px;
}

.product_information video{
    margin: 0 auto 40px;
} 

.product_information .video_pc{
        display:none;
    }
    
    .product_information .video_sp{
        display:block;
        margin-bottom:3em;
    }

@media screen and (min-width: 961px) {
.product_information {
    max-width: 850px;
    margin: 0 auto 80px;
} 
    .product_information .video_pc{
        display:block;
        margin-bottom:80px;
    }
    
    .product_information .video_sp{
        display:none;
    }
}

.product_information .accordion_content {
    position: relative;
    margin: 0 auto 100px;
}


@media screen and (min-width: 961px) {
.product_information .accordion_content {
margin: 0 auto 40px;
}
.product_information video{
    margin: 0 auto 80px;
} 
}

.product_information .accordion_content_txt{
    overflow: hidden;
    transition: height .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_information .accordion_content_txt.release {
    transition: height .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product_information .accordion_content_txt.close {
    height: 5em;
    transition: height .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (min-width: 641px) {
    .product_information .accordion_content_txt{
        height: auto !important;
        overflow: inherit;
    }
}

.product_information .accordion_btn {
    max-width: 350px;
    width: 60%;
    height: 3em;
    border-radius: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,100%);
    margin: 0 auto;
}

.product_information .accordion_btn ._txt::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(https://joilmills.itembox.design/item/itempage/w-half/image/btn_open.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product_information .accordion_btn.active ._txt::after {
    background: url(https://joilmills.itembox.design/item/itempage/w-half/image/btn_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product_information .accordion_btn ._txt{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 641px) {
    .product_information .accordion_btn {
        display: none;
    }
}

.product_information img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 961px) { 
    .product_information img {
        width: auto;
    }   
}

.product_information .main {
    margin: 0 auto 60px;
}

.product_information .main > img {
    width: 100%;
}

.product_information ._image {
    text-align: center;
}


.product_information h2 {
display: flex;
justify-self: flex-start;
align-items: center;
font-size: 3rem;
font-weight: bold;
text-align: left;
margin-bottom: 4rem;
}

.product_information h2::before {
content: "";
display: inline-block;
width: 0.8rem;
height: 5rem;
background: #00561f;
margin-right: 2rem;
}

.product_information p {
font-size: 1.8rem;
line-height: 1.73;
font-weight: 500;
word-break: break-all;
color: #000000;
}

.product_information ._head {
margin: 0 auto 40px;
}

@media screen and (min-width: 961px) {
.product_information ._head {
margin: 0;
}   
}

.product_feature ._content01 {
margin: 0 auto 60px;
}

@media screen and (min-width: 961px) {
.product_feature ._content01 {
margin: 0 auto 20px;
}
}


/* ▼▼ 通常時のスタイル ▼▼ */

/* 通常時のボタン：背景を緑、ボーダーを緑 */
#fs_form .fs-c-button--primary {
    border: 2px solid #009944;
    background: #009944;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease; /* アニメーションを滑らかに */
}

/* 通常時のテキスト：ボタンの中の .fs-c-button__label だけ文字を白に */
#fs_form .fs-c-button--primary .fs-c-button__label {
    color: #fff;
    transition: all 0.3s ease;
}

/* ▼▼ ホバー時のスタイル ▼▼ */

/* ホバー時のボタン：背景を白に反転 */
#fs_form .fs-c-button--primary:hover {
    background: #fff;
}

/* ホバー時のテキスト：文字を緑に反転 */
#fs_form .fs-c-button--primary:hover .fs-c-button__label {
    color: #009944;
}


/* =========================================
   1つ目：レビューを書くボタン
   （通常：緑背景・白文字 ➔ ホバー：白背景・緑文字）
========================================= */

/* 通常時のボタン（背景とボーダー） */
.productReview__btnsContainer .fs-c-button--plain {
    border: 2px solid #009944;
    background: #009944;
    transition: all 0.3s ease;
}

/* 通常時のテキスト */
.productReview__btnsContainer .fs-c-button--plain .fs-c-button__label {
    color: #FFF;
    transition: all 0.3s ease;
}

/* ホバー時のボタン（背景を白に） */
.productReview__btnsContainer .fs-c-button--plain:hover {
    background: #FFF;
}

/* ホバー時のテキスト（文字を緑に） */
.productReview__btnsContainer .fs-c-button--plain:hover .fs-c-button__label {
    color: #009944;
}


/* =========================================
   2つ目：注文するボタン（リスト内）
   （通常：白背景・緑文字 ➔ ホバー：緑背景・白文字）
========================================= */

/* 通常時のボタン（背景とボーダー） */
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack article .fs-c-button--addToCart--list {
    border: 2px solid #009944;
    background: #FFF;
    transition: all 0.3s ease;
}

/* 通常時のテキスト */
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack article .fs-c-button--addToCart--list .fs-c-button__label {
    color: #009944;
    transition: all 0.3s ease;
}

/* ホバー時のボタン（背景を緑に） */
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack article .fs-c-button--addToCart--list:hover {
    background: #009944;
}

/* ホバー時のテキスト（文字を白に） */
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack article .fs-c-button--addToCart--list:hover .fs-c-button__label {
    color: #FFF;
}