@charset "UTF-8";

/* font */
/* width */
/* color */
/* reset */

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*共通*/
body {
  color: #333333;
  background: #ffffff;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

iframe {
  width: 100%;
}
iframe.iframe-1 {
  width: 50%;
  height: 50vh;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover p {
  text-decoration: underline;
}

/*header*/
header {
  width: 100%;
  padding: 1rem 0;
  height: auto;
  background: #ffffff;
  z-index: 101;
}
header .inner {
  max-width: 1320px;
  width: 96%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#logo_cover {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
  gap: 0 10px;
}

#logo_cover h1 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
}

header .inner .logo {
  width: 180px;
  margin: 0;
}
header .inner .logo a {
  display: inline-block;
}
header .inner .logo a img {
  width: 100%;
  margin: 5px 0 0;
}
header .inner nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

header .inner nav ul li a {
  min-width: auto !important;
}
header .inner nav ul li {
  width: auto;
  font-size: 1.2rem;
  margin-left: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
}
header .inner nav ul li.glasses {
  max-width: 197px;
  width: 70%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  background-image: url(../common/icon-glasses.png);
  padding-left: 40px;
}
header .inner nav ul li.fs-clientInfo {
  min-width: 100px;
}
header .inner nav ul li.fs-clientInfo span {
  font-size: 12px;
}
header .inner nav ul li.tocart {
  margin-left: -130px;
}
header .inner nav ul li.fix_tocart {
  min-width: 100px;
}
header .inner nav ul li a.mypage {
  min-width: 5.5em;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  background-image: url(../common/icon-mypage.png);
  padding-left: 40px;
  box-sizing: initial;
}
header a.mypage .is-login-false span.txt-login,
header a.mypage .is-login-true span.txt-logout {
  display: none;
}

header .inner nav ul li a.guide {
  min-width: 7em;
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: left center;
  background-image: url(../common/icon-guide.png);
  padding-left: 33px;
  box-sizing: initial;
}
header .inner nav ul li a.history {
  min-width: 7em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  background-image: url(../common/icon-history.svg);
  padding: 3px 0 3px 30px;
  box-sizing: initial;
}
header .inner nav ul li a.cart {
  min-width: 3.5em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  background-image: url(../common/icon-wallet.png);
  padding-left: 30px;
  min-height: 24px;
  box-sizing: initial;
}
header .inner nav ul li form {
  width: 100%;
  display: inline-block;
}
header .inner nav ul li form input {
  width: 100%;
  padding: 0.5rem;
  font-size: 12px;
}

/* 矢印 > */
/*メインメニュー*/
#mainMenu {
  width: 100%;
  background: #ffffff;
  padding: 1rem 0 1rem;
}
#mainMenu #menuBar {
  max-width: 1200px;
  width: 96%;
  position: relative;
  margin: 0 auto;
  /*ドロップダウン*/
}
#mainMenu #menuBar ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
#mainMenu #menuBar ul li {
  display: block;
  min-width: 13%;
  width: auto;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.4rem;
  padding-top: 0.5rem;
  z-index: 102;
  font-size: 1.2rem;
}
#mainMenu #menuBar ul li:first-child,
#mainMenu #menuBar ul li:nth-child(5) {
  width: 20%;
}
#mainMenu #menuBar ul li:nth-child(4),
#mainMenu #menuBar ul li:last-child {
  width: 17%;
}
#mainMenu #menuBar ul li a,
#mainMenu #menuBar ul li span {
  display: block;
  width: 100%;
  padding: 0;
}
#mainMenu #menuBar ul li a b,
#mainMenu #menuBar ul li span b {
  width: 100%;
  display: block;
  border-right: 1px solid #eeebe8;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Montserrat";
  margin-top: 3px;
}
#mainMenu #menuBar ul li.dMenu-open:hover::after {
  content: "●";
  font-size: 1.6rem;
  color: #ec6b76;
  position: relative;
  bottom: 0;
}
#mainMenu #menuBar ul li.share {
  height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 118px 22px;
  background-position: center top;
  background-image: url(../common/g_navi-share--re.svg);
}
#mainMenu #menuBar ul li.share a {
  display: inline-block;
  margin: 2.1rem 0.3rem 0;
  width: auto;
}
#mainMenu #menuBar ul li.share img {
  width: 27px;
  height: 27px;
}

