@charset "UTF-8";

main{
    letter-spacing: 0;
}

.page p,
.page span,
.page a,
.page h2,
.page h3 {
  line-height: 1.5;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
}

a:hover {
  opacity: 0.6;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.page a:hover {
  opacity: 0.6;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page div,
.page span,
.page applet,
.page object,
.page iframe,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page p,
.page blockquote,
.page pre,
.page a,
.page abbr,
.page acronym,
.page address,
.page big,
.page cite,
.page code,
.page del,
.page dfn,
.page em,
.page img,
.page ins,
.page kbd,
.page q,
.page s,
.page samp,
.page small,
.page strike,
.page strong,
.page sub,
.page sup,
.page tt,
.page var,
.page b,
.page u,
.page i,
.page center,
.page dl,
.page dt,
.page dd,
.page ol,
.page ul,
.page li,
.page fieldset,
.page form,
.page label,
.page legend,
.page table,
.page caption,
.page tbody,
.page tfoot,
.page thead,
.page tr,
.page th,
.page td,
.page article,
.page aside,
.page canvas,
.page details,
.page embed,
.page figure,
.page figcaption,
.page footer,
.page header,
.page hgroup,
.page menu,
.page nav,
.page output,
.page ruby,
.page section,
.page summary,
.page time,
.page mark,
.page audio,
.page video,
.page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page article,
.page aside,
.page details,
.page figcaption,
.page figure,
.page footer,
.page header,
.page hgroup,
.page menu,
.page nav,
.page section,
.page summary,
.page picture {
  display: block;
}

.page *,
.page *:before,
.page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }

  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }

  .view--sp {
    display: block;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  /*=============================
	 item
	=============================*/
  /*=============================
     item　scroll ver
	=============================*/
}

.page__inner {
  margin: auto;
  max-width: 980px;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .page__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}

.page .reservation__btn .btn {
  position: relative;
  width: 80%;
  padding: 6px 26px 6px 16px;
  margin: 5px auto 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  border: solid 1px #092b4e;
  background-color: #092b4e;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3vw;
    padding: 2vw;
  }
}

.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}

.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.page .item__list {
  max-width: 770px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .page .item__list {
    max-width: 100%;
    margin: 2.6vw auto 0;
  }
}


@media screen and (max-width: 768px) {
  .page .item__list ul {
    display: block;
  }
}

.page .item__list ul li {
  max-width: 230px;
  width: 29.9%;
  margin-right: 5.1%;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .page .item__list ul li:nth-child(3n) {
    margin-right: 0;
  }

  .page .item__list ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .item__list ul li {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin: 0 1.3vw;
  }
}

.page .item__list__img {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page .item__list__img {
    position: relative;
    margin: auto;
    width: 42.2vw;
    height: 68.5vw;
  }

  .page .item__list__img img {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1.65, 1.65);
    transform: scale(1.65, 1.65);
  }
}

.page .item__list__text {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__list__text {
    margin-top: 2.6vw;
  }
}

.page .item__list__text p {
  color: #333;
}

.page .item--name,
.page .item--price {
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {

  .page .item--name,
  .page .item--price {
    font-size: 4.2vw;
  }
}

.page .item--price {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .item--price {
    margin-top: 1.3vw;
  }
}

.page .item--btn {
  width: 100%;
  background: #C2CCDA;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .item--btn {
    line-height: 13vw;
    font-size: 4.2vw;
    margin-top: 3.3vw;
  }
}

.page .item--btn:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 11px;
  -webkit-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
}

.page .item__scroll {
  width: 980px;
  text-align: center;
  margin: 100px auto 142px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 18vw auto 10vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }

  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 60vw;
    margin-top: 0;
    margin-right: 0;
    margin: 0 6vw;
    position: relative;
    overflow: visible;
  }

  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}

.page .item__scroll .item__list .ajax_area {
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__img {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__list__text .item--name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__anchor .btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50.7vw;
    width: 2.1vw;
    height: 5.2vw;
  }
}

.page .prev-arrow {
  left: -2.1vw;
}

.page .next-arrow {
  right: -2.1vw;
}

.page .ajax_area .preset_price_area {
  color: red;
}

.page .ajax_area a.cartinbtn {
  width: 80%;
  background-color: #000;
  margin: 5px auto 0;
}

@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
  }
}

.page .ajax_area .stock_exist {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */



.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 4;
}

.text-top,
.text-middle,
.text-bottom {
  color: #fff;
}

.text-top {
  font-size: 32px;
  text-shadow: 0px 3px 6px #000;
}

.text-middle {
  font-size: 50px;
  margin-top: 30px;
  text-shadow: 0px 3px 6px #000;
}

.text-bottom {
  font-size: 20px;
  line-height: 2;
  margin-top: 40px;
  text-shadow: 0px 3px 6px #000;
}

.scroll-indicator {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 95px;
  background-color: grey;
  transform: translateX(-50%);
  overflow: hidden;
}

.scroll-indicator span {
  display: block;
  width: 100%;
  /* Full width of the parent */
  height: 100%;
  /* Full height of the parent */
  background-color: #fff;
  /* White color line */
  animation: scrollAnimation 2s infinite;
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}


@media screen and (max-width: 767px) {
  .p-mv {
    position: relative;
    height: 100%;
  }

  .text-top {
    font-size: 23px;
  }

  .text-middle {
    font-size: 32px;
    margin-top: 25px;
  }

  .text-bottom {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }

  .scroll-indicator {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 50px;
    background-color: grey;
    transform: translateX(-50%);
    overflow: hidden;
  }
}

@media screen and (min-width: 767px) and (max-width: 1439px) {
  .p-mv {
    height: 100%;
  }
}

@media screen and (min-width: 1700px) {
  .p-mv {
    height: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .p-subHeader__item a {
    padding: 30px 15px;
  }
}

/* // subHeader // */

/* //共通// */
.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

.u-pc1 {
  display: block;
}

.u-sp2 {
  display: none;
}

@media screen and (max-width: 1023px) {
  .u-pc1 {
    display: none;
  }

  .u-sp2 {
    display: block;
  }
}

/* //utility// */



/* //p-hero// */
.p-hero {
  /* padding-top: 58px; */
}
.p-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 50px;
  box-sizing: border-box;
  align-items: center;
  padding-left: 91px;
}


.p-hero__body {
  margin-right: 20px;
  max-width: 560px;
  width: 100%;
  margin: -90px auto 0;
}

.p-hero__title {
  font-size: 4vw;
  line-height: calc(97 / 57);
  font-weight: bold;
  color: #333;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1441px) {
  .p-hero__title {
    font-size: 57px;
    line-height: calc(97 / 57);
    font-weight: bold;
    color: #333;
    letter-spacing: 0.03em;
  }
}

.p-hero__tag {
  font-size: 28px;
  line-height: calc(52/ 28);
  background-color: #333333;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.06em;
  font-family: 'Roboto', sans-serif;
}

.swiper {
  width: 100%;
  overflow: hidden;
  /* オーバーフローを非表示に */
}

.swiper-slide {
  width: 100%;
  /* スライドの幅をSwiperコンテナの100%に設定 */
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img{
  animation: zoomUp 7s linear 0s 1 normal both;  
}
.swiper-img img{
  display: block;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 26px;
    box-sizing: border-box;
    align-items: center;
    padding-left: 30px;
  }
  .p-hero__tag {
    font-size: 21px;
    line-height: calc(52/ 28);
    background-color: #333333;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 0.06em;
    font-family: 'Roboto', sans-serif;
  }
  .p-hero__body {
    margin-right: 20px;
    max-width: 560px;
    width: 100%;
    margin: 0px auto 0;
  }
}


@media screen and (max-width: 767px) {
  .p-hero {
    /* padding-top: 100px; */
    padding-top: 47px;
  }
  .p-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 0px 0;
    gap: 14px;
    box-sizing: border-box;
    align-items: center;
  }

  .p-hero__body {
    padding: 0 30px;
    margin: 0 auto;
  }

  .p-hero__title {
    font-size: 34px;
    line-height: calc(97 / 57);
    font-weight: bold;
    color: #333;
    letter-spacing: 0.03em;
  }

  .p-hero__tag {
    font-size: 18px;
    line-height: calc(52/ 28);
    background-color: #333333;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    padding: 4px 0;
    letter-spacing: 0.06em;
    font-family: 'Roboto', sans-serif;
  }

  .p-hero__swiper {
    margin-top: 24px;
  }

  .swiper {
    width: 100%;
    overflow: hidden;
    /* オーバーフローを非表示に */
  }

  .swiper-slide {
    width: 100%;
    /* スライドの幅をSwiperコンテナの100%に設定 */
  }


  .swiper-img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }
}


