@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Amiko", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #1A1813;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
}

/* -----------En font-----------*/
.aboreto-regular {
    font-family: "Aboreto", system-ui;
}

.amiko-regular {
    font-family: "Amiko", sans-serif;
}



img {
    width: 100%;
    height: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.pc_only {
    display: none;
}


.content_right_qr {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100px;
    margin: auto;
    z-index: 100;
    aspect-ratio: 1 / 1;
}

.content_right_qr img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: #1A1813;
}

/* ローディング画面 */
#top_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #AEE8FF, #A5C2FF, #D1BCFF);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.top_loading_text {
    font-family: "Aboreto", system-ui;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#main_content {
    display: none;
}


/* -----------search-----------*/
#header_search_box {
    position: fixed;
    width: 100%;
    margin: auto;
    bottom: 95px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 0;
    box-sizing: border-box;
    transition: .5s;
}

#searchform {
    display: flex;
    align-items: center;
    height: 50px;
    max-width: 300px;
    margin: auto;
    transition: .5s;
}

#searchform input {
    border: solid 1px #A5C2FF;
    background: #f5f5f5;
    border-radius: 120px;
    padding: 0 10px 0 20px;
    height: 50px;
    margin-right: 10px;
    transition: .5s;
}

.search_btn {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 70px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s;
}

.search_btn:hover {
    background: #c0c0c0;
}

.search_btn svg {
    width: 30px;
}

.search_btn path {
    fill: #c0c0c0;
}

.search_btn:hover path {
    fill: #fff;
}



.search_Word {
    text-align: center;
    margin-bottom: 10px;
}

/* -----------共通-----------*/
.item_content {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.item_content h2 {
    font-size: 24px;
    font-family: "Aboreto", system-ui;
    display: flex;
    padding-left: 20px;
    margin-bottom: 10px;
}


.image_link {
    margin: 60px 0 60px;
}

.image_link_wrap_1 {
    display: block;
    position: relative;
    width: 90%;
    height: fit-content;
    margin: 0 auto 10px;
    transition: .5s;
}

.image_link_wrap_2,
.image_link_wrap_3 {
    position: relative;
    width: 50%;
    transition: .5s;
}

.image_link_wrap_1 {
    display: block;
    position: relative;
    width: 90%;
    height: fit-content;
    margin: 0 auto 10px;
}

.image_link_wrap_1:hover,
.image_link_wrap_2:hover{
opacity: 0.5;
}

.image_link_wrap_1::before,
.image_link_wrap_2::before,
.image_link_wrap_3::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.image_link_wrap_1 img {
    display: block;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    transition: .5s;
}

.image_link_wrap_2 img,
.image_link_wrap_3 img {
    display: block;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    transition: .5s;
    aspect-ratio: 16 / 9;
}

.image_link_text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 20px;
    z-index: 3;
}

.image_link_unit {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.top_btn a {
    text-decoration: none;
    width: fit-content;
    margin: 20px 30px 0 auto;
    text-align: right;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 30px;
    background: linear-gradient(135deg, #D1BCFF, #A5C2FF, #AEE8FF);
    display: block;
}

.page_content {
    background: linear-gradient(135deg, #AEE8FF, #A5C2FF, #D1BCFF);
    padding: 30px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page_content h1, .page_content h2 {
    font-size: 20px;
    color: #FFFFFF;
}

.page_title {
    font-size: 24px;
    color: #9FBAFF;
    width: 100%;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0;
}

.top_item_wrap p{
    font-size: 14px;
}

.top_item_wrap span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.top_item_wrap img {
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper_slide_blog {
    right: 120px;
    padding-right: 8px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.mySwiper_cosme img,
.mySwiper_food img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
}

.swiper_pagination_box {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    height: 10px;
}

/* -----------SP header-----------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    background-color: #ffffff;
    bottom: 0;
}

.top_header_title {
    background: linear-gradient(135deg, #AEE8FF, #A5C2FF, #D1BCFF);
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.header_button_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    color: #1A1813;
}

.header_button_list li {
    position: relative;
    width: 33%;
}


.header_button_list span {
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.header_button_list img {
    width: 30px;
    padding: 0 8px;
}

.menu_icon img {
    width: 20px;
    vertical-align: middle;
}

header a {
    color: #1A1813;
    text-decoration: none;

}

.top_hamburger span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #1A1813;
}

/* ハンバーガーメニュー */
.top_hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#top_hamburger_menu {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #1A1813;
    transition: .5s;
}


#top_hamburger_menu::before,
#top_hamburger_menu::after {
    content: '';
    position: absolute;
    background-color: #fff;
    transition: .5s;
}

.header_pc_button:hover #top_hamburger_menu::before,
.header_pc_button:hover #top_hamburger_menu::after {
    background-color: #c0c0c0;
}

#top_hamburger_menu::before {
    width: 6px;
    height: 100%;
    top: 0;
    left: calc(50% - 3px);
}


#top_hamburger_menu::after {
    width: 100%;
    height: 6px;
    top: calc(50% - 3px);
    left: 0;
}

