@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

html {
  line-height: 1;
  font-size: 100%;
}
@media screen and (max-width: 1199px) and (min-width: 640px) {
  html {
    font-size: 1.248vw;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100%;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #121212;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dd {
  margin: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.fade-in.show {
  opacity: 1;
}

.slide-in {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out,
    -webkit-transform 0.7s ease-out;
}

.slide-in.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out,
    -webkit-transform 0.7s ease-out;
}

.slide-in-right.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.fade.show {
  opacity: 1;
}

.inner {
  position: relative;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* 
cssの接頭「E5sp-」
*/
.E5sp-allContainer {
  font-family: "Noto Sans JP", sans-serif;
  background: #121212;
  width: 100%;
  overflow: clip;
}
@media only screen and (max-width: 640px) {
  .E5sp-allContainer {
    overflow: clip;
  }
}

.E5sp-leadTextWrap {
  text-align: center;
  margin-top: 3.75rem;
}
.E5sp-leadTextWrap .text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.00096em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) and (min-width: 640px) {
  .E5sp-leadTextWrap .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .E5sp-leadTextWrap .text {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}

.bg-noize {
  width: 100vw;
  height: 15.625rem;
  max-height: 250px;
  margin: 0 calc(50% - 50vw);
  margin-top: 0.625rem;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  background-image: url(/headphone/store/special/WF-1000XM5/images/noize.svg);
}
@media only screen and (max-width: 640px) {
  .bg-noize {
    height: 15vw;
  }
}

.E5sp-mainVisual {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 33.75rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .E5sp-mainVisual {
    height: auto;
  }
}
.E5sp-mainVisual img {
  width: 100%;
  max-width: 100%;
  height: 33.75rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-mainVisual img {
    height: auto;
  }
}

.bg-white {
  background: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  display: inline-block;
  position: relative;
  margin-top: 1.25rem;
  -webkit-box-shadow: 10px 10px #4d4540;
  box-shadow: 10px 10px #4d4540;
  font-size: 62.5%;
  color: #121212;
}
@media only screen and (max-width: 640px) {
  .bg-white {
    width: auto;
  }
}
.bg-white .text {
  color: #121212;
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.00128em;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  display: block;
}
@media only screen and (max-width: 640px) {
  .bg-white .text {
    font-size: clamp(14px, 4.5vw, 32px);
  }
}

.bg-white:first-child {
  margin-top: 0;
  margin-left: 2.1875rem;
}

.E5sp-itemBlock01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 101px;
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  .E5sp-itemBlock01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}
.E5sp-itemBlock01 .E5sp-01_itemImgWrap {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  width: 30rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  margin-right: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-itemBlock01 .E5sp-01_itemImgWrap {
    width: 84%;
    margin: 0 auto;
    margin-top: 3rem;
    position: relative;
    top: 0;
  }
}

.E5sp-01_textWrap {
  margin-left: 0.625rem;
}
@media only screen and (max-width: 1300px) {
  .E5sp-01_textWrap {
    margin-left: 0;
  }
}

.E5sp-01_imgWrap {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-01_imgWrap {
    width: 96%;
    margin: 0 auto;
  }
}

.otherItemWrap {
  width: 37.5rem;
  margin-top: 6.0625rem;
}
@media only screen and (max-width: 640px) {
  .otherItemWrap {
    width: 96%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.b-otherItem {
  width: 37.5rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .b-otherItem {
    width: 96%;
    margin: 0 auto;
  }
}

.b-otherItem.block2 {
  margin-top: 6.25rem;
}

.items__title {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  letter-spacing: 0.00104em;
  font-weight: 700;
  color: #ffffff;
  background: #907441;
  padding: 0.625rem 2.5rem;
}
@media only screen and (max-width: 640px) {
  .items__title {
    margin: 0 auto;
    font-size: clamp(14px, 4.1vw, 26px);
  }
}

.otherItem__ItemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5625rem 1.875rem;
  border: 1px solid #5c5c5c;
  position: relative;
}
.otherItem__ItemWrap .imgWrap {
  width: 7.5rem;
  margin-right: 6.25rem;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap .imgWrap {
    width: 6.5625rem;
    margin-right: 3.125rem;
  }
}
.otherItem__ItemWrap .imgWrap img {
  width: 7.5rem;
  max-width: 100%;
  height: auto;
}
.otherItem__ItemWrap .textWrap .text {
  font-style: italic;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap .textWrap .text {
    font-size: clamp(14px, 3.2vw, 20px);
  }
}
.otherItem__ItemWrap .textWrap .text span {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap .textWrap .text span {
    font-size: clamp(14px, 2.6vw, 16px);
  }
}
.otherItem__ItemWrap .textWrap .bottom-textWrap {
  position: absolute;
  bottom: 1.375rem;
  right: 3.75rem;
}
.otherItem__ItemWrap .textWrap .bottom-textWrap .bottom-text {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.otherItem__ItemWrap .textWrap .bottom-textWrap .bottom-text:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: -3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_130%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20130%22%20transform%3D%22translate(-1230%20-1540)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%205%22%20transform%3D%22translate(1230%201540)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204%22%20transform%3D%22translate(-0.5%20375)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20x2%3D%2220%22%20transform%3D%22translate(1240.5%201187)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1254.641%2C1180.457a12.957%2C12.957%2C0%2C0%2C0%2C1.991%2C3.756%2C15.508%2C15.508%2C0%2C0%2C0%2C3.389%2C2.948%22%20transform%3D%22translate(0.159%20-0.157)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap .textWrap .bottom-textWrap .bottom-text:after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.otherItem__ItemWrap .textWrap .bottom-textWrap .bottom-text .check-text {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap .textWrap .bottom-textWrap .bottom-text .check-text {
    font-size: clamp(13px, 2.3vw, 16px);
  }
}

.otherItem__ItemWrap.item01 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 420px) {
  .otherItem__ItemWrap.item01 .textWrap {
    padding: 2.2rem 0;
  }
}

.otherItem__ItemWrap.item02 {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 420px) {
  .otherItem__ItemWrap.item02 .textWrap {
    padding: 2.2rem 0;
  }
}

.otherItem__ItemWrap.item03 {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap.item03 {
    padding: 1.5rem 1rem;
  }
}
.otherItem__ItemWrap.item03 .imgWrap {
  width: 15.625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap.item03 .imgWrap {
    width: 100%;
  }
}
.otherItem__ItemWrap.item03 .imgWrap img:first-child {
  margin-right: 0.625rem;
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap.item03 .imgWrap img:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap.item03 .imgWrap img {
    width: 5rem;
    margin: 0.6rem;
  }
}
@media only screen and (max-width: 420px) {
  .otherItem__ItemWrap.item03 .imgWrap img {
    width: 4rem;
  }
}
@media only screen and (max-width: 700px) {
  .otherItem__ItemWrap.item03 .textWrap {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .otherItem__ItemWrap.item03 .textWrap {
    padding: 4rem 0;
    width: 100%;
  }
}

.otherItem__ItemWrap:hover .textWrap .bottom-text:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_131%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20131%22%20transform%3D%22translate(-1230%20-1340)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_4%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%204%22%20transform%3D%22translate(1230%201340)%22%20fill%3D%22%230372ff%22%20stroke%3D%22%230372ff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-0.5%20175)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20x2%3D%2220%22%20transform%3D%22translate(1240.5%201187)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1254.641%2C1180.457a12.957%2C12.957%2C0%2C0%2C0%2C1.991%2C3.756%2C15.508%2C15.508%2C0%2C0%2C0%2C3.389%2C2.948%22%20transform%3D%22translate(0.159%20-0.157)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.otherItem__ItemWrap:hover .textWrap .bottom-text .check-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0372ff;
  text-decoration: underline;
  -webkit-text-decoration-color: #0372ff;
  text-decoration-color: #0372ff;
}

.sticky01 {
  height: 1200px;
  position: relative;
  top: -6.0625rem;
}
@media only screen and (max-width: 1080px) {
  .sticky01 {
    height: 1100px;
  }
}
@media only screen and (max-width: 800px) {
  .sticky01 {
    height: 1000px;
  }
}
@media only screen and (max-width: 690px) {
  .sticky01 {
    height: 800px;
  }
}
@media only screen and (max-width: 640px) {
  .sticky01 {
    height: auto;
    top: 0;
  }
}

.E5sp-itemBlock02 {
  margin-top: 1.25rem;
}
.E5sp-itemBlock03 {
  margin-top: 7.25rem !important;
}
@media only screen and (max-width: 640px) {
  .E5sp-itemBlock02 {
    width: auto;
    font-size: 1.3037vw;
    margin-top: 7rem;
  }
}

.E5sp-02_ItemWrap {
  position: relative;
  margin: 0 auto;
  padding: 6.5rem 2.5rem 5.375rem;
  width: 65rem;
  max-width: 100%;
  border: 1px solid #5c5c5c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .E5sp-02_ItemWrap {
    width: auto;
    padding: 3.375rem 1.25rem 2.875rem;
  }
}
.E5sp-02_ItemWrap .title {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #121212;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
}
@media only screen and (max-width: 640px) {
  .E5sp-02_ItemWrap .title {
    font-size: clamp(20px, 6vw, 40px);
  }
}

