@charset "euc-jp";

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

.olstore {
	color: #ffffff;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
	border-radius: 8px;
	font-weight: bold;
}

input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
  background: #f4f4f4 !important;
}

h2 {
  font-weight: bold; 
}

h3 {
  font-weight: bold; 
}

h4 {
    font-weight: bold;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font: 100%;
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;

  background-color: < {
    $page_bgcolor
  }

  >;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
textarea,
select {
  border: 1px solid #888;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: none;
}

.clearfix:after {
  clear: both;
}

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}

.icon_myaccount:before,
.ie_icon_myaccount {
  background-position: left -96px;
}

.icon_regist:before,
.ie_icon_regist {
  background-position: left -192px;
}

.icon_login:before,
.ie_icon_login {
  background-position: left -224px;
}

.icon_logout:before,
.ie_icon_logout {
  background-position: left -208px;
}

.icon_search:before,
.ie_icon_search {
  background-position: left -16px;
}

.icon_viewcart:before,
.ie_icon_viewcart {
  background-position: left -0px;
}

.icon_sort:before,
.ie_icon_sort {
  background-position: left -112px;
}

.icon_prev:before,
.ie_icon_prev {
  margin-right: 0;
  background-position: left -32px;
}

.icon_next:before,
.ie_icon_next {
  float: right;
  margin-right: 0;
  background-position: right -48px;
}

.icon_prev_dis:before,
.ie_icon_prev_dis {
  margin-right: 0;
  background-position: left -64px;
}

.icon_next_dis:before,
.ie_icon_next_dis {
  float: right;
  margin-right: 0;
  background-position: right -80px;
}

.icon_lst:before,
.ie_icon_lst {
  margin-right: 0;
  background-position: left -176px;
}

.footer_lst .icon_lst:before,
.footer_lst .ie_icon_lst {
  margin-left: -16px;
}

.icon_down:before,
.ie_icon_down {
  display: none;
}

.icon_category_lst:before,
.ie_icon_category_lst {
  display: none;
}

.icon_review:before,
.ie_icon_review {
  background-position: left -240px;
}

.icon_review_post:before,
.ie_icon_review_post {
  background-position: left -256px;
}

/* layout */
.layout_wrapper {
  margin: 0 auto;
  width: 100%;
  background: #f4f4f4 !important;
}

#header {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.6);
}

.layout_header,
.layout_container,
.layout_footer {
  margin: 0 auto;
}

.layout_container {
  padding: 130px 0 20px 20px;
  margin-bottom: 180px;
}

.layout_footer {
  margin-top: 3em;
}

.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}

.header_btn a {
  color: #444;
}

.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}

.header_member_nav {
  float: right;
  width: 29.787%;
}

.header_member_nav li {
  float: right;
  white-space: nowrap;
  margin-left: 3.571%;
}

.member_login_name {
  float: right;
  clear: right;
  margin-bottom: .5em;
  text-align: right;
  line-height: 1.5;
}

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}

.prd_search_block.open {
  padding: 5px 0;
  border: 1px solid #888;
}

.prd_search_form_btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding: .3em .5em;
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.prd_search_form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  overflow: hidden;
  margin-top: 5px;
  padding: 5px;
  border-top: 1px solid #888;
  width: 97%;
}

.prd_search_keyword {
  float: left;
  padding: .5em 0;
  width: 80%;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: 5px;
}

.prd_search_btn {
  float: right;
  padding: .35em 0;
  width: 18%;
  border: 1px solid #444;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #444;
  color: #fff;
  cursor: pointer;
}

.prd_search_optioncategory {
  margin-top: 10px;
  line-height: 1.5;
}

.prd_search_select {
  display: inline-block;
  width: 100%;
  font-size: 120%;
}

.prd_search_select option {
  word-break: break-all;
}

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

.shop_name a {
  color: #444;
  text-decoration: none;
}

.shop_name a:hover {
  text-decoration: underline;
}

.shop_name p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 246.153%;
}

.shop_name img {
  max-width: 100%;
  height: inherit;
}

/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.header_nav_lst {
  text-align: center;
}

.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}

.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}

.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}

