@charset "UTF-8";

/*｡.｡:+* ﾟ ゜ﾟ *+:｡.｡:+* ﾟ ゜ﾟ *+:｡.｡.｡:+*ﾟ ゜ﾟ *+:｡.｡:+*ﾟ ゜ﾟ *+:｡.｡.｡:+*+:｡.｡
:*:・'゜☆.:*:・' .:*:・'゜☆' .:*:・'゜☆' .:*:・'゜☆' .:*:.:*:・'゜☆' .:*:

・‥…━━━☆ Disney mickeyandminnie CSS ・‥…━━━☆

.:*:・'゜☆' .:*:・'゜☆' .:*:・'゜☆' .:*:・'゜☆' .:*:・'゜.:*:・'゜☆' .:*:・'゜
｡.｡:+* ﾟ ゜ﾟ *+:｡.｡:+* ﾟ ゜ﾟ *+:｡.｡.｡:+*ﾟ ゜ﾟ *+:｡.｡:+*ﾟ ゜ﾟ *+:｡.｡.｡:+*+:｡.｡*/

/* base-re
--------------------------------------- */
body {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "HGS明朝E", "メイリオ", "Meiryo", serif;
  color: #4b4b4b;
  font-size: 13px;
  font-size: 1.3rem;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "Osaka", " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.img {
  margin-bottom: 20px;
}
#container h1 {
  padding-top: 0;
}

#container #pankuzu {
  margin-bottom: 20px;
}
#container .attention {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}

#pankuzu {
  margin: 0 0 40px;
  padding: 20px 0 0;
  font-size: 1.3rem;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
}

/* flexBox2 */
#container .flexBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#container .flexBox2 .flexCell {
  width: 48.95%;
}

#container .flexBox2 .flexCell:nth-child(even) {
  margin-left: 2%;
}

#container .flexBox2 > .flexCell.flexCell-left { order:1;}
#container .flexBox2 > .flexCell.flexCell-right {	order:2;}

#container .flexBox2 .flexCell.center {
  align-self: center;
}
.flexBox2 .flexCell.bottom {
  align-self: flex-end;
}

#container .flexBox2 .flexCell .imgBox {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #container .flexBox2 {
    flex-wrap: wrap;
  }
  #container .flexBox2 .flexCell {
    width: 100%;
    margin-bottom: 20px;
  }
  #container .flexBox2 .flexCell:nth-child(even) {
    margin-left: 0;
  }
	#container .flexBox2 > .flexCell.flexCell-left { order:2;}
	#container .flexBox2 > .flexCell.flexCell-right {	order:1;}
  #container .flexBox2 .flexCell p:last-child {
    margin-bottom: 20px;
  }
}

/* sp pc */
#container .sp {
  display: none !important;
}
#container .pc {
  display: block !important;
}
#container .pc_center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  #container .pc {
    display: none !important;
  }
  #container .sp {
    display: block !important;
  }
  #container .pc_center {
    text-align: left !important;
  }
}

/* boxWrap */
#container .boxWrap {
  margin-bottom: 120px;
}
#container .boxWrap:last-of-type {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  #container .boxWrap {
    margin-bottom: 100px;
  }
}

/* outerWrap */
/* .outerWrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: content-box;
} */

/* title
--------------------------------------- */
#container .midTitle,
#container .smallTitle{
	line-height: 1.7;

}
/* largeTitle */
#container .largeTitle {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold;
}

#container .largeTitle span,
#container .midTitle span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
}

/* midTitle */
#container .midTitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/*smallTitle*/
#container .smallTitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* largeTitle */
  #container .largeTitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
      メイリオ, Meiryo, serif;
  }

  #container .largeTitle span {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }

  /* midTitle */
  #container .midTitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
      メイリオ, Meiryo, serif;
  }

  /*smallTitle*/
  #container .smallTitle {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
      メイリオ, Meiryo, serif;
  }
  #container .flexBox2 > .flexCell {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 370px) {
  #container .midTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

}

/* txtLink
--------------------------------------- */
a.txtLink {
  text-decoration: underline;
  position: relative;
  margin-right: 15px;
}
a.txtLink:after {
  content: "";
  background-image: url(/includes/img/common/btn-arrow.svg);
  width: 8px;
  height: 13.08px;
  position: absolute;
  bottom: 0;
  right: -15px;
}

/* modalLink
--------------------------------------- */
a.modalLink {
  text-decoration: underline;
}
a.modalLink::before {
  content: "";
  background-image: url(/includes/img/common/modal.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: 0;
  padding-right: 15px;
}

/*yotpoBlock
--------------------------------------- */
.yotpoBlock {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .yotpoBlock {
    margin-bottom: 60px;
  }
}

/*popup
--------------------------------------- */
a.popup {
  position: relative;
  display: block;
}
a.popup::after {
  bottom: 0px;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  content: "";
  background-image: url(/includes/img/common/popup.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0px 30px 30px 0px;
}

/*btn
--------------------------------------- */
#container .btnBox {
  margin: 40px auto 0px;
}
#container .btn {
  width: 240px;
  padding: 9px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "Osaka", " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container .btn:after {
  content: "";
  background-image: url(/includes/img/common/btn-arrow.svg);
  width: 8px;
  height: 13.08px;
  position: absolute;
  right: 10px;
}
#container .btn::before {
  display: none;
}