#mainMenu #menuBar div.dMenu {
  position: absolute;
  top: 85px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  visibility: hidden;
  z-index: 101;
  width: 100%;
  max-width: 1320px;
  padding: 30px;
}

.dMenu-open.active .dMenu {
  visibility: visible !important;
}

.i-close {
  margin-left: auto;
}

.dMenu form {
  max-width: 380px;
  background: url(https://kanmi.itembox.cloud/item/common/icon-search_new.png) no-repeat left center / 20px auto;
  padding-left: 30px;
  margin-bottom: 20px;
}

.dMenu form input {
  padding: 5px 10px;
}

#mainMenu #menuBar div.dMenu ul > div {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 400px;
  padding: 3rem 7rem 0;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#mainMenu #menuBar div.dMenu ul > div li {
  width: auto;
  background: #ffffff;
  border: none;
  line-height: 1.8;
  font-size: 0.63rem;
  text-align: left;
}
#mainMenu #menuBar div.dMenu ul > div li a {
  display: block;
  width: 100%;
  padding: 0;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  line-height: 1.3;
}
#mainMenu #menuBar div.dMenu ul > div li a.bag {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-bag.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.wallet {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-wallet.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.card_cases {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-card_cases.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.fashion {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-fashion.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.other_acce {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-other_acce.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.stationary {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-stationary.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.other_items {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-other_items.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.gamaguchi {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-gamaguchi.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.gentei_items {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-gentei_items.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.yoyaku_items {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-yoyaku_items.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.media {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-media.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.a4_size {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-a4_size.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.toseries {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../common/menu-toseries.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.close {
  width: auto;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 2rem 2rem;
  margin: auto auto auto 2rem;
}
#mainMenu #menuBar div.dMenu ul > div li a b {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 3px;
  border: none;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap01 {
  width: 47%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 2%;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap01 li {
  margin-bottom: 2rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap01 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: initial;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap02 {
  width: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap02 li {
  margin-bottom: 1rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap02 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: initial;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap03 {
  width: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap03 li {
  margin-bottom: 2rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap03 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: initial;
}

/* fix-header
------------------------------------------------------ */
.fix-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  top: -166px;
}
.fix-header header {
  padding: 0;
}
.fix-header #mainMenu {
  padding: 0 0 5px;
}

/*sp 非表示*/
#dl-menu,
.spView {
  display: none;
}

.pcView {
  display: block;
}

/*footer前*/
.contents {
  max-width: 1150px;
  width: 96%;
  margin: 2rem auto 3rem;
}
.contents.follow_us {
  height: 56px;
  display: contents;
  margin-bottom: 5rem;
}
.contents.follow_us h4 {
  background-repeat: no-repeat;
  background-size: 194px 23px;
  background-position: center top;
  background-image: url(../common/new-follow_us.svg);
  text-indent: -999999px;
  margin: 50px 0 10px;
  font-size: 2.1rem;
}
.contents.follow_us div {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.contents.follow_us div a {
  display: inline-block;
  margin: 0 1rem 0;
  width: auto;
}
.contents.follow_us div i {
  font-size: 6.7rem;
  font-weight: normal;
}
.contents.follow_us div i.insta {
  background-color: #333333;
  color: #ffffff;
  font-size: 5.6rem;
  padding: 3px 6px 0px 6px;
  border-radius: 5px;
}
.btn_area {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.contents a.btn_normal02 {
  width: 30%;
  height: auto;
  margin: 1.5rem 2rem;
  display: block;
  padding: 10px 15px;
  border: #333333 1px solid;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal02.dashed {
  border: #333333 1px dashed;
}

/*フッター*/
footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

nav.footer-top-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
nav.footer-top-nav ul li {
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
nav.footer-top-nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: #ccc;
}
.footer-txt {
  border: 2px solid #e0e0e0;
  width: 70%;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}
.footer-txt h5 {
  font-size: 1.3rem;
  font-weight: bold;

  padding-bottom: 15px;
  line-height: 1.8;
}
.footer-txt p {
  font-size: 1.3rem;
}
.footer-txt ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.footer-txt ul li {
  font-size: 1.3rem;
  padding: 0 10px;
}
.footer-txt ul li a {
  border-bottom: 1px solid #000;
}
.copyright {
  text-align: center;
  padding-bottom: 30px;
  font-size: 10px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.small {
  font-size: 85%;
}

.big-b {
  font-size: 125% !important;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.f-aten {
  color: #f10d0d;
}

.flex-center {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-between {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex-between img.wid-32-2 {
  width: 32%;
}
.flex-between img.wid-48 {
  width: 48%;
}

.flex-between-n {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  align-items: normal;
}
.flex-between-n img.wid-32 {
  width: 32%;
}
.flex-between-n img.wid-48-2 {
  width: 48%;
}

.flex-around-n {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: normal;
  align-items: normal;
}
.flex-around-n figure {
  width: 26%;
  margin: 0 3.6% 2rem;
}
.flex-around-n figure img {
  margin-bottom: 0.5rem;
}
.flex-around-n figure figcaption {
  font-size: 1.4rem;
}

#payment,
#shipment,
#return,
#repair,
#gift,
#point,
#coupon,
#membership,
#cancel {
  margin-top: -100px;
  padding-top: 130px;
}

@media (max-width: 1145px) {
  #logo_cover {
    grid-template-columns: 150px 100px;
  }

  header .inner .logo {
    width: 150px;
  }

  #header .inner nav ul li.glasses {
    width: 140px;
  }

  header .inner nav ul li {
    margin-left: 10px;
    letter-spacing: 0;
  }
}

@media (max-width: 1000px) {
  #logo_cover h1 {
    display: none;
  }
}

/* 2311 フリーページ追記 */
/* main-visual */
.main-visual {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}

.main-visual a {
  display: block;
}

.main-visual img {
  width: 100%;
}

.main-visual h1 {
  text-align: center;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 2.5px;
}

.main-visual h1 b {
  font-size: 2rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  letter-spacing: 5.5px;
  font-weight: 600;
}

.main-visual.other p {
  font-size: 1.4rem;
  color: #fff;
}

.main-visual.other {
  width: 100%;
  max-height: 300px;
  height: 51vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.main-visual.other.about {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/about_img01.jpg");
}
.main-visual.other.feature {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/feature_img01.jpg");
}
.main-visual.other.material {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/material_img01.jpg");
}
.main-visual.other.maintenance {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/maintenance_img01.jpg");
}
.main-visual.other.repair {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/repair_img01.jpg");
}
.main-visual.other.map {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/map_top.jpg");
}
.main-visual.other img {
  width: 180px;
  height: auto;
}
.main-visual.other.blog {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/blog/blog_img01.jpg");
}
.main-visual.other.news {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/news/news_img01.jpg");
}
.main-visual.other.company {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/company_img01.jpg");
}
.main-visual.other.recruit {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/recruit_img01.jpg");
}
.main-visual.other.rentalspace {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/rentalspace_img01.jpg");
}
.main-visual.other.store {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/store_img01.jpg");
}
.main-visual.other.wholesale {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/wholesale_img01.jpg");
}
.main-visual.other.contact {
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/contact/contact_img01.jpg");
}

.main-visual.product {
  width: 100%;
  max-height: 300px;
  height: 51vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: end;
  align-items: end;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}

.main-visual.product h2 {
  text-align: left;
  margin: auto auto 2% 5%;
}

/* pankuzu */
main nav#pankuzu {
  max-width: 1100px;
  width: 96%;
  margin: 15px auto 30px;
}

main nav#pankuzu > ul {
  margin: 0 auto;
}

main nav#pankuzu > ul::after {
  content: "";
  display: table;
  clear: both;
}

main nav#pankuzu > ul > li {
  float: left;
  display: inline-block;
  width: auto;
  margin: 0 22px 0 0;
  padding: 0;
  font-size: 1.4rem;
  position: relative;
}

main nav#pankuzu > ul > li:first-child {
  padding-left: 28px;
}

main nav#pankuzu > ul > li:first-child:before {
  content: "";
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/common/pankuzu.png");
}