.E5sp-02_imgWrap {
  width: 20rem;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-02_imgWrap {
    width: 40%;
    margin-left: 0;
    margin-right: 1rem;
  }
}

.E5sp-02_linkWrap {
  width: 32.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-02_linkWrap {
    width: auto;
    padding-left: 0;
    margin-top: 1.875rem;
  }
}
.E5sp-02_linkWrap .linkitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.E5sp-02_linkWrap .linkitem a {
  display: block;
  padding: 1.875rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.0024em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 110px;
}
@media only screen and (max-width: 640px) {
  .E5sp-02_linkWrap .linkitem a {
    padding: 1.25rem;
    font-size: clamp(14px, 3.3vw, 24px);
  }
}
.E5sp-02_linkWrap .linkitem.link02 {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-02_linkWrap .linkitem.link02 {
    margin-top: 6vw;
  }
}

.E5sp-02_linkWrap .linkitem:hover a {
  background: #0372ff;
  border: 1px solid #0372ff;
  text-decoration: none;
}

.E5sp-itemBlock03 {
  margin-top: 8.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .E5sp-itemBlock03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.875rem;
  }
}

.E5sp-03_itemInfo {
  width: 31.25rem;
  position: -webkit-sticky;
  position: sticky;
  padding-left: 1.25rem;
  overflow-x: hidden;
  top: 10rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-03_itemInfo {
    width: 96%;
    margin: 0 auto;
  }
}