/* //p-hero// */

/* //p-style// */
.p-style {
  margin-top: 98px;
  margin-bottom: 115px;
}

.p-style__inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.p-style__title {
  text-align: center;
  position: relative;
}

.p-style__topTitle {
  font-size: 41px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.6;
}

.fontSize01 {
  font-size: 85px;
  display: contents;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.fontSize02 {
  font-size: 62px;
  display: contents;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.fontSize03 {
  font-size: 41px;
  display: contents;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.fontSize04 {
  font-size: 56px;
  display: contents;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-style__title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

.p-style__title div {
  position: relative;
  padding: 0 1em;
  background: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-style__text {
  font-size: 16px;
  line-height: calc(60 / 16);
  text-align: center;
  margin-top: 30px;
}

.p-style__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 11px;
  margin-top: 35px;
}

.p-style__item--01 a {
  display: inline-flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  padding-top: 28px;
  background: linear-gradient(-72deg, #75483F 0%, #75483F 46.7%, #3F5675 46.7%, #3F5675 100%);
  color: #fff;
  position: relative;
}
.p-style__item--02 a {
  display: inline-flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  padding-top: 28px;
  background: #466E77;
  color: #fff;
  position: relative;
}
.p-style__item--03 a {
  display: inline-flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  padding-top: 28px;
  background: #7E6B4F;
  color: #fff;
  position: relative;
}
.p-style__item--04 a {
  display: inline-flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  padding-top: 28px;
  background: #4A7950;
  color: #fff;
  position: relative;
}

.p-style__angle {
  position: absolute;
  bottom: 0;
}

.scroll {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

.scroll::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(5px);
  }

  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translateY(5px);
  }

  40% {
    transform: translate(0);
  }
}

@media screen and (max-width: 767px) {
  .p-style {
    margin-top: 78px;
    margin-bottom: 133px;
  }

  .p-style__inner {
    padding: 0 15px;
  }

  .p-style__topTitle {
    font-size: 24px;
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 1.6;
  }

  .p-style__title div {
    padding: 0 7px;
  }

  .fontSize01 {
    font-size: 49px;
    display: contents;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .fontSize02 {
    font-size: 36px;
    display: contents;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .fontSize03 {
    font-size: 24px;
    display: contents;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .fontSize04 {
    font-size: 32px;
    display: contents;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .p-style__title:before {
    top: calc(50% - 9px);
    background: #333;
  }

  .p-style__text {
    line-height: calc(28 / 16);
    margin-top: 14px;
  }

  .p-style__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 35px;
  }

  .p-style__item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .p-style__item--01 a {
    height: 120px;
    padding-top: 45px;
  }
  .p-style__item--02 a {
    height: 120px;
    line-height: calc(30/ 20);
  }
  .p-style__item--03 a {
    height: 120px;
    line-height: calc(30/ 20);
  }
  .p-style__item--04 a {
    height: 120px;
    padding-top: 45px;
  }
}

/* //p-style// */


/* //p-content--01// */

/* //about// */
.p-content--01 .p-content-about {
  background: linear-gradient(-72deg, #75483F 0%, #75483F 50%, #3F5675 50%, #3F5675 100%);
  height: 636px;
  padding: 80px 0;
}

.p-content--01 .p-content-about__box {
  color: #fff;
  border: 1px solid;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--01 .p-content-about__textBox {
  margin: -2px auto;
  max-width: 714px;
  width: 100%;
  background: linear-gradient(-72deg, #75483F 0%, #75483F 46.7%, #3F5675 46.7%, #3F5675 100%);
  text-align: center;
  padding-bottom: 10px;
}
.p-content-about__title, .p-content-about__heading{
  color: #fff;
}

.p-content--01 .p-content-about__title {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(56 / 34);
}

.p-content--01 .p-content-about__heading {
  margin-top: 25px;
}
.p-content--01 .p-content-about__heading img {
  width: 340px;
}

.p-content--01 .p-content-about__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 27px;
}

/* //about// */

/* //recommend// */
.p-content--01 .p-content-recommend {
  margin-top: -185px;
}

.p-content--01 .p-content-recommend__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--01 .p-content-recommend__textBox {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-family: 'Roboto', sans-serif;
}

.p-content--01 .p-content-recommend__imageBox {
  border: 1px solid #000;
}

.p-content--01 .p-content-recommend__textBox p {
  font-size: 38px;
  font-weight: bold;
}

.p-content--01 .border01 {
  position: relative;
}

.p-content--01 .border01::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

.p-content--01 .border02 {
  position: relative;
}

.p-content--01 .border02::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

/* //recommend// */

/* //scene// */
.p-content--01 .p-content-scene {
  max-width: 980px;
  width: 100%;
  margin: 130px auto 0;
}

.p-content--01 .p-content-scene__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--01 .p-content-scene__heading::after {
  position: absolute;
  content: "scene";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--01 .p-content-scene__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.p-content--01 .p-content-scene__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
}

.p-content--01 .p-content-scene__text {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
}

/* //scene// */

/* //feature// */
.p-content--01 .p-content-feature {
  max-width: 980px;
  width: 100%;
  margin: 110px auto 0;
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 35px 0;
  height: 464px;
}

.p-content--01 .p-content-feature__heading {
  font-size: 28px;
  padding-top: 37px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.p-content--01 .p-content-feature__heading img {
  width: 170px;
}

.p-content--01 .p-content-feature__heading::after {
  position: absolute;
  content: "features";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--01 .p-content-feature__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
  max-width: 682px;
  width: 100%;
  margin: 68px auto 0;
}

.p-content--01 .p-content-feature__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
  line-height: calc(30 / 16);
  text-align: center;
}

.p-content--01 .p-content-feature__image--01 img {
  width: 160px;
  margin-left: 33px;
}

.p-content--01 .p-content-feature__image--02 img {
  width: 160px;
  margin-left: 33px;
}

.p-content--01 .p-content-feature__image--03 img {
  width: 160px;
  margin-left: 33px;
}

.p-content--01 .p-content-feature__image--01 {
  position: relative;
}

.p-content--01 .p-content-feature__image--01::before {
  position: absolute;
  content: "01";
  left: -5px;
  top: -34px;
  font-size: 29px;
  font-weight: bold;
  color: #3F5675;
  font-family: 'Roboto', sans-serif;
}

.p-content--01 .p-content-feature__image--01::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 8px;
  left: 6px;
}

.p-content--01 .p-content-feature__image--02 {
  position: relative;
}

.p-content--01 .p-content-feature__image--02::before {
  position: absolute;
  content: "02";
  left: -5px;
  top: -34px;
  font-size: 29px;
  font-weight: bold;
  color: #3F5675;
  font-family: 'Roboto', sans-serif;
}

.p-content--01 .p-content-feature__image--02::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 8px;
  left: 6px;
}

.p-content--01 .p-content-feature__image--03 {
  position: relative;
}

.p-content--01 .p-content-feature__image--03::before {
  position: absolute;
  content: "03";
  left: -5px;
  top: -34px;
  font-size: 29px;
  font-weight: bold;
  color: #3F5675;
  font-family: 'Roboto', sans-serif;
}

.p-content--01 .p-content-feature__image--03::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 8px;
  left: 6px;
}

/* //feature// */

/* //youtube// */
.p-content--01 .p-content-youtube {
  text-align: center;
  margin-top: 100px;
}

/* //youtube// */

/* //product// */
.p-content--01 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 20%, #F7F7F7 20%, #F7F7F7 100%);
}

.p-content--01 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 126px auto 0;
  padding-bottom: 200px;
}

.p-content--01 .p-content-product__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--01 .p-content-product__heading::after {
  position: absolute;
  content: "products";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.p-content--01 .p-content-product__wrap {
  display: flex;
  justify-content: center;
  gap: 101px;
  margin-top: 66px;
}

.p-content--01 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--01 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 25px;
  margin-left: 9px;
  padding-left: 10px;
}

.p-content--01 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--01 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--01 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--01 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--01 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}

.p-content--01 .p-content-product__boxBtn a {
  width: 270px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.p-content--01 .p-content-product__btn {
  text-align: center;
  margin-top: 120px;
}

.p-content--01 .p-content-product__btn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-72deg, #75483F 0%, #75483F 50%, #3F5675 50%, #3F5675 100%);
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--01 .p-content-product__btn a img {
  width: 145px;
}

.p-content--01 .p-content-product__btn a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/gaiuIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 23px;
  height: 18px;
}

.p-content--01 .p-content-product__styleBtn {
  text-align: center;
  margin-top: 20px;
}

.p-content--01 .p-content-product__styleBtn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 20px;
  color: #333;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--01 .p-content-product__styleBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 80px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-45deg);
}


@media screen and (max-width: 1023px) {

  /* //about// */
  .p-content--01 .p-content-about {
    background: linear-gradient(-80deg, #75483F 0%, #75483F 53%, #3F5675 53%, #3F5675 100%);
    border: none;
    height: 387px;
    padding: 45px 0;
  }

  .p-content--01 .p-content-about__box {
    color: #fff;
    border: none;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
  }

  .p-content--01 .p-content-about__textBox {
    margin: 0px auto;
    max-width: 714px;
    width: 100%;
    background: transparent;
    text-align: center;
    padding-bottom: 10px;
  }

  .p-content--01 .p-content-about__title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(36 / 20);
  }

  .p-content--01 .p-content-about__heading {
    margin-top: 15px;
  }
  .p-content--01 .p-content-about__heading img {
    width: 225px;
  }

  .p-content--01 .p-content-about__text {
    font-size: 16px;
    line-height: calc(32 / 16);
    margin-top: 16px;
  }

  /* //about// */
  /* //recommend// */
  .p-content--01 .p-content-recommend {
    margin-top: -41px;
    padding: 0 41px;
  }

  .p-content--01 .p-content-recommend__box {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;

  }

  .p-content--01 .p-content-recommend__box .sp01 {
    order: 1;
  }

  .p-content--01 .p-content-recommend__box .sp02 {
    order: 2;
  }
  .p-content--01 .p-content-recommend__box .sp02 img, .p-content--01 .p-content-recommend__box .sp04 img, .p-content--02 .p-content-recommend__box .sp02 img, .p-content--02 .p-content-recommend__box .sp04 img, .p-content--03 .p-content-recommend__box .sp02 img, .p-content--04 .p-content-recommend__box .sp02 img, .p-content--04 .p-content-recommend__box .sp04 img {
    height: 100%;
    max-width: auto;
    width: auto;
  }
  .p-content--01 .p-content-recommend__box .sp03 {
    order: 3;
  }
  .p-content--01 .p-content-recommend__box .sp04 {
    order: 4;
  }

  .p-content--01 .p-content-recommend__textBox {
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 400px;
  }

  .p-content--01 .p-content-recommend__imageBox {
    border: 1px solid #000;
  }

  .p-content--01 .p-content-recommend__textBox p {
    font-size: 32px;
    font-weight: bold;
  }

  .p-content--01 .border01 {
    position: relative;
  }

  .p-content--01 .border01::after {
    position: absolute;
    content: "";
    top: 98px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  .p-content--01 .border02 {
    position: relative;
  }

  .p-content--01 .border02::after {
    position: absolute;
    content: "";
    top: 98px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  /* //recommend// */
  /* //scene// */
  .p-content--01 .p-content-scene {
    margin: 90px auto 0;
    padding: 0 17px;
  }

  .p-content--01 .p-content-scene__heading {
    font-size: 22px;
    padding-top: 32px;
  }

  .p-content--01 .p-content-scene__heading::after {
    font-size: 18px;
  }

  .p-content--01 .p-content-scene__wrap {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }

  .p-content--01 .p-content-scene__box {
    max-width: 400px;
    margin: auto;
  }
  .p-content--01 .p-content-scene__box:nth-child(n + 2) {
    margin-top: 13px;
  }

  /* //scene// */
  /* //feature// */
  .p-content--01 .p-content-feature {
    max-width: 980px;
    width: 100%;
    margin: 78px auto 0;
    background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg_sp--01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    height: 1200px;
  }

  .p-content--01 .p-content-feature__heading {
    font-size: 22px;
    padding-top: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-content--01 .p-content-feature__heading img {
    width: 145px;
  }

  .p-content--01 .p-content-feature__heading::after {
    position: absolute;
    content: "features";
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #B1B1B1;
    font-weight: bold;
    font-size: 18px;
  }


  .p-content--01 .p-content-feature__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 42px;
    max-width: 682px;
    width: 100%;
    margin: 68px auto 0;
  }
  .p-content--01 .p-content-feature__box {
    text-align: center;
  }

  .p-content--01 .p-content-feature__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    line-height: calc(30 / 16);
    text-align: center;
  }

  .p-content--01 .p-content-feature__image--01 img {
    width: 190px;
    margin-left:0px;
  }

  .p-content--01 .p-content-feature__image--02 img {
    width: 190px;
    margin-left:0px;
  }

  .p-content--01 .p-content-feature__image--03 img {
    width: 190px;
    margin-left:0px;
  }

  .p-content--01 .p-content-feature__image--01 {
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }

  .p-content--01 .p-content-feature__image--01::before {
    position: absolute;
    content: "01";
    left: -27px;
    top: -36px;
    font-size: 29px;
    font-weight: bold;
    color: #3F5675;
    font-family: 'Roboto', sans-serif;
  }

  .p-content--01 .p-content-feature__image--01::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 11px;
    left: -33px;
  }

  .p-content--01 .p-content-feature__image--02 {
    position: relative;
    display: inline-block;
    margin-top: 41px;
  }

  .p-content--01 .p-content-feature__image--02::before {
    position: absolute;
    left: -27px;
    top: -36px;
    font-size: 29px;
    font-weight: bold;
    color: #3F5675;
    font-family: 'Roboto', sans-serif;
  }

  .p-content--01 .p-content-feature__image--02::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 11px;
    left: -33px;
  }

  .p-content--01 .p-content-feature__image--03 {
    position: relative;
    display: inline-block;
    margin-top: 37px;
  }

  .p-content--01 .p-content-feature__image--03::before {
    position: absolute;
    content: "03";
    left: -27px;
    top: -36px;
    font-size: 29px;
    font-weight: bold;
    color: #3F5675;
    font-family: 'Roboto', sans-serif;
  }

  .p-content--01 .p-content-feature__image--03::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 11px;
    left: -33px;
  }

  /* //feature// */
  
  /* //youtube// */
  .p-content--01 .p-content-youtube {
    text-align: center;
    /* margin-top: 80px; */
    margin: 80px auto 0;
    padding: 0 18px;
    max-width: 600px;
  }
  .p-content--01 .p-content-youtube iframe {
    width: 100%;
    height: 300px;
  }
  /* //youtube// */

  /* //product// */
