/*!
Theme Name: OKWAVE
Theme URI: http://underscores.me/
Author: TheWanderingCoder
Author URI: https://thewanderingcoder.net/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _okwave
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OKWAVE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wpadminbar {
    display: block !important;
}

.featured_product {
    padding: 23px 12px 24px;
    background: #FFF2F2;
    border-radius: 16px;
}
.ft_list {
    display: flex;
    gap: 12px;
}
.feature_pr_ttl {
    background: url(https://xb115014.xbiz.jp/wp-content/uploads/2025/02/star.svg) no-repeat center left;
    background-size: 20px auto;
    padding-left: 27px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px !important;
}
.feature-item {
    width: calc(33.33% - 8px);
    display: flex;
    border-radius: 6px;
    border: 1px solid #FFE0E0;
    padding: 16px;
    gap: 7px;
    align-items: center;
    box-shadow: 0px 8px 10px rgba(255, 137, 137, 0.15);
    transition: all 0.5s ease-in-out;
    background: #fff url(https://xb115014.xbiz.jp/wp-content/uploads/2025/02/arrow_link.svg) no-repeat center right 16px;
}  
.feature-item:hover {
    opacity: 0.5;
}
.feature-item img {
    width: 40px;
    height: 40px;
}
.feature-item p {
    font-size: 13px;
    color: #000;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    padding-right: 20px;
}
.detail-page .wrap-product .list-product .wrap-detail-product.new-style .group-btn a {
    position: relative;
    background: linear-gradient(180deg, #FF8484 0%, #F80A00 45.91%);
    border-radius: 8px;
    border-bottom: 4px solid #A91A1A;
    color: #fff;
    padding: 16px 40px 16px 16px;
    text-align: left;
}
.detail-page .wrap-product .list-product .wrap-detail-product.new-style .group-btn a:after {
    content: '';
    display: block;
    position: absolute;
    background: url(https://xb115014.xbiz.jp/wp-content/uploads/2025/02/product_icon.svg) no-repeat top left;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.detail-page .wrap-product .list-product .wrap-detail-product.new-style .group-btn a span {
    font-size: 11px;
    font-weight: 500;
}
.new-style .block-cnt .block-item {
    border: none;
    background: #E6F5F8 url(https://xb115014.xbiz.jp/wp-content/uploads/2025/02/check_list.svg) no-repeat center left 8px;
    background-size: 24px auto;
    font-size: 12px;
    color: #545454;
    text-align: left;
    height: 54px;
    padding: 8px 11px 8px 35px;
    justify-content: flex-start;
}
.product_footer {
    display: none;
}
@media screen and (max-width: 1440px) {
    .featured_product {
        padding: 25px 16px 27px;
    }
    .feature_pr_ttl {
        font-size: 16px;
        margin-bottom: 12px !important;
    }
    .ft_list {
        gap: 16px;
        flex-wrap: wrap;
    }
    .feature-item {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .featured_product {
        padding: 25px 16px 27px;
    }
    .feature_pr_ttl {
        font-size: 16px;
        margin-bottom: 12px !important;
    }
    .ft_list {
        gap: 16px;
        flex-wrap: wrap;
    }
    .feature-item {
        width: 100%;
    }
    .product_footer {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        gap: 1px;
        background: #fff;
    }
    .product_footer a {
        display: flex;
        min-width: 50%;
        background: #4C4C4C;
        height: 50px;
        color: #fff;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: bold;
    }
    .product_footer a img {
        position: relative;
        top: 1px;
    }
    .footer_link {
        left: 2px;
    }
}