#top_hamburger_menu.active {
    transform: rotate(270deg);
    background: none;
}

#top_hamburger_menu.active::before,
#top_hamburger_menu.active::after {
    background: #1A1813;
}

#top_hamburger_menu.active::before {
    transform: rotate(400deg);
}

#top_hamburger_menu.active::after {
    transform: rotate(-670deg);
}

.top_header_menu {
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    z-index: -1;
    transition: .5s;
}

.top_header_menu.active {
    transform: translateY(0%);
}

.top_header_menu nav {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding-top: 100px;
}

.top_header_menu nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #1A1813;
    margin-bottom: 30px;
}


/* -----------footer-----------*/
footer {
    background: linear-gradient(135deg, #AEE8FF, #AEE8FF, #A5C2FF, #D1BCFF);
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 35px 0 90px;
}

footer nav {
    margin: 0 auto;
}


footer ul li {
    display: inline-block;
    margin: 5px 10px
}

footer a {
    text-decoration: none;
    color: #ffffff;
    display: block;
}

footer p {
    font-size: 24px;
    padding: 15px 0;
    font-family: "Aboreto", system-ui;
}

.footer_logo {
    max-width: 20%;
}

.copyright {
    display: block;
    font-size: 9px;
}

/* -----------top-----------*/
.top_mv {
    position: relative;
}

.top_mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.top_mv_images {
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.top_h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    text-align: left;
    font-size: 16px;
    margin: auto;
    white-space: nowrap;
}

.top_h1 span {
    display: block;
}

.top_h1 img {
    display: inline;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
}

.top_under_text {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 362px;
    padding: 20px 0;
}


.top_under_text p {
    font-family: "Aboreto", system-ui;
    text-align: center;
    padding: 10px;
}

.top_under_text h2 {
    line-height: 1.6;
    text-align: left;
}

.top_blog_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 5px;
    border: 1px solid #EFEFF0;
    border-radius: 8px;
    width: 100%;
}

.top_blog img {
    border-radius: 10px 10px 0 0;
}

.top_secondary {
    margin: 50px auto;
    text-align: center;
    line-height: 2;
}

.top_note {
    background-image: linear-gradient(90deg, rgba(216, 237, 255, 0.74) 13%, rgba(224, 216, 239, 0.74) 63%);
    padding: 30px 0;
}

