.header {
  top: 0;
}

.original__container {
  margin: 40px 0 0 20px;
}

.breadcrumbs {
  width: 40%;
  margin: 0 auto 0 80px;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
}
.breadcrumbs::before {
  content: "TOP";
  margin-right: 14px;
}
.breadcrumbs::after {
  content: "商品詳細（オリジナル）";
  margin-left: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs {
    display: none;
  }
}

.section__heading {
  font-size: 40px;
  font-family: "Cinzel", serif;
  line-height: 1.5;
  color: #D1D1D1;
}

.original__container p {
  font-family: "Cinzel", serif;
  max-width: 1620px;
  width: 85%;
  margin: 0 0 0 86px;
}

.section__heading p::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  background: #D1D1D1;
  vertical-align: middle;
  margin: 0 16px 0 0;
}

.original {
  max-width: 1620px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 78px;
}

.original__ttl h2{
  font-size: clamp(4rem, -9.3333rem + 17.7778vw, 9rem);
  font-family: "Cinzel", serif;
  color: #D1D1D1;
  margin: 60px 0 0 16px;
}

.original__ttl p:first-of-type {
  font-size: clamp(1.5rem, 0.6293rem + 1.8141vw, 2.5rem);
  line-height: 1.5;
  margin: 64px 0 0 60px;
}


@media screen and (max-width: 1200px) {
  .original__ttl h2 {
    margin: 60px 0 0 16px;
  }

  .original__ttl p:first-of-type {
    margin: 64px 0 0 16px;
  }
}

.original__ttl-price {
  font-size: 24px;
  line-height: 2;
  margin-right: 4px;
}

.original__ttl-note {
  font-size: 24px;
  line-height: 2;
  margin-right: 4px;
}

.original__desc {
  line-height: 1.9;
  margin: 40px 0 0 0;
}

.original__content {
  width: 42%;
  margin: 0 0 64px 0;
}

.original__img {
  width: 860px;
}

@media screen and (max-width: 1200px) {
  .original {
    display: block;
  }

  .original__img,
  .original__content {
    width: 100%;
  }

  .original__container p {
    margin: 0 0 0 2em;
  }
}


.size__container,
.color__container,
.styling__container,
.flow__container {
  width: 82%;
  max-width: 1320px;
  margin: 200px auto;
}

.size {
  max-width: 1320px;
  margin: 60px auto;
}

.size__list {
  margin: 60px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 32px;
}

@media screen and (max-width: 1200px) {
  .size__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .size__list {
    grid-template-columns: 1fr;
    width: 83%;
    margin: 0 auto;
  }

  .size__container {
    width: 100%;
  }
}

.size__item-img {
  margin: 0 0 20px 0;
}

.size__item-ttl,
.size__item-price {
  line-height: 2;
  font-weight: 700;
}