main nav#pankuzu > ul > li > a {
  padding: 3px 20px 3px 0;
  position: relative;
  color: #333333;
}

main nav#pankuzu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*コンテンツ*/
.contents {
  max-width: 1150px;
  width: 96%;
  margin: 2rem auto 3rem;
}
.contents img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.contents.flex-space {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents.flex-space-r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents h2 {
  border-width: 0 !important;
  color: #333;
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2.7rem !important;
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 2.5rem !important;
}
.contents h2.inside-kanmi {
  background-repeat: no-repeat;
  background-size: 35px 37px;
  background-position: center top;
  background-image: url(../img/common/h2_inside-kanmi.png);
  padding-top: 39px;
}
.contents h2.news {
  background-repeat: no-repeat;
  background-size: 22px 32px;
  background-position: center top;
  background-image: url(../img/common/h2_news.png);
  padding-top: 35px;
}
.contents h2.h2-index {
  font-size: 2.1rem;
  text-align: left;
  padding: 0 8px;
  color: #7dadac;
  border-bottom: #333333 2px solid;
}
.contents h2.h2-other {
  font-size: 2.1rem;
  text-align: left;
  padding: 0;
  color: #333333;
  border-bottom: #7dadac 2px solid;
}
.contents h2.h2-index img,
.contents h2.h2-other img {
  margin: 0 8px;
  position: relative;
  top: 6px;
}

.contents div.col3 {
  width: 30%;
}
.contents div.col4 {
  width: 44%;
}
.contents div.col5 {
  width: 53%;
}
.contents div.col5.mt-12 {
  margin-top: 9rem;
}
.contents div.col6 {
  width: 64%;
}
.contents div.col7 {
  max-width: 925px;
  width: 100%;
  margin: auto;
}
.contents div .mb-5 {
  margin-bottom: 5rem;
}
.contents div .mt-0 {
  margin-top: 0;
}
.contents div ol.decimal {
  display: block;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.contents div ol.decimal li {
  list-style-type: decimal;
  padding-bottom: 0.3rem;
  display: list-item;
  margin: auto auto 0.5rem 2rem;
  font-size: 1.8rem;
}
.contents div ol.decimal li p {
  font-size: 1.8rem;
}
.contents div ul.disc {
  display: block;
}
.contents div ul.disc.mb-5 {
  margin-bottom: 5rem;
}
.contents div ul.disc li {
  list-style-type: disc;
  padding-bottom: 0.3rem;
  display: list-item;
  margin: auto auto 0.5rem 2rem;
  font-size: 1.4rem;
}
.contents div ul.disc li.st-none {
  list-style-type: none;
  margin-left: 0;
}
.contents div ul.btn_color {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 2rem auto 8rem;
}
.contents div ul.btn_color li {
  width: 48%;
  height: auto;
  list-style-type: none;
  display: block;
  margin: auto 0 4%;
}
.contents div ul.btn_color li.bg-p {
  background-color: #e8e7df;
}
.contents div ul.btn_color li.bg-b {
  background-color: #e8e7df;
}
.contents div ul.btn_color li.bg-o {
  background-color: #e8e7df;
}
.contents div ul.btn_color li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  min-height: 16vh;
  height: auto;
  border-radius: 10px;
  margin: 2rem;
  text-align: center;
}
.contents div ul.btn_color li a.bor-p {
  border: #f5b57f 1px dashed;
}
.contents div ul.btn_color li a.bor-b {
  border: #a8d59d 1px dashed;
}
.contents div ul.btn_color li a.bor-o {
  border: #ffe7c5 1px dashed;
}
.contents div ul.btn_color li a span {
  font-size: 1.4rem;

  display: inline-block;
}
.contents div span.underline {
  display: inline-block;
  border-bottom: #333333 1px solid;
  font-size: 100%;
}
.contents div .txt-indent {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.contents div .wid-wrap {
  min-width: 6em;
  width: auto;
}
.contents div .wid-wrap h2.stripe {
  display: inline-block;
  width: auto;
  text-align: left;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.4;
}
.contents div .wid-wrap h2.stripe::after {
  content: "";
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 4px);
  background: repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 4px);
}

