@charset "utf-8";
/* CSS Document */
/* index.html */
/* top */
.top {
  margin: 0 auto;
  text-align: center;
}
.top-container {
  height: 100vh;
  width: 100%;
  height: auto;
  margin-bottom: 85px;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.img01 {
  background-image: url("../images/index/top/top-img01@2x.png");
}
.img02 {
  background-image: url("../images/index/top/top-img02@2x.png");
}
.img03 {
  background-image: url("../images/index/top/top-img03@2x.png");
}
.img04 {
  background-image: url("../images/index/top/top-img04@2x.png");
}
.top-img_logo {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top-img_logo img {
  width: 300px;
}
.top-img_50th {
  position: absolute;
  width: 160px;
  bottom: 5%;
  right: 3%;
}
.slick-dots li button:before {
  content: '' !important;
  height: 0 !important;
  width: 100% !important;
}
@media (max-width: 950px) {
  .top-container {
    margin-bottom: 0;
  }
  .full div {
    height: 50vh;
    min-height: 310px;
  }
  .top-img_logo {
    top: 25%;
    right: 5%;
  }
  .top-img_logo img {
    width: 250px;
  }
  .top-img_50th {
    width: 110px;
    bottom: 53%;
    right: 5%;
  }
}
@media (max-width: 595px) {
  .full div {
    height: 25vh;
    min-height: 280px;
  }
  .top-img_logo {
    top: 120px;
    right: 5%;
  }
  .top-img_logo img {
    width: 150px;
  }
  .top-img_50th {
    width: 80px;
    bottom: normal;
    top: 185px;
    right: 5%;
  }
}
/* concept */
.concept {
  position: relative;
  max-width: 1257px;
  margin: 0 auto;
  padding-top: 60px;
}
.concept-msg {
  width: 90%;
  background-image: url("../images/index/concept/concept-bg2025@2x.png");
  background-size: cover;
  object-fit: cover;
  margin: 0 auto;
}
.concept h2 {
  padding: 40px 0 70px;
  font-size: clamp(20px, 2.9vw, 32px);
}
.concept p {
  margin: 0 auto;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding-bottom: 100px;
  font-size: clamp(13px, 1.8vw, 16px);
}
@media (max-width: 950px) {
  .concept h2 {
    padding: 10% 5%;
  }
  .concept p {
    line-height: 2.5rem;
    padding: 0 5% 10%;
  }
}
/* originalbrand */
.originalbrand {
  padding-top: 85px;
  max-width: 1257px;
  margin: 3% auto 0;
}
.originalbrand h2 {
  margin-bottom: 40px;
}
.originalbrand hr {
  height: 1px;
  background-color: #b4b4b4;
  margin-bottom: 35px;
}
.originalbrand ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.originalbrand ul li {
  width: 33%;
  margin: 0 0.5% 10%;
  ;
}
.originalbrand ul li:last-child {
  margin-right: 0.5%;
}
.originalbrand ul li img {
  width: 100%;
}
.originalbrand ul li h3 {
  font-size: clamp(18px, 6vw, 24px);
  font-weight: 600;
  margin: 35px 0 5px;
}
.originalbrand ul li h4 {
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: 0.02em;
  font-size: clamp(14px, 3vw, 20px);
}
.originalbrand ul li p {
  max-width: 365px;
  width: 88%;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
  line-height: 1.75;
  font-feature-settings: "palt";
  font-size: clamp(14px, 2vw, 16px);
}
@media (max-width: 950px) {
  .originalbrand ul {
    flex-direction: column;
    align-items: center;
  }
  .originalbrand ul li {
    width: 90%;
  }
  .originalbrand ul li:last-child {
    margin-bottom: 0;
  }
  .originalbrand ul li h3 {
    margin-top: 3%;
  }
  .originalbrand ul li h4 {
    margin-bottom: 3%;
  }
  .originalbrand ul li p {
    max-width: 88%;
  }
}
/* importbrand */
.importbrand {
  padding-top: 85px;
}
.importbrand h2 {
  margin-bottom: 40px;
}
.importbrand hr {
  height: 1px;
  background-color: #b4b4b4;
  margin-bottom: 35px;
}
.importbrand-container {
  background-image: url("../images/index/importbrand/importbrand-bg@2x.png");
  background-size: 50%;
  margin: 0 auto;
}
.importbrand p {
  padding: 55px 0 70px;
  display: inline-block;
  line-height: 2.0;
  font-feature-settings: "palt";
  font-size: clamp(14px, 1.8vw, 16px);
  margin: 0 5%;
}
.importbrand-logo {
  display: flex;
  margin: 0 auto 90px;
  justify-content: center;
  max-width: 1112px;
}
.importbrand-logo li {
  list-style: none;
  width: 25%;
}
.importbrand-logo li:first-child {
  margin-left: 0.5%;
}
.importbrand-logo li:last-child {
  margin-right: 0.5%;
}
.importbrand-logo img {
  max-width: 278px;
  width: 100%;
}
.importbrand-item-wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 40% 20%;
  grid-template-rows: 150px 220px;
  max-width: 1140px;
  width: 70%;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
}
.item1 {
  grid-column: 1;
  grid-row: 1 / 2;
}
.item2 {
  grid-row: 1 / 3;
}
.item3 {
  grid-row: 1 / 4;
}
.item4 {
  grid-row: 2 / 2;
}
.importbrand-item h3 {
  font-size: clamp(20px, 3vw, 24px);
  padding-bottom: 5%;
  font-weight: 600;
}
.importbrand-item ul li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
.importbrand span {
  margin-right: 10%;
  display: block;
  text-align: right;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding-bottom: 45px;
}
@media (max-width: 950px) {
  .importbrand-item-wrapper {
    width: 70%;
    grid-template-columns: 50% 50%;
    grid-template-rows: 150px 180px 100px;
  }
  .importbrand p {
    text-align: left;
    margin: 0 10%;
    padding: 30px 0 30px;
  }
  .importbrand-logo {
    flex-direction: column;
    width: 90%;
    margin-bottom: 10%;
  }
  .importbrand-logo li {
    width: 100%;
  }
  .importbrand-logo li:first-child {
    margin-left: 0;
  }
  .importbrand-logo li:last-child {
    margin-right: 0;
  }
  .importbrand-logo img {
    max-width: none;
    width: 95%;
  }
  .importbrand-item-wrapper_flex {
    margin: 0 auto;
    width: 80%;
  }
  .importbrand-item-wrapper {
    grid-template-columns: 48% 4% 48%;
    grid-template-rows: 150px 30px 220px;
    max-width: 760px;
    width: 80%;
    margin: 0 auto;
  }
  /* CLOTHINGS */
  .item1 {
    grid-column: 1;
    grid-row: 1;
  }
  /* SHOES */
  .item2 {
    grid-column: 3;
    grid-row: 3 / span 1;
  }
  /* ACCESSORIES */
  .item3 {
    grid-column: 1;
    grid-row: 2;
  }
  /* KNITTINGS */
  .item4 {
    grid-column: 3;
    grid-row: 1 / 2;
  }
}
@media (max-width: 595px) {
  .importbrand-item-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 55%;
    min-width: 150px;
  }
  .importbrand-item {
    margin-bottom: 10%;
  }
}
/* instagram */
.instagram {
  margin-top: 85px;
}
.instagram h2 {
  margin-bottom: 40px;
}
.instagram hr {
  height: 1px;
  background-color: #b4b4b4;
  margin-bottom: 35px;
}
.instagram-post {
  margin: 0 auto 50px;
  max-width: 1150px;
  width: 100%;
}
.instagram-post h3 {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
}
.instagram-post img {
  width: 2.4rem;
  margin-left: 10px;
}
.instagram-post h4 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
/*
.instagram-post img {
  max-width: 225px;
  width: 20%;
  min-width: 100px;
}
*/
.instagram-post_btn {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}
.instagram-post_btn:hover {
  opacity: 0.5;
}
.instagram-post_btn a {
  border: #004796 1px solid;
  padding: 20px 80px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #004796;
}
.instagram-post_btn span {
  position: absolute;
  right: 13%;
}
@media (max-width: 950px) {
  /*
  .instagram-post img {
    max-width: 30%;
    width: 30%;
  }
*/
  .instagram-post img:last-child {
    display: none;
  }
}
/* shop.html corporate.html　共有*/
.headline-shop, .headline-corporate, .headline-contact, .headline-privacy {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  padding-top: 60px;
}
.headline-shop {
  background-image: url("../images/shop/headline.png");
}
.headline-corporate {
  background-image: url("../images/profile/headline@2x.png");
}
.headline-contact {
  background-image: url("../images/contact/headline@2x.png");
}
.headline-privacy {
  background-image: url("../images/privacy/headline@2x.png");
}
.headline-shop h2, .headline-corporate h2, .headline-contact h2, .headline-privacy h2 {
  color: #222;
  font-size: clamp(29px, 7vw, 38px);
  font-weight: 600;
}
@media (max-width: 950px) {
  .headline-shop, .headline-corporate, .headline-contact, .headline-privacy {
    margin-bottom: 50px;
  }
}
/* /shop/index.html*/
.shop-info {
  display: flex;
  text-align: left;
  justify-content: center;
  margin: 0 auto;
  max-width: 1127px;
}
.shop-info_left {
  width: 49%;
  margin-left: 1%;
}
.shop-info_left img {
  width: 86%;
}
.shop-info_right {
  width: 49%;
  margin-right: 1%;
}
.shop-info_right h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
.shop-info_right h4 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.shop-info_right p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  font-feature-settings: "palt";
  margin-bottom: 35px;
}
.shop-info_right address {
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.map {
  position: relative;
}
.map a {
  text-decoration: none;
  color: #9c9c9c;
  border: 1px solid #9c9c9c;
  padding: 8px 35px 8px 22px;
}
.map img {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tel {
  margin-top: 15px;
  font-size: 1.4rem;
}
.tel a {
  padding-left: 10px;
  text-decoration: none;
  color: #222;
}
.time {
  font-size: 1.4rem;
}
.time span {
  padding-left: 10px;
}
.instagram-icon img {
  width: 30px;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .shop-info {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 90%;
    text-align: center;
    margin-bottom: 8%;
  }
  .shop-info_left {
    width: 100%;
    margin-left: 0;
  }
  .shop-info_left img {
    width: 90%;
  }
  .shop-info_right {
    width: 100%;
    margin-right: 0;
  }
  .shop-info_right h3 {
    margin-top: 10px;
  }
  .shop-info_right h4 {
    margin-bottom: 20px;
  }
  .shop-info_right p {
    width: 90%;
    margin: 0 5% 5%;
  }
  .map {
    margin-top: 25px;
  }
}
@media (max-width: 950px) {
  .shop-info_right p {
    text-align: left;
  }
}
/* /profile/index.html */
.overview {
  margin-bottom: 120px;
}
.overview h3 {
  font-size: clamp(26px, 5vw, 32px);
  margin-bottom: 90px;
}
.overview-table {
  margin: 0 auto;
  text-align: left;
  max-width: 580px;
}
.overview-table tr {
  margin-bottom: 2rem;
}
.overview-table th {
  width: 22%;
  border-right: 1px #dcdcdc solid;
}
.overview-th2 {
  height: 15rem;
}
.overview-table td {
  padding-left: 2rem;
  height: 6rem;
  font-feature-settings: "palt";
  line-height: 1.9;
}
.base {
  color: #4b4b4b;
}
.base h3 {
  font-size: clamp(26px, 5vw, 32px);
  margin-bottom: 70px;
}
.base-flex_tokyo h4, .base-flex_fukuoka h4 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.base-flex {
  max-width: 970px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.base-flex_tokyo, .base-flex_fukuoka {
  width: 45%;
}
.base-flex_tokyo {
  margin-left: 3%;
}
.base-flex_fukuoka {
  margin-right: 3%;
}
.base address {
  font-style: normal;
  font-size: 1.4rem;
}
.base-flex_tokyo span, .base-flex_fukuoka span {
  font-size: 1.4rem;
}
.base-tel {
  margin-right: 1rem;
}
.base-tel a {
  text-decoration: none;
  color: #4b4b4b;
}
.base-flex_tokyo iframe, .base-flex_fukuoka iframe {
  margin-top: 1.5rem;
  width: 100%;
  height: 300px;
}
@media (max-width: 750px) {
  .overview {
    margin-bottom: 30px;
  }
  .overview h3 {
    margin-bottom: 60px;
  }
  .overview-table td {
    margin-bottom: 20px;
  }
  .overview-table th, .overview-table td {
    display: block;
    width: 100%;
  }
  .overview-table th {
    border-bottom: 1px solid #dcdcdc;
    border-right: none;
  }
  .overview-table td {
    padding-left: 0;
    height: auto;
    padding-top: 5px;
  }
  .overview-th2 {
    height: auto;
  }
  .base h3 {
    margin-bottom: 40px;
  }
  .base-flex {
    flex-direction: column;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
  }
  .base-flex_tokyo, .base-flex_fukuoka {
    width: 90%;
    max-width: 630px;
    margin: 0 5%;
  }
  .base-flex_tokyo {
    margin-bottom: 30px;
  }
  .base-flex_tokyo h4, .base-flex_fukuoka h4 {
    margin-bottom: 20px;
  }
}
/* /contact/index.html */
.contact-tel h3 {
  margin-bottom: 20px;
}
.contact-tel h3 a {
  font-size: clamp(18px, 5vw, 26px);
  text-decoration: none;
  color: #4b4b4b;
}
.contact-tel_small {
  font-size: clamp(14px, 3vw, 18px);
}
.contact-tel_time {
  color: #737373;
  margin-bottom: 50px;
}
.form {
  max-width: 935px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  color: #848484;
  padding: 0 1%;
  width: 90%;
}
.form1 {
  width: 48%;
  margin-right: 4%;
}
.form1:nth-child(even) {
  margin-right: 0;
}
.form1 input {
  border: none;
  outline: none;
  border-bottom: 1px solid #8e8e8e;
  color: #222;
  line-height: 3.7rem;
  font-size: 1.5rem;
  width: 100%;
  font-weight: 500;
  padding-top: 5%;
}
.form1 input:focus {
  outline: 2px solid rgba(34, 34, 34, 0.2);
}
.form2 {
  width: 100%;
}
.form2 label {
  display: block;
  line-height: 3.7rem;
  font-size: 1.5rem;
  padding-top: 2.5rem;
}
.form2 textarea {
  width: 100%;
  height: 230px;
  display: block;
  border: 1px solid #8e8e8e;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.form2 textarea:focus {
  outline: 3px solid rgba(142, 142, 142, 0.2);
}
.form1 input::-webkit-input-placeholder {
  font-family: 'しっぽり明朝', serif;
  color: #8e8e8e;
}
.check {
  width: 100%;
}
.check p {
  line-height: 3.2rem;
  font-size: 1.4rem;
  color: #191919;
  font-weight: 400;
  margin: 3% 0 2%;
  display: block;
  text-align: center;
}
.check p a {
  color: #767676;
}
/*リセット */
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-right: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #848484;
  width: 16px; /*チェックボックスの横幅*/
  height: 16px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
input[type="checkbox"]::after {
  border-bottom: 2px solid #fff; /*チェックの太さ*/
  border-left: 2px solid #fff; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 7px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: -2px; /*チェック時の位置調整*/
  left: 8px; /*チェック時の位置調整*/
}
_::-webkit-full-page-media, _:future, :root input[type="checkbox"]::after {
  bottom: 5px;
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
input[type="checkbox"]:checked::before {
  background-color: #848484; /*チェック後表示*/
}
.check-btn {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  position: relative;
}
.check-btn div {
  position: relative;
  margin: 0 auto;
}
.check-btn input {
  background: #fff;
  font-family: 'しっぽり明朝', serif;
  font-weight: 400;
  text-decoration: none;
  color: #004794;
  font-size: 1.5rem;
  border: 1px solid #004794;
  padding: 20px 65px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.check-btn:hover {
  opacity: 0.5;
}
.check-btn img {
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
::placeholder {
  color: #A3A3A3;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: inherit;
}
@media (max-width: 950px) {
  .contact-tel h3 {
    margin-bottom: 2%;
  }
  .contact-tel_time {
    margin-bottom: 30px;
  }
  .form {
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    width: 95%;
  }
  .form1 {
    max-width: 500px;
    width: 100%;
  }
  .check p {
    font-size: 1.2rem;
    line-height: 2.0em;
  }
  .check-btn {
    margin: 20px 0 35px;
  }
  .check-btn input {
    padding: 15px 43px;
  }
}
@media (max-width: 450px) {
  .form1 {
    width: 95%;
  }
  .form1 input {
    width: 95%;
  }
  .form2 textarea {
    width: 95%;
  }
}
.privacy_list li {
  list-style-type: decimal; /* リストの左側に黒丸 */
  margin-left: 10px; /* リストの左側に余白 */
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
.privacy_contents {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.privacy_h3 {
  padding: 0px 0 50px;
  font-size: clamp(18px, 2.9vw, 18px);
}