.p-content--01 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 15%, #F7F7F7 15%, #F7F7F7 100%);
}

.p-content--01 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 90px auto 0;
  padding-bottom: 122px;
}

.p-content--01 .p-content-product__heading {
  font-size: 22px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--01 .p-content-product__heading::after {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.p-content--01 .p-content-product__wrap {
  display: block;
  margin-top: 40px;
}
.p-content--01 .p-content-product__box:not(:first-child) {
  margin-top: 82px;
}

.p-content--01 .p-content-product__boxImage {
  text-align: center;
}
.p-content--01 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--01 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 25px;
  margin-left: 9px;
  padding-left: 10px;
  margin: 25px auto 0;
  max-width: 310px;
  text-align: left;
}

.p-content--01 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--01 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--01 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--01 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--01 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}


  .p-content--01 .p-content-product__boxBtn a {
    width: 270px;
  }
  
  .p-content--01 .p-content-product__btn {
    text-align: center;
    margin-top: 99px;
  }
  
  .p-content--01 .p-content-product__btn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--01 .p-content-product__btn a img {
    width: 110px;
  }
  .p-content--01 .p-content-product__btn a::after {
    right: 40px;
    width: 18px;
    height: 14px;
  }
  
  .p-content--01 .p-content-product__styleBtn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--01 .p-content-product__styleBtn a::after {
    right: 40px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {  
  .p-content--01 .p-content-recommend__textBox {
    height: 293px;
  }
  .p-content--01 .p-content-youtube iframe {
    width: 100%;
    height: 193px;
  }
}


/* //product// */

/* //p-content--01// */


/* //p-content--02// */

/* //about// */
.p-content--02 .p-content-about {
  background: #466F77;
  height: 636px;
  padding: 80px 0;
}

.p-content--02 .p-content-about__box {
  color: #fff;
  border: 1px solid;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--02 .p-content-about__textBox {
  margin: -2px auto;
  max-width: 714px;
  width: 100%;
  background: #466F77;
  text-align: center;
  padding-bottom: 10px;
}

.p-content--02 .p-content-about__title {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(56 / 34);
}

.p-content--02 .p-content-about__heading {
  font-size: 50px;
  font-weight: bold;
  line-height: calc(60 / 50);
  margin-top: 29px;

}

.p-content--02 .p-content-about__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 27px;
}

/* //about// */

/* //recommend// */
.p-content--02 .p-content-recommend {
  margin-top: -185px;
}

.p-content--02 .p-content-recommend__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--02 .p-content-recommend__textBox {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-family: 'Roboto', sans-serif;
}

.p-content--02 .p-content-recommend__imageBox {
  border: 1px solid #000;
}

.p-content--02 .p-content-recommend__textBox p {
  font-size: 38px;
  font-weight: bold;
}

.p-content--02 .border01 {
  position: relative;
}

.p-content--02 .border01::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

.p-content--02 .border02 {
  position: relative;
}

.p-content--02 .border02::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

/* //recommend// */

/* //scene// */
.p-content--02 .p-content-scene {
  max-width: 980px;
  width: 100%;
  margin: 130px auto 0;
}

.p-content--02 .p-content-scene__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--02 .p-content-scene__heading::after {
  position: absolute;
  content: "scene";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--02 .p-content-scene__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.p-content--02 .p-content-scene__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
}

.p-content--02 .p-content-scene__text {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
}

/* //scene// */

/* //feature// */
.p-content--02 .p-content-feature {
  max-width: 980px;
  width: 100%;
  margin: 110px auto 0;
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg--large.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 35px 0;
  height: 580px;
}

.p-content--02 .p-content-feature__heading {
  font-size: 28px;
  padding-top: 37px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--02 .p-content-feature__heading::after {
  position: absolute;
  content: "features";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--02 .p-content-feature__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-top: 42px;
  max-width: 682px;
  width: 100%;
  margin: 68px auto 0;
}

.p-content--02 .p-content-feature__title {
  font-size: 13px;
  margin-top: 10px;
  line-height: calc(24 / 13);
  text-align: center;
}

.p-content--02 .p-content-feature__text--01 {
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 /16);
  font-weight: bold;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-content--02 .p-content-feature__text--02 {
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 /16);
  font-weight: bold;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-content--02 .p-content-feature__text--03 {
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 /16);
  font-weight: bold;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-content--02 .p-content-feature__text--01 {
  position: relative;
}

.p-content--02 .p-content-feature__text--01::before {
  position: absolute;
  content: "01";
  left: -21px;
  top: -48px;
  font-size: 29px;
  font-weight: bold;
  color: #466E77;
  font-family: 'Roboto', sans-serif;
}

.p-content--02 .p-content-feature__text--01::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 10px;
  left: -19px;
}

.p-content--02 .p-content-feature__text--02 {
  position: relative;
}

.p-content--02 .p-content-feature__text--02::before {
  position: absolute;
  content: "02";
  left: -21px;
  top: -48px;
  font-size: 29px;
  font-weight: bold;
  color: #466E77;
  font-family: 'Roboto', sans-serif;
}

.p-content--02 .p-content-feature__text--02::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 10px;
  left: -19px;
}

