.p-mv {
  position: relative;
  height: 590px;
}
@media (max-width: 768px) {
  .p-mv {
    height: 420px;
  }
}
.p-mv__img {
  position: absolute;
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-mv__img {
    height: 420px;
  }
}
.p-mv__container {
  position: relative;
  max-width: 1020px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-mv__textBox {
  padding-top: 210px;
}
@media (max-width: 768px) {
  .p-mv__textBox {
    padding-top: 160px;
  }
}
.p-mv__days {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  color: var(--white);
  background-color: var(--dark-black);
  padding: 0 10px;
  height: 20px;
}
@media (max-width: 768px) {
  .p-mv__days {	
  font-size: 12px;
}
}
	
.p-mv__textBlack {
  padding: 3px 0;
  display: block;
}
.p-mv__mainText {
  margin-top: 0px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-mv__mainText {
    margin-top: 0px;
    font-size: 20px;
  }
}
.p-mv__mainTextBlack {
  background-color: var(--dark-black);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-mv__mainTextBlack {
    margin-top: 6px;
    padding: 6px 10px;
  }
}
.p-mv__mainTextBlack:last-of-type {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-mv__mainTextBlack:last-of-type {
    margin-top: 6px;
  }
}

/* p-readContents
----------------------------------------------------------------- */
.p-readContents {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .p-readContents {
    padding-top: 99px;
  }
}
.p-readContents__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-readContents__container {
    padding: 0 20px;
  }
}
.p-readContents__black {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: var(--white);
  background-color: var(--black);
  padding: 5px 20px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-readContents__black {
    font-size: 26px;
  }
}
.p-readContents__read {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: var(--white);
  background-color: var(--dark-black);
  padding: 5px 20px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-readContents__read {
    font-size: 24px;
  }
}
.p-readContents__textBox {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-readContents__textBox {
    padding: 0 20px;
}
}
.p-readContents__title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6666666667;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-readContents__title {
    margin-top: 11px;
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-readContents__text {
  margin-top: 37px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-readContents__text {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-readContents__text2 {
  margin-top: 37px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-readContents__text2 {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-readContents__line {
  margin-top: 143.5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--light-gray);
}
@media (max-width: 768px) {
  .p-readContents__line {
    margin-top: 120px;
  }
}

/* p-firstComment
----------------------------------------------------------------- */
.p-firstComment {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .p-firstComment {
    padding-top: 100px;
  }
}
.p-firstComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-firstComment__container {
    padding: 0 20px;
  }
}
.p-firstComment__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-firstComment__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.p-firstComment__contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 93px;
}
@media (max-width: 768px) {
  .p-firstComment__contentBox {
    gap: 63px;
  }
}
.p-firstComment__textCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-right: 30px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-firstComment__textCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    gap: 48px;
  }
}
.p-firstComment__headingBox {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
.p-firstComment__heading, .p-firstComment__headingBg--marginSmall {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-firstComment__heading, .p-firstComment__headingBg--marginSmall {
    font-size: 26px;
  }
}
.p-firstComment__heading + .p-firstComment__heading, .p-firstComment__headingBg--marginSmall + .p-firstComment__heading, .p-firstComment__heading + .p-firstComment__headingBg--marginSmall, .p-firstComment__headingBg--marginSmall + .p-firstComment__headingBg--marginSmall {
  margin-right: 10px;
}
.p-firstComment__headingBg, .p-firstComment__headingBg--displayFlex {
  display: inline-block;
  background-color: var(--dark-black);
  padding: 10px 2px;
}
.p-firstComment__headingBg--marginSmall {
  white-space: nowrap;
  margin: -12px 0 -11px;
}
.p-firstComment__headingBg--displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-firstComment__textBox {
  margin-top: 133px;
}
@media (max-width: 768px) {
  .p-firstComment__textBox {
    margin-top: 0;
  }
}
.p-firstComment__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--dark-black);
}
@media (max-width: 768px) {
  .p-firstComment__name {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-firstComment__text {
  margin-top: 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-firstComment__text {
    font-size: 14px;
    line-height: 1.9285714286;
    max-width: 100%;
  }
}
.p-firstComment__text2 {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-firstComment__text2 {
    font-size: 14px;
    line-height: 1.9285714286;
    max-width: 100%;
  }
}
.p-firstComment__bigImg {
  max-width: 650px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .p-firstComment__bigImg {
    max-width: 100%;
  }
}
.p-firstComment__imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 39px;
}
@media (max-width: 768px) {
  .p-firstComment__imageBox {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-firstComment__imgItem {
  max-width: 300px;
  width: 100%;
}
.p-firstComment__img {
  width: 100%;
}

/* p-secondComment
----------------------------------------------------------------- */
.p-secondComment {
  padding-top: 194px;
}
@media (max-width: 768px) {
  .p-secondComment {
    padding-top: 140px;
  }
}
.p-secondComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-secondComment__container {
    padding: 0 20px;
  }
}
.p-secondComment__topTextBox {
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-secondComment__topTextBox {
    max-width: 100%;
  }
}
.p-secondComment__topName {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-secondComment__topName {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-secondComment__topText {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-secondComment__topText {
    margin-top: 27px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-secondComment__imageBox {
  margin-top: 55px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-secondComment__imageBox {
    margin-top: 34px;
  }
}
.p-secondComment__img {
  width: 100%;
}
.p-secondComment__bottomTextBox {
  max-width: 480px;
  margin: 48px auto 0;
}
@media (max-width: 768px) {
  .p-secondComment__bottomTextBox {
    max-width: 100%;
    margin-top: 26px;
  }
}
.p-secondComment__bottomText {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-secondComment__bottomText {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

/* p-thirdComment
----------------------------------------------------------------- */
.p-thirdComment {
  padding-top: 192px;
}
@media (max-width: 768px) {
  .p-thirdComment {
    padding-top: 92px;
  }
}
.p-thirdComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-thirdComment__container {
    padding: 0 20px;
  }
}
.p-thirdComment__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
@media (max-width: 768px) {
  .p-thirdComment__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-thirdComment__imageBox {
  max-width: 450px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-thirdComment__imageBox {
    max-width: 100%;
  }
}
.p-thirdComment__img {
  width: 100%;
  display: block;
}
.p-thirdComment__contentBox {
  max-width: 420px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-thirdComment__contentBox {
    max-width: 100%;
  }
}
.p-thirdComment__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-thirdComment__name {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-thirdComment__text {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-thirdComment__text {
    margin-top: 29px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-thirdComment__text2 {
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-thirdComment__text2 {
    margin-top: 29px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
/* p-sliderWrap
----------------------------------------------------------------- */
.p-sliderWrap {
  padding-top: 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-sliderWrap {
    padding-top: 142px;
  }
}
.p-sliderWrap__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sliderWrap__imageBox {
  width: 100%;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
  min-width: 2450px;
  height: 980px;
}
@media (max-width: 768px) {
  .p-sliderWrap__imageBox {
    min-width: 1247px;
    height: 500px;
  }
}
.p-sliderWrap__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* p-fourthComment
----------------------------------------------------------------- */
.p-fourthComment {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .p-fourthComment {
    padding-top: 150px;
  }
}
.p-fourthComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-fourthComment__container {
    padding: 0 20px;
  }
}
.p-fourthComment__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
}
@media (max-width: 768px) {
  .p-fourthComment__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
}
.p-fourthComment__textContent {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-fourthComment__textContent {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-fourthComment__headingBox {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-fourthComment__headingBox {
    margin: 0 auto;
  }
}
.p-fourthComment__heading, .p-fourthComment__headingBg--marginSmall {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-fourthComment__heading, .p-fourthComment__headingBg--marginSmall {
    font-size: 26px;
  }
}
.p-fourthComment__heading + .p-fourthComment__heading, .p-fourthComment__headingBg--marginSmall + .p-fourthComment__heading, .p-fourthComment__heading + .p-fourthComment__headingBg--marginSmall, .p-fourthComment__headingBg--marginSmall + .p-fourthComment__headingBg--marginSmall {
  margin-right: 10px;
}
.p-fourthComment__headingBg, .p-fourthComment__headingBg--displayFlex {
  display: inline-block;
  background-color: var(--dark-black);
  padding: 10px 2px;
}
.p-fourthComment__headingBg--marginSmall {
  white-space: nowrap;
  margin: -12px 0 -11px;
}
.p-fourthComment__headingBg--displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fourthComment__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-fourthComment__name {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-fourthComment__textBox {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-fourthComment__textBox {
    margin-top: 44px;
  }
}
.p-fourthComment__text {
  margin-top: 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-fourthComment__text {
    font-size: 14px;
    line-height: 1.9285714286;
    max-width: 100%;
  }
}
.p-fourthComment__text2 {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-fourthComment__text2 {
    font-size: 14px;
    line-height: 1.9285714286;
    max-width: 100%;
  }
}
.p-fourthComment__imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 39px;
}
@media (max-width: 768px) {
  .p-fourthComment__imageBox {
    margin-top: 0;
  }
}
.p-fourthComment__imgItem {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-fourthComment__imgItem {
    max-width: 100%;
  }
}
.p-fourthComment__img {
  display: block;
  width: 100%;
}

/* p-fifthComment
----------------------------------------------------------------- */
.p-fifthComment {
  padding-top: 192px;
}
@media (max-width: 768px) {
  .p-fifthComment {
    padding-top: 100px;
  }
}
.p-fifthComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-fifthComment__container {
    padding: 0 20px;
  }
}
.p-fifthComment__bigImgArea {
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .p-fifthComment__bigImgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-fifthComment__headingBox {
  position: absolute;
  top: 60px;
  right: 80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-fifthComment__headingBox {
    margin: 0 auto;
    position: static;
  }
}
.p-fifthComment__heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-fifthComment__heading {
    font-size: 26px;
  }
}
.p-fifthComment__heading + .p-fifthComment__heading {
  margin-right: 10px;
}
.p-fifthComment__headingBg, .p-fifthComment__headingBg--displayFlex, .p-fifthComment__headingBg--marginSmall {
  display: inline-block;
  background-color: var(--dark-black);
  padding: 10px 2px;
}
.p-fifthComment__headingBg--marginSmall {
  white-space: nowrap;
  margin: -12px 0 -11px;
}
.p-fifthComment__headingBg--displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fifthComment__imageBox {
  width: 100%;
}
@media (max-width: 768px) {
  .p-fifthComment__imageBox {
    margin-top: 50px;
  }
}
.p-fifthComment__img {
  display: block;
}
.p-fifthComment__col {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-fifthComment__col {
    margin-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.p-fifthComment__colImageBox {
  max-width: 340px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-fifthComment__colImageBox {
    max-width: 50.7462686567%;
  }
}
.p-fifthComment__colContent {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-fifthComment__colContent {
    max-width: 100%;
  }
}
.p-fifthComment__colName {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-fifthComment__colName {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-fifthComment__colText {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-fifthComment__colText {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

/* p-sixthComment
----------------------------------------------------------------- */
.p-sixthComment {
  padding-top: 190px;
}
@media (max-width: 768px) {
  .p-sixthComment {
    padding-top: 85px;
  }
}
.p-sixthComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-sixthComment__container {
    padding: 0 20px;
  }
}
.p-sixthComment__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-sixthComment__col {
    max-width: 100%;
  }
}
.p-sixthComment__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-sixthComment__name {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-sixthComment__text {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-sixthComment__text {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-sixthComment__imageBox {
  margin-top: 34px;
}
.p-sixthComment__img {
  width: 100%;
  display: block;
}
.p-sixthComment__headingBg, .p-sixthComment__headingBg--displayFlex {
  display: inline-block;
  background-color: var(--dark-black);
  padding: 10px 2px;
}
/* p-thankComment
--------------------------------------------- */
.p-thankComment {
  padding-top: 192px;
}
@media (max-width: 768px) {
  .p-thankComment {
    padding-top: 150px;
  }
}
.p-thankComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-thankComment__container {
    padding: 0 20px;
  }
}
.p-thankComment__topLineBox {
  width: 100%;
}
.p-thankComment__topLine {
  width: 100%;
}
.p-thankComment__contentBox {
  max-width: 600px;
  margin: 37px auto 0;
}
@media (max-width: 768px) {
  .p-thankComment__contentBox {
    max-width: 100%;
  }
}
.p-thankComment__bigText {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.1666666667;
  letter-spacing: 0.025em;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-thankComment__bigText {
    font-size: 56px;
    line-height: 1.25;
  }
}
.p-thankComment__text, .p-thankComment__text--dark-black {
  margin-top: 26px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
}
@media (max-width: 768px) {
  .p-thankComment__text, .p-thankComment__text--dark-black {
    margin-top: 22px;
  }
}
.p-thankComment__text--dark-black {
  color: var(--dark-black);
}
.p-thankComment__text + .p-thankComment__text, .p-thankComment__text--dark-black + .p-thankComment__text, .p-thankComment__text + .p-thankComment__text--dark-black, .p-thankComment__text--dark-black + .p-thankComment__text--dark-black {
  margin-top: 26px;
}
.p-thankComment__bottomLineBox {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-thankComment__bottomLineBox {
    margin-top: 31px;
  }
}
.p-thankComment__bottomLine {
  width: 100%;
}

/* p-recommend
----------------------------------------------------------------- */
.p-recommend {
  background-color: var(--navy);
  padding: 12px 0 30px;
}
.p-recommend__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-recommend__container {
    padding: 0 20px;
  }
}
.p-recommend__imageBox {
  max-width: 800px;
  margin: 16px auto 0;
}
@media (max-width: 768px) {
  .p-recommend__imageBox {
    margin-top: 20px;
    max-width: 100%;
    padding: 0 10px;
  }
}

/* p-columSub
----------------------------------------------------------------- */
.p-columSub {
  padding-top: 62px;
  padding-bottom: 211px;
}
@media (max-width: 768px) {
  .p-columSub {
    padding-bottom: 151px;
  }
}
.p-columSub__inner {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-columSub__interviewBox {
  margin-top: 70px;
}


/* p-fontcolor
----------------------------------------------------------------- */
#honda-magazine .rel .example1 {background: linear-gradient(transparent 60%,  #FFFF00 0%);
}


#honda-magazine .rel .example {font-weight: bold;background: #FFC200;color: #232323;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}


#honda-magazine .rel .example2 {font-weight: bold;background: #CC0000;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}


#honda-magazine .rel .example3 {font-weight: bold;background: #0075c1;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}


#honda-magazine .rel .example4 {font-weight: bold;background: #0052a4;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}

#honda-magazine .rel .example5 {font-weight: bold;background: #009C58;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}

#honda-magazine .rel .example6 {font-weight: bold;background: #0072AF;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}

#honda-magazine .rel .example7 {font-weight: bold;background: #FEBE00;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}

#honda-magazine .rel .example8 {font-weight: bold;background: #000;color: #FFF;padding: 0.1rem 0.7rem;border-radius: 8px 8px 8px 8px;}

#honda-magazine .rel .example9 {font-size:16px;background: linear-gradient(transparent 70%, #ffff7f 0%)}


.flex .p-caption__text {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8125;
  color: var(--deep-black);
  vertical-align: middle;
  display: inline-block;
}




/* 横並び */

.flex {
  display: flex; /*横並び*/
  margin-top: 50px;
}
.flex .image {
  width: 30px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.btn_link{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 160px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
    background-color: #841aff;
	border-radius: 8px;
}




/* p-sevenComment
----------------------------------------------------------------- */
.p-sevenComment {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .p-sevenComment {
    padding-top: 100px;
  }
}
.p-sevenComment__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-sevenComment__container {
    padding: 0 20px;
  }
}
.p-sevenComment__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-sevenComment__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.p-sevenComment__contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 93px;
}
@media (max-width: 768px) {
  .p-sevenComment__contentBox {
    gap: 63px;
  }
}
.p-sevenComment__textCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-right: 30px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-sevenComment__textCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    gap: 48px;
  }
}
.p-sevenComment__headingBox {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
.p-sevenComment__heading, .p-sevenComment__headingBg--marginSmall {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-sevenComment__heading, .p-sevenComment__headingBg--marginSmall {
    font-size: 26px;
  }
}
.p-sevenComment__heading + .p-sevenComment__heading, .p-sevenComment__headingBg--marginSmall + .p-sevenComment__heading, .p-sevenComment__heading + .p-sevenComment__headingBg--marginSmall, .p-sevenComment__headingBg--marginSmall + .p-sevenComment__headingBg--marginSmall {
  margin-right: 10px;
}
.p-sevenComment__headingBg, .p-sevenComment__headingBg--displayFlex {
  display: inline-block;
  background-color: var(--dark-black);
  padding: 10px 2px;
}
.p-sevenComment__headingBg--marginSmall {
  white-space: nowrap;
  margin: -12px 0 -11px;
}
.p-sevenComment__headingBg--displayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sevenComment__textBox {
  margin-top: 133px;
}
@media (max-width: 768px) {
  .p-sevenComment__textBox {
    margin-top: 0;
  }
}
.p-sevenComment__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--dark-black);
}
@media (max-width: 768px) {
  .p-sevenComment__name {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.p-sevenComment__text {
  margin-top: 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-sevenComment__text {
    font-size: 14px;
    line-height: 1.9285714286;
    max-width: 100%;
  }
}
.p-sevenComment__text2 {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8125;
  color: var(--deep-black);
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-sevenComment__text2 {
    font-size: 14px;
    line-height: 1.9285714286;
    max-width: 100%;
  }
}
.p-sevenComment__bigImg {
  max-width: 650px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .p-sevenComment__bigImg {
    max-width: 100%;
  }
}
.p-sevenComment__imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 39px;
}
@media (max-width: 768px) {
  .p-sevenComment__imageBox {

    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-sevenComment__imgItem {
  max-width: 300px;
  width: 100%;
}
.p-sevenComment__img {
  width: 100%;
}

/* p-secondComment
----------------------------------------------------------------- */


.text-combine {
text-combine-upright: all;
-ms-text-combine-horizontal: all;
}


/* p-secondComment
----------------------------------------------------------------- */


.title2-rel {
  font-weight: 600;
  font-size: 20px;
  line-height: 2.1125;
}
@media (max-width: 768px) {
  .title2-rel {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8125;
  }
}


span.sup {
  vertical-align: super;
  font-size: smaller;
}
span.sub {
  vertical-align: sub;
  font-size: smaller;
}


.flex .p-caption__text {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8125;
  color: var(--deep-black);
  vertical-align: middle;
  display: inline-block;
}

/* 横並び */

.flex {
  display: flex; /*横並び*/
  margin-top: 50px;
}
.flex .image {
  width: 30px; /*画像サイズ指定*/
  margin: 5px;
  padding: 0;
  overflow: hidden;
  position: relative;
}







/* スケジュールpc */
.schedule-list .item
{
    position: relative;
    
    border-top: 1px solid #841aff;
}

.schedule-list .pref
{
    position: absolute;
    left: 0;
    top: 0;
    width: 6em;
    
    text-align: center;
    line-height: 2;
    
    box-sizing: border-box;
    border: 1px solid #841aff;
    
    background-color: #fff;
    
    transform: translateY(-50%);
}

 .schedule-list .inner
{
    padding: 36px 0;
}

.schedule-list .row
{
    display: flex;
}

.schedule-list .row>*+*
{
    margin-left: 1em;
}

 .schedule-list .company a
{
    color: #000;
    text-decoration: underline;
}

.ticket-list .item
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    
    padding: 15px 20px 15px 0;
    
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.ticket-list .item:first-child
{
    padding-top: 0;
}

.centerview
{
	position: relative;
	margin: 0 auto;

	width: 980px;
}

.centerview
{
    box-sizing: border-box;
    padding: 0 67px;
}

.type-sub .centerview
{
    padding: 0 90px;
}

.section-title
{
	text-align: center;
    
    letter-spacing: 0.1em;
    font-size: 180%;
    font-weight: 700;
}
.section-title
{
	text-align: center;
    
    letter-spacing: 0.1em;
    font-size: 180%;
    font-weight: 700;
}
.ez-number-item
{
	position: relative;
	padding-left: 1.4em;
}
.ez-number-item:first-child
{
	counter-reset: myc-number 0;
}
.ez-number-item:before
{
	counter-increment: myc-number 1;
	content: counter(myc-number) '.';
	
	position: absolute;
	left: 0;
	top: 0;
}
.ez-pcwidebox .item
{
	width: 100%;
}
.ez-pcwidebox .item+.item
{
	margin-left: 24px;
}
.ez-tabview .ez-tabview-header .item
{
	flex-grow: 1;

	background-color: #ccc;
}
.ez-tabview .ez-tabview-header .item.active
{
	background-color: #fff;
}

.ez-tabview .ez-tabview-header .item a
{
	display: block;
}
.ez-tabview .ez-tabview-header .item.active a
{
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

.ez-tabview .ez-tabview-content .item
{
	display: none;
}
.ez-tabview .ez-tabview-content .item.active
{
	display: inherit;
}
.contents .list .item+.item
{
    margin-top: 56px;
}
.list .item
{
    display: flex;
}
.list .item+.item
{
    margin-top: 24px;
}
.schedule-list .item
{
    position: relative;
    
    border-top: 1px solid #841aff;
}
.list .item
{
    box-sizing: border-box;
    
    padding: 32px 40px;
    
    border: 1px solid #000;
    
}
.list .item+.item
{
    margin-top: 20px;
}
.section.sponsor .list .item
{
    margin-left: 40px;
    
    width: 390px;
}
.section.sponsor .list .item:first-child
{
    margin-left: initial;
}
.section.sponsor .list .item:nth-child(2n-1)
{
    margin-left: 0;
}
.section.sponsor .list .item:nth-child(n+3)
{
    margin-top: 40px;
}
.list .item+.item
{
    margin-top: 100px;
}
.myc.paging .item
{
	box-sizing: border-box;
}
.myc.paging .item.number
{
	background-color: #464646;
    
    border-radius: 100px;
}
.myc.paging .item.active
{
	background-color: #FF484B;
    
    border-radius: 100px;
}
.myc.paging .item+.item
{
	margin-left: 16px;
}

.myc.paging .item a,
.myc.paging .item span
{
	display: flex;
	justify-content: center;
	align-items: center;

	box-sizing: border-box;
	width: 40px;
	height: 40px;

    font-size: 120%;
    font-weight: 700;
	color: #fff;
}

.myc.paging .item.prev,
.myc.paging .item.last
{
    margin-left: 0;
}


.myc.paging .item.first a
{

    background-size: contain;
}
.myc.paging .item.prev a
{

    background-size: contain;
}
.myc.paging .item.next a
{

    background-size: contain;
}
.myc.paging .item.last a
{

    background-size: contain;
}

.schedule-list .item
{
    position: relative;
    
    border-top: 1px solid #841aff;
}

.schedule-list .pref
{
    position: absolute;
    left: 0;
    top: 0;
    width: 6em;
    
    text-align: center;
    line-height: 2;
    
    box-sizing: border-box;
    border: 1px solid #841aff;
    
    background-color: #fff;
    
    transform: translateY(-50%);
}

.schedule-list .inner
{
    padding: 36px 0;
}

.schedule-list .row
{
    display: flex;
}

.schedule-list .row>*+*
{
    margin-left: 1em;
}

.schedule-list .company a
{
    color: #000;
    text-decoration: underline;
}





/* スケジュールsp */
@media (max-width: 768px) {
 .schedule-list .item
    {

    }

.schedule-list .pref
    {
        
    }

.schedule-list .inner
    {
        padding: 24px 0 44px;
    }
.schedule-list .item:last-child .inner
    {
        padding-bottom: 0;
    }
    
 .schedule-list .right
    {
        margin-top: 12px;
    }

.schedule-list .row
    {
    }

.schedule-list .row>*+*
    {
        
    }

.schedule-list .company a
    {
    }
    
.ticket-list
    {
        margin-top: 24px;
    }

 .ticket-list .item
    {
        display: block;
        
        padding: 15px 20px 15px 0;
    }
 .ticket-list .item:first-child
    {
        border-top: 1px solid rgba(0,0,0,0.3);
        
        padding-top: 15px;
    } 

.centerview
	{
        padding: 0 5.8vw;
        
		width: inherit;
 } 
	
.centerview
    {
        padding: 0;
    }

.centerview
    {
        padding: 0 5.81vw;
    }
.centerview
    {
        padding: 0 10.47vw;
    }
.type-sub .centerview
    {
        padding: 0 10.47vw;
    }
.ez-pcwidebox .item
	{
		width: inherit;
	}
	
.ez-pcwidebox .item+.item
	{
		margin-left: inherit;
		margin-top: 8vw;
	}
.contents .list .item+.item
    {
        margin-top: 8vw;
    }
.list .item
    {
        display: block;
    }
.list .item+.item
    {
        margin-top: 24px;
    }
.schedule-list .item:last-child .inner
    {
        padding-bottom: 0;
    }
.ticket-list .item
    {
        display: block;
        
        padding: 15px 20px 15px 0;
    }
.ticket-list .item:first-child
    {
        border-top: 1px solid rgba(0,0,0,0.3);
        
        padding-top: 15px;
    }
.list .item
    {
        padding: 24px 5.81vw;
    }
.list .item+.item
    {
        margin-top: 16px;
    }

.section.sponsor .list .item,
.section.sponsor .list .item:nth-child(n+3)
    {
        margin-left: 0;
        margin-top: 8vw;

        width: 100%;
        
        text-align: center;
    }
.section.sponsor .list .item:first-child
    {
        margin-top: initial;
    }
    
.section.sponsor .list .item img
    {
 
    }
.list .item+.item
    {
        margin-top: 16vw;
    }
.myc.paging .item+.item
	{
		margin-left: 6px;
	}
    
.myc.paging .item a,
.myc.paging .item span
	{
		width: 32px;
		height: 32px;
		
		text-decoration: none;
	}
.schedule-list .item
    {

    }

.schedule-list .pref
    {
        
    }

.schedule-list .inner
    {
        padding: 24px 0 44px;
    }
.schedule-list .item:last-child .inner
    {
        padding-bottom: 0;
    }
    
.schedule-list .right
    {
        margin-top: 12px;
    }

.schedule-list .row
    {
    }

.schedule-list .row>*+*
    {
        
    }

.schedule-list .company a
    {
    }
	 }