.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}

.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
}

.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 40px auto 80px;
  font-size: 84.615%;
  width: 100%;
  max-width: 1300px;
}

.topicpath_nav li {
  display: inline;
  margin-right: .2em;
}

.topicpath_nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}

.topicpath_nav li a:hover {
  text-decoration: underline;
}

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prd_lst_unit {
  margin-bottom: 70px;
  word-break: break-all;
}

.prd_lst_unit_s {
  width: calc(100% / 3 - 4%);
  height: auto !important;
}

.prd_lst_unit_s:nth-child(3n) {
  margin-right: 0;
}

.prd_lst_unit_m {
  width: 31.25%;
}

.prd_lst_unit a {
  color: #3c3c3c;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

.prd_lst_unit a:hover {
  text-decoration: underline;
}

.prd_lst_img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: inherit;
}

.prd_lst_span {
  display: block;
  margin: 10px 0 0;
}

.prd_lst_name {
  margin-top: 30px;
}

.prd_lst_exp {
  color: #666;
  font-size: 84.615%;
}

.prd_lst_price,
.prd_lst_soldout {
  font-weight: bold;
  font-size: 14px;
}

.prd_lst_regular {
  color: #666;
  text-decoration: line-through;
}

.prd_lst_none {
  clear: both;
  text-align: center;
  font-size: 123.076%;
  line-height: 16;
}

.prd_lst_block {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1300px;
}

.prd_lst_block .ttl_h2 {
  margin: 20px 0 0;
}

.prd_lst_sort {
  float: right;
  margin: -20px 0 80px;
}

.prd_lst_sort a {
  color: #444;
}

.prd_lst_pager {
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}

.prd_lst_pager ul {
  position: relative;
  left: 50%;
  float: left;
}

.prd_lst_pager li {
  position: relative;
  left: -50%;
  float: left;
}

.prd_lst_pager .prd_lst_pager_prev,
.prd_lst_pager .prd_lst_pager_next {
  padding: .5em 0;
  width: 8em;
}

.prd_lst_pager .prd_lst_pager_next {
  text-align: right;
}

.icon_prev_dis,
.icon_next_dis {
  display: block;
  color: #aaa;
}

.prd_lst_pager a {
  color: #444;
  text-decoration: none;
}

.prd_lst_pager a:hover {
  text-decoration: underline;
}

.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}

.footer_section .ttl_h2 {
  margin-top: 0;
}

.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  border-top: 1px solid #d8d8d8;
}

.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}

.footer_lst li {
  word-break: break-all;
  margin-bottom: .5em;
  padding-left: 16px;
}

.footer_lst .footer_category_img {
  display: block;
  margin-bottom: .3em;
  max-width: 100%;
  height: auto;
}

.footer_lst a {
  color: #444;
  text-decoration: none;
}

.footer_lst a:hover {
  text-decoration: underline;
}

/* manager */
.manager_img img {
  max-width: 100%;
}

.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}

.social_lst li {
  display: inline;
  margin: 1.5%;
}

.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: right;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: right;
  line-height: 18px;
}

.powered a {
  color: #777;
  text-decoration: none;
}

.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

/* list */
.def_lst {
  border-top: 1px solid #eee;
}

.def_lst_dt {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  float: left;
  clear: both;
  width: 30%;
  word-break: break-all;
}

.def_lst_dd {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 35%;
  border-bottom: 1px solid #eee;
}

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

/* product option */
.product_option_table {
  margin: 3em 0;
}

.product_option_table table {
  width: 100%;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.product_option_table th,
.product_option_table td {
  padding: .8em .5em;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.product_option_table th {
  text-align: center;
}

.product_option_table td {
  vertical-align: top;
  text-align: center;
}

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}

.ie_wrapper .header_nav_menu {
  z-index: 60;
}

.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}

.ie_wrapper .header_category_lst {
  top: 3em;
}

/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}

.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}


header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

header .logo {
  position: absolute;
  top: 10px !important;
  left: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  header .logo {
    top: 25px;
    left: 25px;
  }
}

header .logo .logo_smartmove {
  display: none;
}

