@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/* initialize */
a:link {
  color: #1a1a1a; }

a:visited {
  color: #1a1a1a; }

a:hover {
  color: #037e8c; }

a:active {
  color: #037e8c; }

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #1a1a1a; }
  a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #037e8c; }
    a:hover img {
      opacity: 0.75; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

img {
  border: 0px;
  vertical-align: bottom; }

.clear {
  clear: both; }

@media (max-width: 767px) {
  .br_pc {
    display: none; } }

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

.br_sp2 {
  display: none; }
  @media (max-width: 991px) {
    .br_sp2 {
      display: block; } }

.grecaptcha-badge {
  visibility: hidden; }

html, body, #wrap {
  height: 100%; }

body > #wrap {
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: normal; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", sans-serif;
  overflow-x: hidden; }

.red {
  color: #f24c27; }

/* header */
.kt_wrapper {
  background-color: #fff; }

.kt_header {
  height: 50px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100; }

.kt_headl {
  padding: 0 1%; }
  @media (max-width: 767px) {
    .kt_headl {
      float: none;
      text-align: center;
      margin: 0 auto; } }

.kt_head_logo {
  float: left;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; }
  .kt_head_logo img {
    height: 50px; }
  .kt_head_logo:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .kt_head_logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px; }
  @media (max-width: 767px) {
    .kt_head_logo {
      float: none; } }

.kt_head_search {
  float: left;
  padding: 13px 20px;
  margin-top: 2px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .kt_head_search {
      display: none; } }

@media (max-width: 850px) {
  .search_key {
    width: 140px; } }

@media (max-width: 850px) {
  .search_key_mdl {
    width: 200px; } }

.kt_head_cate {
  float: left; }
  @media (max-width: 767px) {
    .kt_head_cate {
      display: none; } }

.kt_headr {
  float: right;
  width: 290px;
  padding: 0; }
  @media (max-width: 767px) {
    .kt_headr {
      display: none; } }

.top_slider {
  padding-top: 50px; }

.cp_ipselect {
  overflow: hidden;
  width: 200px;
  font-size: 12px;
  margin: 10px auto 0 auto;
  text-align: center; }
  @media (max-width: 850px) {
    .cp_ipselect {
      width: 140px; } }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 2px;
  border: 1px solid #aaa;
  border-radius: 50px;
  background: #F4F4F4; }

.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 12px;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  pointer-events: none; }

.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #333; }

.cpoption {
  padding-left: 10px; }

.kt_mgnavi_h {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 20px 0; }

.kt_mgnavi {
  text-align: left; }

.kt_mgnavi li {
  list-style: none;
  position: relative;
  width: 100%;
  display: table; }

.kt_mgnavi li a {
  color: #1A1A1A;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 20px 5px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 850px) {
    .kt_mgnavi li a {
      padding: 5px 20px 5px 10px; } }

.kt_mgnavi li li {
  width: 100%;
  height: 0;
  opacity: 0;
  text-align: left;
  overflow: hidden;
  transition: opacity .5s;
  display: block; }
  @media (max-width: 850px) {
    .kt_mgnavi li li {
      width: 250px; } }

.kt_mgnavi li li a {
  border-top: 1px solid #eee;
  width: 250px;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 850px) {
    .kt_mgnavi li li a {
      height: 30px;
      padding: 0px 5px 0px 5px; } }

.kt_mgnavi li:hover > ul > li {
  height: 30px;
  opacity: 1;
  overflow: visible; }

.kt_mgnavi li ul {
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.kt_mgnavi > li:hover > a {
  background: #ECECEC; }

.kt_mgnavi > li li > a {
  background: #ECECEC; }

.kt_mgnavi > li li:hover > a {
  background: #f0dde8; }

.kt_mgnavi li ul li ul li > a {
  background: #f0dde8; }

.kt_mgnavi li ul li ul li:hover > a {
  background: #eec4dc; }

.kt_mgnavi li ul li ul li ul li > a {
  background: #eec4dc; }

.kt_mgnavi li ul li ul li ul li:hover > a {
  background: #f0dde8; }

.kt_mgnavi > li > ul:before {
  border: 5px solid transparent;
  border-left: 5px solid #1A1A1A;
  content: "";
  left: -20px;
  position: absolute;
  top: 15px;
  transform: translateY(-50%); }

.kt_head_i1 {
  float: right;
  font-size: 12px;
  line-height: 50px; }
  .kt_head_i1 img {
    width: auto;
    height: 25px;
    margin: 15px 10px 0 10px; }

.kt_head_i2 {
  float: right;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; }
  .kt_head_i2:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .kt_head_i2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px; }
  .kt_head_i2 img {
    width: auto;
    height: 20px;
    margin: 18px 10px 0 10px; }

.kt_head_i3 {
  float: right;
  margin-right: 80px; }
  .kt_head_i3 img {
    width: auto;
    height: 25px;
    margin: 15px 10px 0 10px; }

.kt_head_help {
  float: right; }

.kt_top_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.kt_top_newsbox {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px 30px; }

.kt_main_l {
  width: 20%;
  padding: 20px 0;
  border-left: 4px solid #ff80c4;
  border-right: 1px solid #ccc; }
  @media (max-width: 767px) {
    .kt_main_l {
      display: none; } }

.kt_main_r {
  width: 80%;
  padding: 20px 1%; }
  @media (max-width: 767px) {
    .kt_main_r {
      width: 100%; } }

.kt_sub_main {
  padding: 50px 0 0 0;
  width: 100%;
  margin: 0 auto; }

.kt_sub_main2 {
  padding: 50px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }

.kt_itembox {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .kt_itembox {
      display: block; } }

.kt_sub_l {
  width: 60%;
  padding: 0 1%; }
  @media (max-width: 767px) {
    .kt_sub_l {
      width: 100%;
      padding: 0 1%; } }

.kt_sub_r {
  width: 40%;
  padding: 50px 1% 0 1%; }
  @media (max-width: 767px) {
    .kt_sub_r {
      width: 100%;
      padding: 30px 20px; } }

.search_icon {
  width: 20px;
  height: auto; }

/* swiper */
.swiper-container {
  overflow: hidden; }

.swiper-wrapper {
  width: 100%;
  height: auto; }

.swiper-slide {
  width: 100%;
  height: 100%; }

.swiper-slide img {
  width: 100%;
  height: auto; }

.swiper-pagination-bullet-active {
  background-color: #222; }

/* footer */
.kt_footer {
  padding: 30px 0 10px 0;
  background-color: #f2f2f2; }

.insta_h {
  font-size: 25px;
  letter-spacing: 2px;
  margin: 50px 0 15px 0;
  text-align: center; }

.instabox {
  width: 100%;
  padding: 0; }
  .instabox ul {
    margin: 0;
    padding: 0; }

.instabox li {
  margin: 0.5%;
  padding: 0;
  float: left;
  width: 19%;
  height: auto;
  overflow: hidden;
  position: relative; }

.instabox li img {
  max-width: 100%; }

.twitbox {
  margin: 20px 0; }

.kt_box {
  width: 100%;
  font-weight: normal; }

.kt_foot_l {
  width: 31.3333333%;
  margin: 0;
  text-align: center;
  float: left; }
  @media (max-width: 767px) {
    .kt_foot_l {
      float: none;
      width: 100%; } }

.kt_foot_c {
  width: 31.3333333%;
  margin: 0;
  text-align: center;
  float: left; }
  @media (max-width: 767px) {
    .kt_foot_c {
      padding: 20px 25px;
      float: none;
      width: 100%; } }

.kt_foot_r {
  width: 31.3333333%;
  margin: 0;
  float: right; }
  @media (max-width: 767px) {
    .kt_foot_r {
      padding: 20px 25px;
      float: none;
      width: 100%; } }

.kt_foot_logo {
  text-align: center;
  margin: 0 auto 20px auto; }
  .kt_foot_logo img {
    width: 80%;
    height: auto; }

.kt_foot_logo_h {
  font-size: 13px;
  line-height: 20px;
  padding: 0 1%;
  text-align: left;
  margin-bottom: 20px; }

.kt_foot_addl {
  font-size: 11px;
  line-height: 20px;
  padding: 0 1%;
  text-align: left;
  margin-bottom: 20px; }

.kt_foot_addr {
  font-size: 11px;
  line-height: 20px;
  text-align: left; }

.kt_foot_menu {
  padding: 0 1%;
  width: 180px;
  margin: 0; }
  .kt_foot_menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .kt_foot_menu ul li {
      line-height: 20px;
      font-size: 12px;
      padding: 10px 0;
      margin-bottom: 5px;
      position: relative;
      opacity: 1;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .kt_foot_menu ul li:hover {
        opacity: 0.6;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
      .kt_foot_menu ul li a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.kt_footcopy {
  text-align: center;
  font-size: 11px;
  padding: 20px 0 10px 0; }

.kt_tdl dt {
  padding: 0 5px;
  margin: 0;
  vertical-align: top;
  line-height: 23px; }
.kt_tdl dd {
  padding: 0 5px;
  margin: 0;
  vertical-align: top;
  line-height: 23px; }

.kt_snsbox ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  .kt_snsbox ul li {
    padding: 0 10px;
    list-style: none;
    position: relative;
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .kt_snsbox ul li img {
      width: 30px;
      height: auto; }
    .kt_snsbox ul li:hover {
      opacity: 0.6;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .kt_snsbox ul li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.dm_sns {
  margin-top: 20px; }

/* -------- kt_spnav -------- */
#menuToggle {
  display: block;
  position: relative;
  top: -35px;
  left: 15px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease; }

#menuToggle a:hover {
  color: tomato; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

/* Just a quick hamburger */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #2A2A2A;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff; }

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px); }

.kt_spmenu {
  position: absolute;
  width: 350px;
  margin: -100px 0 0 -15px;
  padding-top: 125px;
  background: #3A3A3A;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menuToggle input:checked ~ .kt_spmenu {
  transform: none; }

/* accordion */
#acMenu dt {
  background: #3A3A3A;
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: #999 1px solid;
  cursor: pointer;
  text-align: left;
  display: grid;
  place-items: center; }
  #acMenu dt div {
    color: #fff;
    width: 98%;
    padding: 0 1%;
    font-size: 11px;
    line-height: 20px; }

#acMenu dd {
  background: #585858;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-bottom: #999 1px solid;
  display: none; }
  #acMenu dd ul li {
    text-align: left;
    color: #fff;
    display: grid;
    place-items: center;
    margin: 0 auto 5px auto;
    width: 92%;
    padding: 0 4%;
    font-size: 11px;
    line-height: 20px;
    border-bottom: 1px dotted #777;
    position: relative;
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    #acMenu dd ul li:hover {
      opacity: 0.6;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    #acMenu dd ul li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.acMenu_h {
  text-align: center;
  margin: 2px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff; }

.kt_spmenu_in {
  width: 100%; }

.kt_dp_search {
  text-align: center;
  color: #333;
  margin-top: 50px;
  background: #E9E9E9;
  padding: 10px 0; }

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

@media (max-width: 767px) {
  .drawer_menu_pc {
    display: none; } }

.drawer_menu_pc a {
  color: inherit;
  text-decoration: none; }

.drawer_menu_pc a:visited {
  color: inherit; }

.touch-btn {
  color: #fff;
  margin-left: 5px; }

/*+++ Default Button Color +++*/
.drawer_menu_pc .drawer_button .drawer_bar {
  background-color: #333; }

.drawer_menu_pc .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }

.drawer_menu_pc .drawer_button {
  display: block;
  background-color: #fff;
  color: #fff;
  border: none;
  padding: 5px;
  width: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  text-align: center;
  outline: none; }

.drawer_menu_pc .drawer_button.active .drawer_bar {
  width: 40px; }

.drawer_menu_pc .drawer_button.active .drawer_bar1 {
  transform: rotate(30deg); }

.drawer_menu_pc .drawer_button.active .drawer_bar2 {
  opacity: 0; }

.drawer_menu_pc .drawer_button.active .drawer_bar3 {
  transform: rotate(-30deg); }

.drawer_menu_pc .drawer_button.active .drawer_menu_text {
  display: none; }

.drawer_menu_pc .drawer_button.active .drawer_close {
  display: block; }

.drawer_menu_pc .drawer_bar {
  display: block;
  height: 2px;
  margin: 8px 2px;
  transition: all 0.2s;
  transform-origin: 0 0; }

.drawer_menu_pc .drawer_text {
  text-align: center;
  font-size: 10px; }

.drawer_menu_pc .drawer_close {
  letter-spacing: 0.08em;
  display: none; }

.drawer_menu_pc .drawer_menu_text {
  display: block; }

.drawer_menu_pc .drawer_nav_wrapper {
  width: 200px;
  height: auto;
  transition: all 0.2s;
  transform: translate(200px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto; }

.drawer_menu_pc .drawer_nav_wrapper.open {
  transform: translate(0); }

/* SP_drawer */
.drawer_menu a {
  color: inherit;
  text-decoration: none; }

.drawer_menu a:visited {
  color: inherit; }

/* PC非表示 */
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
    text-align: center; } }
.drawer_nav_cat_h {
  padding: 0 30px 0 0; }

@media screen and (min-width: 768px) {
  .drawer_menu .drawer_nav li ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding-left: 0; }

  .drawer_menu .drawer_nav li:hover ul.second-level {
    visibility: visible;
    z-index: 1;
    top: 50px;
    transition: all .3s; }

  .drawer_menu .drawer_nav li:hover ul.second-level li {
    width: 200px;
    height: 50px;
    text-align: center; }

  .drawer_menu .drawer_nav li:hover ul.second-level li a {
    display: block;
    background-color: #555;
    color: #fff;
    font-size: 100%;
    text-decoration: none;
    line-height: 50px;
    text-align: center; }

  .drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
    background-color: #999; }

  .touch-btn {
    color: #fff;
    margin-left: 5px; } }
/*+++ Default Button Color +++*/
.drawer_menu .drawer_button .drawer_bar {
  background-color: #333; }

@media screen and (max-width: 767px) {
  .drawer_menu .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0; }

  .drawer_menu .drawer_button {
    display: block;
    background-color: #fff;
    color: #fff;
    border: none;
    padding: 5px;
    width: 50px;
    height: 50px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none; }

  .drawer_menu .drawer_button.active .drawer_bar {
    width: 40px; }

  .drawer_menu .drawer_button.active .drawer_bar1 {
    transform: rotate(30deg); }

  .drawer_menu .drawer_button.active .drawer_bar2 {
    opacity: 0; }

  .drawer_menu .drawer_button.active .drawer_bar3 {
    transform: rotate(-30deg); }

  .drawer_menu .drawer_button.active .drawer_menu_text {
    display: none; }

  .drawer_menu .drawer_button.active .drawer_close {
    display: block; }

  .drawer_menu .drawer_bar {
    display: block;
    height: 2px;
    margin: 8px 2px;
    transition: all 0.2s;
    transform-origin: 0 0; }

  .drawer_menu .drawer_text {
    text-align: center;
    font-size: 10px; }

  .drawer_menu .drawer_close {
    letter-spacing: 0.08em;
    display: none; }

  .drawer_menu .drawer_menu_text {
    display: block; }

  .drawer_menu .drawer_nav_wrapper {
    width: 320px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(320px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto; }

  .drawer_menu .drawer_nav {
    display: block;
    position: relative;
    margin-top: 10px; }

  .drawer_menu .drawer_nav li {
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #eee; }

  .drawer_menu .drawer_nav li a {
    background-color: #fff;
    color: #212121;
    display: block;
    text-align: left;
    padding: 7px 0px 7px 10px; }

  .drawer_menu .drawer_nav li:hover ul.second-level {
    display: block; }

  .drawer_menu .drawer_nav li ul.second-level {
    display: none;
    position: relative;
    padding: 0;
    z-index: 1001; }

  .drawer_menu .drawer_nav li ul.second-level li a {
    background-color: #F0F0F0;
    color: #212121;
    padding: 7px 10px 7px 20px; }

  .drawer_menu .drawer_nav_wrapper.open {
    transform: translate(0); }

  .drawer_menu.left .drawer_button {
    right: auto;
    left: 32px; }

  .drawer_menu.left .drawer_nav_wrapper {
    transform: translate(-250px);
    right: auto;
    left: 0; }

  .drawer_menu.left .drawer_nav_wrapper.open {
    transform: translate(0); }

  .pc-hidden {
    text-align: center; }

  .touch-btn {
    color: #555;
    position: absolute;
    top: .25rem;
    right: 2%;
    display: block;
    z-index: 10;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: grid;
    place-items: center; }
    .touch-btn img {
      display: inline;
      width: 15px;
      height: auto; } }
.drawer-title {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 50px;
  background-color: #555;
  color: #fff; }

.drawer-title2 {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  height: 40px;
  line-height: 40px;
  background-color: #555;
  color: #fff; }

.kt_drawer_nav li {
  height: 30px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  position: relative;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .kt_drawer_nav li:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .kt_drawer_nav li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.kt_drawer_nav2 {
  position: relative;
  left: -20px; }
  .kt_drawer_nav2 li {
    text-align: center;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 12px;
    position: relative; }
    .kt_drawer_nav2 li a {
      line-height: 30px;
      padding: 0 0 0 5px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .kt_drawer_nav2 li a:hover {
      background: #E7E7E7; }

/* -------- Animation -------- */
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  20% {
    opacity: 1; }
  75% {
    opacity: 1;
    transform: scale(1.1); }
  90% {
    opacity: 0;
    animation-timing-function: ease-out; }
  100% {
    opacity: 0; } }
.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

/* カラーミー設定 */
.kt_headr ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px; }

.kt_headr ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px; }

.kt_headr ul li a {
  text-decoration: none; }

.kt_headr ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px; }

.kt_headr ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px; }

.kt_headr ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px; }

.kt_headr ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px; }

.kt_headr .member_login_name {
  float: right;
  clear: right;
  margin: 0 0 13px; }

.kt_headr ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px; }

.kt_headr ul li.view_cart span.count {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #33ccff;
  color: #fff;
  font-weight: bolder;
  position: relative;
  top: 8px; }

.kt_headr .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5; }

.kt_searchpage h2 {
  text-align: left;
  font-size: 16px; }

#pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 30px; }
  @media (max-width: 767px) {
    #pagetop {
      bottom: 15px;
      right: 15px; } }

.p_top {
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; }
  .p_top img {
    width: 30px;
    height: auto; }
  .p_top:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .p_top a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px; }

.kt_ichi_btn {
  width: 200px;
  padding: 7px 30px;
  margin: 5px auto;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  background-color: #575757;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; }
  .kt_ichi_btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .kt_ichi_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px; }

/* item_box */
.box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.kt_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.item_box {
  display: block;
  padding: 15px 1%;
  width: 25%;
  text-align: left; }
  @media (max-width: 767px) {
    .item_box {
      padding: 10px 1%;
      width: 50%; } }

.item_box .item_image {
  margin: 0px; }

.item_box .item_image img.item {
  width: 100%;
  height: auto; }

.item_box .item_detail {
  margin: 10px 0 0; }

.item_box .item_detail p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; }

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal; }

.item_box .item_detail p.item_description {
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
  font-size: 12px;
  font-weight: normal; }

p.item_regular_price, p.item_price, p.item_discount {
  margin: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center; }

.box_last {
  margin-right: 0; }

.box_small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.his_h3 {
  font-size: 15px;
  margin-bottom: 10px; }

.box_small .item_box {
  float: left;
  width: 23%;
  padding: 1%;
  vertical-align: top;
  text-align: left; }

.box_small p {
  overflow: hidden;
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; }

.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px; }

.box_small .box_last {
  margin-right: 0; }

.stock_error {
  display: none;
  padding: 10px 0;
  color: #DA5858;
  font-weight: bold; }

.pager {
  text-align: center;
  font-size: 18px; }
  .pager span {
    font-size: 18px;
    position: relative;
    background: #ccc;
    padding: 3px 7px;
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pager span:hover {
      opacity: 0.6;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .pager span a {
      text-decoration: none;
      font-size: 18px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .pager span a {
        font-size: 15px; } }

/********** pager **********/
.c-pager {
  margin: 30px auto;
  text-align: center;
  clear: both; }
  @media (max-width: 767px) {
    .c-pager {
      margin: 20px auto; } }

.c-pager__total {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .c-pager__total {
      margin-bottom: 10px; } }

.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px; }

.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center; }

@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px; } }
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto; } }
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px; } }
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none; }