.p-content--02 .p-content-feature__text--03 {
  position: relative;
}

.p-content--02 .p-content-feature__text--03::before {
  position: absolute;
  content: "03";
  left: -21px;
  top: -48px;
  font-size: 29px;
  font-weight: bold;
  color: #466E77;
  font-family: 'Roboto', sans-serif;
}

.p-content--02 .p-content-feature__text--03::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 10px;
  left: -19px;
}

.p-content--02 .p-content-feature__attention {
  text-align: center;
}
.p-content--02 .p-content-feature__attention p {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15);
  background-color: #BBD8DE;
  text-align: center;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 30px;
}

/* //feature// */

/* //youtube// */
.p-content-youtube {
  text-align: center;
  margin-top: 100px;
}

/* //youtube// */

/* //product// */
.p-content--02 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 20%, #F7F7F7 20%, #F7F7F7 100%);
}

.p-content--02 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 126px auto 0;
  padding-bottom: 200px;
}

.p-content--02 .p-content-product__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--02 .p-content-product__heading::after {
  position: absolute;
  content: "products";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.p-content--02 .p-content-product__wrap {
  display: flex;
  justify-content: center;
  gap: 101px;
  margin-top: 55px;
}

.p-content--02 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--02 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 25px;
  margin-left: 9px;
  padding-left: 10px;
}

.p-content--02 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--02 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--02 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--02 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 16px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--02 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}

.p-content--02 .p-content-product__boxBtn a {
  width: 270px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.p-content--02 .p-content-product__btn {
  text-align: center;
  margin-top: 120px;
}

.p-content--02 .p-content-product__btn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #466F77;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--02 .p-content-product__btn a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/gaiuIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 23px;
  height: 18px;
}

.p-content--02 .p-content-product__styleBtn {
  text-align: center;
  margin-top: 120px;
}

.p-content--02 .p-content-product__styleBtn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 20px;
  color: #333;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--02 .p-content-product__styleBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 80px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-45deg);
}

.p-content--02 .p-content-product__banner {
  max-width: 765px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 20px;
}

.fontR {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  margin-top: -8px;
  display: inline-block;
  line-height: 0;
}
.fontR1 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  margin-top: -4px;
  display: inline-block;
  line-height: 0;
}
.fontR2 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-top: -4px;
  display: inline-block;
  line-height: 0;
}

/* //product// */

@media screen and (max-width: 1023px) {
  .fontR {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    margin-top: -10px;
    display: inline-block;
    line-height: 0;
  }
  
  .fontR1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-top: -8px;
    display: inline-block;
    line-height: 0;
  }
  .fontR2 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-top: -8px;
    display: inline-block;
    line-height: 0;
  }
  /* //about// */
  .p-content--02 .p-content-about {
    background: #466F77;
    border: none;
    height: 417px;
    padding: 45px 0;
  }

  .p-content--02 .p-content-about__box {
    color: #fff;
    border: none;
    max-width: 812px;
    width: 100%;
    margin: 0px auto;
  }

  .p-content--02 .p-content-about__textBox {
    margin: 0px auto;
    max-width: 714px;
    width: 100%;
    background: transparent;
    text-align: center;
    padding-bottom: 10px;
  }

  .p-content--02 .p-content-about__title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(36 / 20);
  }

  .p-content--02 .p-content-about__heading {
    font-size: 32px;
    font-weight: bold;
    line-height: calc(60 / 32);
    margin-top: 15px;

  }

  .p-content--02 .p-content-about__text {
    font-size: 16px;
    line-height: calc(32 / 16);
    margin-top: 16px;
  }

  /* //about// */
  /* //recommend// */
  .p-content--02 .p-content-recommend {
    margin-top: -41px;
    padding: 0 41px;
  }

  .p-content--02 .p-content-recommend__box {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;

  }

  .p-content--02 .p-content-recommend__box .sp01 {
    order: 1;
  }

  .p-content--02 .p-content-recommend__box .sp02 {
    order: 2;
  }
  .p-content--02 .p-content-recommend__box .sp03 {
    order: 3;
  }
  .p-content--02 .p-content-recommend__box .sp04 {
    order: 4;
  }

  .p-content--02 .p-content-recommend__textBox {
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 400px;
  }

  .p-content--02 .p-content-recommend__imageBox {
    border: 1px solid #000;
  }

  .p-content--02 .p-content-recommend__textBox p {
    font-size: 32px;
    font-weight: bold;
  }

  .p-content--02 .border01 {
    position: relative;
  }

  .p-content--02 .border01::after {
    position: absolute;
    content: "";
    top: 98px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  .p-content--02 .border02 {
    position: relative;
  }

  .p-content--02 .border02::after {
    position: absolute;
    content: "";
    top: 98px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  /* //recommend// */
  /* //scene// */
  .p-content--02 .p-content-scene {
    margin: 69px auto 0;
    padding: 0 17px;
  }

  .p-content--02 .p-content-scene__heading {
    font-size: 22px;
    padding-top: 32px;
  }

  .p-content--02 .p-content-scene__heading::after {
    font-size: 18px;
  }

  .p-content--02 .p-content-scene__wrap {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }
  .p-content--02 .p-content-scene__box {
    max-width: 400px;
    margin: auto;
  }

  .p-content--02 .p-content-scene__box:nth-child(n + 2) {
    margin-top: 13px;
  }

  /* //scene// */
  /* //feature// */
  .p-content--02 .p-content-feature {
    max-width: 980px;
    width: 100%;
    margin: 90px auto 0;
    background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    height: 1130px;
  }

  .p-content--02 .p-content-feature__heading {
    font-size: 22px;
    padding-top: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }

  .p-content--02 .p-content-feature__heading::after {
    position: absolute;
    content: "features";
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #B1B1B1;
    font-weight: bold;
    font-size: 18px;
  }


  .p-content--02 .p-content-feature__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
    margin-top: 42px;
    max-width: 682px;
    width: 100%;
    margin: 68px auto 0;
    padding: 0 90px;
  }
  .p-content--02 .p-content-feature__box {
    text-align: center;
    margin: 0 auto;
  }

  .p-content--02 .p-content-feature__title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    line-height: calc(30 / 16);
    text-align: center;
  }

  .p-content--02 .p-content-feature__text--01 {
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: calc(30 /16);
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-content--02 .p-content-feature__text--02 {
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: calc(30 /16);
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-content--02 .p-content-feature__text--03 {
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: calc(30 /16);
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-content--02 .p-content-feature__text--01 {
    position: relative;
  }
  
  .p-content--02 .p-content-feature__text--01::before {
    position: absolute;
    content: "01";
    left: -21px;
    top: -48px;
    font-size: 29px;
    font-weight: bold;
    color: #466E77;
    font-family: 'Roboto', sans-serif;
  }
  
  .p-content--02 .p-content-feature__text--01::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 10px;
    left: -19px;
  }
  
  .p-content--02 .p-content-feature__text--02 {
    position: relative;
  }
  
  .p-content--02 .p-content-feature__text--02::before {
    position: absolute;
    content: "02";
    left: -21px;
    top: -48px;
    font-size: 29px;
    font-weight: bold;
    color: #466E77;
    font-family: 'Roboto', sans-serif;
  }
  
  .p-content--02 .p-content-feature__text--02::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 10px;
    left: -19px;
  }
  
  .p-content--02 .p-content-feature__text--03 {
    position: relative;
  }
  
  .p-content--02 .p-content-feature__text--03::before {
    position: absolute;
    content: "03";
    left: -21px;
    top: -48px;
    font-size: 29px;
    font-weight: bold;
    color: #466E77;
    font-family: 'Roboto', sans-serif;
  }
  
  .p-content--02 .p-content-feature__text--03::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 10px;
    left: -19px;
  }
  
  .p-content--02 .p-content-feature__attention {
    text-align: center;
  }
  .p-content--02 .p-content-feature__attention p {
    width: 290px;
    font-size: 15px;
    font-weight: bold;
    line-height: calc(28 / 15);
    background-color: #BBD8DE;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 30px;
  }

  /* //feature// */
  
  /* //youtube// */
  .p-content--02 .p-content-youtube {
    text-align: center;
    /* margin-top: 80px; */
    margin: 80px auto 0;
    padding: 0 18px;
    max-width: 600px;
  }
  .p-content--02 .p-content-youtube iframe {
    width: 100%;
    height: 300px;
  }
  /* //youtube// */

  /* //product// */
