@charset "utf-8";

/* 追記 */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.container {
  width: 100%;
}
.md-container {
  max-width: none;
}
.lp_content {
  background: #ffffff;
}
.breadcrumb,
.title-area {
  max-width: 1200px;
  margin: 0 auto;
}
#sp-content .nav{
  /*max-width: 1100px;*/
  margin: 0 auto 0px;
  /*padding-top: 5%;*/
}
/*.nav.bg_w{
  background-color: #ffffff;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}*/



#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 70px;
  right: 8%;
  bottom: 50px;
  bottom: 10%;
  z-index: 1000;
  background: #e1a6a0;
  background: gray;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
#page_top.active {
  opacity: 0.4;
  visibility: visible;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  content: '';
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




#sp-content {
  width: 100%;
  text-align: left;
  margin: auto;
  overflow: hidden;
  color: #323232;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #ffffff;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
}
#sp-content a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition-duration: 0.3s;
}
#sp-content .item-link a {
  text-decoration: underline;
}
#sp-content a:hover {
  text-decoration: none;
}
#sp-content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition-duration: 0.3s;
}
#sp-content .headline {
  width: 100%;
  position: relative;
}
#sp-content .headline .slick-vertical .slick-slide {
  border: none;
}
#sp-content .headline img {
  width: 100%;
}
#sp-content .main-img-area {
  margin-bottom: 40px;
}
#sp-content .title-area {
  margin: 0% auto;
  padding: 6% 0 6.3%;
  max-width: 100%;
  background-color: #ffffff;
}
#sp-content .title-area .title-area-txt {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
/*.text-lg{
  font-size: 20px;
}*/
#sp-content .nav h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  font-family: aw-conqueror-didot, serif;
  letter-spacing: 0.1em;
  color: #3a3260;
}
#sp-content .nav ul {
  width: 100%;
  margin: 5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2em;
}
#sp-content .nav.bg_w ul .color_txt {
	text-align: center;
	margin-top: 7%;
	color: #3a3260;
}
#sp-content .nav.bg_w ul {
  padding: 3% 0 7%;
  margin: 0;
}
#sp-content .nav.bg_w ul li:hover {
  transform: scale(1.1);
  transition: .3s;
}
#sp-content .nav ul li {
  width: 100%;
  max-width: 235px;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sp-content .nav ul li:last-of-type {
  margin-right: 0;
}
#sp-content .nav ul li a {
  text-decoration: none;
}
#sp-content .nav ul li div {
  position: relative;
}
#sp-content .nav ul li div:before {
  border: 0 solid transparent;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 30;
}
#sp-content .nav ul li div img {
  position: relative;
  z-index: 10;
}
#sp-content .nav.bg_w ul li {
  margin-right: 5%;
  max-width: 250px;
}
#sp-content .nav.bg_w ul li:last-of-type {
  margin-right: 0;
}
/*#sp-content .nav ul li div:hover:before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#sp-content .nav ul li:nth-of-type(1) div:hover:before {
  border: 10px solid #fbe5c9;
}
#sp-content .nav ul li:nth-of-type(2) div:hover:before {
  border: 10px solid #f4b1bb;
}
#sp-content .nav ul li:nth-of-type(3) div:hover:before {
  border: 10px solid #d8daed;
  }*/
  #sp-content #color_v.nav {
    padding-top: 0;
  }
  #sp-content #color_v.nav h3 {
    background-color: #fff;
  }
  #sp-content .nav_number{
    margin: 30px 0 0 0;
    max-width: 174px;
  }
  #sp-content .nav .title-area-txt {
    text-align: center;
    margin-top: 5%;
  }
  #sp-content .item-area {
    position: relative;
    margin-bottom: 10%;
  }

  #sp-content .bg_area {
    padding-top: 80px;
  }

  #sp-content #style_01 {
    /*background: url(//ds-assets.s3.amazonaws.com/laisp/sp/2021/antique_flower_print_21ss/test/bg1.gif);*/
    background-repeat: repeat-y;
    background-size: 2% auto;
    background-position: right;
    background-color: #ffffff;
  }
  #sp-content #style_02 {
    /*background: url(//ds-assets.s3.amazonaws.com/laisp/sp/2021/antique_flower_print_21ss/test/bg2.gif);*/
    background-repeat: repeat-y;
    background-size: 2% auto;
    padding-bottom: 2%;
    background-color: #ffffff;
  }
  #sp-content #style_03 {
    /*background: url(//ds-assets.s3.amazonaws.com/laisp/sp/2021/antique_flower_print_21ss/test/bg3.gif);*/
    background-repeat: repeat-y;
    background-size: 2% auto;
    background-position: right;
    padding-bottom: 2%;
    background-color: #fffff4;
  }
  #sp-content #style_04 {
    padding-bottom: 3%;
  }

  #sp-content .link-btn-area {
    margin: -4% auto 0;
  }
  #sp-content .link-btn-area a {
    display: block;
    width: 90%;
    max-width: 560px;
    margin: 0% auto 15%;
    padding: 1.74% 0;
    background: #eea2b1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition-duration: 0.3s;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  }
  #sp-content .link-btn-area a:hover{
    opacity: 0.7;
    transition-duration:0.3s;
  }
  #sp-content .link-btn-area a.mb-30 {
    margin-bottom: 30px;
  }
  #sp-content .link-btn-area a.btn-blue {
    background: #99bbf5;
  }
  #sp-content .link-btn-area a.btn-blue-line {
    background: #fff;
    color: #323232;
    border: solid 1px #323232;
    margin: 0 auto 5%;
  }
  #sp-content .left-wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 490px;
  }
  #style_01 .left-wrap,#style_03 .left-wrap {
    display: flex;
    flex-direction: column;
    width: 40%;
    max-width: 590px;
    position: absolute;
    margin-left: 2%;
    margin-top: 7%;
  }
  #style_02 .left-wrap, #style_04 .left-wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 600px;
    position: absolute;
    left: 53%;
    top: 8%;
  }


  #sp-content .right-wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    /*max-width: 590px;*/
  }
  #style_01 .right-wrap,#style_03 .right-wrap {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: 40%;
    /* max-width: 590px; */
  }
  #style_02 .right-wrap,#style_04 .right-wrap {
    display: flex;
    flex-direction: column;
    width: 60%;
    /* max-width: 590px; */
  }
  #style_02 .right-wrap .item_img,#style_04 .right-wrap .item_img {
    margin-left: 10%;
    width: 70%;
  }


  #sp-content .item_img,#sp-content .item_txt{
    margin-bottom: 80px;
  }
  #sp-content .ttl-img{
    margin-bottom: 45px;
    width: 65%;
  }

  #style_01 .item_txt,#style_03 .item_txt {
    background: #fbf2f4;
    padding: 12% 22% 12% 20%;
    margin: 0 0 50px;
  }

  #style_02 .item_txt,#style_04 .item_txt {
    background: #eff5fa;
    padding: 12% 20% 12% 20%;
    margin: 0 0 50px;
  }

  /*#style_02 .ttl-img {
    width: 68%;
  }*/
  #style_03 .ttl-img {
    width: 53%;
  }
  #sp-content .item_img_right {
    text-align: right;
    margin-left: 18%;
  }
  #style_02 .item_img_right,#style_04 .item_img_right {
    text-align: right;
    margin-left: 0%;
  }
  #sp-content .item_img_left {
    text-align: left;
    margin-left: 23%;
  }
  #sp-content .item_txt h4 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  #sp-content .item-text{
    margin-bottom: 40px;
    line-height: 28px;
  }
  #sp-content .item-name,#sp-content .item-price{
    margin-bottom: 15px;
  }
  #sp-content .buy-icon{
    border: solid 1px #eea2b1;
    background-color: #eea2b1;
    padding: 2px 12px;
    font-size: 14px;
    margin-right: 3px;
    margin-left: 10px;
    vertical-align: text-bottom;
    color: #ffffff;
  }
  #sp-content .buy-icon a {
    color: #fff;
    text-decoration: none !important;
  }
  #sp-content .buy-icon:hover {
    opacity: 0.7;
    transition: .5s;
  }

  #sp-content .buy-icon.buy-icon-blue{
    border: solid 1px #99bbf5;
    background-color: #99bbf5;
  }


  #sp-content .reverse{
    flex-direction: row-reverse;
  }
  #sp-content .item-cresit-wrap li{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 520px;
  }

  #sp-content .open {
    cursor:pointer;
  }
  #pink ,#navy {
    display: none;
  }
  #sp-content .overlay {
    display: none;
  }
  #pink:checked + .overlay ,#navy:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  #sp-content .window {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sp-content .close {
    cursor: pointer;
    position: absolute;
    top: 33px;
    right: 10px;
    font-size: 50px;
    float: right;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    opacity: 1;
  }
  #sp-content .color_txt {
      text-align: center;
      margin-top: 5%;
      color: #3a3260;
  }
  #sp-content label {
    display: block;
    margin-right: 2%;
  }
  #sp-content label:last-of-type {
    margin-right: 0;
  }