.c-pager-list__link.is-current {
  border-color: #535353; }

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff; } }
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff; }

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff; } }
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px; }

.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; } }
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7); }

.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8; }

.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000; }

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000; } }
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa; }

.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000; }

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000; } }
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa; }

.c-pager-list__page {
  display: none; }

@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block; } }
/* product_detail_page */
h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 18px; }

.product_form {
  margin: 0 0 62px; }

.product_detail_area {
  position: relative;
  width: 100%; }

.product_images {
  display: inline-block;
  float: left;
  width: 400px; }

.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ddd; }

.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px; }

#sk_link_other {
  margin-top: 20px; }

.add_cart {
  clear: right;
  overflow: hidden;
  width: 100%; }

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", sans-serif; }

table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle; }

table.add_cart_table td strong.price {
  font-size: 14px; }

table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px; }

table#option_tbl {
  margin-bottom: 20px;
  width: 100%; }

table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke; }

table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center; }

table#option_tbl th {
  background: whiteSmoke; }

table#option_tbl td div input {
  margin-bottom: 5px; }

ul.option_price {
  margin: 0 0 20px 0; }

ul.option_price li {
  list-style-type: none; }

.option_box {
  clear: both;
  width: 100%;
  overflow: hidden; }

table td.pur_block {
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal; }