.p-content--02 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 22%, #F7F7F7 22%, #F7F7F7 100%);
}

.p-content--02 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 92px auto 0;
  padding-bottom: 120px;
}

.p-content--02 .p-content-product__heading {
  font-size: 22px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--02 .p-content-product__heading::after {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.p-content--02 .p-content-product__wrap {
  display: block;
  margin-top: 40px;
}
.p-content--02 .p-content-product__box:not(:first-child) {
  margin-top: 82px;
}

.p-content--02 .p-content-product__boxImage {
  text-align: center;
}
.p-content--02 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--02 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 25px;
  margin-left: 9px;
  padding-left: 10px;
  margin: 25px auto 0;
  max-width: 310px;
  text-align: left;
}

.p-content--02 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--02 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--02 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--02 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--02 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}


  .p-content--02 .p-content-product__boxBtn a {
    width: 270px;
  }
  
  .p-content--02 .p-content-product__btn {
    text-align: center;
    margin-top: 99px;
  }
  
  .p-content--02 .p-content-product__btn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--02 .p-content-product__btn a::after {
    right: 40px;
    width: 18px;
    height: 14px;
  }
  
  .p-content--02 .p-content-product__styleBtn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--02 .p-content-product__styleBtn a::after {
    right: 40px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {  
  .p-content--02 .p-content-recommend__textBox {
    height: 293px;
  }
  .p-content--02 .p-content-youtube iframe {
    width: 100%;
    height: 193px;
  }
}

/* //p-content--02// */


/* //p-content--03// */

/* //about// */
.p-content--03 .p-content-about {
  background: #7E6B4F;
  height: 636px;
  padding: 80px 0;
}

.p-content--03 .p-content-about__box {
  color: #fff;
  border: 1px solid;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--03 .p-content-about__textBox {
  margin: -2px auto;
  max-width: 714px;
  width: 100%;
  background: #7E6B4F;
  text-align: center;
  /* padding-bottom: 10px; */
  padding: 34px 0 10px;
}

.p-content--03 .p-content-about__title {
  font-size: 36px;
  font-weight: bold;
  line-height: calc(56 / 34);
  margin-top: 20px;
}

.p-content--03 .p-content-about__heading {
  font-size: 50px;
  font-weight: bold;
  line-height: calc(60 / 50);
  margin-top: 18px;

}

.p-content--03 .p-content-about__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 20px;
}

/* //about// */

/* //recommend// */
.p-content--03 .p-content-recommend {
  margin-top: -185px;
}

.p-content--03 .p-content-recommend__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--03 .p-content-recommend__textBox {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-family: 'Roboto', sans-serif;
}

.p-content--03 .p-content-recommend__imageBox {
  border: 1px solid #000;
}

.p-content--03 .p-content-recommend__textBox p {
  font-size: 38px;
  font-weight: bold;
}

.p-content--03 .border01 {
  position: relative;
}

.p-content--03 .border01::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

.p-content--03 .border02 {
  position: relative;
}

.p-content--03 .border02::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

/* //recommend// */

/* //scene// */
.p-content--03 .p-content-scene {
  max-width: 980px;
  width: 100%;
  margin: 130px auto 0;
}

.p-content--03 .p-content-scene__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--03 .p-content-scene__heading::after {
  position: absolute;
  content: "scene";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--03 .p-content-scene__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.p-content--03 .p-content-scene__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
}

.p-content--03 .p-content-scene__text {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
}

/* //scene// */

/* //feature// */
.p-content--03 .p-content-feature {
  max-width: 980px;
  width: 100%;
  margin: 110px auto 0;
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg--small.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 35px 0;
  height: 374px;
}

.p-content--03 .p-content-feature__heading {
  font-size: 28px;
  padding-top: 37px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--03 .p-content-feature__heading::after {
  position: absolute;
  content: "features";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--03 .p-content-feature__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px;
  margin-top: 42px;
  max-width: 682px;
  width: 100%;
  margin: 68px auto 0;
}

.p-content--03 .p-content-feature__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
  line-height: calc(30 / 16);
  text-align: center;
}

.p-content--03 .p-content-feature__text--01 {
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 /16);
  font-weight: bold;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-content--03 .p-content-feature__text--02 {
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 /16);
  font-weight: bold;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-content--03 .p-content-feature__text--03 {
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 /16);
  font-weight: bold;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-content--03 .p-content-feature__text--01 {
  position: relative;
}

.p-content--03 .p-content-feature__text--01::before {
  position: absolute;
  content: "01";
  left: -21px;
  top: -48px;
  font-size: 29px;
  font-weight: bold;
  color: #7E6B4F;
  font-family: 'Roboto', sans-serif;
}

.p-content--03 .p-content-feature__text--01::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 10px;
  left: -19px;
}

.p-content--03 .p-content-feature__text--02 {
  position: relative;
}

.p-content--03 .p-content-feature__text--02::before {
  position: absolute;
  content: "02";
  left: -21px;
  top: -48px;
  font-size: 29px;
  font-weight: bold;
  color: #7E6B4F;
  font-family: 'Roboto', sans-serif;
}

.p-content--03 .p-content-feature__text--02::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 10px;
  left: -19px;
}

.p-content--03 .p-content-feature__text--03 {
  position: relative;
}

.p-content--03 .p-content-feature__text--03::before {
  position: absolute;
  content: "03";
  left: -21px;
  top: -48px;
  font-size: 29px;
  font-weight: bold;
  color: #7E6B4F;
  font-family: 'Roboto', sans-serif;
}

.p-content--03 .p-content-feature__text--03::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 10px;
  left: -19px;
}

/* //feature// */

