@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf) format('truetype');
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15000;
}
p {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
#contents_ce {
  padding: 0;
}
.straighthair2026cont {
  font-family: "Noto Serif JP", serif;
  max-width: 1000px;
  margin: 0 auto;
}
.straighthair2026cont p {
  font-size: 14px;
  line-height: 1.8;
}
.straighthair2026cont img {
  width: 100%;
  height: auto;
}
.straighthair2026cont .mvWrapper {
  max-width: 750px;
  margin: 0 auto;
}
.straighthair2026cont section.mv {
  display: flex;
}
.straighthair2026cont .one {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  min-height: 100vh;
  padding: 5%;
}
.straighthair2026cont .bg {
  position: fixed;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1.5s ease 0s;
  z-index: -1;
}
.straighthair2026cont .show .bg {
  opacity: 1;
}
.straighthair2026cont .bg._01 {
  background-image: url("../../images/special/straighthair2026/mv01.jpg");
}
.straighthair2026cont .bg._02 {
  background-image: url("../../images/special/straighthair2026/mv02.jpg");
}
.straighthair2026cont .onebox {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.straighthair2026cont .inner {
  width: 100%;
  padding: 200px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  /*===========
			inview
			===========*/
}
.straighthair2026cont .inner .fadeIn_left {
  opacity: 0;
  transform: translateX(-8%);
  transition: 2s;
  filter: blur(15px);
}
.straighthair2026cont .inner .fadeIn_left.is-show {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.straighthair2026cont .inner .fadeIn_right {
  opacity: 0;
  transform: translateX(8%);
  transition: 2s;
  filter: blur(15px);
}
.straighthair2026cont .inner .fadeIn_right.is-show {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.straighthair2026cont .inner #sec01 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec01 p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
.straighthair2026cont .inner #sec01 p:first-child {
  margin-bottom: 70px;
}
.straighthair2026cont .inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.straighthair2026cont .inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}
.straighthair2026cont .inner #sec02 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec02 .flex .img {
  width: 50%;
}
.straighthair2026cont .inner #sec02 .flex .txt {
  width: 48%;
}
.straighthair2026cont .inner #sec02 .flex .txt h2 {
  margin-bottom: 50px;
  text-align: center;
}
.straighthair2026cont .inner #sec02 .flex .txt .image {
  margin: 30px auto;
}
.straighthair2026cont .inner #sec02 .flex .txt p {
  text-align: left;
  font-size: 20px;
}
.straighthair2026cont .inner #sec02 .flex .txt p.right {
  text-align: right;
}
.straighthair2026cont .inner #sec03 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec03 h2 {
  text-align: center;
  margin-bottom: 70px;
}
.straighthair2026cont .inner #sec03 .flex {
  margin-bottom: 100px;
}
.straighthair2026cont .inner #sec03 .flex:last-child {
  margin-bottom: 0;
}
.straighthair2026cont .inner #sec03 .flex .img {
  width: 50%;
}
.straighthair2026cont .inner #sec03 .flex .txt {
  width: 48%;
}
.straighthair2026cont .inner #sec03 .flex .txt .point {
  text-align: center;
  width: 90px;
  margin: 0 auto 50px;
}
.straighthair2026cont .inner #sec03 .flex .txt h3 {
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.straighthair2026cont .inner #sec03 .flex .txt p {
  font-size: 16px;
  text-align: center;
}
.straighthair2026cont .inner #sec04 {
  margin: 0 auto 200px;
  position: relative;
}
.straighthair2026cont .inner #sec04 .fadeIn_left {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-15%, -50%);
  z-index: 1;
}
.straighthair2026cont .inner #sec04 .fadeIn_left h2 {
  font-size: 28px;
}
.straighthair2026cont .inner #sec04 .fadeIn_left.is-show {
  transform: translate(0, -50%);
  opacity: 1;
}
.straighthair2026cont .inner #sec04 .img {
  width: 60%;
  opacity: 0;
  transition: 2s;
}
.straighthair2026cont .inner #sec04 .img.is-show {
  opacity: 1;
}
.straighthair2026cont .inner #sec05 {
  margin: 0 auto 100px;
}
.straighthair2026cont .inner #sec05 h2 {
  width: 38%;
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 10px;
}
.straighthair2026cont .inner #sec05 ul {
  width: 58%;
  text-align: left;
}
.straighthair2026cont .inner #sec05 ul li {
  font-size: 20px;
  margin-bottom: 30px;
}
.straighthair2026cont .inner #sec05 ul li::before {
  content: '☑︎';
}
.straighthair2026cont .inner #sec06 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec06 .flex .img {
  width: 50%;
}
.straighthair2026cont .inner #sec06 .flex h2 {
  width: 48%;
  text-align: center;
}
.straighthair2026cont .inner #sec07 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec07 .image {
  margin: 60px auto;
  width: 500px;
}
.straighthair2026cont .inner #sec07 p {
  font-size: 20px;
}
.straighthair2026cont .inner #sec07 p.center {
  text-align: center;
  margin: 30px auto;
}
.straighthair2026cont .inner #sec08 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec08 h2 {
  text-align: center;
  margin-bottom: 10%;
}
.straighthair2026cont .inner #sec08 .flex {
  margin-bottom: 100px;
}
.straighthair2026cont .inner #sec08 .flex:last-child {
  margin-bottom: 0;
}
.straighthair2026cont .inner #sec08 .flex .img {
  width: 50%;
}
.straighthair2026cont .inner #sec08 .flex .txt {
  width: 48%;
}
.straighthair2026cont .inner #sec08 .flex .txt .point {
  text-align: center;
  width: 90px;
  margin: 0 auto 50px;
}
.straighthair2026cont .inner #sec08 .flex .txt h3 {
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.straighthair2026cont .inner #sec08 .flex .txt p {
  font-size: 16px;
  text-align: center;
}
.straighthair2026cont .inner #sec09 {
  margin: 0 auto 200px;
}
.straighthair2026cont .inner #sec09 h2 {
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 10px;
}
.straighthair2026cont .inner #sec09 ul {
  margin: 0;
  text-align: left;
}
.straighthair2026cont .inner #sec09 ul li {
  font-size: 20px;
  margin-bottom: 30px;
}
.straighthair2026cont .inner #sec09 ul li::before {
  content: '☑︎';
}
.straighthair2026cont .inner #sec09 .end {
  margin-top: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.straighthair2026cont .inner #sec10 {
  margin: 0 auto;
}
.straighthair2026cont .inner #sec10 h2 {
  margin-bottom: 50px;
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
}
.straighthair2026cont .inner #sec10 h2::before,
.straighthair2026cont .inner #sec10 h2::after {
  background-color: #000;
  /* 横線の色 */
  content: "";
  flex-grow: 1;
  /* 横幅いっぱい */
  height: 1px;
  /* 横線の高さ */
}
.straighthair2026cont .inner #sec10 h2::before {
  margin-right: 40px;
  /* 文字との余白 */
}
.straighthair2026cont .inner #sec10 h2::after {
  margin-left: 40px;
  /* 文字との余白 */
}
.straighthair2026cont .inner #sec10 .flex {
  margin-bottom: 40px;
}
.straighthair2026cont .inner #sec10 .flex .staffList {
  width: calc(88%/5);
}
.straighthair2026cont .inner #sec10 .flex .staffList p {
  text-align: left;
  font-size: 8px;
}
.straighthair2026cont .inner #sec10 p {
  text-align: center;
  font-size: 10px;
}