.top_note_title {
    text-align: center;
    padding: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.top_note_title img {
    display: block;
    max-width: 20%;
    margin: 0 auto;
}

.top_note_content {
    max-width: 400px;
    padding: 0 20px;
    margin: auto;
}

.top_note_content2 {
    padding: 0 20px;
    margin: auto;
}

.top_ranking_box {
    display: block;
    position: relative;
}

/* 1位～5位のスタイル */
.ranking-number {
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.top_ranking_box:nth-child(1) .ranking-number {
    background-color: #FFD700;
}

.top_ranking_box:nth-child(2) .ranking-number {
    background-color: #C0C0C0;
}

.top_ranking_box:nth-child(3) .ranking-number {
    background-color: #CD7F32;
}

.top_ranking_box:nth-child(4) .ranking-number,
.top_ranking_box:nth-child(5) .ranking-number {
    background-color: #D1BCFF;
}

.top_ranking_box:nth-child(6) .ranking-number,
.top_ranking_box:nth-child(7) .ranking-number,
.top_ranking_box:nth-child(8) .ranking-number,
.top_ranking_box:nth-child(9) .ranking-number,
.top_ranking_box:nth-child(10) .ranking-number {
    background-color: #A5C2FF;
}




/* -----------archive-----------*/

.category_wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.category_cosme {
    flex: 0 1 calc((100% - 40px) / 3);
}

.blog_wrap {
    margin: 50px 0 120px 0;
}

.blog_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}

.blog_article {
    width: 47%;
}

.single_blog_all {
    margin: 40px 20px;
}

.single_blog_thumnail img {
    margin: 0 auto 40px;
    display: block;
    max-width: 400px;
    /* padding: 50px; */
    box-shadow: 0 0 5px #9FBAFF;
}

.single_blog_day {
    font-size: 10px;
    margin-bottom: 10px;
}

.single_blog_h1 {
    font-size: 20px;
}

.single_blog_content {
    margin: 50px 0;
}

.single_blog_content img {
    margin: 10px 0;
}

.single_blog_content h3,
.single_blog_content h4,
.single_blog_content h5 {
    margin: 20px 0;
    font-weight: bold;
}

/* h2のスタイル */
.single_blog_content h2 {
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #A5C2FF;
    padding-left: 10px;
    margin: 50px 0 20px;
}

/* h3のスタイル */
.single_blog_content h3 {
    font-size: 18px;
    border-bottom: 2px solid #A5C2FF;
}

/* h4のスタイル */
.single_blog_content h4 {
    font-size: 16px;
    border-left: 3px solid #A5C2FF;
    padding-left: 8px;
}

/* h5のスタイル */
.single_blog_content h5 {
    border-bottom: 1px solid #A5C2FF;
    padding-bottom: 4px;
}

.single_blog_navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.single_blog_navigation .prev_post a,
.single_blog_navigation .next_post a {
    text-decoration: none;
    color: #A5C2FF;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 15px;
    border: 2px solid #A5C2FF;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.single_blog_navigation .prev_post a:hover,
.single_blog_navigation .next_post a:hover {
    background-color: #A5C2FF;
    color: #fff;
}


/* -----------contact-----------*/


.contact_tab-container {
    font-family: Arial, sans-serif;
}

.contact_tabs {
    display: flex;
    gap: 10px;
}

.contact_tab {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
}

.contact_tab.active {
    background-color: #ddd;
    font-weight: bold;
}

.contact_tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
}

.contact_tab-content.active {
    display: block;
}

.contact_article .contact_wrap {
    margin: 40px auto;
    width: 100%;
    box-sizing: border-box;
}

.contact_article {
    width: 90%;
    margin: 60px auto;
}

.contact_name, .contact_info {
    margin: 20px 0 5px;
}

.contact_name span {
    color: #ffffff;
    font-size: 10px;
    background-color: #D90111;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    border: 2px solid #D90111;
    display: inline-block;
}

.contact_info span {
    flex-shrink: 0;
    white-space: nowrap;
    color: #ffffff;
    font-size: 10px;
    background-color: #DEDEDE;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    border: 2px solid #DEDEDE;
    display: inline-block;
}


.contact_select {
    width: 100%;
}

.contact_form h4 {
    font-size: 20px;
}

.contact_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_text a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.contact_text a:hover {
    text-decoration: underline;
}


.contact_text {
    font-size: 16px;
    color: #707070;
    cursor: pointer;
}

input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
}

.btn {
    color: #ffffff;
    width: 150px;
    font-size: 20px;
    height: 40px;
    background-color: #9FBAFF;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
}

.btn:focus {
    outline: none;
}

.contact_btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="submit"] {
    color: #ffffff;
    font-size: 13px;
    background-color: #9FBAFF;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 151px;
    border-radius: 50px;

}

input[type="text"] {
    width: 100%;
    margin: 0 auto;
}

input[type="email"] {
    width: 100%;
    margin: 0 auto;
}

input[type="submit"]:focus {
    outline: none;
}

.wpcf7-textarea {
    border-radius: 10px;
    width: calc(100% - 10px);
    border: 2px solid #DEDEDE;
}

.wpcf7-not-valid-tip {
    color: #9FBAFF;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.checkbox_with_icon {
    display: flex;
    align-items: center;
}

.checkbox_with_icon img {
    width: 20px;
    margin-left: 10px;
}

/*about*/
.about_note {
    width: 80%;
    margin: 30px auto;
    line-height: 1.6;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px 3px rgba(174, 232, 255, 0.3),
        0 0 20px 6px rgba(159, 186, 255, 0.2),
        0 0 30px 9px rgba(211, 188, 255, 0.1);
}