/* //product// */
.p-content--03 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 20%, #F7F7F7 20%, #F7F7F7 100%);
}

.p-content--03 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 83px auto 0;
  padding-bottom: 200px;
}

.p-content--03 .p-content-product__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--03 .p-content-product__heading::after {
  position: absolute;
  content: "products";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.p-content--03 .p-content-product__wrap {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 60px;
}

.p-content--03 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--03 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 35px;
  padding-left: 10px;
}

.p-content--03 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--03 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--03 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--03 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--03 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}

.p-content--03 .p-content-product__boxBtn a {
  width: 270px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.p-content--03 .p-content-product__styleBtn {
  text-align: center;
  margin-top: 120px;
}

.p-content--03 .p-content-product__styleBtn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 20px;
  color: #333;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--03 .p-content-product__styleBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 80px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-45deg);
}

.p-content--03 .p-content-product__banner {
  max-width: 765px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 20px;
}

/* //product// */

@media screen and (max-width: 1023px) {

  /* //about// */
  .p-content--03 .p-content-about {
    background: #7E6B4F;
    border: none;
    height: 340px;
    padding: 0px 0;
  }

  .p-content--03 .p-content-about__box {
    color: #fff;
    border: none;
    max-width: 812px;
    width: 100%;
    margin: 0px auto;
  }

  .p-content--03 .p-content-about__textBox {
    margin: 0px auto;
    max-width: 714px;
    width: 100%;
    background: transparent;
    text-align: center;
    padding-bottom: 10px;
  }

  .p-content--03 .p-content-about__title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(36 / 20);
    margin-top: 15px;
  }

  .p-content--03 .p-content-about__heading {
    font-size: 32px;
    font-weight: bold;
    line-height: calc(60 / 32);
    margin-top: 8px;

  }

  .p-content--03 .p-content-about__text {
    font-size: 16px;
    line-height: calc(32 / 16);
    margin-top: 10px;
  }

  /* //about// */
  /* //recommend// */
  .p-content--03 .p-content-recommend {
    margin-top: -41px;
    padding: 0 41px;
  }

  .p-content--03 .p-content-recommend__box {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;

  }

  .p-content--03 .p-content-recommend__box .sp01 {
    order: 1;
  }

  .p-content--03 .p-content-recommend__box .sp02 {
    order: 2;
  }
  .p-content--03 .p-content-recommend__box .sp03 {
    order: 3;
  }
  .p-content--03 .p-content-recommend__box .sp04 {
    order: 4;
  }

  .p-content--03 .p-content-recommend__textBox {
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 400px;
  }

  .p-content--03 .p-content-recommend__imageBox {
    border: 1px solid #000;
  }

  .p-content--03 .p-content-recommend__textBox p {
    font-size: 32px;
    font-weight: bold;
  }

  .p-content--03 .border01 {
    position: relative;
  }

  .p-content--03 .border01::after {
    position: absolute;
    content: "";
    top: 98px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  .p-content--03 .border02 {
    position: relative;
  }

  .p-content--03 .border02::after {
    position: absolute;
    content: "";
    top: 98px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  /* //recommend// */
  /* //scene// */
  .p-content--03 .p-content-scene {
    margin: 69px auto 0;
    padding: 0 17px;
  }

  .p-content--03 .p-content-scene__heading {
    font-size: 22px;
    padding-top: 32px;
  }

  .p-content--03 .p-content-scene__heading::after {
    font-size: 18px;
  }

  .p-content--03 .p-content-scene__wrap {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }
  .p-content--03 .p-content-scene__box {
    max-width: 400px;
    margin: auto;
  }

  .p-content--03 .p-content-scene__box:nth-child(n + 2) {
    margin-top: 13px;
  }

  /* //scene// */
  /* //feature// */
  .p-content--03 .p-content-feature {
    max-width: 980px;
    width: 100%;
    margin: 72px auto 0;
    background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg_sp--02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    height: 820px;
  }

  .p-content--03 .p-content-feature__heading {
    font-size: 22px;
    padding-top: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }

  .p-content--03 .p-content-feature__heading::after {
    position: absolute;
    content: "features";
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #B1B1B1;
    font-weight: bold;
    font-size: 18px;
  }


  .p-content--03 .p-content-feature__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 68px;
    margin-top: 42px;
    max-width: 682px;
    width: 100%;
    margin: 68px auto 0;
    padding: 0 90px;
  }
  .p-content--03 .p-content-feature__box {
    text-align: center;
    margin:  0 auto;
  }

  .p-content--03 .p-content-feature__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    line-height: calc(30 / 16);
    text-align: center;
  }

  .p-content--03 .p-content-feature__text--01 {
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: calc(30 /16);
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-content--03 .p-content-feature__text--02 {
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: calc(30 /16);
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-content--03 .p-content-feature__text--03 {
    border: 1px solid;
    text-align: center;
    font-size: 16px;
    line-height: calc(30 /16);
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-content--03 .p-content-feature__text--01 {
    position: relative;
  }
  
  .p-content--03 .p-content-feature__text--01::before {
    position: absolute;
    content: "01";
    left: -21px;
    top: -48px;
    font-size: 29px;
    font-weight: bold;
    color: #7E6B4F;
    font-family: 'Roboto', sans-serif;
  }
  
  .p-content--03 .p-content-feature__text--01::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 10px;
    left: -19px;
  }
  
  .p-content--03 .p-content-feature__text--02 {
    position: relative;
  }
  
  .p-content--03 .p-content-feature__text--02::before {
    position: absolute;
    content: "02";
    left: -21px;
    top: -48px;
    font-size: 29px;
    font-weight: bold;
    color: #7E6B4F;
    font-family: 'Roboto', sans-serif;
  }
  
  .p-content--03 .p-content-feature__text--02::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 10px;
    left: -19px;
  }
  
  .p-content--03 .p-content-feature__text--03 {
    position: relative;
  }
  
  .p-content--03 .p-content-feature__text--03::before {
    position: absolute;
    content: "03";
    left: -21px;
    top: -48px;
    font-size: 29px;
    font-weight: bold;
    color: #7E6B4F;
    font-family: 'Roboto', sans-serif;
  }
  
  .p-content--03 .p-content-feature__text--03::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 10px;
    left: -19px;
  }

  /* //feature// */
  
  /* //youtube// */
  .p-content--03 .p-content-youtube {
    text-align: center;
    margin-top: 80px;
    padding: 0 18px;
  }
  .p-content--03 .p-content-youtube iframe {
    width: 100%;
    height: 193px;
  }
  /* //youtube// */

  /* //product// */
.p-content--03 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 25%, #F7F7F7 25%, #F7F7F7 100%);
}

.p-content--03 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 92px auto 0;
  padding-bottom: 112px;
}

.p-content--03 .p-content-product__heading {
  font-size: 22px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--03 .p-content-product__heading::after {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.p-content--03 .p-content-product__wrap {
  display: block;
  margin-top: 40px;
}
.p-content--03 .p-content-product__box:not(:first-child) {
  margin-top: 82px;
}

.p-content--03 .p-content-product__boxImage {
  text-align: center;
}
.p-content--03 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--03 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 25px;
  margin-left: 9px;
  padding-left: 10px;
  margin: 25px auto 0;
  max-width: 310px;
  text-align: left;
}

.p-content--03 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--03 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--03 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--03 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--03 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}


  .p-content--03 .p-content-product__boxBtn a {
    width: 270px;
  }
  
  .p-content--03 .p-content-product__btn {
    text-align: center;
    margin-top: 99px;
  }
  
  .p-content--03 .p-content-product__btn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--03 .p-content-product__btn a::after {
    right: 40px;
    width: 18px;
    height: 14px;
  }
  
  .p-content--03 .p-content-product__styleBtn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--03 .p-content-product__styleBtn a::after {
    right: 40px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {  
  .p-content--03 .p-content-recommend__textBox {
    height: 293px;
  }
}

/* //p-content--03// */


/* //p-content--04// */

/* //about// */
.p-content--04 .p-content-about {
  background: #4E7953;
  height: 636px;
  padding: 80px 0;
}

.p-content--04 .p-content-about__box {
  color: #fff;
  border: 1px solid;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--04 .p-content-about__textBox {
  margin: -2px auto;
  max-width: 714px;
  width: 100%;
  background: #4E7953;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 12px;
}

.p-content--04 .p-content-about__title {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(56 / 34);
}

.p-content--04 .p-content-about__heading {
  font-size: 50px;
  font-weight: bold;
  line-height: calc(75 / 50);
  margin-top: 19px;

}

.p-content--04 .p-content-about__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 20px;
}

/* //about// */

/* //recommend// */
.p-content--04 .p-content-recommend {
  margin-top: -177px;
}

.p-content--04 .p-content-recommend__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 812px;
  width: 100%;
  margin: 0px auto;
}