.button_area input {
  width: 100%; }

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px; }

.product_image_extra {
  margin-bottom: 20px;
  text-align: center; }

.product_image_extra img.item {
  margin-bottom: 20px; }

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px; }

.product_link_area div.twitter {
  float: left;
  width: 100px; }

.product_link_area div.pinterest {
  float: left;
  margin-right: 30px; }

.product_link_area div.fb-like {
  float: left;
  width: 200px; }

.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px; }

.product_link_area ul.other_link li {
  margin-bottom: 10px; }

.share {
  margin: 15px 0 0;
  list-style: none; }

.share li {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px; }

.calamel-link {
  margin-top: 10px; }

#tb_cap_tb {
  margin-top: 20px; }

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC; }

#tb_stitle {
  margin-bottom: 20px; }

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px; }

.product__fav-item {
  margin-top: 10px; }

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent; }

.product__fav-item .fav-items {
  color: #ff7373; }

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor; }

/* product_option */
#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff; }

#product_option h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  font-weight: bold; }

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff; }

table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5; }

table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

/* product_list_page */
.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc; }

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0; }

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc; }

/* search_page */
.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center; }
  @media (max-width: 767px) {
    .search_result {
      font-size: 13px; } }

.none {
  margin: 50px 0;
  text-align: center; }

