@charset "UTF-8";
/*
* ordermade.css
*
*/


/*
* オーダーメイド
*/
#ordermadeWrap {
  margin: 0;
  padding: 0;
}

/* メインビジュアル */
#ordermadeWrap .mainVisual {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 0 4rem 0;
  padding: 0;
  background-image: url(/img/ordermade/mainVisual01.jpg);
  background-size: cover;
  background-position: center;
}

#ordermadeWrap .mainVisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 2rem;
  text-align: center;
  color: #000000;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  background-color: rgba(255, 255, 255, 0.5);
}

#ordermadeWrap .mainVisual h2 small {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  border-bottom: #CCCCCC 1px solid;
}


/*
* システムの説明
*/
.lectureWrap {
  margin: 0 auto 4rem auto;
  padding: 2rem 6rem 2rem 6rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.lectureWrap h3.title {
  margin: 0 auto 3rem auto;
  padding: 0;
  text-align: left;
  color: #000000;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.lectureWrap h3.title small {
  transform: rotate(-3deg);
  display: inline-block;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  border-bottom: #FFFF00 1rem solid;
}

.lectureWrap h3.title small span {
  display: block;
  margin: 0 0 -1rem 0;
  padding: 0;
  font-size: 1.6rem;
}

.lectureWrap h4 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.lectureWrap hr {
  width: 100%;
  margin: 0 0 2rem 0;
}

.lectureWrap .body {
  margin: 0 0 2rem 0;
  padding: 0;
}

.lectureWrap .body p {
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}

#lectureSys .body::after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

.lectureWrap .body img.right {
  float: right;
  margin: 0 0 1rem 2rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.lectureWrap .body figure.right {
  float: right;
  width: 20%;
  margin: 0 0 1rem 2rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

/* 流れ */
.lectureWrap ul.nagare {
  display: block;
  margin: 3rem 0 2rem 0;
  padding: 0;
}

.lectureWrap ul.nagare li {}

.lectureWrap ul.nagare li .thumb {
  position: relative;
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.lectureWrap ul.nagare li .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(/img/arrowGrayRight01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.lectureWrap ul.nagare li:last-of-type .thumb::after {
  background-image: none;
}

.lectureWrap ul.nagare li .thumb img {
  width: 100%;
  margin: 0;
  border-radius: 1rem;
}

.lectureWrap ul.nagare li .thumb span {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  color: #000000;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.lectureWrap ul.nagare li p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}

/* ギャラリー */
.lectureWrap ul.gallery {
  margin: 0 0 2rem 0;
  padding: 0;
}

.lectureWrap ul.gallery li {
  margin: 0;
  padding: 0 1rem;
}

.lectureWrap ul.gallery li .thumb {
  width: 100%;
  margin: 0;
  padding: 0;
}

.lectureWrap ul.gallery li .thumb img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.lectureWrap ul.gallery li p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}


/*
* お人形のタイプを選ぶ
*/
#typeList {
  padding: 0 0 4rem 0;
}

#typeList h3.title {
  margin: 0 auto 3rem auto;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

#typeList h3.title small {
  display: inline-block;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  border-bottom: #FFFF00 1rem solid;
}

#typeList h3.title small span {
  display: block;
  margin: 0 0 -1rem 0;
  padding: 0;
  font-size: 1.6rem;
}

#typeList ul {
  margin: 0 -2rem;
  padding: 0;
}

#typeList li {
  margin: 0;
  padding: 0 2rem 2rem 2rem;
}

#typeList li .wrap {
  margin: 0;
  padding: 0;
  box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
}

#typeList li .wrap:hover {
  opacity: 0.6;
}

#typeList li img {
  object-fit: cover;
  width: 100%;
  height: 256px;
  margin: 0;
  padding: 0;
}

#typeList li p {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}


/*
* レイアウト
*/
#customsys {}

#customsys h2.title {
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 3rem;
  letter-spacing: 0.4rem;
  background-color: #C30D23;
}