header .logo .logo_smartmove img {
  width: 100%;
}

@media (max-width: 767px) {
  header .logo .logo_smartmove {
    width: 60px;
    margin-left: 15px;
  }
}

header .logo .logo_rakukei {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}

header .logo .logo_rakukei img {
  width: 100%;
}

@media (max-width: 767px) {
  header .logo .logo_rakukei {
    width: 37px;
  }
}

header .nav_linkList {
  position: relative;
}

header .nav_link {
  text-align: left;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40px !important;
  right: 120px;
  padding-right: 50px;
  z-index: -1;
}

@media (max-width: 767px) {
  header .nav_link {
    top: 45px;
    right: 80px;
    padding: 0;
  }
}

header .nav_link::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  background: #d8d8d8;
}

@media (max-width: 767px) {
  header .nav_link::after {
    content: none;
  }
}

header .nav_link li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 40px;
  letter-spacing: 0.05em;
}

header .nav_link .cart {
  width: 20px;
}

@media (max-width: 767px) {
  header a {
    font-size: 12px;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #535353;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 初期：非表示 */
  visibility: hidden;
  opacity: 0;
  /* ふわっと表示 */
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .nav {
    overflow-y: scroll;
    display: block;
  }
}

.nav .mainList {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .nav .mainList {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    margin: 80px auto 40px !important;
  }
}

.nav .mainList span {
  display: block;
  text-align: center;
}

.nav .mainList .en {
  font-family: "cera-130";
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nav .mainList .en {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

.nav .mainList .jp {
 font-size: 18px;
 letter-spacing: 0.08em;
 font-weight: 500;
}

@media (max-width: 767px) {
  .nav .mainList .jp {
    font-size: 12px;
  }
}

.nav a {
  color: #ffffff;
  display: inline-block;
}

/* ナビゲーションボタン（開く） */
#navbtn {
  display: none;
}

/* ナビゲーションメニュー 開いた時*/
.open .nav {
  visibility: visible;
  opacity: 1;
}

/* ヘッダーは横並び */
.nav .mainList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
}

@media (max-width: 1000px) {
  .nav .mainList li {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .nav .mainList li:not(:first-child) {
    margin: 15px 0 0 0;
  }
}

.nav .mainList li a {
  color: #fff;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.nav .subList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .nav .subList {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .nav .subList li {
    width: 100%;
    text-align: center;
  }
}

.nav .subList li:not(:first-child) {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .nav .subList li:not(:first-child) {
    margin: 7px 0 0 0;
  }
}

.nav .subList a {
  font-size: 13px;
}

@media (max-width: 767px) {
  .nav .subList a {
    font-size: 11px;
  }
}

.nav .snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  right: 50px;
}

@media (max-width: 767px) {
  .nav .snsList {
    position: static;
    margin: 0 auto 120px;
  }
}

.nav .snsList li:not(:first-child) {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .nav .snsList li:not(:first-child) {
    margin-left: 20px;
  }
}

.nav .snsList a {
  display: block;
  width: 25px;
}

.nav .snsList img {
  width: 100%;
}

.nav-tgl-btn {
  position: absolute;
  top: 40px !important;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav-tgl-btn {
    top: 45px;
    right: 20px;
  }
}

