@charset "utf-8";

#container {
    max-width: 100%;
}

.geoselection {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

br.-sp {
    display: none !important;
}

.-fz-inherit {
    font-size: inherit !important;
}

.-fw-normal {
    font-weight: normal !important;
}

.-fw-bold {
    font-weight: bold !important;
}

/* キャッチコピー
-----------------------------------------------------------*/
.catch {
    display: block;
    margin-bottom: 45px;
}

.catch p {
    display: block;
    margin-bottom: 45px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

/* カルーセル + 商品名・価格等
-----------------------------------------------------------*/
.intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

/* カルーセル
-----------------------------------------------------------*/
.carousel {
    width: 490px;
}

.carousel .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============ メイン ============ */
.mainCarousel .splide__track {
    border: none !important;
}

.mainCarousel .splide__slide {
    height: 314px;
    cursor: grab;
}

.mainCarousel .splide__slide:active {
    cursor: grabbing;
}

.mainCarousel .splide__slide[data-type="movie"] {
    background-color: black;
}

.mainCarousel .splide__slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.mainCarousel .splide__arrows {
    position: absolute;
    top: calc(100% - 11px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
}

.mainCarousel .splide__arrow {
    width: 25px;
    height: 25px;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.mainCarousel .splide__arrow:hover {
    opacity: 1;
}

.mainCarousel .splide__arrow:active,
.mainCarousel .splide__arrow:focus {
    background-color: transparent;
    outline: none;
}

.mainCarousel .splide__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
}

.mainCarousel .splide__arrow--prev {
    left: 8px;
}

.mainCarousel .splide__arrow--prev::after {
    left: 5px;
    border-top: 3px solid #707070;
    border-left: 3px solid #707070;
    transform: translate(0, -50%) rotate(-45deg);
}

.mainCarousel .splide__arrow--next {
    right: 8px;
}

.mainCarousel .splide__arrow--next::after {
    right: 5px;
    border-top: 3px solid #707070;
    border-right: 3px solid #707070;
    transform: translate(0, -50%) rotate(45deg);
}

.mainCarousel .splide__pagination {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 15px 0;
    padding: 5px 0;
}

.mainCarousel .splide__pagination li {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
}

.mainCarousel .splide__pagination__page {
    width: 12px;
    height: 12px;
    background: #d2d2d2;
    opacity: 1;
}

.mainCarousel .splide__pagination__page.is-active {
    background: #666;
    transform: none;
}

/* ============ サムネイル ============ */
.thumbnails_wrap {
    width: 100%;
}

.thumbnailsCarousel .splide__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumbnailsCarousel .splide__track--nav > .splide__list > .splide__slide {
    position: relative;
    height: 112px;
    border: 1px solid #ccc;
}

.thumbnailsCarousel .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 1px solid #065b8e;
}

.thumbnailsCarousel .splide__track--nav > .splide__list > .splide__slide.is-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

/* 商品名・価格等
-----------------------------------------------------------*/
.detail {
    width: 490px;
}

.bluetooth_image {
    width: 100%;
}

.bluetooth_image img {
    display: block;
    width: 120px;
    height: 30px;
}

.item_name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}

.item_model {
    display: block;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.5;
}

.price_iconWrap {
    width: 100%;
    margin-top: 30px;
}

.price_icon {
    display: inline-block;
    width: fit-content;
    padding: 2px 8px;
    background-color: #055ba3;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: white;
}

.price_icon.-sale {
    background-color: #fad548;
    color: #d12d26;
}

.item_priceWrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    width: fit-content;
    padding-bottom: 21px;
}

.item_priceWrap * {
    width: fit-content;
    font-weight: bold;
    line-height: 1;
}

.item_priceWrap .item_excludingTax {
    margin-right: 5px;
    padding: 2px 4px;
    background-color: #be0000;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.item_priceWrap .item_each {
    margin: 0;
    font-size: 32px;
    color: #be0000;
}

.item_priceWrap .item_price {
    position: relative;
    bottom: -5px;
    font-size: 64px;
    letter-spacing: -0.02em;
    color: #be0000;
}

.item_priceWrap .item_yen {
    font-size: 36px;
    color: #be0000;
}

.item_priceWrap .item_includingTax {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    text-align: right;
    color: #be0000;
}

/* ============ 商品データ 手動設定版 ============ */
.detailCustom .detail_items {
    margin-top: 25px;
}

.detailCustom .detail_items + .detail_items {
    margin-top: 20px;
}

.detailCustom .detail_items .detail_inner {
    display: flex;
    justify-content: space-between;
}

.detailCustom .price_iconWrap {
    margin-top: 0;
}

.detailCustom .detail_inner .item_name {
    position: relative;
    top: 5px;
}

.detailCustom .item_priceWrap {
    margin-top: -10px;
    padding-bottom: 0;
}

.detailCustom .item_model {
    line-height: 30px;
}

.detailCustom .item_includingTax {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #be0000;
}

/* 製品特長, サイズ・仕様
-----------------------------------------------------------*/
.spec {
    border-bottom: 1px solid #ccc;
}

.accordion_title {
    position: relative;
    width: 100%;
    padding: 0;
    border-top: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    cursor: pointer;
}

.accordion_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(112, 112, 112, 0.3);
    border-left: 3px solid rgba(112, 112, 112, 0.3);
    transform: translate(-60%, -60%) rotate(-135deg);
}

.accordion_title.is-open::after {
    border-color: #707070;
    transform: translate(-60%, -25%) rotate(45deg);
}

.accordion_content {
    display: none;
    margin: 5px 0 0;
    padding: 0 0 40px 0;
}