.p-content--04 .p-content-recommend__textBox {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-family: 'Roboto', sans-serif;
}

.p-content--04 .p-content-recommend__imageBox {
  border: 1px solid #000;
}

.p-content--04 .p-content-recommend__textBox p {
  font-size: 38px;
  font-weight: bold;
}

.p-content--04 .border01 {
  position: relative;
}

.p-content--04 .border01::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

.p-content--04 .border02 {
  position: relative;
}

.p-content--04 .border02::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
  width: 170px;
  height: 1px;
  background-color: #000;
}

/* //recommend// */

/* //scene// */
.p-content--04 .p-content-scene {
  max-width: 980px;
  width: 100%;
  margin: 130px auto 0;
}

.p-content--04 .p-content-scene__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--04 .p-content-scene__heading::after {
  position: absolute;
  content: "scene";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--04 .p-content-scene__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.p-content--04 .p-content-scene__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
}

.p-content--04 .p-content-scene__text {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
}

/* //scene// */

/* //feature// */
.p-content--04 .p-content-feature {
  max-width: 980px;
  width: 100%;
  margin: 120px auto 0;
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 35px 0;
  height: 464px;
}

.p-content--04 .p-content-feature__heading {
  font-size: 28px;
  padding-top: 37px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--04 .p-content-feature__heading::after {
  position: absolute;
  content: "features";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
}

.p-content--04 .p-content-feature__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
  max-width: 682px;
  width: 100%;
  margin: 68px auto 0;
}

.p-content--04 .p-content-feature__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
  line-height: calc(30 / 16);
  text-align: center;
}

.p-content--04 .p-content-feature__image--01 img {
  width: 160px;
  margin-left: 33px;
}

.p-content--04 .p-content-feature__image--02 img {
  width: 160px;
  margin-left: 33px;
}

.p-content--04 .p-content-feature__image--03 img {
  width: 160px;
  margin-left: 33px;
}

.p-content--04 .p-content-feature__image--01 {
  position: relative;
}

.p-content--04 .p-content-feature__image--01::before {
  position: absolute;
  content: "01";
  left: -5px;
  top: -34px;
  font-size: 29px;
  font-weight: bold;
  color: #4E7953;
  font-family: 'Roboto', sans-serif;
}

.p-content--04 .p-content-feature__image--01::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 8px;
  left: 6px;
}

.p-content--04 .p-content-feature__image--02 {
  position: relative;
}

.p-content--04 .p-content-feature__image--02::before {
  position: absolute;
  content: "02";
  left: -5px;
  top: -34px;
  font-size: 29px;
  font-weight: bold;
  color: #4E7953;
  font-family: 'Roboto', sans-serif;
}

.p-content--04 .p-content-feature__image--02::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 8px;
  left: 6px;
}

.p-content--04 .p-content-feature__image--03 {
  position: relative;
}

.p-content--04 .p-content-feature__image--03::before {
  position: absolute;
  content: "03";
  left: -5px;
  top: -34px;
  font-size: 29px;
  font-weight: bold;
  color: #4E7953;
  font-family: 'Roboto', sans-serif;
}

.p-content--04 .p-content-feature__image--03::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  transform: rotate(-48deg);
  top: 8px;
  left: 6px;
}

/* //feature// */

/* //detail// */
.p-content--04 .p-content-detail {
  max-width: 812px;
  width: 100%;
  margin: 120px auto 0;
}

.p-content--04 .p-content-detail__title {
  font-size: 30px;
  line-height: calc(52 / 30);
  font-weight: bold;
  text-align: center;
}

.p-content--04 .p-content-detail__text {
  font-size: 16px;
  line-height: calc(36 / 16);
  margin-top: 22px;
  text-align: center;
}

.p-content--04 .p-content-detail__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 38px;
}

.p-content--04 .p-content-detail__image figcaption {
  font-size: 15px;
  font-weight: bold;
  margin-top: 12px;
}
/* //detail// */

/* //product// */
.p-content--04 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 12%, #F7F7F7 12%, #F7F7F7 100%);
}

.p-content--04 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 126px auto 0;
  padding-bottom: 200px;
}

.p-content--04 .p-content-product__heading {
  font-size: 28px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--04 .p-content-product__heading::after {
  position: absolute;
  content: "products";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #B1B1B1;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.p-content--04 .p-content-product__wrap {
  display: flex;
  justify-content: center;
  gap: 101px;
  margin-top: 40px;
}

.p-content--04 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--04 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 33px;
  padding-left: 10px;
}

.p-content--04 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--04 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--04 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--04 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--04 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}

.p-content--04 .p-content-product__boxBtn a {
  width: 270px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.p-content--04 .p-content-product__btn {
  text-align: center;
  margin-top: 120px;
}

.p-content--04 .p-content-product__btn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4E7953;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--04 .p-content-product__btn a::after {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/gaiuIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 23px;
  height: 18px;
}

.p-content--04 .p-content-product__styleBtn {
  text-align: center;
  margin-top: 25px;
}

.p-content--04 .p-content-product__styleBtn a {
  width: 474px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 20px;
  color: #333;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}

.p-content--04 .p-content-product__styleBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 80px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-45deg);
}

.p-content--04 .p-content-product__banner {
  max-width: 765px;
  width: 100%;
  margin: 97px auto 0;
  padding: 0 20px;
}

/* //product// */

@media screen and (max-width: 1023px) {

  /* //about// */
  .p-content--04 .p-content-about {
    background: #4E7953;
    border: none;
    height: 417px;
    padding: 32px 0;
  }

  .p-content--04 .p-content-about__box {
    color: #fff;
    border: none;
    max-width: 812px;
    width: 100%;
    margin: 0px auto;
  }

  .p-content--04 .p-content-about__textBox {
    margin: 0px auto;
    max-width: 714px;
    width: 100%;
    background: transparent;
    text-align: center;
    padding-bottom: 10px;
  }

  .p-content--04 .p-content-about__title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(36 / 20);
  }

  .p-content--04 .p-content-about__heading {
    font-size: 32px;
    font-weight: bold;
    line-height: calc(60 / 32);
    margin-top: 15px;

  }

  .p-content--04 .p-content-about__text {
    font-size: 16px;
    line-height: calc(32 / 16);
    margin-top: 16px;
  }

  /* //about// */
  /* //recommend// */
  .p-content--04 .p-content-recommend {
    margin-top: -41px;
    padding: 0 41px;
  }

  .p-content--04 .p-content-recommend__box {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;

  }

  .p-content--04 .p-content-recommend__box .sp01 {
    order: 1;
  }

  .p-content--04 .p-content-recommend__box .sp02 {
    order: 2;
  }
  .p-content--04 .p-content-recommend__box .sp03 {
    order: 3;
  }
  .p-content--04 .p-content-recommend__box .sp04 {
    order: 4;
  }

  .p-content--04 .p-content-recommend__textBox {
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 400px;
  }

  .p-content--04 .p-content-recommend__imageBox {
    border: 1px solid #000;
  }

  .p-content--04 .p-content-recommend__textBox p {
    font-size: 32px;
    font-weight: bold;
  }

  .p-content--04 .border01 {
    position: relative;
  }

  .p-content--04 .border01::after {
    position: absolute;
    content: "";
    top: 98px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  .p-content--04 .border02 {
    position: relative;
  }

  .p-content--04 .border02::after {
    position: absolute;
    content: "";
    top: 98px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 70px;
    height: 1px;
    background-color: #000;
  }

  /* //recommend// */
  /* //scene// */
  .p-content--04 .p-content-scene {
    margin: 69px auto 0;
    padding: 0 17px;
  }

  .p-content--04 .p-content-scene__heading {
    font-size: 22px;
    padding-top: 32px;
  }

  .p-content--04 .p-content-scene__heading::after {
    font-size: 18px;
  }

  .p-content--04 .p-content-scene__wrap {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }
  .p-content--04 .p-content-scene__box {
    max-width: 400px;
    margin: auto;
  }

  .p-content--04 .p-content-scene__box:nth-child(n + 2) {
    margin-top: 13px;
  }

  /* //scene// */
  /* //feature// */
  .p-content--04 .p-content-feature {
    max-width: 980px;
    width: 100%;
    margin: 72px auto 0;
    background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/featureBg_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    height: 1130px;
  }

  .p-content--04 .p-content-feature__heading {
    font-size: 22px;
    padding-top: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }

  .p-content--04 .p-content-feature__heading::after {
    position: absolute;
    content: "features";
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #B1B1B1;
    font-weight: bold;
    font-size: 18px;
  }


  .p-content--04 .p-content-feature__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 42px;
    max-width: 682px;
    width: 100%;
    margin: 68px auto 0;
  }
  .p-content--04 .p-content-feature__box {
    text-align: center;
  }

  .p-content--04 .p-content-feature__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    line-height: calc(30 / 16);
    text-align: center;
  }

  .p-content--04 .p-content-feature__image--01 img {
    width: 190px;
    margin-left:0px;
  }

  .p-content--04 .p-content-feature__image--02 img {
    width: 190px;
    margin-left:0px;
  }

  .p-content--04 .p-content-feature__image--03 img {
    width: 190px;
    margin-left:0px;
  }

  .p-content--04 .p-content-feature__image--01 {
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }

  .p-content--04 .p-content-feature__image--01::before {
    position: absolute;
    content: "01";
    left: -27px;
    top: -36px;
    font-size: 29px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }

  .p-content--04 .p-content-feature__image--01::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 11px;
    left: -33px;
  }

  .p-content--04 .p-content-feature__image--02 {
    position: relative;
    display: inline-block;
    margin-top: 41px;
  }

  .p-content--04 .p-content-feature__image--02::before {
    position: absolute;
    left: -27px;
    top: -36px;
    font-size: 29px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }

  .p-content--04 .p-content-feature__image--02::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 11px;
    left: -33px;
  }

  .p-content--04 .p-content-feature__image--03 {
    position: relative;
    display: inline-block;
    margin-top: 37px;
  }

  .p-content--04 .p-content-feature__image--03::before {
    position: absolute;
    content: "03";
    left: -27px;
    top: -36px;
    font-size: 29px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }

  .p-content--04 .p-content-feature__image--03::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #333;
    transform: rotate(-48deg);
    top: 11px;
    left: -33px;
  }

  /* //feature// */

  /* //detail// */