/* policy */
#policy {
  line-height: 1.8;
  font-size: 14px; }
  @media (max-width: 767px) {
    #policy {
      width: 98% !important;
      padding: 0 2% !important; } }

#policy h2 {
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold; }

.policy_box,
#policy_lead {
  margin-bottom: 30px; }

.sk_box {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .sk_box {
      width: 98% !important;
      padding: 0 2% !important; } }

.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px; }

.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells: show; }

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left; }

.sk_box th img.poricy_img {
  margin-bottom: 5px; }

.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' '; }

.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc; }

#payment_method {
  margin-top: 40px; }

#payment_method table.table {
  width: 100%; }

#payment_method table.table th {
  width: 200px;
  text-align: center; }

#shipping_method {
  margin-top: 40px; }

#shipping_method table.table {
  width: 100%; }

#shipping_method table.table th {
  width: 200px;
  text-align: center; }

/* side */
#side .box {
  clear: both;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  word-wrap: break-word;
  position: relative; }

#side .box h3 {
  text-align: left;
  font-weight: normal;
  font-size: 16px; }

#side .box ul {
  margin-left: 0px;
  list-style: none; }

#side .box ul li {
  border-top: #838383 dotted 1px; }

#side .box ul li:first-child {
  border-top: none; }

#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none; }

