/* ページレイアウト */
/* .all__warp {
	max-width: 1600px;
	width: 100%;
	padding: 0 0 0 250px;
	margin: 0px auto;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.all__warp {
		padding: 0;
		margin: 100px auto 50px;
	}
} */

.all__itemBlock {
  max-width: 1600px;
  width: 100%;
  padding: 0 calc(100vw - 1600) 0 0;
}

/* ヒーローイメージ */

.Heroimg__Warp {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 30px auto;
  font-feature-settings: "palt";
  padding: 0 0 0 50px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Heroimg__Warp {
    margin: 80px auto 0 0;
    padding: 0 0 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .Heroimg__Warp {
    padding: 0 0 0 0;
  }
}

.Heroimg {
  height: auto;
  max-height: 784px;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  /*はみ出しているところを隠す*/
}

@media only screen and (max-width: 640px) {
  .Heroimg {
    height: calc(60vh + 200px);
    aspect-ratio: unset;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Heroimg {
    height: 784px;
    max-height: 784px;
    aspect-ratio: unset;
    position: relative;
  }
}

.Heroimg__bkimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  height: 100%;
  max-height: 784px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .Heroimg__bkimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    position: relative;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Heroimg__bkimg {
    background-position: center;
    background-size: cover;
    position: relative;
  }
}

.Heroimg__maintitle {
  width: 100%;
  height: auto;
  /* background-color: var(--wh); */
  border-left: none;
  padding: 35px 50px;
  position: absolute;
  bottom: 0;
  color: var(--wh);
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 40%));
  text-shadow: 0 0 120px var(--bk);
}

