@import "https://www.1101.com/ns_entoan_jimbocho/swiper-bundle.min.css";

body {
  font-family: "A1 Gothic R";
  color: #1b1b1b;
  opacity: 0;
}

body.is-loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.content_wrap {
  border-radius: 15px;
  background-color: #fff;
}

#talk_body .txt_box .pic img {
  border-radius: 15px;
}
hr {
  margin-bottom: 20px;
}

/* コンテンツ幅のこと */
#talk_body dt,
.info_taidan_txt dt {
  width: 15%;
}
#talk_body dd + dd,
.info_taidan_txt dd + dd {
  padding-left: 15%;
}
/* 見出しとか */
.midashi {
  font-family: "A1 Gothic M";
  font-size: 1.8em;
}
.komidashi {
  font-family: "A1 Gothic M";
  font-size: 1.3em;
}
.strong {
  font-family: "A1 Gothic M";
  font-size: 1.2em;
}
.note {
  font-size: 0.8em;
}

/* お店紹介 */
.info {
  border-top: 1px solid #23252a;
  border-bottom: 1px solid #23252a;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
}
.info_photo {
  border-radius: 15px;
  margin: 30px 0px 10px;
}
#talk_body .txt_box {
  margin: 0px auto;
}

/* コラムとか */
.column {
  border-radius: 15px;
  background-color: #f5f5f5;
  width: 80%;
  margin: auto;
}
.column_photo {
  margin: 10px 0px;
  border-radius: 15px;
}
.about_shoulderwallet {
  background-color: #23252a;
  color: #ffffff;
  border-radius: 15px;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.about_shoulderwallet_chianti {
  background-color: #8B4E69;
	color: #ffffff;
  border-radius: 15px;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.about_shoulderwallet_marine {
  background-color: #97A4AB;
	color: #ffffff;
  border-radius: 15px;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.about_shoulderwallet_smog {
  background-color: #c5a79a;
	color: #ffffff;
  border-radius: 15px;
  width: 62%;
  margin: auto;
  margin-bottom: 40px;
}
.btn_modal_content {
  margin-top: 15px;
}

/* PCの時 */
@media (min-width: 641px) {
  #talk_wrap h2 img {
    max-width: 350px;
  }
  #talk_body .txt_box {
    max-width: 550px;
  }
  #talk_body .pic img {
    max-width: 500px;
    border-radius: 15px;
  }
  #talk_body .txt_box .desc {
    max-width: 95%;
    margin: auto;
  }
  .strong {
    font-family: "A1 Gothic M";
    font-size: 1.3em;
  }
  #index_nav .title img {
    width: 90%;
  }
  .desc .button {
    border: 1px solid;
    width: 48%;
    padding: 10px;
    border-radius: 30px;
  }
  .inner {
    width: 70%;
  }
  /* バナー */
  img.banner {
    margin-top: 10px;
  }

  @media (min-width: 641px) {
    .profile_inner,
    .modal_content_inner {
      padding: 50px 30px;
      line-height: 1.7em;
    }
  }
}

/* スマホの時 */
@media (max-width: 640px) {
	.content_wrap {
		border-radius: 0px;
	}
  #index_nav .title img {
    width: 100%;
  }
  #talk_wrap h2 img {
    width: 85%;
  }

  .column {
    width: 100%;
  }
  #talk_body .txt_box .desc p {
    margin: 0px;
  }
  .about_shoulderwallet {
    width: 100%;
  }
	.about_shoulderwallet_chianti {
    width: 100%;
  }
	.about_shoulderwallet_marine {
    width: 100%;
  }
.about_shoulderwallet_smog {
	    width: 100%;
  }
  #talk_body .txt_box {
    padding: 30px;
  }
}

#talk_body .pic img {
  border-radius: 15px;
}
.tenkan {
  width: 50%;
  margin: auto;
}
.info {
  width: 100%;
}
.button {
  width: 69%;
  padding: 6px;
  margin-top: 10px;
}
.desc .button {
  border: 1px solid;
  padding: 10px;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .profile_inner,
  .modal_content_inner {
    line-height: 1.7em;
  }
}

#kv {
  margin-bottom: 0;
}

.mv {
  position: relative;
  background: var(--bg-color, #22252b);
  padding-inline: 4.5vw;
  padding-top: 32.5vw;
  padding-bottom: 8.5vw;
  min-width: 100%;
  transition-property: background-color;
  transition-duration: var(--mv-transition-duration, 0.3s);
  box-sizing: border-box;
}

.mv-title {
  position: absolute;
  top: 18.5vw;
  left: 0;
  right: 0;
  z-index: 2;
  width: 88.25vw;
  margin-inline: auto;
  pointer-events: none;
}

.mv-logo {
  position: absolute;
  top: 6vw;
  right: 6vw;
  z-index: 2;
  width: 15vw;
  pointer-events: none;
}

.mv-swiper {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-theme-color: #fff;

  padding-bottom: calc(5vw + var(--swiper-pagination-bullet-size));
}

.mv-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 1px;
}

.mv-swiper .swiper-pagination-bullet {
  border: 1px solid #fff;
}

@media (min-width: 641px) {
  #kv {
    margin-bottom: 0;
  }

  .mv {
    background: var(--bg-color, #22252b);
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: max(1.56vw, 22px);
  }

  .mv-title {
    position: absolute;
    top: max(10.2vw);
    left: 0;
    right: 0;
    z-index: 2;
    width: max(33vw);
    margin-inline: auto;
  }

  .mv-logo {
    position: static;
    margin-inline: auto;
    padding-block: max(24px, 1.8vw);
    width: max(68px, 4.9vw);
  }

  .mv-swiper {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-theme-color: #fff;

    padding-bottom: calc(max(2vw, 28px) + var(--swiper-pagination-bullet-size));
  }

  .mv-swiper .swiper-slide {
    transform: scale(0.88);
    transition: transform 0.3s;
  }

  .mv-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  .mv-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }

  .mv-swiper .swiper-pagination-bullet {
    border: 1px solid #fff;
  }

  .content_wrap {
    margin-top: 100px;
  }

  footer .inner {
    width: 80%;
    padding-inline: 0;
  }
}

@media (max-width: 640px) {
  #yodogawa.bd_t.bd_none {
    margin-top: 0;
  }
}

/** 写真家　平野愛さんコメント **/

#talk_body .btn_modal_content a:hover {
  border-bottom: none;
}

.desc .button:hover {
  opacity: .5;
}