.E5sp-03_imgWrap {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-03_imgWrap {
    width: 84%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.b-choiseItemsWrap {
  width: 30rem;
  max-width: 100%;
  margin-right: 10rem;
  margin-top: 8.125rem;
}
@media only screen and (max-width: 640px) {
  .b-choiseItemsWrap {
    width: 96%;
    margin-right: 0;
    margin: 0 auto;
  }
}

.choiseItem_title {
  margin: 0;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-style: italic;
  position: relative;
  font-family: "Helvetica", sans-serif;
}
@media only screen and (max-width: 640px) {
  .choiseItem_title {
    font-size: clamp(31px, 9vw, 60px);
  }
}
.choiseItem_title .icon {
  width: 2.25rem;
  display: inline-block;
}
.choiseItem_title .icon img {
  margin-bottom: 10px;
  display: inline-block;
}

.choiseItem_topText {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.0008em;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .choiseItem_topText {
    font-size: clamp(14px, 3.2vw, 20px);
  }
}

.choiseItem.block1 .choiseItem_title {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 640px) {
  .choiseItem.block1 .choiseItem_title {
    margin-bottom: 2.2rem;
  }
}
.choiseItem.block1 .choiseItem_topText {
  /**margin-left: 4.375rem;**/
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .choiseItem.block1 .choiseItem_topText {
    margin-left: 0;
    text-align: center;
  }
}

.choiseItem.block2 {
  margin-top: 7.125rem;
}
.choiseItem.block2-2 {
  margin-top: 7.125rem;
}
.choiseItem.block2 .choiseItem_title {
  margin-bottom: 3.125rem;
}
.choiseItem.block2 .choiseItem_topText {
    display: block;
    text-align: center;
}
@media only screen and (max-width: 640px) {
  .choiseItem.block2 .choiseItem_topText {
    display: block;
    text-align: center;
  }
}

.choiseItem_wrap.item01 {
  margin-top: 1rem;
}

.choiseItem_wrap.item02 {
  margin-top: 2.5rem;
}

.choiseItem_wrap.item03 {
  margin-top: 2.5rem;
}

.choiseItem_imgWrap {
  width: 30rem;
}
@media only screen and (max-width: 640px) {
  .choiseItem_imgWrap {
    width: 84%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .choiseItem_imgWrap {
    width: 75%;
    margin: 0 auto;
  }
}
.choiseItem_imgWrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.choiseItem_subText {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.00072em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .choiseItem_subText {
    font-size: clamp(15px, 2.5vw, 18px);
  }
}

.choiseItem_linkWrap {
  text-align: right;
  margin-top: 2.5rem;
}

.choiseItem_link {
  position: relative;
  padding-right: 3.75rem;
}
.choiseItem_link:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_130%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20130%22%20transform%3D%22translate(-1230%20-1540)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%205%22%20transform%3D%22translate(1230%201540)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204%22%20transform%3D%22translate(-0.5%20375)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20x2%3D%2220%22%20transform%3D%22translate(1240.5%201187)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1254.641%2C1180.457a12.957%2C12.957%2C0%2C0%2C0%2C1.991%2C3.756%2C15.508%2C15.508%2C0%2C0%2C0%2C3.389%2C2.948%22%20transform%3D%22translate(0.159%20-0.157)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .choiseItem_link:after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.choiseItem_link a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.00072em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .choiseItem_link a {
    font-size: clamp(14px, 2.8vw, 18px);
  }
}

.choiseItem_link:hover a {
  color: #0372ff;
  text-decoration: underline;
  -webkit-text-decoration-color: #0372ff;
  text-decoration-color: #0372ff;
}
.choiseItem_link:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_131%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20131%22%20transform%3D%22translate(-1230%20-1340)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_4%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%204%22%20transform%3D%22translate(1230%201340)%22%20fill%3D%22%230372ff%22%20stroke%3D%22%230372ff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-0.5%20175)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20x2%3D%2220%22%20transform%3D%22translate(1240.5%201187)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1254.641%2C1180.457a12.957%2C12.957%2C0%2C0%2C0%2C1.991%2C3.756%2C15.508%2C15.508%2C0%2C0%2C0%2C3.389%2C2.948%22%20transform%3D%22translate(0.159%20-0.157)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.sticky02 {
  height: 2700px;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 1080px) {
  .sticky02 {
    height: 2200px;
  }
}
@media only screen and (max-width: 800px) {
  .sticky02 {
    height: 2000px;
  }
}
@media only screen and (max-width: 690px) {
  .sticky02 {
    height: 1800px;
  }
}
@media only screen and (max-width: 640px) {
  .sticky02 {
    height: auto;
  }
}

.E5sp-banner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 5rem;
  background: #575757;
  padding: 5rem 0 1.25rem;
}
@media only screen and (max-width: 640px) {
  .E5sp-banner {
    width: auto;
    padding: 3.75rem 0.9375rem 1.25rem;
    margin-top: 1.25rem;
  }
}