.accordion_content.is-open {
    display: block;
}

.accordionItem {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accordionItem + .accordionItem {
    margin-top: 25px;
}

.accordionItem .-indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.accordionItem_title {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}

.accordionItem_note {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
}

/* ============ 文章-段落 ============ */
.accordionItem_text {
    font-size: 18px;
    font-weight: bold;
}

/* ============ 文章-リスト ============ */
.accordionItem_list li {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.accordionItem_list li .accordionItem_listNote {
    display: inline;
    font-size: 14px;
    font-weight: normal;
}

/* ============ 表 ============ */
.accordionItem_table {
    width: 100%;
    border-collapse: collapse;
}

.accordionItem_table th,
.accordionItem_table td {
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.accordionItem_table th {
    background-color: #eaeaea;
}

/* 表形式 */
.accordionItem_table.-typeTable tr > *:nth-child(1) {
    width: calc(100% / 6);
}

.accordionItem_table.-typeTable tr > *:not(:nth-child(1)) {
    width: auto;
}

/* リスト形式 */
.accordionItem_table.-typeList tr > *:nth-child(1) {
    width: 250px;
}

.accordionItem_table.-typeList tr > *:nth-child(2) {
    width: 750px;
}

/* ============ 動画 ============ */
.accordionItem .load_youtube {
    cursor: pointer;
}

.accordionItem .youtube_image {
    position: relative;
}

.accordionItem .youtube_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 製品情報をもっと見る
-----------------------------------------------------------*/
.product_link {
    margin: 20px 0 0;
    text-align: right;
}

.product_link a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
    color: #055ba3;
}

/* 取扱店舗を探す
-----------------------------------------------------------*/
.store {
    margin-top: 80px;
}

.store_search {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 30px auto 0;
}

.store_search div,
.store_search .selectCustom {
    display: block;
    width: 400px;
}

.store_search div {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.store_search .selectCustom {
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.selectCustom::after {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #c1c1c1;
}

.selectCustom::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0;
    margin: -10px 17px 0 0;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store_search .selectCustom span {
    padding-left: 1em;
    font-size: 16px;
    line-height: 50px;
}

.store_search .selectCustom select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #192b5b;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.hideItem {
    display: none;
}

.store_list {
    width: 800px;
    margin: 30px auto 0;
}

.store_list .store_listTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shopList li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    margin: -1px 0 0 0;
    position: relative;
    width: 50%;
}

.shopList li a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.shopList li a::after {
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

.detail-bottom_btn {
    background: #eee;
    padding: 40px 0;
}

.detail-bottom_btn a {
    background: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 800px;
}

.detail-bottom_btn + .category {
    margin: 0 auto 80px;
}

.detail-bottom_btn + .category .geoselection_title {
    border-top: 0;
}

/* ============ タイトル ============ */
.title_back {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    background-color: #1b2a5b;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 65px;
    color: white;
}

/* オンラインストアで購入する
-----------------------------------------------------------*/
.online {
    margin-top: 50px;
}

.online_store_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 20px;
}

.online_store_list li {
    width: 320px;
}

.online_store_list-item {
    padding: 20px;
}

.online_store_list-item .online_store_color {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

.online_store_list .online_store {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin: 0;
    background-color: #1327bb;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 80px;
}

.online_store_list .online_store::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ページ遷移
-----------------------------------------------------------*/
.geoselection_title {
    border-top: 4px solid #192b5b;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 21px;
}

.detail-bottom_btn {
    background: #eee;
    margin-top: 40px;
    padding: 40px 0;
}

.detail-bottom_btn a {
    background: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 800px;
}

.detail-bottom_btn + .category {
    margin: 0 auto 80px;
}

.detail-bottom_btn + .category .geoselection_title {
    border-top: 0;
}

/* カテゴリ */
.category {
    margin: 40px auto 80px;
    width: 1000px;
}

.category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 21px;
}

.category li {
    width: 150px;
}

.category li a {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 150px;
    width: 150px;
    text-indent: -9999px;
}

.category li a[class^="cat_"] {
    text-indent: 0;
}

.category li a[class^="cat_"] > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

/* カテゴリからさがす */
.categorySearch {
    width: 1000px;
    margin: 0 auto 80px;
}

.categorySearch .geoselection_title {
    margin-bottom: 28px;
    line-height: 1;
}

.detail-bottom_btn + .categorySearch .geoselection_title {
    border-top: 0;
}

.categorySearch .categorySearch_list {
    display: flex;
    flex-wrap: wrap;
}

.categorySearch .categorySearch_list li {
    width: calc(100% / 6);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.categorySearch .categorySearch_list li:nth-of-type(-n+6) {
    border-top: 1px solid #ddd;
}

.categorySearch .categorySearch_list li:nth-of-type(6n+1) {
    border-left: 1px solid #ddd;
}

.categorySearch .categorySearch_list li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    color: black;
}

.categorySearch .categorySearch_list li a::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 20px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: translateY(-50%) rotate(45deg);
}

.categorySearch .backToTop {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.categorySearch .backToTop a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.categorySearch .backToTop a::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    left: 20px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    transform: translateY(-50%) rotate(-45deg);
}

/* パンくず
-----------------------------------------------------------*/
#breadClumb {
    margin: 0 auto 40px;
    width: 1000px;
}

.geoselection #breadClumb.-breadArrow li:not(:first-child) {
    padding-left: 14px;
}

#breadClumb.-breadArrow.-singlePage {
    width: 100%;
}

#breadClumb.-breadArrow.-singlePage li a {
    margin: 0;
}