#side #side_nav ul {
  margin-right: 10px; }

#side #side_nav ul li {
  margin: 0; }

#side #side_nav .nav_item {
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer; }

#side #side_nav .nav_item .nav_icon {
  float: left;
  padding: inherit;
  width: 20px;
  height: auto; }

#side #side_nav .nav_item .nav_icon img {
  max-width: 100%; }

#side #side_nav .nav_item .nav_title {
  float: right;
  text-align: right; }

#side #side_nav .nav_item h3 {
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right; }

#side #side_nav .nav_item p {
  color: #999; }

.box_default ul li div {
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left; }

.box_default ul li div img {
  border: solid #ddd 1px; }

.box_default ul li div p {
  line-height: 1.6; }

#side #box_cart .cart_button {
  text-align: right; }

#side #box_owner .inner {
  padding: 1.2em 0 1em; }

#side #box_owner .owner_photo {
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px; }

#side #box_owner p.name {
  font-size: 14px; }

#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px; }

#side #box_owner p.website {
  padding-left: 20px; }

#qr_code {
  padding: 20px 0; }

#box_sellers .seller_box {
  padding: 2.2em 0; }

#box_sellers li {
  position: relative;
  display: block; }

#box_sellers .top_seller:before {
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png); }

#box_sellers .rank_2:before {
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png); }