@media only screen and (max-width: 640px) {
  .Heroimg__maintitle {
    padding: 20px 15px 50px;
    height: auto;
    background-color: var(--wh);
    border-left: 5px solid var(--mdbk);
    line-height: 2em;
    top: 60vh;
    bottom: auto;
    /* height: 200px; */
    color: var(--bk);
    background: var(--wh);
    text-shadow: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Heroimg__maintitle {
    padding: 30px 30px 50px;
    height: auto;
    line-height: 2em;
    top: auto;
    text-shadow: none;
    position: absolute;
    bottom: 0;
  }
}

.Heroimg__brand {
  font-size: 24px;
  padding: 0 0 0.8em;
  font-weight: normal;
  letter-spacing: 0.07em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .Heroimg__brand {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.Heroimg__brand span {
  padding: 0 0.5em;
  vertical-align: baseline;
  font-weight: 100;
}

@media only screen and (max-width: 640px) {
  .Heroimg__brand span {
    vertical-align: baseline;
  }
}

.Heroimg__title {
  width: 75%;
  font-size: 30px;
  line-height: 1.5;
  padding: 0 0 1.25em;
  font-weight: 500;
  /* letter-spacing: 0.05em; */
  letter-spacing: 0.03em;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 640px) {
  .Heroimg__title {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    padding: 0 1em 0 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Heroimg__title {
    width: 100%;
    line-height: 1.2em;
    padding: 0 0 1.5em;
  }
}

.Heroimg__item {
  font-size: 16px;
  padding: 0 0 10px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 640px) {
  .Heroimg__item {
    font-size: 10px;
    padding: 0;
  }
}

.Heroimg__day {
  font-size: 16px;
  padding: 0 0 10px;
  font-weight: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
}

.Heroimg__day span {
  margin: 0 0.5em 0 0;
}

@media only screen and (max-width: 640px) {
  .Heroimg__day {
    font-size: 10px;
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Heroimg__day {
    color: var(--mdbk);
  }
}

.Heroimg__preorder {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 0.65em 1em 0.5em;
  background-color: var(--wh);
  margin: 0 0 10px;
  border-radius: 1px;
  color: #5782bc;
  border: 1px solid #5782bc;
}

@media only screen and (max-width: 640px) {
  .Heroimg__preorder {
    font-size: 10px;
    margin: 0 0 10px;
    line-height: 1;
    padding: 0.75em 1em 0.5em;
  }
}

.Heroimg__number {
  color: var(--wh);
  font-size: 64px;
  text-align: right;
  padding: 20px;
  font-weight: normal;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .Heroimg__number {
    font-size: 24px;
    padding: 10px;
  }
}

.Heroimg__number span {
  font-size: 34px;
}

@media only screen and (max-width: 640px) {
  .Heroimg__number span {
    font-size: 16px;
  }
}

.Itemdetail__warp {
  max-width: 1400px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__warp {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemdetail__warp {
    display: block;
    padding: 0 35px;
  }
}

.Itemdetail__article {
  max-width: 994px;
  width: 75%;
  padding: 0 50px;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__article {
    width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemdetail__article {
    width: 100%;
    padding: 0 10px;
  }
}


.Itemdetail__block {
  display: flex;
  flex-direction: column;
}

.Itemdetail__block figure {
  width: 60%;
  align-self: flex-start;
}

.Itemdetail__block figure:nth-child(even) {
  width: 60%;
  align-self: flex-end;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__time {
    padding: 100px 20px 5px;
    margin: 0 0 0 auto;
    font-size: 10px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemdetail__time {
    padding: 100px 35px 10px;
    margin: 0 0 0 auto;
    font-size: 16px;
  }
}

.Itemdetail__head {
  text-align: center;
  padding: 15px 0 50px;
  font-weight: normal;
  line-height: 3em;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__head {
    padding: 20px 0 50px;
    line-height: 2em;
  }
}

.Itemdetail__brand {
  font-size: 16px;
  letter-spacing: 0.07em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__brand {
    font-size: 10px;
  }
}

.Itemdetail__name {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__name {
    font-size: 16px;
  }
}

.Itemdetail__name span {
  font-weight: 700;
  padding: 0 0.25em 0 0;
}

.Itemdetail__price {
  font-size: 16px;
  font-weight: 500;
  color: var(--mdbk);
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding: 0.5em 0;
}

.Itemdetail__collar {
  font-size: 16px;
  font-weight: 500;
  color: var(--bk);
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__price {
    font-size: 16px;
    font-weight: 500;
    color: var(--mdbk);
    padding: 10px 0 0;
  }
}

.Itemdetail__collar {
  display: flex;
  justify-content: center;
}

.Itemdetail__collarname {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 7px 5px 5px 5px;
  font-weight: normal;
}

.Itemdetail__collarlist {
  display: flex;
  align-items: center;
}

.Itemdetail__collarlist li {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  margin: 8px 5px;
  border: 1.5px solid var(--mdbk);
}

.Itemdetail__link {
  font-size: 16px;
  margin: 20px auto;
  font-weight: 500;
  max-width: 350px;
}

.Itemdetail__text {
  padding: 0 20px 50px;
  font-size: 16px;
  margin: 20px auto 0;
  font-weight: 300;
  line-height: 1.8em;
  text-align: justify;
  letter-spacing: 0.015em;
  max-width: 50em;
  display: flex;
}

.Itemdetail__text a {
  padding: 0 0.5em;
  color: #6b95c4;
}

.Itemdetail__text a:hover {
  opacity: 0.5;
  transition: 0.8s;
}

.point::before {
  content: "POINT";

  padding: 0 .5em .2em;
  margin: 0 1em 0 0;

  color: var(--wh);
  /* border: 1px solid var(--mdbk); */
  border-radius: 2px;
  background-color: var(--bk);


  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;

}

@media only screen and (max-width: 640px) {
  .Itemdetail__text {
    margin: 0 auto 50px;
    font-size: 12px;
    padding: 0 20px 20px;
    font-weight: 300;
    width: 100%;
    letter-spacing: 0.015em;
    line-height: 2;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemdetail__text {
    margin: 0 auto 20px;
    font-size: 16px;
    padding: 0 20px 20px;
    font-weight: 300;
    width: 100%;
  }
}

.Itemdetail__text-sub {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.015em;
  padding: 150px 0 80px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 640px) {
  .Itemdetail__text-sub {
    font-size: 14px;
    padding: 0 15px 20px;
    font-size: 24px;
    margin: 0 auto;
  }
}

.Itemdetail__text-sub span {
  font-size: 60%;
  color: var(--mdbk);
  letter-spacing: 0.05em;
}

.Itemdetail__lookimg {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid var(--mdwh);
}

@media only screen and (max-width: 640px) {
  .Itemdetail__lookimg {
    padding: 80px 0 30px;
  }
}

/* LOOK fade */
.slider {
  position: relative;
  z-index: 1;
  height: auto;
}

.Itemdetail__article img {
  margin: 20px auto;
}

/* button */

.Itemdetail__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--bk);
  border: 1px solid var(--bk);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px;
  color: var(--wh);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemdetail__link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: var(--bk);
    border: 1px solid var(--bk);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 45px;
    color: var(--wh);
    letter-spacing: 0.2em;
    line-height: 1.3em;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    font-size: 16px;
  }
}

.Itemdetail__link a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid var(--wh);
  border-right: 2px solid var(--wh);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}

.Itemdetail__link a:hover {
  background: var(--wh);
  color: var(--bk);
}

.Itemdetail__link a:hover:before {
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
}

.Itemdetailitem_block {
  width: 25%;
  margin: 0 auto;
}

.Itemdetailitem {
  /* max-width: 388px; */
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
  /* border-top: 5px solid var(--mdbk);
		border-bottom: 5px solid var(--mdbk); */
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  /* -ms-overflow-style: none; */
  /*Firefoxへの対応*/
  scrollbar-width: none;

  overflow-x: hidden;
}

/*Google Chrome、Safariへの対応*/
/* .Itemdetailitem::-webkit-scrollbar{
	display: none;
  } */

.Itemdetailitem::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}

.Itemdetailitem::-webkit-scrollbar-thumb {
  background-color: #f6f6f6;
  /* border: 2px solid red; */
}

/* .Itemdetailitem::-webkit-scrollbar-thumb:hover {
 background-color: red;
}*/

@media only screen and (max-width: 640px) {
  .Itemdetailitem {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemdetailitem {
    display: none;
  }
}

.Itemdetailitem__icon {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__iconblock li {
  padding: 10px 10px 30px;
  border-bottom: 2px solid var(--mdwh);
}

.Itemdetailitem__iconblock figure {
  width: 80%;
  margin: 0 auto;
}

.Itemdetailitem__pre {
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 0 0 25px;
}

.Itemdetailitem__preicon {
  width: 65px;
  margin: 0 auto;
  padding: 0 0 5px;
}

.Itemdetailitem__pretext {
  font-size: 12px;
  color: var(--mdbk);
  padding: 5px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

.Itemdetailitem__info {
  text-align: center;
  font-weight: 500;
  margin: 10px auto 0;
  line-height: 1em;
}

.Itemdetailitem__brand {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.07em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__name {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__name span {
  padding: 5px 0 10px 0.5em;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Itemdetailitem__price {
  font-size: 12px;
  color: var(--mdbk);
  padding: 5px 0 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

.Itemdetailitem__link {
  font-size: 12px;
  line-height: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

/* button */

.Itemdetailitem__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  background: var(--bk);
  border: 1px solid var(--bk);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px;
  color: var(--wh);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-size: 14px;
  font-weight: 200;
}

.Itemdetailitem__link a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid var(--wh);
  border-right: 2px solid var(--wh);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}

.Itemdetailitem__link a:hover {
  background: var(--wh);
  color: var(--bk);
}

.Itemdetailitem__link a:hover:before {
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
}

.Itemdetailitem__sns {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック,
    "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  padding: 50px 0 0;
  border-top: 3px solid var(--mdwh);
}

.Itemdetailitem__sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px 0;
  font-size: 40px;
}

.Itemdetailitem__sns ul li {
  width: 25px;
}

.Brand {
  max-width: 1400px;
  width: 100%;
  margin: 0 0 0 auto;
  font-feature-settings: "palt";
}

.Brand__maintitle {
  width: 100%;
  border-left: 5px solid var(--mdbk);
  margin: 150px auto 50px;
  padding: 35px 50px;
  /* word-break: keep-all; */
  /* line-break: strict; */
  /* word-wrap: break-word;
		overflow-wrap: break-word; */
}

@media only screen and (max-width: 640px) {
  .Brand__maintitle {
    border-left: 5px solid var(--mdbk);
    margin: 50px 0px;
    padding: 30px 20px 50px;
    line-height: 2em;
  }
}

.Brand__brand {
  font-size: 16px;
  padding: 0 0 0.5em;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .Brand__brand {
    font-size: 14px;
    padding: 0 0 0.3em;
  }
}

.Brand__title {
  font-size: 36px;
  padding: 0 0 0.5em;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .Brand__title {
    font-size: 24px;
    padding: 0 0 0.5em;
  }
}

.Brand__title span {
  font-size: 16px;
  color: var(--mdbk);
  padding: 0 0.5em;
}

.Brand__item {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 2em;
  letter-spacing: 0.015em;
  width: 50em;
}

@media only screen and (max-width: 640px) {
  .Brand__item {
    font-size: 10px;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brand__item {
    width: 50em;
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
}

/* button */

.Brand__item a {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 45px;
  position: relative;
  background: var(--bk);
  border: 1px solid var(--bk);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px;
  color: var(--wh);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 640px) {
  .Brand__item a {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brand__item a {
    width: 100%;
    font-size: 16px;
  }
}

.Brand__item a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid var(--wh);
  border-right: 2px solid var(--wh);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}

.Brand__item a:hover {
  background: var(--wh);
  color: var(--bk);
}

.Brand__item a:hover:before {
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
}

.Brand__itemBlock {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding: 50px 50px 200px;
  border-bottom: 1px solid var(--mdwh);
}

@media only screen and (max-width: 640px) {
  .Brand__itemBlock {
    display: block;
    padding: 0 0 80px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brand__itemBlock {
    display: block;
    padding: 0 20px 100px;
  }
}

.Brand__itemBlock li {
  width: 33%;
  padding: 20px;
  border-bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .Brand__itemBlock li {
    width: 48%;
    /* padding: 0 0 20px; */
  }
}

@media only screen and (max-width: 640px) {
  .Brand__itemBlock li {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .Brand__itemBlock figure {
    padding: 0 50px;
  }
}

.Brand__itemText {
  padding: 20px 5px 0;
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .Brand__itemText {
    width: 100%;
    font-size: 14px;
  }
}

.Brand__itemText span {
  display: inline-block;
  width: 15%;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--mdbk);
  font-size: 80%;
}

@media only screen and (max-width: 640px) {
  .Brand__itemText span {
    width: 20%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Brand__itemText span {
    width: 20%;
  }
}

/* button */

.Brand__itemText a {
  margin: 25px 0 0;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  background: var(--bk);
  border: 1px solid var(--bk);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px;
  color: var(--wh);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

.Brand__itemText a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid var(--wh);
  border-right: 2px solid var(--wh);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}

.Brand__itemText a:hover {
  background: var(--wh);
  color: var(--bk);
}

.Brand__itemText a:hover:before {
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
}

@media only screen and (max-width: 640px) {
  .Brand__itemBrand {
    border-bottom: 1px solid var(--mdwh);
  }
}

@media only screen and (max-width: 640px) {
  .Brand__itemName {
    border-bottom: 1px solid var(--mdwh);
  }
}

@media only screen and (max-width: 640px) {
  .Brand__itemPrice {
    border-bottom: 1px solid var(--mdwh);
  }
}

.Others {
  max-width: 1400px;
  width: 100%;
  margin: 0 0 0 auto;
}

.Others_videoBlock {
  border-bottom: 1px solid var(--mdwh);
  padding: 50px 50px 160px;
}

@media only screen and (max-width: 640px) {
  .Others_videoBlock {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Others_videoBlock {
    padding: 100px 20px;
  }
}

.Others_videoBlock h5 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.015em;
  padding: 50px 0 80px;
}

@media only screen and (max-width: 640px) {
  .Others_videoBlock h5 {
    padding: 0 15px 20px;
    font-size: 24px;
  }
}

.Others_videoBlock h5::after {
  content: "/ YouTube";
  font-size: 60%;
  color: var(--mdbk);
  padding: 0 0.5em;
  font-weight: 500;

  letter-spacing: 0.05em;
}

.Others_video li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  padding: 50px 0;
  margin: 0px auto;
  height: auto;
  color: var(--bk);
  text-decoration: none;
  border-bottom: 1px solid var(--mdwh);
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Others_video li {
    justify-content: flex-start;
  }
}

.Others_video li:last-child {
  border-bottom: 0px solid var(--mdwh);
}

.Others_video li figure {
  height: auto;
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .Others_video li figure {
    width: 100%;
    padding: 25px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Others_video li figure {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.Others_video li figure img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}

.Others_video-left {
  width: 410px;
}

@media only screen and (max-width: 640px) {
  .Others_video-left {
    width: 100%;
  }
}

/* @media only screen and (min-width: 640px) and (max-width: 1400px) {
	  .Others_video-left {
		  width: 48%;
	  }
  } */

.Others_video li .right p {
  margin: 0;
  padding: 10px 20px;
}

.Others_video li .upper {
  font-size: 110%;
}

.Others_video-right {
  width: 840px;
  padding: 20px;
  font-size: 16px;
  line-height: 2rem;
}

@media only screen and (max-width: 640px) {
  .Others_video-right {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    padding: 15px 20px;
  }
}

/* @media only screen and (min-width: 640px) and (max-width: 1400px) {
	  .Others_video-right {
		  width: 48%;
		  padding: 20px;
	  }
  } */

/* button */

.Others_video-right a {
  margin: 25px 0 0;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  background: var(--wh);
  border: 1px solid var(--mdbk);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px;
  color: var(--bk);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  width: 50%;
}

.Others_video-right a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}

.Others_video-right a:hover {
  background: var(--bk);
  color: var(--wh);
}

.Others_video-right a:hover:before {
  border-top: 2px solid var(--wh);
  border-right: 2px solid var(--wh);
}

@media only screen and (max-width: 640px) {
  .Others_video-right a {
    width: 100%;
  }
}

.Others_video-upper {
  color: var(--mdbk);
}

@media only screen and (max-width: 640px) {
  .Others_video-upper {
    font-size: 10px;
  }
}

.Others_video-lower {
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .Others_video-lower {
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.Others_video-lowerSub {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 10px 0 0;
}

.Others_infoBlock {
  padding: 50px 50px 160px;
}

@media only screen and (max-width: 640px) {
  .Others_infoBlock {
    padding: 100px 0px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Others_infoBlock {
    padding: 50px 20px 100px;
  }
}

.Others_infoBlock h5 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.015em;
  padding: 50px 0 80px;
}

@media only screen and (max-width: 640px) {
  .Others_infoBlock h5 {
    font-size: 24px;
    padding: 0 15px 20px;
  }
}

.Others_infoBlock h5::after {
  content: "/\a0\53D6\6271\5E97\8217";
  font-size: 60%;
  color: var(--mdbk);
  padding: 0 0.5em;
  font-weight: 500;
}

.Others_info {
  font-size: 16px;
  line-height: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.Others_info dl {
  width: 410px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 640px) {
  .Others_info dl {
    width: 100%;
    padding: 0 20px 40px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Others_info dl {
    width: 50%;
    margin: 0;
    padding: 20px 15px;
  }
}

.Others_info dt {
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 1em 0;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--mdwh);
}

@media only screen and (max-width: 640px) {
  .Others_info dt {
    letter-spacing: 0.05em;
    vertical-align: middle;
    padding: 2em 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid var(--mdwh);
    text-align: center;
  }
}

.Others_info dt span {
  font-size: 24px;
  letter-spacing: 0.5em;
}

@media only screen and (max-width: 640px) {
  .Others_info dt span {
    font-size: 16px;
  }
}

.Others_info dd a {
  display: block;
  width: 100%;
  position: relative;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 16px 32px;
  background-color: var(--mdwh);
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .Others_info dd a {
    margin: 10px auto;
    padding: 16px 20px;
  }
}

.Others_info dd a span {
  font-size: 12px;
  padding: 6px 0 0;
  width: 100%;
  display: inline-block;
  font-weight: normal;
  color: var(--mdbk);
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .Others_info dd a span {
    font-size: 10px;
    padding: 8px 0 0 0;
  }
}

.Others_info dd a:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 1px solid var(--bk);
  border-right: 1px solid var(--bk);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

@media only screen and (max-width: 640px) {
  .Others_info dd a:before {
    width: 5px;
    height: 5px;
    right: 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Others_info dd a:before {
    width: 5px;
    height: 5px;
    right: 35px;
  }
}

.Others_info dd a:hover {
  opacity: 0.5;
  transition: 0.8s;
  color: var(--bk);
}

.Others_info dd a:hover:before {
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
}

.Breadcrumb {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .Breadcrumb {
    padding: 1em 15px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Breadcrumb {
    padding: 1em;
    font-size: 16px;
  }
}

.all__warp {
  margin: 0px auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .all__warp {
    padding: 0;
    margin: 85px auto 50px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .all__warp {
    padding: 0;
    margin: 130px auto 50px;
  }
}