main>.inner,
article .inner {
  width: calc(1000px + 10rem);
  padding: 0 5rem;
}

#main-lead {
  margin-bottom: 60px;
}

#lead .price-layout {
  width: 100%;
  margin: 0 auto;
}

#lead .price {
  margin: 0;
  width: 48%;
}

#lead .price .title {
  width: 35%;
  font-size: 2rem;
  padding: 0;
}

#lead .price .td {
  width: 65%;
  line-height: 45%;
  padding: 25px 25px 20px;
}

#lead .price .td .min {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 5px;
}

#lead .note {
  font-size: 1.3rem;
  margin-top: 1rem;
}

#model .box {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#model .box .image {
  width: 320px;
  float: none;
}

#model .box .info {
  width: 620px;
  float: none;
}

#model .box .new {
  margin-left: -35px;
}

#model .box .info .limit {
  display: inline-block;
  background-color: #7D100C;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 15px;
}

#model .box .info h3 {
  margin-bottom: 40px;
}

#model .box .info p {
  line-height: 2;
}

#model .box .info .note {
  margin-top: 1rem;
  font-size: 1.4rem;
}

#select {
  background-color: #ECECEC;
  padding: 30px;
  text-align: center;
  margin-bottom: 60px;

}

#select h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#select .image {
  max-width: 441px;
  margin: auto;
}

#plan {
  margin-bottom: 80px;
}

#plan h2 {
  text-align: center;
  font-size: 3rem;
}

#plan .lead {
  margin-bottom: 50px;
}

#plan .share {
  text-align: center;
  margin-bottom: 15px;
}

#plan .layout {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  gap: 60px;
}

#plan .layout .col {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}

#plan .layout .col .image {}

#plan .layout .col p.note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#plan .layout .col h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

#plan .layout .col .price {
  color: #7D100C;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
}

#plan .layout .col .price .yen {
  font-size: 3.6rem;
}

#plan .layout .col .price .tax {
  display: block;
  font-size: 2.2rem;
}

#plan .arrow {
  text-align: center;
  margin: 10px 0;
}

#plan .set-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#plan .set-price h3 {
  color: #7D100C;
  font-size: 3rem;
  font-weight: bold;
}

#plan .set-price .price {
  display: block;
  width: auto;
  color: #7D100C;
  margin: 0;
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
}

#plan .set-price .price .yen {
  font-size: 4.6rem;
}

#plan .set-price .price .tax {
  font-size: 2.6rem;
  display: block;
}


#brand {
  background: url(/image/lineup/coat/brand-bg.webp) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 100px;
}

#brand h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

#brand .layout {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  max-width: 900px;
  background-color: #fff;
}

#brand .layout.rev {
  flex-direction: row-reverse;
}

#brand .layout .image {
  width: 390px;
  line-height: 0;
}

#brand .layout .text {
  flex: 1;
  padding: 0 65px;
}

#brand .layout .text .label {
  text-align: center;
  margin-bottom: 20px;
}

#brand .layout .text h3 {
  margin-bottom: 30px;
  text-align: center;
}

#brand .layout .text h3 .eng {
  font-size: 3.2rem;
  font-weight: 800;
  display: block;
}

#brand .layout .text h3 .jp {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

#brand .note {
  text-align: center;
  color: #fff;
}

.enjoy-list h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.enjoy-list h2 .icon {
  position: absolute;
  right: -60px;
  top: 10px;
}

.enjoy-list h2 span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

.enjoy-list h3 {
  margin-bottom: 1rem;
}

.enjoy-slider .img {
  height: 170px;
  background-size: cover !important;
}

.enjoy-slider img {
  max-height: 170px;
  margin: 0 auto;
}

.slider {
  position: relative;
  width: 989px;
  margin: 0 auto;
}

.slider .slick-prev {
  left: -50px;
}

.slider .slick-next {
  right: -50px;
}

.slider .box a {
  width: 100%;
}

.slider+.tc {
  padding-top: 20px;
}

.morebtn {
  margin-top: 10px;
  text-align: center;
  padding: 0
}

@media screen and (max-width: 768px) {

  main>.inner,
  article .inner {
    width: 100%;
    padding: 0 5%;
  }

  #main-lead {
    margin-bottom: 40px;
  }

  #main-lead h2 {
    font-size: 4.2vw;
  }

  #main-lead h2 br {
    display: block;

  }

  #lead .price-layout {
    display: block;
  }

  #lead .price {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #3c1e00;
  }

  #lead .price .title {
    font-size: 1.8rem;
    border: none;
  }

  #lead .price .td {
    border: none;
    border-left: 1px solid #3c1e00;
  }

  #model .box {
    display: block;
  }

  #model .box .image {
    width: 100%;
    margin-bottom: 20px;
  }

  #model .box .info {
    width: 100%;
    text-align: center;
  }

  #model .box .info h3 {
    margin-bottom: 20px;
  }

  #model .box .info h3 .eng {
    font-size: 2.4rem;
  }

  #model .box .info p {
    font-size: 1.4rem;
    text-align: left;
  }

  #model .box .info .limit {
    text-align: center;
    margin: auto;
  }

  #model .box .new {
    width: 66px;
    margin: auto;
    transform: translateX(-100%);
    line-height: 0;
  }

  #select h2 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  #stylebook-slider {
    padding-bottom: 50px;
  }

  #plan {
    margin-bottom: 60px;
  }

  #plan .inner {
    padding: 0 3%;
  }

  #plan h2 {
    font-size: 1.8rem;
  }

  #plan .lead {
    text-align: center;
    margin-bottom: 25px;
  }

  #plan .share img {
    height: 15px;
  }

  #plan .layout {
    gap: 25px;
  }

  #plan .layout .col {
    padding: 0;
  }

  #plan .layout .col p.note {
    font-size: 2.2vw;
  }

  #plan .layout .col h3 {
    font-size: 1rem;
  }

  #plan .layout .col .price {
    font-size: 2.6rem;
  }

  #plan .layout .col .price .yen {
    font-size: 1.6rem;
  }

  #plan .layout .col .price .tax {
    font-size: 1.1rem;
  }

  #plan .set-price h3 {
    font-size: 1.5rem;
  }

  #plan .set-price .price {
    font-size: 3.4rem;
  }

  #plan .set-price .price .yen {
    font-size: 2rem;
  }

  #plan .set-price .price .tax {
    font-size: 1.3rem;
  }

  #brand {
    padding: 30px 0 40px;
    margin-bottom: 60px;
  }

  #brand h2 {
    margin-bottom: 20px;
  }

  #brand .layout {
    margin-bottom: 30px;
  }

  #brand .layout .image {
    width: 42%;
  }

  #brand .layout .text {
    padding: 0 17px;
  }

  #brand .layout .text .label {
    display: none;
  }

  #brand .layout .text h3 {
    margin-bottom: 15px;
  }

  #brand .layout .text h3 .eng {
    font-size: 4.2vw;
    line-height: 1.4;
  }

  #brand .layout .text h3 .jp {
    font-size: 2.5vw;
  }

  #brand .layout .text p {
    font-size: 2.5vw;
  }

  #brand .note {
    font-size: 1.2rem;
  }

  .enjoy-list h2 .icon {
    position: static;
  }

  .slider {
    width: 100%;
  }

.slider .slick-prev{
	left: 0px;
}
.slider .slick-next{
	right: 0px;
}

}