.color__inner {
  width: 87%;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.color__desc {
  width: 40%;
  line-height: 2;
}

.color__list {
  width: 48%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
}

.color__item {
  line-height: 1.5;
  letter-spacing: -1px;
}
.color__item p {
  margin-top: 2px;
}

@media screen and (max-width: 1200px) {
  .color__desc {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .color__list {
    width: 100%;
  }
  
  .color__inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .color__list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px;
  }

  .color__container {
    width: 100%;
  }
}

.styling__list {
  margin: 60px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .styling__container {
    width: 100%;
  }

  .styling__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.banner__container {
  background: linear-gradient(to left, transparent 9%, #FAFAFA 9%);
  padding: 120px 0;
}

.banner__list {
  width: 82%;
  max-width: 870px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.banner__item-inner {
  background: #fff;
  border: 1px solid #B9B9B9;
}

@media screen and (max-width: 768px) {

  .banner__container {
      background: #FAFAFA;
  }

  .banner__list {
    grid-template-columns: 1fr;
  }
}

.banner__item-ttl {
  padding: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.66;
  border-bottom: 1px solid #B9B9B9;
}

.banner__item-desc {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 55px 45px;
}

.banner__item-desc-right {
  font-size: 16px;
  line-height: 1.9;
  text-align: start;
  padding: 24px 45px 25px;
}

.banner__item-note {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 2;
}

.flow__desc {
  width: 87%;
  margin: 60px auto 0 auto;
  font-size: 24px;
  font-weight: 500;
}

.flow__list {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 1200px) {
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .flow__container {
    width: 100%;
  } 

  .flow__inner {
    width: 82%;
    max-width: 1320px;
  }

  .flow__list {
    grid-template-columns: 1fr;
    width: 85%;
    margin: 40px auto 0 auto;
  }
}


.flow__item-img {
  position: relative; 
}

.flow__item-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin: 31px 0 0 0;
}

.flow__item-desc {
  margin: 15px 0 0 0;
  line-height: 2;
}

.flow__item-img::before {
  content: "";
  position: absolute;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 64px;
  color: #B9B9B9;
  top: 100%;
  transform: translateY(-50%);
  right: 0;
}

.flow__item:nth-child(1) .flow__item-img::before {
  position: absolute;
  content: "01";
}

.flow__item:nth-child(2) .flow__item-img::before {
  position: absolute;
  content: "02";
}

.flow__item:nth-child(3) .flow__item-img::before {
  position: absolute;
  content: "03";
}

.flow__item:nth-child(4) .flow__item-img::before {
  position: absolute;
  content: "04";
}


.flow__item-sub {
  font-size: 10px;
  line-height: 1.8;
  margin: 10px 0 0;
}






.freeplan__background {
  width: 100%;
  height: auto;
  background: url("../img/freeplan_background.png") no-repeat center / cover;
  padding: 120px 0;
  margin: 200px 0;
}

.freeplan__item-container {
  width: 39%;
  background-color: #FFF;
  margin: auto;
  height: auto;
  padding: 51px 152px 48px;
}

.freeplan__welcome-message {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  text-align: center;
}
.freeplan__welcome-message::before {
  content: "";
  display: inline-block;
  min-width: 42px;
  height: 1px;
  background-color: #000;
  transform: translateY(25px) rotate(45deg);
  margin-right: 20px;
}
.freeplan__welcome-message::after {
  content: "";
  display: inline-block;
  min-width: 42px;
  height: 1px;
  background-color: #000;
  transform: translateY(25px) rotate(-45deg) ;
  margin-left: 20px;
}

.freeplan__welcome-message span {
  display: inline-block;
}

.freeplan__reserve-item {
  position: relative;
  max-width: 400px;
  margin: 24px auto 0;
  text-align: center;
  border-radius: 40px;
  background-color: #F15069;
  padding: 15px 120px 16px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
}
.freeplan__reserve-item:hover {
  opacity: 0.7;
}
.freeplan__reserve-item::after {
  position: absolute;
  top: 34px;
  right: 38px;
  content: "";
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.freeplan__reserve-item a{
  text-decoration: none;
  color: inherit;
}

.freeplan__reserve-item p:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.freeplan__reserve-item p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.freeplan__reserve-message {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}
.freeplan__reserve-message span {
  display: inline-block;
}


@media screen and (max-width: 1050px) {
  .freeplan__reserve-item {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #F15069;
    padding: 15px 60px 16px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .freeplan__background {
    width: 100%;
    height: auto;
    background: url("../img/freeplan_background.png") no-repeat center / cover;
    padding: 64px 0;
    margin: 127px 0 0;
  }

  .freeplan__item-container {
    width: 91%;
    background-color: #FFF;
    margin: auto;
    height: auto;
    padding: 36px 17px 35px 18px;
  }

  .freeplan__welcome-message::before {
    content: "";
    display: inline-block;
    min-width: 41px;
    height: 1px;
    background-color: #000;
    transform: translateY(25px) rotate(45deg);
    margin-right: 16px;
  }
  .freeplan__welcome-message::after {
    content: "";
    display: inline-block;
    min-width: 41px;
    height: 1px;
    background-color: #000;
    transform: translateY(25px) rotate(-45deg) ;
    margin-left: 16px;
  }

  .freeplan__reserve-item {
    position: relative;
    max-width: 400px;
    margin: 24px auto 0;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #F15069;
    padding: 15px 57px 15px 58px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
  }
  .freeplan__reserve-item::after {
    position: absolute;
    top: 34px;
    right: 25px;
    content: "";
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 500px) {
  .freeplan__item-container {
    width: 91vw;
    max-width: 343px;
    background-color: #FFF;
    margin: auto;
    height: auto;
    padding: 36px 17px 35px 18px;
    box-sizing: border-box;
  }
}

.fixed {
  position: relative;
  position: fixed;
  right: 24px;
  bottom: 20px;
  width: 200px;
  height: 210px;
  border-top-left-radius: 46px 46px;
  background-color: #F15069;
  margin-top: 4px;
  z-index: 9999;
}

.fixed__end-button {
  position: absolute;
  display: inline-block;
  content: "";
  top: -4px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}


.fixed__end-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.fixed__info {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Cinzel", serif;
  margin: 20px 0 0;
  color: #FFF;
}

.fixed__img {
  width: 76%;
  margin: 13px auto 0;
}
.fixed__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 152px / 82px;
}

.fixed__text {
  margin-top: 9px;
}

.fixed__text p,.fixed__text h2 {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.fixed__text p {
 font-size: 14px;
}


.fixed__text h2 {
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .fixed {
    position: relative;
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top-left-radius: 46px 46px;
    background-color: #F15069;
    margin-top: 4px;
  }
  
  .fixed__link{
    position: relative;
    display: flex;
  }

  .fixed__info {
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Cinzel", serif;
    margin: 12px 16px 0 49px;
    color: #FFF;
  }

  .fixed__text{
    width: 100%;
    text-align: center;
  }


  .fixed__img {
    display: none;
  }

  .fixed__text h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
}