.contents div h3.h3-first {
  width: 100%;
  text-align: left;
  font-size: 1.7rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  letter-spacing: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.contents div h3.h3-first a {
  display: block;
  width: 95%;
  border-bottom: 1px solid transparent;
}
.contents div h3.h3-first a:hover {
  border-bottom: 1px solid #e0e0e0;
}
.contents div h3.h3-first a:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: gray;
}
.tab_panel p a {
  word-break: break-all;
}
.contents div h3.h3-first b {
  font-size: 3rem;
  font-style: italic;
}
.contents div p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.contents div p .marker-y {
  background-color: #ffff8c;
  font-size: 100%;
}
.contents div p.mb-1 {
  margin-bottom: 1rem;
}
.contents div .kanmi-manga {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 90px;
  height: auto;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: left center;
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/index_ueno.png");
  padding-left: 85px;
}
.contents div .kanmi-manga.f-small {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 10px;
}
.contents div .kanmi-manga .f100 {
  font-size: 100%;
}
.contents div .kanmi-online-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left top;
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/repair_online-h.png");
  margin: 3rem auto;
  padding-top: 3rem;
  border-bottom: #bfbfbf 1px solid;
}
.contents div .kanmi-online-wrap .kanmi-wrench {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/aboutus/icon-wrench.png");
  margin: 0 auto 0.5rem 3rem;
  padding-left: 40px;
  font-size: 2rem;
  text-align: left;
}
.contents div .campaign-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: left top;
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/rentalspace_campaign-h.png");
  margin: 3rem auto 3rem 1rem;
  padding-top: 3rem;
}
.contents div .campaign-wrap .campaign-h {
  display: inline-block;
  height: auto;
  margin: 0 auto 0.5rem 2rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
  background-color: #a8d59d;
  color: #ffffff;
  letter-spacing: 2px;
}
.contents div .campaign02-wrap {
  width: 65%;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center 2rem;
  background-image: url("https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/company/rentalspace_campaign-h02.png");
  margin: 2rem auto 5rem;
  padding: 5.5rem 13% 2rem;
  background-color: #ffe7c5;
}
.contents div .campaign02-wrap .campaign-h02 {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 0.5rem;
  padding: 1.5rem 20%;
  font-size: 1.4rem;
  text-align: left;
  background-color: #ffffff;
  color: #333333;
  border-radius: 10px;
}
.contents h4 {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.contents h4 em {
  font-style: normal;
  display: block;
  font-size: 1.4rem;
}
.contents dl.col1 {
  width: 100%;
}
.contents dl.col2 {
  width: 49%;
}
.contents dl.col2 dd a,
.col1 dd a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.contents dl.col3 {
  width: 32%;
}
.contents dl.col4 {
  width: 23.5%;
}
.contents dl.dl-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4rem;
}
.contents dl.dl-flex dt {
  width: 4em;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.contents dl.dl-flex dd {
  width: 90%;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  margin-inline-start: 0;
}
.contents dl.dl-flex-n {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  align-items: normal;
  margin-bottom: 4rem;
}

.contents dl.dl-flex-n dt {
  max-width: 360px;
  width: 40%;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.contents dl.dl-flex-n dd {
  width: 55%;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  padding-top: 1rem;
}
.contents dl.dl-flex-n dd h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.contents dl.dl-flex-n dd p {
  font-size: 1.4rem;
}
.contents dl dt {
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}
.contents dl dt.new::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 85px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-image: url(../img/common/new.png);
}
.contents dl dt a {
  display: block;
  margin: 0;
  padding: 0;
}
.contents dl dd {
  font-size: 1.7rem;
  width: 100%;
  margin-bottom: 2rem;
}
.col1 dd a.btn_cart,
.col2 dd a.btn_cart {
  width: 13%;
}
.col1 dd .btn_cart,
.col2 dd .btn_cart {
  width: 63px;
  min-width: 63px;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 5px center;
  background-image: url(../img/common/icon-cart.png);
  margin-right: 1.5rem;
  padding: 3px 0px 3px 25px;
  border: #333333 1px solid;
  font-weight: bold;
}
.col4 dd .btn_cart {
  width: 63px;
  min-width: 63px;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 5px center;
  background-image: url(../img/common/icon-cart.png);
  margin-right: 1.5rem;
  padding: 3px 0px 3px 25px;
  border: #333333 1px solid;
  font-weight: bold;
}

dl dd .btn_blog {
  width: 48px;
  min-width: 48px;
  display: block;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px center;
  background-image: url(../img/common/icon-blog.png);
  margin-right: 1.5rem;
  padding: 3px 0px 3px 25px;
  border: #333333 1px dashed;
  font-weight: bold;
}
dl dd p {
  font-size: 1.4rem;
  line-height: 1.8;
}
dl dd p b {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  margin-top: 5px;
}

.contents figure {
  width: 23%;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.flex-between.mb-5.sp-flex-between-n {
  align-items: flex-start;
}
.contents figure img {
  margin-bottom: 1rem;
}
.contents figure figcaption {
  font-size: 1.4rem;
}
.contents figure figcaption.f-big {
  font-size: 1.6rem;
}
.contents.follow_us {
  height: 56px;
  display: contents;
  margin-bottom: 5rem;
}
.contents.follow_us h4 {
  background-repeat: no-repeat;
  background-size: 194px 23px;
  background-position: center top;
  text-indent: -999999px;
  margin-bottom: 0;
  font-size: 2.1rem;
}
.contents.follow_us div {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.contents.follow_us div a {
  display: inline-block;
  margin: 0 0.5rem 0;
  width: auto;
}
.contents.follow_us div i {
  font-size: 6.7rem;
  font-weight: normal;
}
.contents.follow_us div i.insta {
  background-color: #333333;
  color: #ffffff;
  font-size: 5.6rem;
  padding: 3px 6px 0px 6px;
  border-radius: 5px;
}
.contents a.btn_normal {
  min-width: 15rem;
  width: auto;
  height: auto;
  margin: 1.5rem 2rem;
  display: inline-block;
  padding: 1rem 1rem;
  border: #333333 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal02 {
  width: 30%;
  height: auto;
  margin: 1.5rem 2rem;
  display: block;
  padding: 10px 15px;
  border: #333333 1px solid;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal02.dashed {
  border: #333333 1px dashed;
}
.contents a.btn_normal03 {
  min-width: 20rem;
  width: auto;
  height: auto;
  margin: 0 auto 4rem 6rem;
  display: inline-block;
  padding: 1.5rem 2.2rem;
  border: #333333 1px solid;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal03.ml-1 {
  margin-left: 9rem;
}
.contents a.btn_normal03.m-all {
  margin: auto;
}
.contents .btn_arrow-wrap {
  min-width: 13rem;
  width: auto;
  float: right;
}
.contents .btn_arrow-wrap a.btn_arrow {
  width: auto;
  height: auto;
  margin: 1.5rem 2rem 5rem;
  display: inline-block;
  padding: 1rem 4.8rem 1.8rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.contents .btn_arrow-wrap a.btn_arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 14em;
  width: 100%;
  border-bottom: 1px solid #333333;
}
.contents .btn_arrow-wrap a.btn_arrow::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -4px;
  width: 30px;
  border-top: 1px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.contents a.btn_cart02 {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 25px 27px;
  background-position: 2rem center;
  background-image: url(https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/common/icon-cart.png);
  margin-right: 1.5rem;
  padding: 1.5rem 3rem 1.5rem 7rem;
  border: #333333 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
}
.contents a.btn_orange {
  display: inline-block;
  min-width: 20rem;
  width: auto;
  height: auto;
  margin: auto;
  padding: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  background-color: #f5b57f;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
.contents#news.flex-space dl dt time {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  padding-left: 22px;
}
.contents#news.flex-space dl dt time::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 3px;
  background-image: url(../img/common/icon-clock.png);
  padding-bottom: 3px;
}
.news-cat {
  margin-right: 7px;
}
.news-cat span {
  font-size: 1.2rem;
  padding: 3px 5px;
}
.shopinfo .news-cat span {
  border: 1px dashed #79c471;
}
.onlinenews .news-cat span {
  border: 1px dashed #00a8ec;
}
.pop-up-shop .news-cat span {
  border: 1px dashed #ed6c9e;
}
.media .news-cat span {
  border: 1px dashed lightcoral;
}
.kanm-fair .news-cat span {
  border: 1px dashed orange;
}
.tabisurukanmi .news-cat span {
  border: 1px dashed brown;
}
.event .news-cat span {
  border: 1px dashed #8dcff4;
}
.news-mark {
  display: flex;
  margin-top: 5px;
}

.about .col1 {
  margin-bottom: 15px;
}
.about dl dd p b {
  margin-top: 0;
  font-size: 1.4rem;
}

.main-visual.other.feature {
  margin: 20px auto 50px;
}

@media (max-width: 959px) {
  .contents div.col4 {
    width: 95%;
    margin: auto;
  }

  .contents.maintenance .mb-5 {
    display: block;
  }

  .flex-between-n img.wid-48-2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* main-visual */
  .main-visual h2 {
    font-size: 1.4rem;
  }
  .main-visual h2 b {
    font-size: 1.8rem;
  }
  .main-visual.other,
  .main-visual.product {
    height: 200px;
  }
  .main-visual.other img {
    width: 130px;
    height: auto;
  }

  /*コンテンツ*/
  .contents {
    min-width: 300px;
    width: 93%;
    margin: 2rem auto 3rem;
  }

  .contents h2.h2-index img,
  .contents h2.h2-other img {
    width: auto;
    height: 78%;
    max-height: 27px;
  }

  .contents .col2 dd a,
  .col1 dd a {
    flex-direction: column;
  }
  .contents dl dd p b,
  .main-visual dl dd p b {
    font-size: 1.4rem;
  }
  .contents dl dd p,
  .main-visual dl dd p {
    width: 100%;
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .col1 dd .btn_cart,
  .col2 dd .btn_cart,
  .col4 dd .btn_cart,
  .contents dl dd .btn_blog {
    padding: 2px 0px 2px 25px;
  }
  .contents dl.col2.t-wid2 {
    margin-block-start: 0;
    margin-block-end: 0;
    width: 100%;
  }
  .contents dl.col3 {
    width: 100%;
  }
  .contents dl.col4 {
    width: 49%;
  }
  .contents dl.dl-flex-n {
    display: block;
    margin-bottom: 4rem;
  }
  .contents dl.dl-flex-n dt {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  .contents dl.dl-flex-n dd {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    padding-top: 1rem;
  }
  .contents ol.decimal li {
    font-size: 1.6rem;
  }
  .contents ol.decimal li p {
    font-size: 1.6rem;
  }
  .contents div ul.btn_color {
    margin-bottom: 4rem;
  }
  .contents div ul.btn_color li {
    width: 90%;
    margin: auto auto 3rem;
    display: inline-block;
  }
  .contents div ul.btn_color li a {
    min-height: 13vh;
    margin: 1rem;
  }
  .contents div .campaign-wrap {
    background-position: center top;
    margin: 2rem auto 3rem;
  }
  .contents div .campaign-wrap .campaign-h {
    display: block;
    margin: 0 auto 1rem;
  }
  .contents div .campaign02-wrap {
    width: 90%;
    margin: 2rem auto 5rem;
    padding: 5.5rem 5% 1.5rem;
  }
  .contents div .campaign02-wrap .campaign-h02 {
    padding: 1.5rem 5%;
  }
  .contents div .wid-wrap h2.stripe {
    font-size: 2.2rem;
  }
  .contents div .wid-wrap h2.stripe::after {
    top: 130%;
  }
  .contents div h3.h3-first {
    font-size: 1.9rem;
  }
  .contents div h3.h3-first b {
    font-size: 2.6rem;
  }
  .contents figure {
    width: 100%;
  }
  .contents figure img {
    margin-bottom: 1rem;
  }
  .contents figure figcaption {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .contents div .kanmi-online-wrap {
    background-size: 100%;
  }
  .contents div .kanmi-online-wrap .kanmi-wrench {
    margin: 0 auto 0.5rem 1rem;
  }
  .contents .btn_arrow-wrap {
    min-width: 13rem;
    width: auto;
    float: right;
  }
  .contents .btn_arrow-wrap a.btn_arrow {
    width: auto;
    height: auto;
    margin: 1.5rem 0 5rem;
    display: inline-block;
    padding: 1rem 3.8rem 1.8rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
  }

  .contents div.col6 {
    width: 100%;
  }

  .contents a.btn_normal03 {
    margin: 0 auto;
  }

  .contents.flex-space {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .main-visual.other.feature {
    margin: 20px auto 40px;
  }

  .flex-between.mb-5.sp-flex-between-n {
    display: block;
  }
}

/* 2311 フリーページ追記ここまで */