#sp-content label > div {
    width: 85%;
    margin: 0 auto;
}
#sp-content .window > div {
    width: 76%;
}

@media (max-width: 1400px){

  #sp-content #style_02{
    padding-bottom: 4%;
  }
  #sp-content #style_04{
    padding-bottom: 4%;
  }

  /*#style_02 .ttl-img {
    width: 53%;
  }*/

}


@media (max-width: 1390px){

  #style_01 .left-wrap, #style_03 .left-wrap {
    margin-left: 5%;
  }

  #sp-content .link-btn-area {
    margin: 0% auto 0;
  }
}

@media (max-width: 1360px){
  #sp-content #style_01,#sp-content #style_03 {
    margin-bottom: 5%;
  }
}


@media (max-width: 1024px){
  #style_01 .left-wrap, #style_03 .left-wrap {
    margin-left: 0%;
    width: 45%;
  }
}

@media (max-width: 768px){
/*  .breadcrumb,
  #page-body {
    margin: 0 -10px;
  }*/
  #sp-content {
    margin-top: 20px;
    font-size: 10px;
  }
  #sp-content .title-area .title-area-txt {
    padding: 0 3%;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #sp-content .nav ul {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.7em;
    letter-spacing: 0;
  }
  #sp-content .nav ul li {
    width: 26%;
    justify-content: center;
    margin-right: 4%;
  }
  #sp-content .nav.bg_w ul li {
    width: 33%;
  }
  #sp-content .nav ul li:nth-of-type(2) .nav_number {
    width: 100%;
  }
  #sp-content .nav ul li a {
    display: block;
    line-height: 1.8em;
  }
  #sp-content .nav ul li:nth-child(3),
  #sp-content .nav ul li:last-child {
    margin-right: 0;
  }
  #sp-content .nav .title-area-txt {
    font-size: 12px;
  }
  #sp-content .nav_number{
    width: 80%;
    margin: 20px 0 0 0;
  }

  #sp-content .bg_area {
    padding-top: 5%;
  }

  #sp-content .item-area {
    margin-bottom: 3%;
  }
  #sp-content .item-area .item-area-inner {
    width: 95%;
    margin: 0;
  }
  #sp-content .left-wrap{
    width: 90%;
    margin: 0 auto;
  }
  #sp-content .right-wrap{
    width: 90%;
    margin: 0 auto;
  }

  #style_01 .right-wrap {
    width: 105%;
    margin-left: 0;
    margin-top: -55px;
  }
  #style_03 .right-wrap {
    width: 105%;
    margin-left: 0;
  }
  #style_01 .item_txt,#style_02 .item_txt,#style_03 .item_txt,#style_04 .item_txt {
    padding: 12%;
  }

  #style_02 .right-wrap, #style_04 .right-wrap {
    width: 105%;
  }


  #sp-content .item_img{
    margin-bottom: 40px;
  }
  #sp-content .style01-1{
    width: 90%;
    margin:0 auto 40px;
    text-align: center;
  }
  #sp-content .style01-2 {
    width: 70%;
    margin-left: 5%;
  }
  #sp-content .style01-3 {
    width: 80%;
    margin: 0 5% 40px auto;
  }
