﻿@charset "UTF-8";/* ---- ヘッダー上のバー --- */.block-header-bar {width: 100%;background-color: #808000;}.block-header-bar ul {opacity: 0;overflow: hidden;}.block-header-bar ul li {color: #FFFFFF;font-size: 12px;text-align: center;line-height: 1.5;float: left;}.block-header-bar ul li a {color: #FFFFFF;font-size: 12px;text-align: center;line-height: 1.5;display: block;padding: 9px 0;}/* ----ヘッダー---- */.pane-header {width: 100%;min-width: 1200px;padding: 22px 0 25px;position: relative;background-color: #ffffff;}.pane-header.pane-header-fixd {width: 100%;position: fixed;left: 0;top: 0;z-index: 1000;}.block-header-logo {width: 180px;font-size: 0;margin: 0 auto;}.pane-order-header .block-header-logo--img {height: auto;}.block-headernav {position: absolute;right: 35px;top: 14px;}.block-headernav--item-list {display: flex;justify-content: space-around;align-items: center;}.block-headernav--item-list li {position: relative;text-align: center;width: 44px;margin: 0 5px;}.block-headernav--item-list-name {color: #80999C;font-size: 10px;line-height: 1.2;text-align: center;background-color: #F2F5F5;border-radius: 15px;padding: 2px 0;display: none;position: absolute;top: 50px;left: 50%;z-index: 5;width: 60px;margin-left: -30px;transition: all .3s;}.block-headernav--item-list li a:hover .block-headernav--item-list-name {display: block;}.block-headernav--item-list-name::after {content: "";position: absolute;left: 50%;top: -4px;width: 0;height: 0;margin-left: -2px;border-style: solid;border-width: 0 3px 5px 3px;border-color: transparent transparent #F2F5F5 transparent;}.block-headernav--item-list-icon {display: block;width: 44px;height: 44px;border-radius: 50%;background-color: #ffffff;background-position: center center;background-repeat: no-repeat;transition: background .3s;}.block-headernav--item-list li a:hover .block-headernav--item-list-icon {background-color: #808000;}.block-headernav--item-list li.block-headernav--item-list-shop .block-headernav--item-list-icon {background-image: url("../../img/usr/common/ico_shop_b.svg");background-size: 22px auto;}.block-headernav--item-list li.block-headernav--item-list-shop a:hover .block-headernav--item-list-icon {background-image: url("../../img/usr/common/ico_shop_w.svg");background-size: 22px auto;}.block-headernav--item-list li.block-headernav--item-list-login .block-headernav--item-list-icon {background-image: url("../../img/usr/common/ico_mypage_b.svg");background-size: 14px auto;}.block-headernav--item-list li.block-headernav--item-list-login a:hover .block-headernav--item-list-icon {background-image: url("../../img/usr/common/ico_mypage_w.svg");background-size: 14px auto;}.block-headernav--item-list li.block-headernav--item-list-cart .block-headernav--item-list-icon {background-image: url("../../img/usr/common/ico_cart_b.svg");background-size: 16px auto;}.block-headernav--item-list li.block-headernav--item-list-cart a:hover .block-headernav--item-list-icon {background-image: url("../../img/usr/common/ico_cart_w.svg");background-size: 16px auto;}.block-headernav--item-list li a {display: block;transition: all .3s;}.block-headernav--item-list li a:hover {text-decoration: none;}.block-headernav--cart-count {display: none;position: absolute;width: 20px;height: 20px;line-height: 20px;font-size: 10px;font-weight: bold;background-color: #EFF85E;color: #808000;border-radius: 10px;top: -5px;right: -2px;z-index: 2;}#header_menu {width: 100px;height: 72px;position: absolute;left: 0;top: 0;cursor: pointer;}#header_menu span {display: block;}#header_menu span.at-icon {position: absolute;top: 27px;left: 40px;display: block;width: 20px;height: 1px;background: #808000;font-size: 0;}#header_menu span.at-icon:after,#header_menu span.at-icon:before {content: "";position: absolute;left: 0;display: block;height: 1px;background: #808000;transition: all .4s;}#header_menu span.at-icon:before {top: 7px;width: 30px;}#header_menu span.at-icon:after {top: 14px;left: 10px;width: 20px;}/* ----ヘッダー検索---- */.block-global-search {width: 400px;display: flex;justify-content: flex-end;align-items: center;position: absolute;right: 200px;top: 14px;}.block-global-search--keyword {width: 206px;height: 44px;opacity: 0;padding-left: 20px !important;transition: all .3s;}.block-global-search form {}.block-global-search:hover form {background-color: #F2F5F5;border-radius: 22px;}.block-global-search:hover .block-global-search--keyword {opacity: 1.0;}input.block-global-search--keyword:hover,input.block-global-search--keyword {border: none;background-color: transparent;}button.block-global-search--submit {border: none;background-color: transparent;width: 46px;height: 44px;padding: 0;background-image: url("../../img/usr/common/ico_search_b.svg");background-position: center center;background-repeat: no-repeat;background-size: 16px auto;}.block-global-search--searchdetail {opacity: 0;transition: all .3s;}.block-global-search:hover .block-global-search--searchdetail {opacity: 1.0;}.block-global-search--search-detail-link {color: #808000;text-decoration: underline;padding: 0 15px 0 25px;position: relative;}.block-global-search--search-detail-link::before,.block-global-search--search-detail-link::after {content: "";position: absolute;left: 0;top: 50%;width: 10px;height: 1px;background-color: #808000;}.block-global-search--search-detail-link::after {transform: rotate(-90deg);}.block-global-search--search-detail-link:hover {text-decoration: none;}/* ----グローバルナビ---- */.block-globalnav--item-list {display: flex;align-items: center;justify-content: center;width: 100%;}.block-globalnav--item-list i {margin-right: 10px;}.block-globalnav--item-list > li {font-size: 18px;line-height: 1;text-align: center;}.block-globalnav--item-list > li > a {position: relative;display: block;color: #222222;font-size: 13px;padding: 0 18px;}.block-globalnav--item-list > li > a {text-decoration: none;}.block-globalnav--item-list > li > a:hover {color: #6fb4c3;}.block-globalnav--item-list > li:last-child > a:before {border-right: 1px solid #666;}.block-globalnav--item-list > li > a .fa-chevron-down {position: absolute;font-size: 12px;right: 12px;}.block-globalnav--item-list > li > a.active {transition: color 0.2s linear 0;color: #6fb4c3;text-decoration: none;}.block-globalnav--item-list > li > a.active .fa-chevron-down {color: #fff;transform: rotate(180deg);}.block-globalnav-menu {position: absolute;background-color: #191919;opacity: 0.98;width: 100%;top: 58px;left: 0;padding: 30px 0 20px;text-align: left;z-index: 10;}.block-globalnav-menu * {color: #fff;}.block-globalnav-menu > div {width: 1200px;margin: auto;}.block-globalnav-menu .block-dynamic-category--body,.block-globalnav-menu .block-dynamic-genre--body {display: flex;align-items: center;}.block-globalnav-menu .block-dynamic-category--body li,.block-globalnav-menu .block-dynamic-genre--body li {width: 20%;font-size: 14px;margin-bottom: 20px;}.block-globalnav-menu .block-dynamic-category--body li a,.block-globalnav-menu .block-dynamic-genre--body li a {position: relative;padding-left: 20px;margin-bottom: 10px;}.block-globalnav-menu .block-dynamic-category--body li a:before,.block-globalnav-menu .block-dynamic-genre--body li a:before {content: "";display: block;width: 6px;height: 6px;position: absolute;top: 50%;left: 0;margin-top: -5px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(45deg);}.block-globalnav-menu .block-dynamic-category--body li a img,.block-globalnav-menu .block-dynamic-genre--body li a img {vertical-align: middle;width: 30px;margin-right: 10px;}.block-globalnav-menu--freespace * {font-size: 14px;}.block-globalnav-menu--freespace h3 {margin-top: 0;}.block-globalnav-menu--freespace p {font-size: 12px;margin: 10px 10px 10px 0;}.block-globalnav-menu--freespace ul {display: flex;align-items: center;}.block-globalnav-menu--freespace ul li img {vertical-align: middle;}/* ----ハンバーガーメニュー---- */#menu_view {color: #ffffff;display: none;width: 400px;height: 100%;position: fixed;top: 0;left: -400px;z-index: 9990;background-color: #fff;overflow: hidden;}#menu_view .menu_inner {width: 420px;height: 100%;overflow-y: scroll;transition: all 0.3s ease;-webkit-overflow-scrolling: touch;will-change: transform;position: relative;background-color: #222222;padding-right: 20px;}#menu_view .menu_inner > div {padding: 120px 31px 40px 32px;}.block-header-menu-list--close {width: 64px;height: 64px;border-radius: 50%;background-color: rgba(255,250,250,0.90);position: fixed;left: 24px;top: 34px;z-index: 10;cursor: pointer;}.block-header-menu-list--close::before,.block-header-menu-list--close::after {content: "";position: absolute;left: 50%;top: 50%;width: 25px;height: 1px;margin-left: -13px;background-color: #222222;display: block;}.block-header-menu-list--close::before {transform: rotate(-45deg);}.block-header-menu-list--close::after {transform: rotate(45deg);}.block-header-menu-list--category h2 {font-size: 22px;line-height: 1.3;margin: 0 0 27px;}.block-header-menu-list--category ul {}.block-header-menu-list--category ul li {margin: 0 0 20px 0;}.block-header-menu-list--category-tree.at-level1 > li {display: flex;flex-wrap: wrap;}.block-header-menu-list--category-tree.at-level1 > li > a {display: flex;align-items: center;width: 280px;}.block-header-menu-list--category-tree.at-level1 span.tree-acc {width: 40px;height: 48px;cursor: pointer;position: relative;background-color: inherit;}.block-header-menu-list--category-tree.at-level1 span.tree-acc::after {content: "";position: absolute;right: 2px;top: 50%;width: 7px;height: 7px;margin-top: -3px;border-left: 1px solid #ffffff;border-bottom: 1px solid #ffffff;transform: rotate(-45deg);transition: all .3s;}.block-header-menu-list--category-tree.at-level1 span.tree-acc.js-open::after {transform: rotate(135deg);}.block-header-menu-list--category-image {width: 44px;height: 44px;background-color: #ffffff;border: 3px solid #ffffff;border-radius: 50%;display: block;}.block-header-menu-list--category-image img {border-radius: 50%;}.block-header-menu-list--category-name {color: #ffffff;font-size: 15px;font-weight: bold;line-height: 1.33;display: block;margin:  0 0 0 5px;}.block-header-menu-list--category-tree.at-level2 {width: 100%;display: none;}.block-header-menu-list--category-tree.at-level2 li {margin-top: 20px;}.block-header-menu-list--category-tree.at-level2 a {color: #ffffff;font-size: 15px;line-height: 1.33;padding: 0 0 0 10px;}.block-header-menu-list--nav {padding:  5px 0 0;margin: 28px 0 0;border-top: 1px solid rgba(255,255,255,0.20);}.block-header-menu-list--nav ul li {margin-top: 20px;}.block-header-menu-list--nav ul li a {color: #FFFFFF;font-size: 16px;line-height: 1.3;}.block-header-menu-list--menu {padding:  5px 0 0;margin: 28px 0 0;border-top: 1px solid rgba(255,255,255,0.20);}.block-header-menu-list--menu h2 {font-size: 14px;font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight: bold;line-height: 1.35;margin: 23px 0 13px;}.block-header-menu-list--menu ul li {margin-top: 11px;}.block-header-menu-list--menu ul li a {color: #ffffff;font-size: 13px;line-height: 1.3;display: block;}/* ----フッター---- */footer .container {position: relative;max-width: 100%;}.block-footer--navigation {padding-top: 80px;background: #808000;}.block-footer--navigation > .container {width: 100%;max-width: 1440px;min-width: 1090px;margin: 0 auto;padding: 0 0 80px;display: flex;justify-content: space-between;}.block-footer--navigation-image {max-width: 430px;width: 30%;padding-top: 40px;border-right: 1px solid #D6E0E0;}.block-footer-sns,.block-footer-bnr-logo,.block-footer-bnr-tenerita {width: 220px;margin: 0 auto;text-align: center;}.block-footer-sns {display: flex;justify-content: center;margin-bottom: 50px;}.block-footer-sns li {margin: 0 20px;}.block-footer-sns li a {width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;}.block-footer-sns li.block-footer-sns-instagram img {width: 24px;}.block-footer-sns li.block-footer-sns-facebook img {width: 11px;}.block-footer-sns li.block-footer-sns-twitter img {width: 22px;}.block-footer-bnr-logo {margin-bottom: 40px;}.block-footer-bnr-tenerita img {width: 100px;}.block-footer--navigation-link {max-width: 867px;width: 61%;}.block-footer--navigation-link h2 {color: #ffffff;font-size: 13px;font-weight: bold;line-height: 1.3;margin: 0;padding: 13px 0 11px;}.block-footernav--item-list {display: flex;margin-bottom: 25px;}.block-footernav--item-list li {border-left: 1px solid #ffffff;}.block-footernav--item-list li:first-child {border-left: 0;}.block-footernav--item-list li a {color: #ffffff;font-size: 13px;line-height: 1.3;display: block;padding: 0 15px;}.block-footernav--item-list li:first-child a {padding-left: 0;}/* ----ページトップに戻る---- */.block-page-top a {position: relative;display: block;width: 44px;height: 44px;background-color: #80999C;}.block-page-top a:after {content: "";display: block;position: absolute;width: 10px;height: 10px;border-right: 2px solid #fff;border-top: 2px solid #fff;transform: rotate(-45deg);left: 50%;top: 50%;margin-top: -4px;margin-left: -5px;transition: all .3s;}.block-page-top a:hover:after {margin-top: -8px;}.block-page-top {position: fixed;top: auto;bottom: 10px;right: 0;display: none;z-index: 100;}/* ----PC/スマホ切り替えスイッチ---- */.block-switcher {width: 400px;text-align: center;margin: 0 auto 20px;display: none;}.block-switcher li {display: inline-block;}.block-switcher--switch {display: block;width: 200px;height: 40px;line-height: 40px;text-align: center;background-color: #444;color: #fff;}.block-switcher--switch:hover {text-decoration: none;background-color: #ccc;}.block-switcher--current {display: block;width: 200px;height: 40px;line-height: 40px;text-align: center;background-color: #ccc;color: #fff;}.block-switcher .fa {margin-right: 10px;vertical-align: middle;}.block-switcher .fa-mobile-phone {font-size: 22px;}.block-switcher .fa-desktop {font-size: 18px;}/* ----Copyright---- */.block-copyright {color: #ffffff;font-size: 10px;line-height: 2.0;border-top: 1px solid #D6E0E0;padding: 28px 0 0;}/* ----簡易ブログ記事一覧画面---- */.block-simpleblog-list--title {text-align: center;background-image: url("/img/usr/common/ico_articl_b.png");background-position: center top;background-repeat: no-repeat;background-size: 125px auto;padding-top: 36px;}.block-simpleblog-list h2 {font-size: 23px;margin: 0 0 20px;padding: 0;}.block-simpleblog-list--filter {display: none;}.block-simpleblog-list--simpleblogs ul {display: flex;flex-wrap: wrap;}.block-simpleblog-list--simpleblogs li {width: 240px;padding: 0;margin: 0 40px 25px 0;display: flex;flex-flow: column wrap;position: relative;background-color: #ffffff;}.block-simpleblog-list--simpleblogs li:nth-child(4n) {margin-right: 0;}.block-simpleblog-list--simpleblog-newicon {color: #ffffff;font-size: 10px;font-family: adobe-caslon-pro, serif;font-weight: 400;font-style: normal;text-align: center;letter-spacing: 0.1em;line-height: 1.0;position: absolute;right: 0;top: 3px;display: block;width: 48px;background-color: #a2a19f;border-radius: 3px;margin: 0;padding: 7px 0 2px ;z-index: 10;}.block-simpleblog-list--simpleblog-thumbnail {order: 10;margin-bottom: 12px;}.block-simpleblog-list--simpleblog-thumbnail img {}.block-simpleblog-list--simpleblog-thumbnail a {display: block;position: relative;}.block-simpleblog-list--simpleblog-thumbnail a:hover {text-decoration: none;}.block-simpleblog-list--simpleblog-thumbnail a::before,.block-simpleblog-list--simpleblog-thumbnail a::after {content: "";position: absolute;top: 0;width: 50px;height: 100%;display: block;}.block-simpleblog-list--simpleblog-thumbnail a::before {left: 50%;background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.07) 35%, rgba(0,0,0,0.01) 40%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.07) 35%,rgba(0,0,0,0.01) 40%,rgba(0,0,0,0) 100%);background: linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.07) 35%,rgba(0,0,0,0.01) 40%,rgba(0,0,0,0) 100%);}.block-simpleblog-list--simpleblog-thumbnail a::after {right: 50%;background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 60%, rgba(0,0,0,0.07) 75%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.4) 100%);background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 60%,rgba(0,0,0,0.07) 75%,rgba(0,0,0,0.1) 80%,rgba(0,0,0,0.4) 100%);background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 60%,rgba(0,0,0,0.07) 75%,rgba(0,0,0,0.1) 70%,rgba(0,0,0,0.4) 100%);}.block-simpleblog-list--simpleblog-thumbnail figure {max-height: 168px;height: auto;background-color: inherit;}.block-simpleblog-list--simpleblog-release-dt {color: #808080;font-size: 11px;line-height: 1.45;order: 30;margin: 8px 12px;}.block-simpleblog-list--simpleblog-title {font-size: 14px;line-height: 1.428;text-decoration: none;margin: 0 12px;order: 20;}.block-simpleblog-list--simpleblog-title a {text-decoration: none;display: block;}.block-simpleblog-list--simpleblog-title a:hover {text-decoration: underline;}/* ----ページャー---- */.pagination {display: inline-block;margin: 30px 0;}.pagination > * {list-style-type: none;float: left;margin: 0 5px;padding: 0;width: 36px;height: 36px;background-color: #fff;border: 1px solid #DDDDDD;}.pagination > * > a,.pagination > * > span {color: #222222;font-size: 14px;line-height: 1.0;display: flex;align-items: center;justify-content: center;width: 36px;height: 36px;}.pager-first a,.pager-previous a,.pager-next a,.pager-last a {position: relative;text-indent: -99999px;font-size: 0;}.pager-first a::before,.pager-first a::after,.pager-previous a::before,.pager-next a::before,.pager-last a::before,.pager-last a::after {content: "";position: absolute;top: 50%;width: 7px;height: 7px;margin-top: -3px;border-top: 1px solid #707070;border-left: 1px solid #707070;}.pager-first a::before,.pager-first a::after,.pager-previous a::before {transform: rotate(-45deg);}.pager-first a::before {left: 13px;}.pager-first a::after {left: 20px;}.pager-previous a::before {left: 16px;}.pager-next a::before,.pager-last a::before,.pager-last a::after {transform: rotate(135deg);}.pager-next a::before {right: 16px;}.pager-last a::before {right: 13px;}.pager-last a::after {right: 20px;}/* ----ブログトップページ メインビジュアル--- */#blog-slider-warp {width: 1080px;margin: 0 auto 75px;}#blog-slider {position: relative;}#blog-slider li img {margin: 0 auto;}#blog-slider .slick-arrow {position: absolute;bottom: 10px;width: 44px;height: 44px;background-color: #ffffff;border: 0;border-radius: 50%;text-indent: -9999px;z-index: 200;cursor: pointer;}#blog-slider .slick-arrow::after {content: "";position: absolute;left: 50%;top: 50%;width: 7px;height: 7px;margin-top: -3px;border-right: 2px solid #808000;border-top: 2px solid #808000;}#blog-slider .slick-prev {right: 64px;}#blog-slider .slick-prev::after {transform: rotate(-135deg);margin-left: -4px;}#blog-slider .slick-next {right: 10px;}#blog-slider .slick-next::after {transform: rotate(45deg);margin-left: -4px;}#blog-slider .slick-dots {display: flex;justify-content: center;width: 100%;position: absolute;left: 0;bottom: -40px;z-index: 100;}#blog-slider .slick-dots li {width: 40px;height: 10px;margin: 0 5px;}#blog-slider .slick-dots li button {width: 40px;height: 1px;border: 0;line-height: 1.0;background-color: #222222;text-indent: -9999px;margin-top: 10px;transition: all .3s;}#blog-slider .slick-dots li.slick-active button {margin-top: 0;}#blog-slider li a {text-decoration: none;display: flex;align-items: center;justify-content: space-between;background-color: #ffffff;}.block-blog-visual--slider-image {width: 600px;height: 400px;background-color: #ccc;}.block-blog-visual--slider-description {width: 320px;margin-right: 80px;}.block-blog-visual--slider-day {color: #808080;font-size: 13px;line-height: 1.23;margin-bottom: 8px;}.block-blog-visual--slider-txt {color: #333333;font-size: 24px;font-weight: bold;line-height: 1.33;}/* ----ブログ詳細--- *//* 左ナビ */.pane-left-menu .pane-block--title {line-height: 1.3125;border: 0;margin: 0 0 17px;padding: 0 0 9px;border-bottom: 1px solid #707070;}.block-simpleblog-left-menu--newarticle-list li {margin-bottom: 16px;}.block-simpleblog-left-menu--newarticle-list li a {font-size: 13px;line-height: 1.38;}.block-simpleblog-left-menu--archive-item a {font-size: 13px;line-height: 1.538;display: block;}.block-simpleblog-left-menu--tag-item {padding: 0;margin: 0 0 4px;border-radius: 2px;background: #FFFFFF;}.block-simpleblog-left-menu--tag-item a {font-size: 12px;line-height: 1.66;padding: 4px 12px;display: block;}/*  メイン */.block-simpleblog-detail--article-title {font-size: 24px;font-weight: bold;line-height: 1.33;border: 0;margin: 0 0 12px;}.block-simpleblog-detail--article-release-dt {color: #808080;font-size: 12px;line-height: 2.0;margin: 0;}.block-simpleblog-detail--article-body-image {border-radius: 3px;}.block-simpleblog-detail--article-body1,.block-simpleblog-detail--article-body2 {font-size: 14px;line-height: 2.285;}.block-simpleblog-detail--article-body1 a,.block-simpleblog-detail--article-body2 a {color: #078181;text-decoration: underline;}.block-simpleblog-detail--article-body1 a:hover,.block-simpleblog-detail--article-body2 a:hover {text-decoration: none;}.block-simpleblog-detail--article-tag {font-size: 12px;background-color: #ffffff;border-radius: 2px;padding: 4px 12px;display: block;}