.about_note h2 {
    font-size: 20px;
    background: radial-gradient(circle, #AEE8FF, #9FBAFF, #D3BCFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: bold;
}

.about_note p {
    padding-bottom: 20px;
}

.about_note h3 {
    font-weight: bold;
    padding-bottom: 10px;
}

.about_description {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;

}

.about_description dl {
    display: block;
}

.about_wrap {
    font-size: 18px;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.about_wrap dt {
    width: 40%;
    font-weight: bold;
    min-width: 120px;

}

.about_wrap dd {
    text-align: left;
    line-height: 1.5;
}

.about_article {
    line-height: 1.6;
    margin-bottom: 70px;
}

.about_more {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #D9D9D9;
}

.about_more h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
}

.about_more h3 {
    font-size: 18px;
    color: #9FBAFF;
    margin-bottom: 10px;
}

.about_more p {
    font-size: 15px;
    padding-bottom: 20px;
}

/*privacy*/
.privacy_wrap {
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.privacy_wrap h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    font-weight: bold;
}

.privacy_article_detail {
    margin-top: 10px;
}

.privacy_article_detail p {
    text-indent: -1em;
    padding-left: 2em;
    margin-bottom: 10px;
}

.privacy_sublist {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
}

.privacy_sublist li {
    padding-left: 3em;
    text-indent: -1em;
    line-height: 1.6;
}

/* ----------archive----------*/
.pagination-wrapper {
    border: 2px solid #AEE8FF;
    border-radius: 50px;
    width: fit-content;
    margin: 100px auto 0;
    background-color: #AEE8FF;
}

.arrow-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #9FBAFF;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    background-color: #9FBAFF;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}


.pagination .current {
    font-weight: bold;
    color: #AEE8FF;
}

.arrow-circle.disabled {
    background-color: #ffffff;
    color: #9FBAFF;
    border-color: #ffffff;
    cursor: default;
    pointer-events: none;
}


.page-info {
    padding: 0 15px;
    font-weight: bold;
    color: #ffffff;
}

.archive_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.archive_flex a {
    width: 30.2%;
    margin: 10px calc(1.5%);
    transition: .5s;
}

.archive_flex a:hover{
   opacity: 0.5;
}


/* ----------single----------*/

.single_cosme {
    width: 90%;
    margin: 0 auto;
}

.single_cosme_wrap {
    font-size: 20px;
}

.single_koukoku {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    padding: 40px 0;
}

.single_component h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.single_component_box {
    margin: 10px 0;
}

.single_component_beaker_all {
    display: flex;
    gap: 50px;
    align-items: center;
    margin: 20px auto 50px;
    width: fit-content;
}

.single_component_beaker_box {
    width: 120px;
    height: 200px;
    margin: auto;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.single_component_beaker_info_high,
.single_component_beaker_info_medium,
.single_component_beaker_info_low {
    margin: 10px 0;
}

.single_component_beaker_info_box span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}


.single_component_beaker_high,
.single_component_beaker_medium,
.single_component_beaker_low {
    width: 100%;
    position: relative;
    display: block;
}

.single_component_beaker_high,
.single_component_beaker_info_high span {
    background-color: #FEDCFF;
}


.single_component_beaker_medium,
.single_component_beaker_info_medium span {
    background-color: #FAFA93;
}

.single_component_beaker_low,
.single_component_beaker_info_low span {
    background-color: #CCFCC3;
}


.single_pattern_beaker_all {
    margin: 20px auto;
}

.single_pattern_beaker_box {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.pattern_content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    box-sizing: border-box;
}

/* アクティブ状態のアコーディオンの背景色 */
.single_pattern_beaker_box.active .pattern_content {
    background-color: #D1BCFF;
}

.pattern_content::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #1A1813;
    border-bottom: 2px solid #1A1813;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.single_pattern_beaker_box.active .pattern_content::after {
    transform: translateY(-50%) rotate(-135deg);
}

.pattern_content div {
    width: 30%;
    text-align: center;
}

