@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* フォント設定 */
@font-face {
  	font-family: 'KozGo';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoBold';
  	src: url(../fonts/KozGoPro-Bold.otf);
}
@font-face {
  	font-family: 'KozGoReg';
  	src: url(../fonts/KozGoPro-Regular.otf);
}
@font-face {
  	font-family: 'KakuGoW3';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}
@font-face {
  	font-family: 'KakuGoW6';
  	src: url(../fonts/HiraginoKakugoW6.ttc);
}
@font-face {
  	font-family: 'KakuGoW8';
  	src: url(../fonts/HiraginoKakugoW8.ttc);
}
@font-face {
  	font-family: 'Jun10';
  	src: url(../fonts/A-OTF-Jun101Pro-Light.otf);
}
@font-face {
  	font-family: 'Jun20';
  	src: url(../fonts/A-OTF-Jun201Pro-Regular.otf);
}
@font-face {
  	font-family: 'Jun34';
  	src: url(../fonts/A-OTF-Jun34Pro-Medium.otf);
}
@font-face {
  	font-family: 'Ryumin';
  	src: url(../fonts/A-OTF-RyuminPro-Regular.otf);
}

.vdl {
    font-family: "vdl-logona", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

/* 全体 */
html {
    overflow: auto;
}

body {
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    overflow-x: hidden;
    width: 100%;
}

a {
    word-break: break-all;
}

.wrap {
    position: relative;
}

p.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.visible-tb {
    display: none;
}
.visible-sp {
    display: none;
}

.fixed {
    position: fixed!important;
}

.red {
    color: #d23332;
}

/* ヘッダー */
header {
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
header h1 {
}
header h1 a {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}
header h1 a .logo {
    width: 100px;
}
header h1 a:hover {
    text-decoration: none;
    cursor: pointer;
}
header h1 a:hover p {
    text-decoration: none;
    color: #000;
}
header ul.right-menu {
    display: flex;
    gap: 30px;
    align-items: center;
}
header ul.right-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header ul.right-menu li a span {
    font-size: 120%;
    display: inline-block;
    margin-right: 5px;
}
header ul.right-menu li a:hover {
    color: #00a8ff;
}

/* メインビジュアル */
main {
    background-image: url(../img/users/bg_main_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
}

/* 検索フォーム */
main .main-box,
.search-wrap .search-box {
    width: 80%;
    margin: auto;
    border: 1px solid #000;
    background: #fff;
    padding-right: 0;
    position: absolute;
    top: 30%;
    left: 10%;
}
.search-wrap .search-box {
    position: relative;
    width: calc(100% - 40px);
    margin: 10px 20px 20px;
    top: auto;
    left: auto;
}
main .main-box form,
.search-wrap .search-box form {
    display: flex;
}
main .main-box .form-wrap,
.search-wrap .search-box .form-wrap {
    padding: 10px;
}
main .main-box .form-wrap.input-keyword,
.search-wrap .search-box .form-wrap.input-keyword {
    width: 60%;
    padding-right: 0;
}
main .main-box .form-wrap.select-category,
.search-wrap .search-box .form-wrap.select-category {
    width: 30%;
    position: relative;
}
main .main-box .form-wrap.select-category:after,
.search-wrap .search-box .form-wrap.select-category:after {
    content: "▼";
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
main .main-box input,
.search-wrap .search-box input {
    font-size: 16px;
    border-right: 1px solid #999;
    padding: 5px;
    width: 100%;
    padding-left: 15px;
}
main .main-box select,
.search-wrap .search-box select {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
    display: block;
    height: 100%;
}
main .main-box button,
.search-wrap .search-box button {
    width: 10%;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

main .favorite-box {
    width: 72%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    top: 45%;
    left: 14%;
}
main .favorite-box p {
    color: #fff;
    font-size: 16px;
}
main .favorite-box .favorite-button-wrap {
    display: flex;
    gap: 10px;
}
main .favorite-box .favorite-button-wrap a {
    font-size: 16px;
    color: #337ab7;
}

/* カテゴリで探す */
section.category {
    padding: 30px 10%;
    background: #f4f3f3;
}
section.category h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}
section.category .row {
    margin-right: -10px;
    margin-left: -10px;
}
section.category .row [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
section.category .category-box {
    position: relative;
}
section.category .category-box p {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

/* 人気のキーワード */
section.keyword {
    padding: 30px 10%;
}
section.keyword .keyword-wrap {
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}
section.keyword .keyword-wrap .keyword-title {
    width: 20em;
    padding: 5px 0;
}
section.keyword .keyword-wrap .keyword-list {
    padding: 0 40px;
    padding-right: 0;
    border-left: 1px solid #ccc;
}
section.keyword .keyword-wrap .keyword-list a {
    color: #337ab7;
    position: relative;
    padding-left: 14px;
    display: inline-block;
    margin-right: 30px;
    line-height: 1.8;
}
section.keyword .keyword-wrap .keyword-list a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    margin-top: -3px;
}

/* 検索結果 */
.images-grid-wrap {
    display: flex;
    flex-wrap: wrap;
}
.image-box {
    aspect-ratio: 1 /1;
    width: 25%;               /* ← 4カラム固定幅 */
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

a.tile-image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
a.tile-image .image-information {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0,0,0,0.5);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transition: all 0.5s 0s ease;
    opacity: 0;
}
a.tile-image .image-information p {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 0;
}
a.tile-image:hover .image-information {
    opacity: 1;
}

section.search-result {
    padding: 0 20px;
}
section.search-result h4.result-title {
    font-size: 16px;
    margin-bottom: 20px;
}
section.search-result h4.result-title span {
    font-size: 150%;
    font-weight: bold;
}

div#item-detail-modal .modal-dialog {
    width: 80%;
}
.detail-image {
    height: 60vh;
    width: auto;
    text-align: center;
}
.detail-image img {
    height: 100%;
    width: auto;
}
.detail-info-wrap {
    text-align: center;
    margin: 20px 0;
}
.detail-info-wrap h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.detail-info-wrap p {
    font-size: 25px;
    font-weight: bold;
    color: #d23332;
}
.detail-info-wrap p small {
    font-size: 70%;
}
.detail-description-wrap {
    text-align: right;
}
.detail-description-wrap a {
    color: #337ab7;
}

#item-detail-modal .modal-footer {
    display: flex;
    justify-content: center;
    gap: 5px;
}

button.btn-add-cart,
button.btn-to-cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
button.btn-add-cart span,
button.btn-to-cart span {
    margin-right: 5px;
}

/* カート */
section.cart {
    padding: 0 20px;
}
section.cart h4.cart-title {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}
section.cart h4.cart-title a {
    color: #337ab7;
    font-size: 12px;
}
section.cart .cart-wrap {
    margin-top: 20px;
}
section.cart .cart-wrap h5 {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
section.cart .cart-wrap h5 span {
    font-size: 160%;
    margin-right: 5px;
}
section.cart .cart-wrap .cart-items-wrap {
    margin-bottom: 30px;
}
section.cart .cart-wrap .cart-items-wrap p.column-name {
    background: #f4f4f4;
    display: flex;
    font-size: 16px;
}
section.cart .cart-wrap .cart-items-wrap p.column-name span {
    display: block;
    text-align: center;
    padding: 15px 0;
}
section.cart .cart-wrap .cart-items-wrap p.column-name span:nth-child(1) {
    width: 75%;
}
section.cart .cart-wrap .cart-items-wrap p.column-name span:nth-child(2) {
    width: 25%;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box {
    padding: 20px 10px;
    display: flex;
    align-items: center;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 75%;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-image {
    height: 120px;
    width: 120px;
    aspect-ratio: 1 /1;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-description {
    line-height: 2.2;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-description p.image-title {
    font-size: 16px;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-description p.image-category {
    font-size: 12px;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-description p.image-tags {
    font-size: 12px;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-info .cart-item-description p a {
    color: #337ab7;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-price {
    width: 25%;
    text-align: center;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-price p {
    font-size: 22px;
    color: #d23332;
    margin-bottom: 20px;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-price button {
    display: flex;
    align-items: center;
    padding-right: 8px;
    margin: auto;
}
section.cart .cart-wrap .cart-items-wrap .cart-items-detail .cart-item-box .cart-item-price button span {
    font-size: 18px;
    margin-right: 5px;
}
section.cart .cart-wrap .cart-right-box,
section.form-wrap .cart-right-box {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}
section.cart .cart-wrap .cart-right-box p.cart-right-title,
section.form-wrap .cart-right-box p.cart-right-title {
    background: #f4f4f4;
    padding: 15px;
    font-size: 16px;
}
section.cart .cart-wrap .cart-right-box p.total-order-count {
    margin: 0 15px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
}
section.cart .cart-wrap .cart-right-box p.total-order-count b span {
    font-size: 150%;
}
section.cart .cart-wrap .cart-right-box p.total-order-price {
    padding: 20px 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
section.cart .cart-wrap .cart-right-box p.total-order-price span {
    font-size: 14px;
}
section.cart .cart-wrap .cart-right-box p.total-order-price b {
    font-size: 180%;
    color: #d23332;
}
section.cart .cart-wrap .cart-right-box p.login-message,
section.form-wrap .cart-right-box p.login-message {
    padding: 15px;
}
section.cart .cart-wrap .cart-right-box .login-btn-wrap,
section.form-wrap .cart-right-box .login-btn-wrap {
    text-align: center;
    margin-bottom: 15px;
}

.payment-select-box {
    padding: 15px;
    padding-bottom: 0;
}
.payment-select-box .input label {
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
    top: 2px;
}

section.cart .cart-wrap .no-item-cart {
    text-align: center;
    font-size: 18px;
    padding: 100px 0;
}

/* 新規登録 */
section.form-wrap {
    padding: 10px 20px;
}
section.form-wrap p.notice {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
section.form-wrap .form-wrap-inner {
    padding: 15px 0;
}
section.form-wrap .form-wrap-inner .form-box {
    gap: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
section.form-wrap .form-wrap-inner .form-box > label {
    width: 15em;
    text-align: right;
}
section.form-wrap .form-wrap-inner .form-box input.input-text {
    width: 36em;
}
section.form-wrap .form-wrap-inner .form-box .two-form-wrap {
    display: flex;
    gap: 20px;
}
section.form-wrap .form-wrap-inner .form-box .two-form-wrap .two-form-box {
    display: flex;
    align-items: center;
}
section.form-wrap .form-wrap-inner .form-box .two-form-wrap .two-form-box > label {
    width: 3em;
}
section.form-wrap .form-wrap-inner .form-box .two-form-wrap .two-form-box > input.input-short {
    width: 14.3em;
}
section.form-wrap .form-wrap-inner .submit-wrap {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
section.form-wrap .form-wrap-inner .submit-wrap button {
    width: 120px;
}

.error-message {
    padding-left: 17em;
    margin-top: -15px;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
}

#registration-check-modal h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.registration-check-wrap table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #000000;
    border-left: 1px solid #000;
}
.registration-check-wrap table th, .registration-check-wrap table td {
    padding: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.registration-check-wrap table th {
    background: #d9eeff;
    width: 10em;
    text-align: right;
}

/* 最終確認 */
.card-payment {
    padding: 15px;
}
.card-payment p {
    margin-bottom: 20px;
}

/* 購入完了 */
section.purchased {
    padding: 0 20px;
}
section.purchased .purchased-box {
    padding: 0 0 100px;
}
section.purchased .purchased-box p.title {
    text-align: center;
    font-size: 30px;
    padding: 50px 0 100px;
    font-weight: bold;
    color: #9b7e52;
}
section.purchased .purchased-box p.message {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}
section.purchased .purchased-box p.order-no-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
section.purchased .purchased-box p.order-no-title span {
    color: red;
}
section.purchased .purchased-box .to-top-wrap {
    text-align: center;
    margin: 60px 0 0;
}

.to-home {
    position: fixed;
    left: 5%;
    bottom: 6vw;
    border: 4px solid #0000ff;
    width: 90%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 10;
}
.to-home .inner-box {
    background: #abf3fd;
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.to-home .inner-box .icon {
    width: 25vw;
    padding: 1.5vw;
}
.to-home .inner-box .message {
    padding: 1.5vw;
    line-height: 1.6;
}
.to-home .inner-box .message span {
    position: relative;
    top: 4px;
    left: -4px;
    color: #337ab7;
}

/* 購入履歴 */
.history-wrap table {
    width: 100%;
    table-layout: fixed;
}
.history-wrap table td {
    vertical-align: middle!important;
}
.history-wrap table td a {
    color: #337ab7;
    text-decoration: underline;
}

select.input-sm {
    line-height: normal;
}

/* 特定商取引 */
section.law {
    padding: 0 20px;
}
section.law h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
section.law h3:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #c25252;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
}
section.law .law-box {
}
section.law .law-box table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
section.law .law-box table th, section.law .law-box table td {
    padding: 10px 12px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
section.law .law-box table th {
    width: 17em;
    font-weight: normal;
    background: #ffd8d8;
}
section.law .to-top-wrap {
    text-align: center;
    margin: 40px 0;
}

/* フッター */
footer {
    background: #efefef;
    padding: 30px 10% 50px;
}
footer .footer-counter {
    font-size: 14px;
    margin-bottom: 25px;
}
footer .footer-counter h4 b {
    font-size: 20px;
}
footer .footer-map {
    margin-bottom: 25px;
}
footer .footer-map h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    margin-bottom: 10px;
}
footer .footer-map .footer-link-list a {
    display: block;
    color: #999;
    margin-bottom: 6px;
}
footer h3.footer-message {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #666;
}
footer p.signing {
    text-align: center;
    color: #999;
    border-top: 1px solid #999;
    padding-top: 20px;
    position: relative;
}
footer p.signing a {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 10px;
}

/* トップに戻る */
.pagetop {
    bottom: 60px;
}
.pagetop a {
    background: #ED1C24;
    border-color: #ED1C24;
    opacity: 1;
    color: #fff;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.pagetop a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-family: KozGoBold;
    font-weight: bold;
}
.pagetop a:before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -7px;
}