.bannerWrap01 {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .bannerWrap01 {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .bannerWrap01 {
    width: 717px;
    max-width: 100%;
    padding: 0;
  }
}

.banner-link.banner-area {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
}
@media only screen and (max-width: 420px) {
  .banner-link.banner-area {
    width: 300px;
    margin: 0 auto;
  }
}
.banner-link.banner-area p {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin: 0 auto;
}

.bannerWrap02 {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1199px) and (min-width: 640px) {
  .bannerWrap02 {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  .bannerWrap02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 640px) {
  .bannerWrap02 {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 420px) {
  .bannerWrap02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner {
  width: auto;
  border: 2px solid #121212;
  height: 6.25rem;
}
@media (hover: hover) {
  .banner:hover {
    opacity: 0.78;
  }
}
@media only screen and (max-width: 420px) {
  .banner {
    width: 300px;
    max-width: 100%;
    height: 70px;
  }
}

.banner-link {
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerImg {
  width: 5rem;
}
@media only screen and (max-width: 420px) {
  .bannerImg {
    width: 30%;
  }
}

.bannerText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.bannerText .text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00032em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bannerText .text {
    font-size: clamp(12px, 2.5vw, 16px);
  }
}
.bannerText .text-s {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.00028em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bannerText .text-s {
    font-size: clamp(12px, 2.6vw, 14px);
  }
}
.bannerText .text-l {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.0004em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bannerText .text-l {
    font-size: clamp(12px, 3.1vw, 20px);
  }
}
.bannerText .text-red {
  color: #db3e3e;
  margin-top: 0.3rem;
  font-size: 1.75rem;
  line-height: 0.8571428571;
  letter-spacing: 0.0006em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bannerText .text-red {
    font-size: clamp(16px, 3vw, 26px);
  }
}
.bannerText .text-red-s {
  color: #db3e3e;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  letter-spacing: 0.044em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bannerText .text-red-s {
    font-size: clamp(14px, 2.8vw, 2px);
  }
}

.banner02 .banner-link .bannerImg {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .banner02 .banner-link .bannerImg {
    margin-left: 0.7rem;
    margin-bottom: 0;
  }
}

.banner04 .banner-link .bannerImg {
  margin-left: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .banner04 .banner-link .bannerImg {
    margin-left: 0.1rem;
  }
}

.banner-bottomTextWrap {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 1.25rem;
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 640px) {
  .banner-bottomTextWrap {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .banner-bottomTextWrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.25rem;
    padding: 0 15px;
  }
}
.banner-bottomTextWrap .banner-linkText {
  color: #e4e7eb;
  font-size: 13px;
  line-height: 1.5;
}
.banner-bottomTextWrap .banner-linkText.text02 {
  margin-top: 10px;
}
.banner-bottomTextWrap .link {
  text-decoration: underline;
  color: #e4e7eb;
  font-size: 13px;
}
.banner-bottomTextWrap .link:hover {
  color: #878792;
}

.s5-header2.s5-header2--collapse {
  margin-top: 60px;
}

/*----スタイリストレビューを確認する　追加CSS----*/
.choiseItem_reviewLink {
  display: block;
  width: 100%;
  position: relative;
}

.choiseItem_reviewLink img {
  border: 1px solid #333;
}

.choiseItem_reviewLink:hover {
  cursor: pointer;
}

.choiseItem_reviewLink:hover .choiseItem_subText {
  color: #0372ff;
  text-decoration: underline;
  -webkit-text-decoration-color: #0372ff;
  text-decoration-color: #0372ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choiseItem_reviewLink:hover .choiseItem_subText:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_131%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20131%22%20transform%3D%22translate(-1230%20-1340)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_4%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%204%22%20transform%3D%22translate(1230%201340)%22%20fill%3D%22%230372ff%22%20stroke%3D%22%230372ff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-0.5%20175)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20x2%3D%2220%22%20transform%3D%22translate(1240.5%201187)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1254.641%2C1180.457a12.957%2C12.957%2C0%2C0%2C0%2C1.991%2C3.756%2C15.508%2C15.508%2C0%2C0%2C0%2C3.389%2C2.948%22%20transform%3D%22translate(0.159%20-0.157)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.choiseItem_reviewLink-textWrap {
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .choiseItem_reviewLink-textWrap {
    right: 3rem;
  }
}

.choiseItem_subText {
  position: relative;
  color: #fff;
  text-align: center;
  padding-right: 2.8rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00072em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .choiseItem_subText {
    font-size: clamp(14px, 2.3vw, 16px);
    padding-right: 2rem;
  }
}

.choiseItem_subText:after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_130%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20130%22%20transform%3D%22translate(-1230%20-1540)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%205%22%20transform%3D%22translate(1230%201540)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204%22%20transform%3D%22translate(-0.5%20375)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20x2%3D%2220%22%20transform%3D%22translate(1240.5%201187)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1254.641%2C1180.457a12.957%2C12.957%2C0%2C0%2C0%2C1.991%2C3.756%2C15.508%2C15.508%2C0%2C0%2C0%2C3.389%2C2.948%22%20transform%3D%22translate(0.159%20-0.157)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .choiseItem_subText:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
