@charset "UTF-8";

:root {
    --main_txt: #343434;
}

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

body {
    font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
    color: var(--main_txt);
}

main {
    margin-top: 65px;
    overflow: hidden;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    box-sizing: content-box;
}
h2 {
    font-size: 1.5em;
    font-weight: bold;
    box-sizing: content-box;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.mb-n1 {
    margin-bottom: -1px;
}

/* フロントページ ---------------------------------------------------------- */
/* カスタマイズボタン（カテゴリ表示用） */
.btn-light {
    --bs-btn-color: #333333;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f0f0f0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eeefef;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-superlight {
    --bs-btn-color: #333333;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #cccccc;
    --bs-btn-hover-color: #0066cc;
    --bs-btn-hover-bg: #d3dff4;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f2e4;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn {
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
        border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.scrollable-x {
    overflow-x: auto;
    white-space: nowrap;
}
.scrollable-y {
    overflow-y: auto;
}
/* スクロールバー非表示 */
.scrollable-x::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.scrollable-x {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

/* place holder activeで消えるように */
::placeholder {
    color: #bbbbbb !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus::-ms-input-placeholder {
    color: transparent !important;
}
input:focus::placeholder {
    color: transparent !important;
}

/* PageTopボタン */
.float-end {
    background: var(--bs-code-color);
    padding: 0.6em 0.8em 0.7em 0.8em;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: none;
}
.float-end a {
    text-decoration: none;
    color: var(--bs-white);
}

/* ハンバーガーメニューの新規登録・ログイン部分の横整列 */
.nav-link2 {
    display: inline-block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

/* ログインページ */
.form_outer {
    min-height: 85vh;
}
.form-signin {
    max-width: 330px;
    padding: 1rem;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* 商品ページ */
.product_width {
    max-width: 800px;
    margin: 0 auto;
}

/* コンテンツページ ---------------------------------------------------------- */
/* FAQアコーディオン */
.ans {
    display: none;
    margin-bottom: 0.5rem;
    padding: 10px 15px 10px 20px;
    background: #fafafa;
}
#l-post .ans p {
    line-height: 1.8;
    margin-bottom: 3px;
}
p.faq-open {
    padding: 10px 34px 10px 45px;
    margin: 2px;
    color: #fff;
    font-size: 18px;
    background: #1e76bd;
    position: relative;
    cursor: pointer;
}
.faq-open::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transform: rotate(90deg);
    border: 7px solid transparent;
    border-left: 12px solid #ffffff;
    transition: all 0.5s ease-out;
}
.faq-open.active::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: 7px solid transparent;
    border-left: 12px solid #ffffff;
    transform: rotate(-90deg);
    border-left: 12px solid #ffffff;
}
.faq-open::after {
    position: absolute;
    color: #fff;
    content: "Q ";
    top: 0;
    left: 0;
    background: #abb5b6;
    padding: 10px;
}

/* マイページ ---------------------------------------------------------- */
/* サイドバー */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        display: block;
    }
}

/* サイドメニューはみ出し防止 */
.dropdown-item {
    text-wrap: wrap;
}

/* 商品テーブル */
.item_colomun {
    min-width: 400px;
}


/* 決済画面支払方法切替用 ---------------------------------------------------------- */
.card_info, .bank_info{
    display:none;
}

/* 番号無しリスト */
.product_width ul {
    list-style: none;
    padding: 0;
    margin: 1rem;
}

.product_width ul li {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    border: 1px solid #e9ecef;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.product_width ul li:hover {
    background-color: #f8f9fa;
    border-color: #5c7cfa;
    box-shadow: 0 0 0 3px rgba(92, 124, 250, 0.1);
}

/* 番号付きリスト */
.product_width ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 1rem;
}

.product_width ol li {
    counter-increment: item;
    position: relative;
    padding: 25px 25px 25px 80px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.product_width ol li::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    font-weight: 200;
    color: #dee2e6;
    transition: all 0.3s ease;
}

.product_width ol li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #5c7cfa 0%, transparent 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.product_width ol li:hover {
    background-color: #f8f9fa;
    border-color: #5c7cfa;
    padding-left: 85px;
    box-shadow: 0 4px 12px rgba(92, 124, 250, 0.1);
}

.product_width ol li:hover::before {
    color: #5c7cfa;
    font-weight: 300;
}

.product_width ol li:hover::after {
    transform: scaleX(1);
}

/* テーブルデザイン */
.product_width table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background-color: #ffffff;
    table-layout: fixed;
}

.product_width th {
    padding: 13px;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #cccccc;
}

.product_width td {
    padding: 13px;
    border: 1px solid #cccccc;
}


/* 特商法表記テーブル用 ---------------------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.admall_trans h2 {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 5px 0;
    text-align: center;
}
table#tokutai {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 0 auto;
    width: 680px;
}
table#tokutai th {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
	border-right:1px solid #cccccc;
    padding: 15px;
    text-align: right;
    vertical-align: top;
    width: 140px;
	font-weight:normal;
}
table#tokutai td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}
.admall_trans{
	width:700px;
	margin:0 auto;
}
.admall_trans a,.admall_trans a:link,.admall_trans a:visited{
    color:#0066cc;
}
.admall_trans a:hover{
    color:#cc9900;
}
a:hover img{
    opacity:0.8;
}

@media screen and (max-width: 769px){
.admall_trans{
	box-sizing: border-box;
	width:100%;
}
.admall_trans *{
	box-sizing: border-box;
}

table#tokutai {
	width:100%;
	border:none;
}
table#tokutai th,table#tokutai td{
	width:100%;
	display:block;
	text-align:left;
	border: 1px solid #CCCCCC;

}
table#tokutai td{
	margin-bottom:10px;
}

}