#box_sellers .rank_3:before {
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png); }

#box_sellers .seller_image {
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  border: solid #ddd 1px; }

#box_sellers .seller_detail {
  float: right;
  width: 104px; }

#box_sellers .seller_rank {
  margin: 0 0 10px;
  font-size: 12px; }

#box_sellers .seller_rank > strong {
  font-size: 15px; }

#box_sellers .seller_name {
  font-size: 13px; }

#box_sellers .seller_teika {
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }

#box_sellers .more_seller {
  display: none; }

.more_btn {
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer; }

.updown {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat; }

.more_up {
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png); }

/* Common Elements */
table {
  border-spacing: 0;
  border-collapse: collapse; }

table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }

table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5; }

table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    .footstamp {
      font-size: 13px;
      line-height: 20px; } }

.footstamp span {
  margin: 0 5px;
  color: #999; }

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right; }

.sort strong {
  margin-right: 5px; }
  @media (max-width: 767px) {
    .sort strong {
      font-size: 13px; } }

.sort a {
  margin-right: 5px;
  text-decoration: none; }
  @media (max-width: 767px) {
    .sort a {
      font-size: 13px; } }

.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder; }

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center; }

.pager a {
  margin: 15px; }

.none {
  clear: both;
  margin: 50px 0;
  text-align: center; }

