@charset "utf-8";
  
  
@media screen and (max-width: 768px){

  #material{
    padding: 30px 0 0 !important;
    margin-bottom: 30px;
    border-bottom: solid 1px #000000;
  }
  .semiOrderTtl h2{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em !important;
    font-weight: bold;
    color: #656363 !important;
  }
  .semiOrderTtl p{
    text-align: center;
    margin: 0 10px 10px;
    font-weight: bold;
    line-height: 2;
  }
  
  #semiOrder h1{
    text-align: center;
    margin-top: 30px;
  }
  #semiOrder h1 img{
    width: 200px;
  }
  #semiOrderRead{
    
  }
  .semiVisual{
    width: 700px;
    max-width: 96%;
    margin: 0 auto;
  }
  
  /*semiOrderRead*/
  #semiOrderRead{
    background-color: #f97d7d;
    padding: 40px 10px;
  }
  #semiOrderRead h2{
    font-size: 15px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
  }
  #semiOrderRead  p{
    color: #ffffff !important;
    margin-top: 30px;
    line-height: 2;
    text-align: left;
  }
  
  /* material */
  .materialRings{}
  .materialRings li{
    width: 46%;
    margin:2%;
    float: left;
    text-align: center;
  }
  .materialRings li span{
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
  }
  p.materialText{
    margin-top: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .pickupMaterial{
    padding: 20px 0px;
  }
  .pickupMaterialBottom{
    padding: 20px 0px;
  }
  .pickupImg{
    width: 70%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .pickupImgBottom{
    width: 300px;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .pickupImg span{
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
    font-size: 16px;
    display: block;
  }
  .pickupText{
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .pickupMaterial .pickupTtl01{
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e2e2e2;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
  }
  .pickupMaterialBottom .pickupTtl02{
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #efe5cb;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .pickupText p{
    line-height: 1.8;
    margin: 18px 10px;
  }
  
  /* diamond */
  .diamondList{
    margin-bottom: 50px;
  }
  .diamondList li{
    float: left;
    width: 19%;
    margin-right: 1%;
    text-align: center;
  }
  
  /*finish*/
  .finishList{
    margin-bottom: 30;
    padding-bottom: 30px;
  }
  .finishList li{
    float: left;
    width: 46%;
    margin: 2%;
    text-align: center;
  }
  .finishList li img{
    width: 60%;
  }
  .finishList li span{
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
  }
  
  /* gallery */
  #gallery{
    padding-bottom: 80px;
  }
  .galleryHeader{
    margin-bottom: 20px;
  }
  .galleryTtl {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fcf2f2;
    margin-bottom: 10px;
  }
  .galleryTtl img{
    width: 50% !important;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .galleryList{
    width: 96%;
    margin: 0 auto;
  }
  .galleryList li{
    width: 96%;
    padding:10px 2%;
    cursor: pointer;
    border-bottom: 1px dotted #000000;
  }
  .galleryList li.select{
    color: #f95f67 !important;
  }
  .galleryList li span{
    display: inline;
    padding-right: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
  }
  .galleryRingList02,.galleryRingList03,.galleryRingList04{
    display: none;
  }
  .ringListBox li{
    width: 46%;
    margin: 2%;
    float: left;
    text-align: center;
    height: auto !important;
  }
  .ringListBox li span{
    margin-bottom: 10px;
    text-align: center;
    font-size: 80%;
    display: block;
  }
  .ringListBox a{
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #f95f67;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .ringListBox a:hover{
    background: #656363;
  }
  
  /* faq */
  #faq{
    background: #a9aaaa;
    margin-bottom: 20px;
  }
  #faq .inner{
    padding: 30px 0;
  }
  #faq h3{
    text-align: center;
    padding: 50px 0 80px;
  }
  #faq h3 img{
    width: 250px;    
  }
  .faqInner{
    width: 96%;
    margin: 0 auto;
  }
  .faqListArea{
    padding-bottom: 30px;
  }
  .faqListQ{
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    padding: 20px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #ffffff;
    display: block;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
  }
  .faqListQ span{
    background: url(../img/lifetime-warranty/yaji.png) no-repeat;
    background-size: 18px 18px;
    background-position: 100% center;
    display: block;
    font-weight: bold;
  }
  .open .faqListQ span{
    background: url(../img/lifetime-warranty/yaji02.png) no-repeat;
    background-size: 18px 18px;
    background-position: 100% center;
  }
  .faqListBox .faqListA{
    line-height: 2em;
    background-color: rgb(255, 255, 255);
    padding: 5%;
    margin-bottom: 5%;
    display: none;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  
  .semiOrderTtl h2{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em !important;
    font-weight: bold;
    color: #656363 !important;
  }
  .semiOrderTtl p{
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 2;
  }
  
  #semiOrder h1{
    text-align: center;
    margin-top: 80px;
  }
  #semiOrder h1 img{
    width: 350px;
  }
  #semiOrderRead{
    
  }
  .semiVisual{
    width: 700px;
    margin: 0 auto;
  }
  
  /*semiOrderRead*/
  #semiOrderRead{
    background-color: #f97d7d;
    padding: 50px;
  }
  #semiOrderRead h2{
    font-size: 20px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
  }
  #semiOrderRead  p{
    color: #ffffff !important;
    text-align: center;
    margin-top: 30px;
    line-height: 2;
  }
  
  /* material */
  .materialRings{}
  .materialRings li{
    width: 24%;
    margin-right: 1%;
    float: left;
    text-align: center;
  }
  .materialRings li span{
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
  }
  p.materialText{
    margin-top: 30px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .pickupMaterial{
    border: 1px solid #e50012;
    padding: 50px 30px 30px;
    margin-bottom: 30px;
  }
  .pickupMaterialBottom{
    border: 1px solid #e50012;
    padding: 50px 30px 50px;
    margin-bottom: 30px;
  }
  .pickupImg{
    width: 300px;
    float: none;
    text-align: center;
    margin: -50px auto 15px;
  }
  .pickupImgBottom{
    width: 300px;
    float: none;
    text-align: center;
    margin: -50px auto 15px;
  }
  .pickupImg span{
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
    font-size: 16px;
    display: block;
  }
  .pickupText{
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .pickupText h3.pickupTtl01{
    font-weight: bold;
    color: #7b9baf;
    font-size: 18px;
  }
  .pickupText h3.pickupTtl02{
    font-weight: bold;
    color: #a98a33;
    font-size: 18px;
  }
  .pickupText p{
    line-height: 1.8;
    margin-top: 18px;
  }
  
  /* diamond */
  .diamondList{
    margin-bottom: 100px;
  }
  .diamondList li{
    float: left;
    width: 19%;
    margin-right: 1%;
    text-align: center;
  }
  
  /*finish*/
  .finishList{
    margin-bottom: 100px;
    border-bottom: solid 1px #000000;
    padding-bottom: 70px;
  }
  .finishList li{
    float: left;
    width: 24%;
    margin-right: 1%;
    text-align: center;
  }
  .finishList li img{
    width: 60%;
  }
  .finishList li span{
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
  }
  
  /* gallery */
  #gallery{
    padding-bottom: 80px;
  }
  .galleryHeader{
    margin-bottom: 80px;
  }
  .galleryTtl {
    width: 24%;
    margin-right: 3%;
    float: left;
    margin-top: -20px;
  }
  .galleryList{
    width: 73%;
    float: right;
  }
  .galleryList li{
    width: 23%;
    float: left;
    margin-right: 2%;
    text-align: center;
    cursor: pointer;
  }
  .galleryList li.select{
    color: #f95f67 !important;
  }
  .galleryList li span{
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
  }
  .galleryRingList02,.galleryRingList03,.galleryRingList04{
    display: none;
  }
  .ringListBox li{
    width: 30.3%;
    margin-right: 3%;
    float: left;
    text-align: center;
  }
  .ringListBox li span{
    margin-bottom: 10px;
    text-align: center;
    font-size: 80%;
    display: block;
  }
  .ringListBox a{
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #f95f67;
    text-align: center;
    margin-top: 10px;
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .ringListBox a:hover{
    background: #656363;
  }
  
  /* faq */
  #faq{
    background: #a9aaaa;
    margin-bottom: 30px;
  }
  #faq .inner{
    padding: 30px 0;
  }
  #faq h3{
    text-align: center;
    padding: 50px 0 80px;
  }
  #faq h3 img{
    width: 250px;    
  }
  .faqInner{
    width: 96%;
    margin: 0 auto;
  }
  .faqListArea{
    padding-bottom: 120px;
  }
  .faqListQ{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.4em 2.5em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #ffffff;
    display: block;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
  }
  .faqListQ span{
    background: url(../img/lifetime-warranty/yaji.png) no-repeat;
    background-size: 18px 18px;
    background-position: 100% center;
    display: block;
    font-weight: bold;
  }
  .open .faqListQ span{
    background: url(../img/lifetime-warranty/yaji02.png) no-repeat;
    background-size: 18px 18px;
    background-position: 100% center;
  }
  .faqListBox .faqListA{
    line-height: 2em;
    background-color: rgb(255, 255, 255);
    padding: 5%;
    margin-bottom: 5%;
    display: none;
    width: 100%;
  }

}