#customsys h2.title span {
  font-size: 60%;
}

#customsys h3.title {
  margin: 0 auto 4rem auto;
  padding: 1rem 0;
  background-color: #FFF3F3;
}


/*
* カスタマイズ注意事項
*/
#customAttention {
  margin-bottom: 4rem;
  border: #F1F1F1 5px solid;
}

#customAttention h4.title {
  margin: 0 1rem;
  padding: 0.8rem 1rem;
  text-align: center;
  color: #333333;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-bottom: #F1F1F1 1px solid;
}

#customAttention h4.title i {
  font-size: 2.5rem;
}

#customAttention ul {
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;
}

#customAttention li {
  margin: 0;
  padding: 0.5rem 0;
  color: #333333;
  font-size: 1.2rem;
  list-style: disc;
}


/*
* 似顔雛人形お申し込み後の流れ
*/
#nigaoAttention {
  margin-bottom: 4rem;
  border: #F1F1F1 5px solid;
}

#nigaoAttention h4.title {
  margin: 0 1rem;
  padding: 0.8rem 1rem;
  text-align: center;
  color: #333333;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-bottom: #F1F1F1 1px solid;
}

#nigaoAttention h4.title i {
  font-size: 2.5rem;
}

#nigaoAttention h5 {
  margin: 0rem 1.5rem 0 1.5rem;
  padding: 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
}

#nigaoAttention ul {
  margin: 0;
  padding: 1rem 1rem 2rem 3rem;
}

#nigaoAttention li {
  margin: 0;
  padding: 0.5rem 0;
  color: #333333;
  font-size: 1.2rem;
  list-style: disc;
}

#nigaoAttention p.kome {
  margin: 0 0 1rem 0;
  padding: 0 2rem 1rem 2rem;
  color: #333333;
  font-size: 1.0rem;
  line-height: 1.6;
}



/*
* 流れ
*/
#flow {
  margin: 0 0 4rem 0;
  padding: 0;
  background: #eee;
}

#flow ul {
  display: block;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

#flow ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

#flow ul span {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: .7em 1em .7em 2em;
  text-align: center;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  background-color: #EEEEEE;
  background-image: linear-gradient(to right, #FFFFFF, #EEEEEE);
}

#flow ul li:first-child span {
  padding-left: 1em;
}

#flow ul span::after,
#flow ul span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#flow ul span::after {
  z-index: 2;
  border-left-color: #EEEEEE;
}

#flow ul span::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

#flow ul .current,
#flow ul .current:hover {
  font-weight: bold;
  background: #FFF3F3;
}

#flow ul .current::after,
#flow ul .current::before {}

#flow ul .current::after {
  border-left-color: #FFF3F3;
}



/*
* 商品リスト
*/
#itemList {
  margin: 0 0 4vw 0;
  padding: 0;
}

#itemList li.cell .thumb {
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
}

#itemList li.cell button.partsChoice {
  margin-top: 0.5rem;
}

#itemList li.cell .text {
  margin: 0;
  padding: 0.5rem 0 0 0;
  text-align: left;
  color: #333333;
  font-size: 0.8rem;
  font-size: normal;
  line-height: 120%;
  letter-spacing: 0;
}


/*
* カスタムシミュレーション
*/
#widSimulate {
  margin: 0 0 4rem 0;
  padding: 0;
}

#widSimulate h5.title {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: calc(100% - 1rem);
  margin: 0;
  padding: 0.2rem;
  text-align: center;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem 0.8rem 0 0;
  z-index: 2;
}

#widSimulate .frame {
  position: relative;
  margin: 0 0 0.5rem 0;
  padding: 0;
  background-color: #F1F1F1;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
}

#widSimulate .frame .parts {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#widSimulate .frame .parts img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#widSimulate p.supple {
  margin: 0;
  padding: 0.5rem;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0;
}