.nav-tgl-btn .navbtn_1 {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.nav-tgl-btn .navbtn_3 {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.nav-tgl-btn .navbtn_1,
.nav-tgl-btn .navbtn_2,
.nav-tgl-btn .navbtn_3 {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
}

@media (min-width: 768px) {
  .nav-tgl-btn:hover .navbtn_1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-tgl-btn:hover .navbtn_3 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.open .navbtn_2 {
  background: #fff;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.open .navbtn_1,
.open .navbtn_3 {
  width: 15px;
  height: 1px;
  background: #333;
  border-radius: 0;
  z-index: 2;
  top: calc(50% - 2px);
  left: calc(50% - 7px);
}

.open .navbtn_1 {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0) !important;
  transform: rotate(45deg) translate3d(0, 0, 0) !important;
}

.open .navbtn_3 {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) !important;
  transform: rotate(-45deg) translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) {
  .open .nav-tgl-btn:hover .navbtn_2 {
    -webkit-transform: scale(14);
    -ms-transform: scale(14);
    transform: scale(14);
  }
}















.lowerKeyvisual {
  width: 100%;
  padding-top: 280px;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .lowerKeyvisual {
    padding-top: 120px;
  }
}

.lowerKeyvisual .lowerKeyvisualTop {
  position: relative;
  z-index: 1;
}

.lowerKeyvisual .bgText {
  font-family: "cera-130";
  font-size: 190px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: -20px;
  line-height: 0.85;
  z-index: -1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
  .lowerKeyvisual .bgText {
    font-size: 15vw;
  }
}

.lowerKeyvisual .lowerKeyvisualText {
  padding-bottom: 135px;
  padding: 20px 0 135px 4%;
  margin-left: 8%;
  border-left: 1px solid #bebebe;
}

@media (max-width: 767px) {
  .lowerKeyvisual .lowerKeyvisualText {
    margin-left: 5%;
    padding: 10px 0 25px 4%;
  }
}

.lowerKeyvisual .lowerKeyvisualText .jp {
  font-size: 33px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lowerKeyvisual .lowerKeyvisualText .jp {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.lowerKeyvisual .lowerKeyvisualText .en {
  color: #bebebe;
  font-size: 18px;
  font-family: "cera-130";
}

@media (max-width: 767px) {
  .lowerKeyvisual .lowerKeyvisualText .en {
    font-size: 16px;
  }
}

.lowerKeyvisual .lowerKeyvisualText span {
  display: block;
}

.lowerKeyvisual .keyvisualImg {
  width: 100%;
}

.lowerKeyvisual .keyvisualImg img {
  width: 100%;
}

.footer {
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 15;
  background: #444;
  width: 100%;
  padding: 110px 90px 90px;
}

@media (max-width: 1000px) {
  .footer {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 60px 20px;
  }
}

.footer img {
  width: 100%;
}

.footer .footerMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .footer .footerMain {
    display: block;
    margin-bottom: 30px;
  }
}

.footer .logo {
  width: 65px;
  display: block;
}

@media (max-width: 767px) {
  .footer .logo {
    margin: 0 auto 30px;
  }
}

.footer .logo svg {
  fill: #fff;
}

.footer .footerEnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 87%;
max-width: 1050px;
}

@media (max-width: 1000px) {
  .footer .footerEnList {
    width: 100%;
  }
}



@media (max-width: 1000px) {
  .footer .footerEnList li {
    width: 100%;
  }
  .footer .footerEnList li:not(:first-child) {
    margin-top: 5px;
  }
}

.footer .footerEnList a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 1000px) {
  .footer .footerEnList a {
    font-size: 12px;
    text-align: center;
    line-height: 2;
  }
}


.footer .footerJpList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .footer .footerJpList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.footer .footerJpList li {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .footer .footerJpList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
    text-align: center;
  }
}

.footer .footerJpList li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer .footerJpList li:last-child {
    margin-bottom: 0;
  }
}

.footer .footerJpList a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .footer .footerJpList a {
    font-size: 10px;
  }
}

.footer .footerBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .footer .footerBottom {
    display: block;
  }
}

.footer .copyright {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer .copyright {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.footer .snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 113px !important;
}

@media (max-width: 767px) {
  .footer .snsList {
    margin: 0 auto 40px;
    max-width: 113px;
  }
}

.footer .snsList a {
  width: 30px;
  display: block;
}

@media (max-width: 767px) {
  .footer .snsList a {
    width: 25px;
  }
}

.footer a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer a:hover {
    opacity: 0.6;
  }
}

.header_headline_nav {
  display: none;
}

.new_mark_img1 {
  margin: 10px 0 !important;
  display: block !important;
  font-size:15px;
  font-family: "cera-130";
  color: #888888;
  letter-spacing: 0.05em;
}

.SMSec_1 .voiceBox .icon_f {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 20px
}

@media (max-width: 767px) {
    .SMSec_1 .voiceBox .icon_f {
        margin:0 auto 10px
    }
}

.SMSec_1 .voiceBox .icon_f img {
    width: 100%
}