.sold_out {
  color: #DA5858;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }

.to_top {
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888; }

.to_top:hover {
  text-decoration: none;
  color: red;
  border-color: blue; }

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important; }

.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important; }

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none; }

.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  color: #fff;
  text-decoration: none; }

.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 10px 0 !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  border: none;
  background-color: #33ccff !important; }

.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px; }

.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px; }

/* 一覧 */
.cg_freespace_01 {
  padding: 0;
  margin: 20px 0 20px 0; }

.cg_freespace_02 {
  padding: 0;
  margin: 20px 0 20px 0; }

.cg_freespace_01 p,
.cg_freespace_02 p {
  margin: 0 0 10px 0; }

.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin: 0 0 10px 20px;
  padding: 0; }

/* フリーページ */
.kt_free {
  width: 900px;
  margin: 0 auto;
  padding: 90px 0; }
  @media (max-width: 900px) {
    .kt_free {
      width: 100%;
    　} }

/* フリーページの左右余白を4％にする */
.freepage{
   margin:0px 4%;   
}
/* フリーページの行間 */
.kt_free {
  line-height: 1.7;
}

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
.container {
  width: 900px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #464e54;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a {
  color: #464e54;
}
  a:hover {
    color: #5e5e5e;
  }

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-youtube { background-position: -191px -240px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}

.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
 
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

.kt_spcart {
  display: none; }
  @media (max-width: 767px) {
    .kt_spcart {
      display: block;
      position: absolute;
      z-index: 200;
      top: 11px;
      left: 5px; } }
  .kt_spcart img {
    height: 25px;
    width: auto; }

.kt_spcart .view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px; }

.kt_spcart .view_cart span.count {
  margin: 0px 0px 0px 2px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #33ccff;
  color: #fff;
  font-weight: bolder;
  position: relative;
  top: 3px; }

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 15px !important;
    margin-top: -5px !important; } }

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* Q&A */
.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #dbffed;
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #ff99cc;
font-weight: bold;
margin-right: 7px;
}

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

.item {
  padding: 0px;
  width: calc((100% - 30px * 2) / 3);
  background-color: #fff;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}


/* 行き方と買取　画像の下に文章　並べる */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ff7a7a;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #ff7a7a;
  color: white;
}

/* ボタン　問い合わせフォーム */
    .under_line{
        background: linear-gradient(transparent 60%, #ffff6e 50%);
    }

/* フリーページ見出し */
.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #75ffba;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #ff75ba;
}

/* FPパソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }
 
/* FPスマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* スマホサイズのみ改行 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}


/* youtubeレスポンシブ対応 */
iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/* googlemap縦比指定 */
.gmap {
  aspect-ratio: 4/3.5;
  width: 100%;
  height: 100%;
　margin:50px
}

.gmap {
　margin:50px
}


/* IG画像整列 */
.instabox li:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.instabox li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}