/*
.style02-2 {
    width: 70% !important;
    margin: 0 5% 40px auto !important;
}
*/
/*
  .style02-3{
    width: 70% !important;
    margin-right: 125px !important;
  }
  */
  #sp-content .ttl-img {
    width: 80%;
    margin-bottom: 25px;
  }

  #style_02 .ttl-img {
    /*width: 58%;*/
  }
  #style_04 .ttl-img {
    width: 73%;
  }

  #style_02 .right-wrap .item_img.style01-1,#style_04 .right-wrap .item_img.style01-1 {
    margin: 0 auto 40px;
    width: 90%;
  }
  #style_02 .right-wrap .item_img.style02-2{
   width: 70%;
   margin: 0 5% 40px auto;
 }
 #style_02 .right-wrap .item_img.style02-3{
   width: 80%;
   margin: 0 0 40px 5%;
 }

 #sp-content #style_02 {
  padding-bottom: 0%;
}
#sp-content #style_03 {
  padding-bottom: 0%;
}
#sp-content #style_04 {
  padding-bottom: 0%;
}

#sp-content .item_txt h4 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
}

#sp-content .item-text{
  line-height: 25px;
  font-size: 13px;
  margin-bottom: 30px;
}
#sp-content .buy-icon {
  font-size: 11px;
}
#sp-content .item-cresit-wrap{
  font-size: 12px;
  line-height: 12px;
}
/*#sp-content .item_txt{
  margin-bottom: 25px;
}*/
#sp-content .nav h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
#sp-content #color_v.nav h3 {
    margin-bottom: 0;
}
#sp-content #color_v.nav {
    padding-top: 0;
    padding: 0;
}
#sp-content .nav {
  margin: 0;
  padding: 0 0 17%;
}
#sp-content .nav.bg_w {
  padding: 7% 0;
}
#sp-content .text-lg{
  font-size: 16px;
}
#sp-content .title-area {
  padding-top: 10%;
}
#sp-content .link-btn-area a {
  padding: 5% 0;
  font-size: 16px;
}

#sp-content label {
    margin-right: 3%;
    width: 40%;
}
#sp-content .color_txt {
    font-size: 12px;
}
  #sp-content .window {
    width: 100%;
  }
  #sp-content .window div {
    width: 80%;
    text-align: center;
  }
  #sp-content .close {
    right: -50px;
    top: 20px;
  }

#page_top {
  width: 65px;
  height: 65px;
}
#page_top a {
  width: 65px;
  height: 65px;
}
#page_top a::after {
  font-size: 11px;
  top: 20px;
}


}

.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 769px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  #sp-content .item-area-inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }
}


/*E-LOOK #footer_banner .container*/
#footer_banner .container{
width: 1170px;
}
.link-btn-area p{
margin: 0;
}
@media (max-width: 1200px) {
#footer_banner .container{
width: 965px;
}
}
@media (max-width: 979px) {
#footer_banner .container{
width: 750px;
}
}
@media (max-width: 768px) {
.breadcrumb, #page-body{
margin: 0 auto;
}
#footer_banner .container{
width: auto;
}

#page-footer .navbar ul.nav {
    padding: 0;
}
}