.footer .footerEnList {
    max-width: 847px !important;
}
/* ===== 2026 renewal : top hero / news ===== */

#containerTop .rnwFv,
#containerTop .rnwNews,
#containerTop .rnwFixBtn,
#containerTop .rnwFixBarBtn {
  font-family: "BIZ UDPGothic", "Noto Sans JP", sans-serif;
}

/* --- floating CTA (PC: right side / SP: bottom bar) --- */
#containerTop .rnwFixBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  background: #38b6ff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 20px 11px 14px;
  margin-bottom: 12px;
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
#containerTop .rnwFixBtnGreen {
  background: #3ca856;
  padding-left: 2px;
  padding-right: 2px;
}
#containerTop .rnwFixBtnBlue {
  background: #38b6ff;
}
@media (hover: hover) {
  #containerTop .rnwFixBtn:hover,
  #containerTop .rnwCtaBtn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  }
  #containerTop .rnwFixBtn:hover {
    transform: translateX(-3px);
  }
}
#containerTop .sideFix .sideFixIn img.rnwFixBtnLineImg {
  display: inline-block;
  width: 36px;
  max-width: 36px;
  height: auto;
  margin: 0 0 8px;
  vertical-align: middle;
}
#containerTop .rnwFixBtn .rnwArrowCircle {
  margin-top: 10px;
}

/* SP bottom bar (PC template responsive fallback) */
#containerTop .rnwFixBarBtn {
  display: block;
  width: 50%;
  background: #38b6ff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  padding: 15px 6px;
}

/* --- arrow (CSS drawing, EUC-JP safe) --- */
#containerTop .rnwArrowCircle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  vertical-align: middle;
}
#containerTop .rnwArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #38b6ff;
  border-right: 2px solid #38b6ff;
  transform: translate(-65%, -50%) rotate(45deg);
}
#containerTop .rnwFixBtnGreen .rnwArrow {
  border-color: #3ca856;
}
#containerTop .rnwFixBtn .rnwArrow {
  width: 7px;
  height: 7px;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-60%, -50%) rotate(45deg);
}

/* --- hero --- */
#containerTop section.rnwFv.layoutSection {
  background: #000 url(https://img21.shop-pro.jp/PA01464/019/etc_base64/cmVuZXdfZnZfYmc.jpg) no-repeat right center;
  background-size: cover;
  color: #fff;
  margin-bottom: 0;
}
#containerTop .rnwFvInner {
  padding: 64px 0 56px;
}
#containerTop .rnwFvTitle {
  font-size: clamp(3rem, 4.2vw, 5.2rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.55);
}
#containerTop .rnwFvSub {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: clamp(1.45rem, 1.55vw, 1.95rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.55);
}
#containerTop .rnwFvSubEm {
  color: #5cb6f9;
  font-size: 1.8em;
  line-height: 1;
}
#containerTop .rnwFvSubSep {
  margin: 0 0.35em;
  font-weight: 400;
}
#containerTop .rnwFvLead {
  margin-top: 34px;
  font-size: 2.3rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
  color: #ececec;
}
#containerTop .rnwFvDesc {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #dcdcdc;
}
#containerTop .rnwFvBrand {
  position: relative;
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
#containerTop .rnwFvLogo {
  width: 250px;
  max-width: 50%;
  height: auto;
}
#containerTop .rnwFvLogoJa {
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  color: #ececec;
  padding-bottom: 4px;
}
#containerTop .rnwFvPatent {
  position: absolute;
  left: 441px;
  bottom: 0;
  height: 125px;
  width: auto;
}
#containerTop .rnwFvPatentLabel {
  background: #38b6ff;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 5px 10px 4px;
  text-align: center;
}
#containerTop .rnwFvPatentNum {
  background: #fff;
  color: #20252d;
  letter-spacing: 0.12em;
  padding: 5px 10px 4px;
  text-align: center;
}