.p-content--04 .p-content-detail {
  max-width: 600px;
  width: 100%;
  margin: 109px auto 0;
  padding: 0 16px;
}

.p-content--04 .p-content-detail__title {
  font-size: 19px;
  line-height: calc(36 / 20);
  font-weight: bold;
  text-align: center;
}

.p-content--04 .p-content-detail__text {
  font-size: 16px;
  line-height: calc(32 / 16);
  margin-top: 32px;
  text-align: left;
}

.p-content--04 .p-content-detail__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 38px;
}

.p-content--04 .p-content-detail__image figcaption {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}
/* //detail// */
  
  /* //youtube// */
  .p-content--04 .p-content-youtube {
    text-align: center;
    margin-top: 80px;
    padding: 0 18px;
  }
  .p-content--04 .p-content-youtube iframe {
    width: 100%;
    height: 193px;
  }
  /* //youtube// */

  /* //product// */
.p-content--04 .p-content-product {
  background: linear-gradient(transparent 0%, transparent 10%, #F7F7F7 10%, #F7F7F7 100%);
}

.p-content--04 .p-content-product__inner {
  max-width: 980px;
  width: 100%;
  margin: 92px auto 0;
  padding-bottom: 122px;
}

.p-content--04 .p-content-product__heading {
  font-size: 22px;
  padding-top: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-content--04 .p-content-product__heading::after {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.p-content--04 .p-content-product__wrap {
  display: block;
  margin-top: 40px;
}
.p-content--04 .p-content-product__box:not(:first-child) {
  margin-top: 82px;
}

.p-content--04 .p-content-product__boxImage {
  text-align: center;
}
.p-content--04 .p-content-product__boxImage img {
  width: 308px;
}

.p-content--04 .p-content-product__boxBody {
  border-left: 2px solid #000;
  margin-top: 25px;
  margin-left: 9px;
  padding-left: 10px;
  margin: 25px auto 0;
  max-width: 310px;
  text-align: left;
}

.p-content--04 .p-content-product__boxText {
  font-size: 14px;
  font-weight: bold;
}

.p-content--04 .p-content-product__boxTitle {
  font-size: 18px;
  margin-top: 14px;
  line-height: calc(26 / 18);
  font-weight: bold;
}

.p-content--04 .p-content-product__boxLead {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

.p-content--04 .p-content-product__boxPrice {
  font-size: 16px;
  margin-top: 14px;
  line-height: calc(36 / 16);
  font-weight: bold;
}

.p-content--04 .p-content-product__boxBtn {
  text-align: center;
  margin-top: 25px;
}


  .p-content--04 .p-content-product__boxBtn a {
    width: 270px;
  }
  
  .p-content--04 .p-content-product__btn {
    text-align: center;
    margin-top: 99px;
  }
  
  .p-content--04 .p-content-product__btn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--04 .p-content-product__btn a::after {
    right: 40px;
    width: 18px;
    height: 14px;
  }
  
  .p-content--04 .p-content-product__styleBtn a {
    width: 322px;
    height: 55px;
    font-size: 16px;
  }
  .p-content--04 .p-content-product__styleBtn a::after {
    right: 40px;
    width: 11px;
    height: 11px;
  }
  .p-content--04 .p-content-product__banner {
    max-width: 765px;
    width: 100%;
    margin: 54px auto 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {  
  .p-content--04 .p-content-recommend__textBox {
    height: 293px;
  }
}
/* //p-content--04// */


/* //p-suggest// */
.p-suggest {
  margin-top: 160px;
  margin-bottom: 60px;
}

.p-suggest__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto 0;
  padding: 0 16px;
}

.p-suggest__heading {
  font-size: 24px;
  line-height: calc(36 / 24);
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-suggest__heading:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333333;
}

.p-suggest__heading span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.p-suggest__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 696px;
  margin: 50px auto 0;
}

.p-suggest__image--01 div {
  width: 100%;
  height: 370px;
  background-image: url(/ec/img/usr/banner/campaign/recommend/2024/240927_zero_pressure_acv_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}

.p-suggest__image--01 div:hover {
  background-size: 110%;
}

.p-suggest__image--02 div {
  width: 100%;
  height: 370px;
  background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/suggest02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  /* 背景画像の位置を真ん中に指定 */
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}

.p-suggest__image--02 div:hover {
  background-size: 110%;
}


.p-suggest__box figcaption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-suggest {
    margin-top: 112px;
    margin-bottom: 60px;
  }
  
  .p-suggest__inner {
    max-width: 980px;
    width: 100%;
    margin: 0px auto 0;
    padding: 0 16px;
  }
  
  .p-suggest__heading {
    font-size: 20px;
    line-height: calc(36 / 20);
  }
  
  .p-suggest__heading span {
    padding: 0 7px;
  }
  
  .p-suggest__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 19px;
    padding: 0 18px;
  }
  .p-suggest__box:not(:first-child) {
    margin-top: 10px;
  }
  
  .p-suggest__image--01 div {
    width: 100%;
    height: 370px;
    background-image: url(/ec/img/usr/banner/campaign/recommend/2024/240927_zero_pressure_acv_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /* 背景画像の位置を真ん中に指定 */
    background-size: 100%;
    transition: background-size 0.5s ease-in-out;
  }
  
  .p-suggest__image--01 div:hover {
    background-size: 110%;
  }
  
  .p-suggest__image--02 div {
    width: 100%;
    height: 370px;
    background-image: url(/ec/img/usr/pg/campaign/m_coat_2023aw/index/suggest02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /* 背景画像の位置を真ん中に指定 */
    background-size: 100%;
    transition: background-size 0.5s ease-in-out;
  }
  
  .p-suggest__image--02 div:hover {
    background-size: 110%;
  }
  
  .p-suggest__box figcaption {
    font-size: 16px;
    font-weight: bold;
    margin-top: 23px;
    text-align: center;
  }
}

/* //p-suggest// */



.p-lineup__inner {
  max-width: 1100px;
  width: 100%;
  margin: 90px auto 0;
  padding: 0 16px;
}

.p-lineup__image {
  text-align: center;
}
.p-lineup__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 35px;
}

.p-lineup__item a {
  display: inline-flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 24px;
  background: #333333;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.p-lineup__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-lineup__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 15px;
  }  
  .p-lineup__item {
    margin: 0 auto;
  }
  .p-lineup__item a {
    height: 70px;
    font-size: 18px;
    width: 323px;
  }
  .p-lineup__item a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}