/*other
--------------------------------------- */
@media screen and (max-width: 767px) {
  .sp_center {
    text-align: center;
  }
}

/* pankuzu
--------------------------------------- */
#pankuzu .outerWrap {
  max-width: 1100px;
}
#container #pankuzu {
  padding: 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━
:*:・'゜☆.:*:・' .:*:・'゜☆' .:*:・'゜☆' .:*:・'゜☆' .:*:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*mickeyandminnie
--------------------------------------- */
#container .largeTitle {
  margin-bottom: 40px;
	color: #B59755;
}
.copy {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#container .btnBox + .btnBox {
  margin-top: 30px;
}

#container .price {
  margin-top: 10px;
}


@media screen and (max-width: 767px) {
  #container .btnBox + .btnBox {
    margin-top: 20px;
  }
}


/* mainbox
--------------------------------------- */
#m-and-m .mainBox {
  max-width: 1100px;
	margin: 0px auto 120px;
}

#m-and-m .mainBox img { margin-bottom: 40px;}

@media screen and (max-width: 767px) {
	#m-and-m .mainBox {
	  max-width: 1100px;
		margin: 0px auto 100px;
	}

  #m-and-m .mainBox img {
    margin: 0px auto 30px;
  }

	#m-and-m .mainBox .txt {
		padding: 0 4%;
	}
}


/*newBridalRing
--------------------------------------- */
#newBridalRing .outerWrap{
	max-width: 840px;
}

#newBridalRing .pageLink {
	display: inline-block;
	margin-top: 20px;
  border: dashed #ccc;
	border-width: 0 0 1px 0;
}

#newBridalRing .slider01 { margin-bottom: 45px;}
#newBridalRing .slider01 .slick-slide { margin: 0px 10px;}

#newBridalRing .outerWrap .flexBox3 img{
	border: 1px solid #B4B4B4;
}

@media screen and (max-width: 767px) {
	#newBridalRing .pageLink { float: right;}
	#newBridalRing .flexBox3 {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
	#newBridalRing .slider01{ margin-bottom: 0;}
	#newBridalRing .slider01 .slick-next {
	  right: -15px !important;
	}
	#newBridalRing .slider01 .slick-prev {
	  left: -15px !important;
	}

	#newBridalRing .outerWrap .flexBox3 > .flexCell {
	  width: 32%;
	  margin-right: 2%;
	  margin-bottom: 40px;
	  font-size: 14px;
	  font-size: 1.4rem;
	}

}

/*newBridalItem
--------------------------------------- */
#newBridalItem .outerWrap {
  border-style: solid;
  border-width: 40px 40px 40px 40px;
  -moz-border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    40 40 40 40 repeat;
  -webkit-border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    40 40 40 40 repeat;
  -o-border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    40 40 40 40 repeat;
  border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    40 40 40 40 fill repeat;
  position: relative;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}

#newBridalItem .outerWrap > .flexBox2:first-of-type .flexCell:nth-child(even) {
	align-self: center;
}

#newBridalItem .outerWrap > .flexBox2:nth-of-type(2) .flexCell img { margin-bottom: 20px;}

#newBridalItem .outerWrap .grayBox{
	background: #FAFAFA;
	padding: 30px;
}
	#newBridalItem { padding: 0 4%;}
@media screen and (max-width: 767px) {
	#newBridalItem .outerWrap {
	  border-style: solid;
	  border-width: 30px 30px 30px 30px;
		-moz-border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    30 30 30 30 repeat;
  -webkit-border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    30 30 30 30 repeat;
  -o-border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    30 30 30 30 repeat;
  border-image: url(../../img/l/mickey-and-minnie/deco_border.png)
    30 30 30 30 fill repeat;
	  padding: 10px 0px 0px;
	  margin-bottom: 20px;
	}
}

/*bridalRings
--------------------------------------- */
/* #bridalRings{
	margin-top: -120px;
  padding-top: 120px;
} */
#bridalRings .slider02 .slick-slide { margin: 0px 10px;}

@media screen and (max-width: 767px) {
	#bridalRings .btnBox2 > .btn {
    width: 260px;
		display: block;
		margin: 0px auto 20px;
	}
	#container .btnBox2 > .btn:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}
}
/*jewelrySellection
--------------------------------------- */
#jewelrySellection .slider03 .slick-slide { margin: 0px 10px;}


/*gift
--------------------------------------- */
#gift > .txt { margin-bottom: 30px;}
#gift .outerWrap > .flexBox2 > .flexCell:nth-of-type(even){
	align-self: center;
}

/*banner
--------------------------------------- */
#banner ul {
	max-width: 862px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#banner ul {
		padding: 0 4%;
	}
}

.netFair {
  display: flex;
  align-items: center;
  margin-top: 15px!important;
margin-bottom: 0!important;
}


#container span.new {
  display: inline-block;
  color: #A51C1C;
  padding-right: 5px;
  margin-top: 0;
  font-size: unset;
}
@media screen and (max-width: 768px) {
  #container .flexBox3>.flexCell {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #container .flexBox3 {
    display: flex;
  }
  .w80p:nth-of-type(1) {
    width: 80% !important;
  }
  .w80p:nth-of-type(2) {
    width: 80%!important;
    margin: 0 0 20px auto!important;
  }
}