@charset "UTF-8";
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

p {
  margin: 0;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .lead {
    text-align: left;
    margin-top: 30px;
  }
}

.section-kv {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-kv {
    max-width: 100%;
  }
}

.section-item {
  margin: 90px 0;
}
@media screen and (max-width: 768px) {
  .section-item {
    margin: 40px 0px 50px;
  }
}

.textline {
  white-space: nowrap;
  padding: 10px 0 15px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  overflow: hidden;
}
.textline p {
  display: inline-block;
  animation: flowtext 10s linear infinite;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  padding: 0 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .textline p {
    padding: 0 15px;
  }
}

.head {
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .head {
    padding: 20px 0 0;
  }
}

.icon {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .icon {
    font-size: 25px;
  }
}

.cat {
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cat {
    padding-right: 25px;
  }
}
.cat:after {
  content: "";
  width: 17px;
  height: 5px;
  background: #111;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
@media screen and (max-width: 768px) {
  .cat:after {
    font-size: 28px;
  }
}

.ttl {
  font-size: 23px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 18px;
    position: static;
    margin-top: 20px;
  }
}

.item {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .item {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.item-detail {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .item-detail {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}

.item-style {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .item-style {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
}

.item-dox {
  position: relative;
  border-top: 1px solid #111;
  padding-top: 40px;
}

.item-cat {
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 0px;
}

.item-num {
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 0px;
}

.item-name {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.price {
  font-size: 30px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
}
.price span {
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 5px;
}

.des {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
}

.coordinate {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .coordinate {
    margin-top: 70px;
  }
}

.coordinate-ttl {
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.coordinate-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

.coordinate-item {
  max-width: 25%;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .coordinate-item {
    max-width: 50%;
    margin-bottom: 40px;
    width: 50%;
  }
  .coordinate-item:nth-child(n+5) {
    display: none;
  }
  .is-active .coordinate-item {
    display: block;
  }
  .coordinate-item:last-child {
    margin-bottom: 30px;
  }
}
.coordinate-item a {
  color: #111;
  text-decoration: none;
  display: block;
}
.coordinate-item p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .coordinate-item p {
    margin-top: 15px;
  }
}

@keyframes flowtext {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-200%);
  }
}
.more-btn {
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .more-btn {
    display: table;
    margin: 0 auto;
    cursor: pointer;
  }
}
.more-btn.is-none {
  display: none;
}

.link-btn {
  margin-top: 20px;
}
.link-btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #111;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 15px 0;
}