.pattern_description {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    opacity: 1;
    max-height: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pattern_text {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.field-content {
    color: #333;
}

.pattern_explanation {
    padding-top: 5px;
}

.explanation-content {
    color: #666;
    font-size: 0.9em;
}

.pattern_description.hidden {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.single_pattern_beaker_box.hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    pointer-events: none;
}

.single_pattern_beaker {
    position: relative;
    display: flex;
    height: 50px;
    background-color: #F0F0F0;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-right: 10px;
}

.single_pattern_beaker_left {
    height: 100%;
    background-color: #CCFFFF;
    transition: width 0.3s ease;
}

.single_pattern_beaker_right {
    height: 100%;
    background-color: transparent;
    transition: width 0.3s ease;
}



/* -----------WordPressの投稿エディター-----------*/
ul.acf-radio-list li, ul.acf-checkbox-list li {
    display: inline-block;
    margin: 5px !important;
    font-weight: bold;
}

input[type=checkbox]:checked::before {
    background: #FEDCFF;
}

.acf-field-6777c08d8d408 .acf-label label,
.acf-field-6777bd61c6d83 .acf-label label,
.acf-field-6777c0388d407 .acf-label label {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

/* -----------ipad-----------*/

@media screen and (min-width:600px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .content_left, .content_right {
        height: 100vh;
        width: calc((100vw - 550px) / 2);
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: fixed;
        z-index: -1;
    }

    .content_left {
        left: 0;
        top: 0;
        background: linear-gradient(135deg, #AEE8FF, #AEE8FF, #A5C2FF);
    }

    .content_right {
        right: 0;
        top: 0;
        background: linear-gradient(135deg, #A5C2FF, #D1BCFF);
    }

    .content_center {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        overflow: hidden;
        transition: .5s;
        background: #fff;

    }

    .content_letters {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        width: 100%;
        height: 100%;

    }

    .letter_right {
        font-family: "Aboreto", system-ui;
        font-weight: bold;
        position: absolute;
        font-size: 5rem;
        color: #9FBAFF91;
        animation: float 10s infinite;
    }

    .letter_left {
        font-family: "Aboreto", system-ui;
        font-weight: bold;
        position: absolute;
        font-size: 5rem;
        color: #ff9ff491;
        animation: float 10s infinite;
    }

    .letter_left:nth-child(1) {
        top: 10%;
        left: 20%;
    }

    .letter_left:nth-child(2) {
        top: 30%;
        left: 50%;
    }

    .letter_left:nth-child(3) {
        top: 60%;
        left: 10%;
    }

    .letter_left:nth-child(4) {
        top: 80%;
        left: 70%;
    }

    .letter_left:nth-child(5) {
        top: 40%;
        left: 80%;
    }

    .letter_left:nth-child(6) {
        top: 15%;
        left: 60%;
    }

    .letter_left:nth-child(7) {
        top: 50%;
        left: 30%;
    }

    .letter_right:nth-child(1) {
        top: 10%;
        left: 20%;
    }

    .letter_right:nth-child(2) {
        top: 30%;
        left: 50%;
    }

    .letter_right:nth-child(3) {
        top: 60%;
        left: 10%;
    }

    .letter_right:nth-child(4) {
        top: 80%;
        left: 70%;
    }

    .letter_right:nth-child(5) {
        top: 40%;
        left: 80%;
    }

    .letter_right:nth-child(6) {
        top: 15%;
        left: 60%;
    }

    .letter_right:nth-child(7) {
        top: 50%;
        left: 30%;
    }

    @keyframes float {
        0% {
            transform: translateY(50px);
        }

        50% {
            transform: translateY(-50px);
        }

        100% {
            transform: translateY(50px);
        }
    }


    /* -----------共通-----------*/

    /* -----------search-----------*/
    #header_search_box {
        position: fixed;
        width: 400px;
        background: none;
        margin: auto;
        bottom: 180px;
        left: inherit;
        right: 10px;
    }

    #searchform {
        max-width: 450px;
    }

    .search_btn svg {
        width: 30px;
    }

    .search_btn path {
        fill: #c0c0c0;
    }

    .search_Word {
        text-align: center;
        margin: 10px 0;
    }

    /* -----------PC header-----------*/
    #header {
        position: fixed;
        z-index: 1000;
        padding: 0;
    }

    .header_button_list {
        margin: 0;
        padding: 0;
        position: fixed;
        bottom: 100px;
        right: 20px;
        max-width: 250px;
    }

    .header_pc_button {
        display: block;
        background-color: #fff;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        position: relative;
        transition: .5s;
    }

    .header_pc_button:hover {
        background-color: #c0c0c0;
    }

    .header_pc_button img {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        margin: auto;
    }

    .header_button_list span {
        bottom: 12px;
    }

    #top_hamburger_menu {
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .top_header_menu {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .image_link_wrap_1 img {
        height: 250px;
    }

    /* -----------footer-----------*/

    /* -----------top-----------*/
    .top_note_title img {
        max-width: 15%;
    }

    /* ----------archive----------*/


}


/* -----------PC-----------*/

@media screen and (min-width:960px) {


    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .pc_only {
        display: block;
    }


    .content_left_content {
        color: #FFFFFF;
        z-index: 100;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        height: fit-content;
    }

    .content_left_content span {
        display: inline;
        font-size: 36px;
    }

    .content_left_content img {
        width: 70%;
        position: absolute;
    }

}

.show_more_btn,
.show_less_btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background: linear-gradient(135deg, #A5C2FF, #D1BCFF);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 120px;
}

.show_more_btn:hover,
.show_less_btn:hover {
    opacity: 0.8;
}

.show_more_btn.hidden,
.show_less_btn.hidden {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

.single_blog_content_info {
    margin-top: 60px;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.single_blog_content_info p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #CCFFFF;
}

.single_blog_content_info p:not(:first-child) {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.single_blog_content_info p:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #888;
    line-height: 1.8;
}

.ingredients-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ingredients-list li {
    background: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
}