@media screen and (min-width: 1000px)  {
  
  .semiOrderTtl h2{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em !important;
    font-weight: bold;
    color: #656363 !important;
  }
  .semiOrderTtl p{
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 2;
  }
  
  #semiOrder h1{
    text-align: center;
    margin-top: 80px;
  }
  #semiOrder h1 img{
    width: 350px;
  }
  #semiOrderRead{
    
  }
  .semiVisual{
    width: 700px;
    margin: 0 auto;
  }
  
  /*semiOrderRead*/
  #semiOrderRead{
    background-color: #f97d7d;
    padding: 50px;
  }
  #semiOrderRead h2{
    font-size: 20px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
  }
  #semiOrderRead  p{
    color: #ffffff !important;
    text-align: center;
    margin-top: 30px;
    line-height: 2;
  }
  
  /* material */
  .materialRings{}
  .materialRings li{
    width: 24%;
    margin-right: 1%;
    float: left;
    text-align: center;
  }
  .materialRings li span{
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
  }
  p.materialText{
    margin-top: 30px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .pickupMaterial{
    border: 1px solid #e50012;
    padding: 50px 30px 30px;
    margin-bottom: 30px;
  }
  .pickupMaterialBottom{
    border: 1px solid #e50012;
    padding: 50px 30px 50px;
    margin-bottom: 30px;
  }
  .pickupImg{
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-top: -50px;
  }
  .pickupImgBottom{
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-top: 0px;
  }
  .pickupImg span{
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
    font-size: 16px;
    display: block;
  }
  .pickupText{
    width: 600px;
    max-width: 100%;
    float: left;
  }
  .pickupText h3.pickupTtl01{
    font-weight: bold;
    color: #7b9baf;
    font-size: 18px;
  }
  .pickupText h3.pickupTtl02{
    font-weight: bold;
    color: #a98a33;
    font-size: 18px;
  }
  .pickupText p{
    line-height: 1.8;
    margin-top: 18px;
  }
  
  /* diamond */
  .diamondList{
    margin-bottom: 100px;
  }
  .diamondList li{
    float: left;
    width: 19%;
    margin-right: 1%;
    text-align: center;
  }
  
  /*finish*/
  .finishList{
    margin-bottom: 100px;
    border-bottom: solid 1px #000000;
    padding-bottom: 70px;
  }
  .finishList li{
    float: left;
    width: 24%;
    margin-right: 1%;
    text-align: center;
  }
  .finishList li img{
    width: 60%;
  }
  .finishList li span{
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
  }
  
  /* gallery */
  #gallery{
    padding-bottom: 80px;
  }
  .galleryHeader{
    margin-bottom: 80px;
  }
  .galleryTtl {
    width: 24%;
    margin-right: 3%;
    float: left;
    margin-top: -20px;
  }
  .galleryList{
    width: 73%;
    float: right;
  }
  .galleryList li{
    width: 23%;
    float: left;
    margin-right: 2%;
    text-align: center;
    cursor: pointer;
  }
  .galleryList li.select{
    color: #f95f67 !important;
  }
  .galleryList li span{
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
  }
  .galleryRingList02,.galleryRingList03,.galleryRingList04{
    display: none;
  }
  .ringListBox li{
    width: 30.3%;
    margin-right: 3%;
    float: left;
    text-align: center;
  }
  .ringListBox li span{
    margin-bottom: 10px;
    text-align: center;
    font-size: 80%;
    display: block;
  }
  .ringListBox a{
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #f95f67;
    text-align: center;
    margin-top: 10px;
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .ringListBox a:hover{
    background: #656363;
  }
  
  /* faq */
  #faq{
    background: #a9aaaa;
    margin-bottom: 30px;
  }
  #faq .inner{
    padding: 30px 0;
  }
  #faq h3{
    text-align: center;
    padding: 50px 0 80px;
  }
  #faq h3 img{
    width: 250px;    
  }
  .faqInner{
    width: 1200px;
    margin: 0 auto;
  }
  .faqListArea{
    padding-bottom: 120px;
  }
  .faqListQ{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.4em 2.5em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #ffffff;
    display: block;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    transform: translateY(-50%);
    margin-top: 20px;
    cursor: pointer;
  }
  .faqListQ span{
    background: url(../img/lifetime-warranty/yaji.png) no-repeat;
    background-size: 18px 18px;
    background-position: 100% center;
    display: block;
    font-weight: bold;
  }
  .open .faqListQ span{
    background: url(../img/lifetime-warranty/yaji02.png) no-repeat;
    background-size: 18px 18px;
    background-position: 100% center;
  }
  .faqListBox .faqListA{
    line-height: 2em;
    background-color: rgb(255, 255, 255);
    padding: 5%;
    margin-bottom: 5%;
    display: none;
    width: 100%;
  }
}