#widSimulate button.simButton {
  position: relative;
  margin: 0.5rem 1px;
}

#widSimulate button.prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  position: absolute;
  left: 1rem;
}

#widSimulate button.next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 1rem;
}

#widSimulate button.clear {
  background-color: #F1F1F1;
}

#widSimulate button.clear:hover {
  background-color: #DDDDDD;
}


/*
* オーダー確認
*/
#customConfirm {
  margin: 4rem auto 6rem auto;
  padding: 0;
}

#customConfirm .frame {
  position: relative;
  width: 600px;
  height: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #F1F1F1;
  border-radius: 1rem;
  overflow: hidden;
}

#customConfirm .frame .parts {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

#customConfirm .frame .parts img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#customConfirm ul.size {
  margin: 1rem 0;
  padding: 0;
  text-align: center;
  color: #333333;
  font-size: 1.6rem;
  font-size: bold;
  line-height: normal;
}

#customConfirm ul.size li {
  display: inline-block;
  margin: 0;
  padding: 0 0.5rem;
}

#customConfirm ul.size small {
  display: inline-block;
  margin: 0.2rem 1rem 0 0;
  font-size: 50%;
}

#customConfirm .sizeNote {
  width: 600px;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  text-align: center;
  color: #333333;
  font-size: 0.9rem;
  font-size: 400;
}

#customConfirm .price {
  width: 600px;
  margin: 1rem auto 2rem auto;
  padding: 1rem 0;
  text-align: center;
  color: #C30D23;
  font-size: 2rem;
  font-size: bold;
  line-height: normal;
  border: #CCCCCC 1px solid;
  border-radius: 0.5rem;
}

#customConfirm .price small {
  display: inline-block;
  margin: 0.2rem 1rem 0 0;
  font-size: 50%;
}

#customConfirm button.simButton {
  position: relative;
  margin: 0 1px;
}

#customConfirm button.prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  position: absolute;
  left: 1rem;
}

#customConfirm button.next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 1rem;
}



/*
* 種類を選ぶ
*/
#selectKind {
  padding: 4rem 0 0 0;
}

#selectKind section {
  margin: 0 auto 4rem auto;
  padding: 2rem 6rem 2rem 6rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

#selectKind h4 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

#selectKind ul {
  margin: 0 auto;
  padding: 0;
}

#selectKind li {
  cursor: pointer;
}

#selectKind li:hover {
  opacity: 0.6;
}

#selectKind li img {
  display: block;
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

#selectKind li p {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  background-color: #F1F1F1;
}


/*
#selectKind {
  padding: 4rem 0 0 0;
}
#selectKind ul {
  margin: 0 auto;
  padding: 0;
}
#selectKind li {
  padding-bottom: 4rem;
  cursor: pointer;
}
#selectKind li:hover {
  opacity: 0.6;
}
#selectKind li img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#selectKind li p {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.2rem;
}
*/


/*
* お顔を選ぶモーダル
*/
.selectKao {
  position: relative;
  z-index: 99999;
}

.selectKao .modal-content {
  max-height: 90vh;
  overflow-y: scroll;
}

.selectKao ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.selectKao li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  cursor: pointer;
}

.selectKao li:hover {
  opacity: 0.6;
}

.selectKao li .thumb {
  margin: 0;
  padding: 0;
}

.selectKao li img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 1000px;
}

.selectKao li h3.itemName {
  margin: 0;
  padding: 0.5rem 0 0 0;
  text-align: center;
  font-size: 1.0rem;
  font-size: bold;
  line-height: 140%;
}

.selectKao li .price {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #C30D23;
  font-size: 1.4rem;
  font-size: bold;
  line-height: normal;
}

.selectKao li .price small {
  display: inline-block;
  margin: 0.2rem 1rem 0 0;
  font-size: 50%;
}

.selectKao li .price img.yen {
  display: inline-block;
  width: auto;
  height: 1.4rem;
  margin: 0;
}