/* --- hero stats bar --- */
#containerTop .rnwFvFoot {
  background: rgba(0, 0, 0, 0.82);
  padding: 16px 0;
}
#containerTop .rnwFvFootIn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
#containerTop .rnwStats {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* 3段(白/青/白)をブロックまたぎで帯として揃え、各バンド内で上下中央寄せ */
#containerTop .rnwStatsItem {
  display: grid;
  grid-template-rows: 23px 42px 23px;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 2px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
#containerTop .rnwStatsItem:first-child {
  border-left: none;
  padding-left: 0;
}
#containerTop .rnwStatsItem > .rnwStatsLabel:first-child {
  grid-row: 1;
}
#containerTop .rnwStatsItem > .rnwStatsValue {
  grid-row: 2;
}
#containerTop .rnwStatsItem > .rnwStatsLabel:last-child:not(:first-child) {
  grid-row: 3;
}
#containerTop .rnwStatsLabel {
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.04em;
}
#containerTop .rnwStatsSmall {
  display: block;
  font-size: 80%;
}
#containerTop .rnwStatsValue {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.15;
  color: #5cb6f9;
  letter-spacing: 0.02em;
  margin: 0;
}
#containerTop .rnwStatsValueEn {
  font-size: 1.5rem;
}
#containerTop .rnwStatsValueS {
  font-size: 1.3rem;
}
/* 「送料無料」は2行で大きく見えるため少し小さく */
#containerTop .rnwStatsItem:nth-child(5) .rnwStatsValue {
  font-size: 1.55rem;
}
#containerTop .rnwAmazon {
  display: flex;
  align-items: center;
  gap: 16px;
}
#containerTop .rnwAmazonText {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ececec;
}
#containerTop .rnwAmazonLogo {
  width: 120px;
  height: auto;
}

/* --- News & Topics --- */
#containerTop section.rnwNews.layoutSection {
  background: #20252d;
  color: #fff;
  padding: 56px 0 64px;
  margin-top: 0;
  margin-bottom: 0;
}
#containerTop .rnwNewsTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 44px;
}
#containerTop .rnwCards {
  display: flex;
  gap: 32px;
}
#containerTop .rnwCard {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: #20252d;
}
#containerTop .rnwCardImg {
  overflow: hidden;
}
#containerTop .rnwCardImg img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
/* News後半2枚はデザインに合わせて画像を拡大表示 */
#containerTop .rnwCard:nth-child(2) .rnwCardImg img {
  transform: scale(1.2);
  transform-origin: 60% 100%;
}
#containerTop .rnwCard:nth-child(3) .rnwCardImg img {
  transform: scale(1.45);
}
#containerTop .rnwCardBody {
  padding: 20px 18px 24px;
}
#containerTop .rnwCardTitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
#containerTop .rnwCardText {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #ececec;
}

/* --- News CTA --- */
#containerTop .rnwNewsCtaWrap {
  text-align: center;
  margin-top: 44px;
}
#containerTop .rnwCtaBtn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #38b6ff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 84px;
  transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
#containerTop .rnwCtaBtn .rnwArrowCircle {
  width: 22px;
  height: 22px;
}
#containerTop .rnwCtaBtn .rnwArrow {
  width: 8px;
  height: 8px;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-60%, -50%) rotate(45deg);
}
#containerTop .rnwArrowCircleWhite {
  background: #fff;
}
#containerTop .rnwArrowBlue {
  border-color: #38b6ff;
}

/* --- responsive (PC template fallback under 767px) --- */
@media (max-width: 1024px) {
  #containerTop .rnwStats {
    flex-wrap: wrap;
  }
  #containerTop .rnwStatsItem:nth-child(4) {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #containerTop .rnwFvInner {
    padding: 42px 0 36px;
  }
  #containerTop .rnwFvLead {
    margin-top: 36px;
  }
  #containerTop .rnwStatsItem {
    width: 33%;
    padding: 8px 6px;
    border-left: none;
  }
  #containerTop .rnwCards {
    flex-direction: column;
    gap: 20px;
  }
  #containerTop .rnwNewsTitle {
    font-size: 2rem;
    margin-bottom: 28px;
  }
  #containerTop .rnwCtaBtn {
    font-size: 1.25rem;
    padding: 12px 22px;
  }
}
/* ===== 2026 renewal : end ===== */