.selectKao li p {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.2rem;
}




/*
* スマホ用 **********************************************************************
*/


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


  /*
  * オーダーメイド
  */
  #ordermadeWrap {
    margin: 17vw 0 0 0;
    padding: 0;
  }

  /* メインビジュアル */
  #ordermadeWrap .mainVisual {
    position: relative;
    width: 100%;
    height: 80vw;
    margin: 0 0 10vw 0;
    padding: 0;
    background-image: url(/img/ordermade/mainVisual01.jpg);
    background-size: 320vw;
    background-position: center;
  }

  #ordermadeWrap .mainVisual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 90vw;
    margin: 0;
    padding: 5vw;
    text-align: center;
    color: #000000;
    font-size: 7vw;
    letter-spacing: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #ordermadeWrap .mainVisual h2 small {
    display: block;
    margin: 0 0 2vw 0;
    padding: 0 0 2vw 0;
    text-align: center;
    color: #000000;
    font-size: 4vw;
    border-bottom: #CCCCCC 1px solid;
  }


  /*
  * システムの説明
  */
  .lectureWrap {
    width: 90vw;
    margin: 0 auto 10vw auto;
    padding: 5vw;
    background-color: #FFFFFF;
    border-radius: 3vw;
    box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.1);
  }

  .lectureWrap h3.title {
    margin: 0 auto 4vw auto;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 7vw;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .lectureWrap h3.title small {
    transform: rotate(-3deg);
    display: inline-block;
    margin: 0 0 2vw 0;
    padding: 0;
    text-align: center;
    color: #000000;
    font-size: 5vw;
    border-bottom: #FFFF00 2vw solid;
  }

  .lectureWrap h3.title small span {
    display: block;
    margin: 0 0 -2vw 0;
    padding: 0;
    font-size: 5vw;
  }

  .lectureWrap .body p {
    margin: 0 0 4vw 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #333333;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.8;
  }

  #lectureSys .body::after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }

  .lectureWrap .body img.right {
    float: right;
    width: 30vw;
    margin: 4vw;
    box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.1);
  }

  .lectureWrap ul {
    margin: 4vw 0;
    padding: 0;
  }

  .lectureWrap li {
    padding-bottom: 4vw;
  }

  .lectureWrap li .thumb {
    position: relative;
    width: 100%;
    margin: 0 0 2vw 0;
    padding: 0;
  }

  .lectureWrap li .thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.3rem;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 1.2rem;
    background-image: url(/img/arrowGrayRight01.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .lectureWrap li:last-of-type .thumb::after {
    background-image: none;
  }

  .lectureWrap li .thumb img {
    width: 100%;
    margin: 0;
    border-radius: 1rem;
  }

  .lectureWrap li .thumb span {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0.5rem 0;
    text-align: center;
    color: #000000;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 9999px;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }

  .lectureWrap li p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    font-size: 3vw;
    font-weight: 800;
    line-height: 1.4;
  }


  /*
  * お人形のタイプを選ぶ
  */
  #typeList {
    padding: 0 0 10vw 0;
  }

  #typeList h3.title {
    margin: 0 auto 6vw auto;
    padding: 0;
    text-align: center;
    color: #000000;
    font-size: 7vw;
    letter-spacing: 0;
    line-height: 1;
  }

  #typeList h3.title small {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
    color: #000000;
    font-size: 5vw;
    border-bottom: #FFFF00 2vw solid;
  }

  #typeList h3.title small span {
    display: block;
    margin: 0 0 -2vw 0;
    padding: 0;
    font-size: 5vw;
  }

  #typeList ul {
    width: 100%;
    margin: 0;
    padding: 0 3vw;
  }

  #typeList li {
    margin: 0;
    padding: 0 2vw 4vw 2vw;
  }

  #typeList li .wrap {
    margin: 0;
    padding: 0;
    box-shadow: 0.5vw 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.1);
    border-radius: 2vw;
    overflow: hidden;
    cursor: pointer;
  }

  #typeList li .wrap:hover {
    opacity: 0.6;
  }

  #typeList li img {
    object-fit: cover;
    width: 100%;
    height: 30vw;
    margin: 0;
    padding: 0;
  }

  #typeList li p {
    margin: 0;
    padding: 2vw 0;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
  }



  /*
  * レイアウト
  */
  #customsys {}

  #customsys h2.title {
    margin: 0;
    padding: 4vw 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 5vw;
    letter-spacing: 0.4vw;
    background-color: #C30D23;
  }

  #customsys h2.title span {
    font-size: 60%;
  }

  #customsys h3.title {
    margin: 0 auto 4vw auto;
    padding: 2vw 0;
    background-color: #FFF3F3;
  }


  /*
  * カスタマイズ注意事項
  */
  #customAttention {
    width: calc(100vw - 10vw);
    margin: 0 5vw 5vw 5vw;
    border: #F1F1F1 5px solid;
  }

  #customAttention h4.title {
    margin: 0 5vw;
    padding: 2vw 2vw;
    text-align: center;
    color: #333333;
    font-size: 5vw;
    letter-spacing: 0;
    border-bottom: #F1F1F1 1px solid;
  }

  #customAttention h4.title i {
    font-size: 6vw;
  }

  #customAttention ul {
    margin: 0;
    padding: 2vw 5vw 2vw 8vw;
  }

  #customAttention li {
    margin: 0;
    padding: 1vw 0;
    color: #333333;
    font-size: 4vw;
    list-style: disc;
  }


  /*
  * 似顔雛人形お申し込み後の流れ
  */
  #nigaoAttention {
    width: calc(100vw - 10vw);
    margin: 0 5vw 5vw 5vw;
    border: #F1F1F1 5px solid;
  }

  #nigaoAttention h4.title {
    margin: 0 5vw;
    padding: 2vw 2vw;
    text-align: center;
    color: #333333;
    font-size: 5vw;
    letter-spacing: 0;
    border-bottom: #F1F1F1 1px solid;
  }

  #nigaoAttention h5 {
    margin: 0 5vw;
    padding: 0;
    color: #333333;
    font-size: 4vw;
    font-weight: 800;
    letter-spacing: 0;
  }

  #nigaoAttention ul {
    margin: 0;
    padding: 2vw 5vw 2vw 8vw;
  }

  #nigaoAttention li {
    margin: 0;
    padding: 1vw 0;
    color: #333333;
    font-size: 4vw;
    list-style: disc;
  }

  #nigaoAttention p.kome {
    margin: 0 0 2vw 0;
    padding: 0 5vw 2vw 5vw;
    color: #333333;
    font-size: 3.5vw;
    line-height: 1.6;
  }


  /*
  * 流れ
  */
  #flow {
    width: 100vw;
    margin: 0 0 5vw 0;
    padding: 0;
    background: #eee;
    overflow-x: hidden;
  }

  #flow ul {
    display: block;
    font-size: 0;
  }

  #flow ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 3vw;
  }

  #flow ul span {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1vw 1vw 1vw 2vw;
    text-align: center;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #EEEEEE;
    background-image: linear-gradient(to right, #FFFFFF, #EEEEEE);
  }

  #flow ul li:first-child span {
    padding-left: 2vw;
  }

  #flow ul span::after,
  #flow ul span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.5vw;
    margin-top: -3.5vw;
    border-top: 3.5vw solid transparent;
    border-bottom: 3.5vw solid transparent;
    border-left: 3vw solid;

  }

  #flow ul span::after {
    z-index: 2;
    border-left-color: #EEEEEE;
  }

  #flow ul span::before {
    border-left-color: #ccc;
    right: -2.6vw;
    z-index: 1;
  }

  #flow ul .current,
  #flow ul .current:hover {
    font-weight: bold;
    background: #FFF3F3;
  }

  #flow ul .current::after,
  #flow ul .current::before {}

  #flow ul .current::after {
    border-left-color: #FFF3F3;
  }


  /*
  * 商品リスト
  */
  #itemList {
    margin: 0;
    padding: 0;
  }

  #itemList li.cell button.partsChoice {
    margin-top: 1vw;
  }

  #itemList li.cell .text {
    margin: 0;
    padding: 1vw 0 0 0;
    text-align: left;
    color: #333333;
    font-size: 3vw;
    font-size: normal;
    line-height: 120%;
    letter-spacing: 0;
  }


  /*
  * カスタムシミュレーション
  */
  #widSimulate {
    margin: -10vw 0 10vw 0;
    padding: 0;
  }

  #widSimulate h5.title {
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: calc(100% - 2vw);
    margin: 0;
    padding: 2vw;
    text-align: center;
    font-size: 5vw;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2vw 2vw 0 0;
    z-index: 2;
  }

  #widSimulate .frame {
    position: relative;
    margin: 0 0 2vw 0;
    padding: 0;
    background-color: #F1F1F1;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
  }

  #widSimulate .frame .parts {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  #widSimulate .frame .parts img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #widSimulate p.supple {
    margin: 0;
    padding: 1vw;
    text-align: left;
    font-size: 3vw;
    letter-spacing: 0;
  }

  #widSimulate button.simButton {
    position: relative;
    margin: 1vw 1px;
    font-size: 4vw;
  }

  #widSimulate button.prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    position: absolute;
    left: 2vw;
  }

  #widSimulate button.next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 2vw;
  }


  /*
  * オーダー確認
  */
  #customConfirm {
    margin: 4vw auto 10vw auto;
    padding: 0;
  }

  #customConfirm .frame {
    position: relative;
    width: 90vw;
    height: 90vw;
    max-width: 90vw;
    margin: 0 auto;
    padding: 0;
    background-color: #F1F1F1;
    border-radius: 2vw;
    overflow: hidden;
  }

  #customConfirm .frame .parts {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #customConfirm .frame .parts img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #customConfirm ul.size {
    margin: 1rem 0;
    padding: 0;
    text-align: center;
    color: #333333;
    font-size: 1.6rem;
    font-size: bold;
    line-height: normal;
  }

  #customConfirm ul.size li {
    display: inline-block;
    margin: 0;
    padding: 0 0.5rem;
  }

  #customConfirm ul.size small {
    display: inline-block;
    margin: 0.2rem 1rem 0 0;
    font-size: 50%;
  }

  #customConfirm .sizeNote {
    width: 90vw;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    text-align: center;
    color: #333333;
    font-size: 0.9rem;
    font-size: 400;
  }

  #customConfirm .price {
    width: 90vw;
    margin: 1rem auto 2rem auto;
    padding: 1rem 0;
    text-align: center;
    color: #C30D23;
    font-size: 2rem;
    font-size: bold;
    line-height: normal;
    border: #CCCCCC 1px solid;
    border-radius: 0.5rem;
  }

  #customConfirm .price small {
    display: inline-block;
    margin: 0.2rem 1rem 0 0;
    font-size: 50%;
  }

  #customConfirm .buttonWrap {
    padding: 0 5vw;
  }

  #customConfirm button.simButton {
    position: relative;
    margin: 0 1px;
    font-size: 3vw;
  }

  #customConfirm button.prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    position: absolute;
    left: 1rem;
  }

  #customConfirm button.next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 1rem;
  }


  /*
  * 種類を選ぶ
  */
  #selectKind {
    padding: 4vw 0 8vw 0;
  }

  #selectKind ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #selectKind li {
    padding-bottom: 4vw;
    cursor: pointer;
  }

  #selectKind li:hover {
    opacity: 0.6;
  }

  #selectKind li img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #selectKind li p {
    margin: 0;
    padding: 1vw 0;
    text-align: center;
    font-size: 4vw;
  }


}