@charset "UTF-8";

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

            ・‥…━━━☆  Disney princess CSS  ・‥…━━━☆

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

/* base-re
--------------------------------------- */
/* flexBox2 */
.flexBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.flexBox2 .flexCell {
  width: 48.95%;
  margin-bottom: 0;
}

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

.flexBox2 .flexCell.center {
  align-self: center;
}

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

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

.fj-bgbox {
  background-color: #fafafa;
  padding: 30px;
  margin-top: 30px;
}

.jwbox {
  background-color: #fff;
  padding: 30px;

}

.sp {
  display: none !Important;
}

.pc {
  display: block !Important;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.tLine {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .hdS {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !Important;
  }

  .pc {
    display: none !important;
  }

  .mb20 {
    margin-bottom: 15px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb80:not(.teaser) {
    margin-bottom: 65px !important;
  }

  .fs14 {
    font-size: 13px;
  }

  .fs13 {
    font-size: 12px;
  }

  .flexBox2 {
    flex-wrap: wrap;
  }

  .flexBox2.reverse {
    flex-wrap: wrap-reverse;
  }

  .flexBox2 .flexCell {
    width: 100%;
  }

  .flexBox2 .flexCell:nth-child(even) {
    margin-left: 0;
  }

  .flexBox2.jwbox .flexCell p:last-child {
    margin-bottom: 0;
  }

  .flexBox2 .flexCell:last-of-type,
  .flexBox2 .flexCell:last-of-type p:last-child {
    margin-bottom: 0;
  }

  .fj-bgbox {
    padding: 20px 15px;
    margin-top: 60px;
  }

  .jwbox {
    padding: 20px;
  }

  .slick-initialized .slick-slide {
    padding: 0 5px;
  }

  .fjcontents .gSlider .flexBox2 {
    margin-bottom: 0px;
  }
}


/* 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;
}

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

#container .columnBox2 .columnCell {
  width: 48.95%;
}

#container .columnBox2 .columnCell.center {
  align-self: center;
}

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

#container .columnBox2 .columnCell .imgBox {
  margin-bottom: 15px;
}

#container .columnBox2 .columnCell .img {
  margin-bottom: 0;
}

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

  #container .columnBox2 .columnCell:last-of-type,
  #container .columnBox2 .columnCell:last-of-type p:last-child {
    margin-bottom: 0;
  }
}

/* title
--------------------------------------- */

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

#fashion .largeTitle span,
#od .largeTitle span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

/* midTitle */
#fashion .midTitle,
#od .midTitle {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
}

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

#od .smallTitle {
  font-weight: normal;
}

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

  /* largeTitle */
  #fashion .largeTitle,
  #od .largeTitle,
  #psfb .largeTitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

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

  /* midTitle */
  #fashion .midTitle,
  #od .midTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  /*smallTitle*/
  #fashion .smallTitle,
  #od .smallTitle {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #fashion .flexBox2>.flexCell,
  #od .flexBox2>.flexCell {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

  #fashion .midTitle,
  #od .midTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* slick
--------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  outline: none;
}

.slick-slide {
  outline: none;
}

.slick-dots {
  bottom: 10px;
  font-size: 0;
}

.slider {
  margin-bottom: 20px;
}

.slider01.gSlider .slick-slide li,
.slider03.gSlider .slick-slide li {
  padding: 0 10px;
}

.gSlider .slick-next {
  right: 40% !important;
}

.gSlider .slick-prev {
  left: 40% !important;
}

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

  .slider01.gSlider>ul,
  .slider03.gSlider>ul {
    margin: 0 -10px;
  }

  .gSlider .slick-prev,
  .gSlider .slick-next {
    top: auto !important;
    height: 18px;
    width: 15px;
  }

  .gSlider .slick-next:before {
    content: "";
    background-image: url(/includes/img/common/slider-arrow-r_pc.svg);
    background-repeat: no-repeat;
  }

  .gSlider .slick-prev:before {
    content: "";
    background-image: url(/includes/img/common/slider-arrow-l_pc.svg);
    background-repeat: no-repeat;
  }

  .slick-prev:before,
  .slick-next:before {
    top: 3px;
    width: 11px;
    height: 16.08px;
  }
}

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

  .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .slick-dots {
    bottom: -25px;
  }

  .slick-slide img {
    display: inline-block;
  }

  .gSlider .slick-prev,
  .gSlider .slick-next {
    top: 50% !important;
    bottom: auto;
  }

  .gSlider .slick-next {
    right: -15px !important;
  }

  .gSlider .slick-prev {
    left: -15px !important;
  }

  #container .gSlider>ul {
    margin: 0 1% 40px;
    padding: 0 0 5px 0;
  }

  #container .gSlider>ul .slick-slide li {
    padding: 0 2.4%;
  }
}

.link {
  margin-top: 20px;
}

/* 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;
}

/* pageLink
--------------------------------------- */
a.pageLink {
  text-decoration: underline;
}

a.pageLink:before {
  content: "";
  background-image: url(/includes/img/common/link-arrow.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 11.38px;
  position: relative;
  bottom: 0;
  padding-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;
}


/*btn
--------------------------------------- */


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

/* princess
--------------------------------------- */
#princess .outerWrap {
  max-width: 864px;
}

#princess .largeTitle {
  line-height: 1.7;
}

#princess .largeTitle span,
#container .midTitle span {
  margin-top: 0;
}

#princess a,
#princess p {
  color: #4b4b4b;
}

@media only screen and (min-width: 768px) {
  #princess .teaser {
    background-image: url(/img_2021/disney/princess/img_teaser_bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainIng {
    max-width: 1292px;
    margin: auto;
    padding: 0 10px;
  }

  #princess .teaser .mainIngsp {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #princess .teaser {
    height: 600px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 768px) {
  #princess .teaser {
    height: 490px;
  }
}

@media screen and (max-width: 767px) {
  #princess .largeTitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  #princess .largeTitle span {
    margin-top: 0px;
  }

  #princess #container img {
    max-width: 423px;
  }

  .topImg {
    display: none;
  }

  #princess .teaser .mainIngsp img {
    width: 100%;
    display: block;
  }
}


/* localFlexBox
--------------------------------------- */
.innerBox.localFlexBox {
  position: relative;
  margin-bottom: 40px;
  padding-right: 51%;
  min-height: 266px;
}

.innerBox.localFlexBox .largeTitle {
  padding-top: 14%;
  margin-bottom: 30px;
}

.innerBox.localFlexBox .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .innerBox.localFlexBox {
    padding-right: 0;
    min-height: unset;
  }

  .innerBox.localFlexBox .largeTitle {
    padding-top: 14%;
  }

  .innerBox.localFlexBox .img {
    position: relative;
    width: 100%;
    text-align: center;
  }
}

/* mainbox
--------------------------------------- */
#princess .mainBox .outerWrap {
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .mainBox .outerWrap:first-of-type {
    padding: 0;
  }

  #princess #container .mainBox img {
    max-width: 750px;
    margin: 0 auto;
  }

  #princess #container .mainBox {
    margin-bottom: 80px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━
:*:・'゜☆.:*:・' .:*:・'゜☆' .:*:・'゜☆' .:*:・'゜☆' .:*:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*pr-menu
--------------------------------------- */
#pr-menu {
  max-width: 630px;
  margin: 50px auto 0;
}

#pr-menu>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#pr-menu>ul>li {
  padding: 8.5px 13px 6px;
  border: dashed #5D5D5D;
  border-width: 0 0 1px 0;
  margin-bottom: 20px;
  margin: 0 2% 20px;
}

#pr-menu>ul>li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  padding-right: 10px;
  position: relative;
}

#pr-menu>ul>li a::after {
  position: absolute;
  top: 8.5px;
  right: -8px;
  margin: 0 auto;
  content: "";
  height: 6px;
  width: 8px;
}

#pr-menu>ul>li.beautyAndTheBeast a::after {
  background-image: url(/includes/disney/img/princess/anc02.svg);
}

#pr-menu>ul>li.cinderella a::after {
  background-image: url(/includes/disney/img/princess/anc01.svg);
}

#pr-menu>ul>li.snowWhite a::after {
  background-image: url(/includes/disney/img/princess/anc03.svg);
}

#pr-menu>ul>li.sleepingBeauty a::after {
  background-image: url(/includes/disney/img/princess/anc04.svg);
}

#pr-menu>ul>li.theLittleMermaid a::after {
  background-image: url(/includes/disney/img/princess/anc05.svg);
}

#pr-menu>ul>li.tangled a::after {
  background-image: url(/includes/disney/img/princess/anc06.svg);
}

#pr-menu>ul>li.aladdin a::after {
  background-image: url(/includes/disney/img/princess/anc07.svg);
}

#pr-menu>ul>li.od a::after {
  background-image: url(/includes/disney/img/princess/anc08.svg);
}

@media screen and (min-width: 862px) {
  #pr-menu {
    max-width: 890px;
  }

  #pr-menu>ul>li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  #pr-menu>ul>li {
    margin: 0 2.5% 20px;
  }
}


/*princessBox
--------------------------------------- */


.princessBox .flexBox2 .flexCell:nth-child(even) .img {
  margin-bottom: 15px;
}


.princessBox .gSlider img {
  margin: 0 auto;
}

#princess .princessBox .outerWrap {
  padding: 50px 5%;
}

.title h2 span {
  display: block;
  padding-top: 2px;
}

#beautyAndTheBeast .bg {
  background-color: #FFFCF7;
}

#beautyAndTheBeast h2 {
  color: #847627;
}

#cinderella .bg {
  background-color: #F5FBFF;
}

#cinderella h2 {
  color: #275584;
}

.layoutRole_main .button.blue a {
  background: #5d749a url(/img_2021/common/ico_link04.svg) right 26px center no-repeat;
  color: #fff !important;
  border: 1px solid #5d749a;
}

.layoutRole_main .button.pink a {
  background: #9D5E94 url(/img_2021/common/ico_link04.svg) right 26px center no-repeat;
  color: #fff !important;
  border: 1px solid #9D5E94;
  text-decoration: none;
}

#aladdin .bg {
  background-color: #F5F5FF;
}

#aladdin h2 {
  color: #2B2784;
}

#theLittleMermaid .bg {
  background-color: #F7FFFC;
}

#theLittleMermaid h2 {
  color: #278460;
}

#tangled .bg {
  background-color: #FEF7FF;
}

#tangled h2 {
  color: #9D5E94;
}

#snowWhite .bg {
  background-color: #FFF7F7;
}

#snowWhite h2 {
  color: #842727;
}

#sleepingBeauty .bg {
  /* background-color: #FCEFF6; */
  background-color: #fff2f9;
}

#sleepingBeauty h2 {
  color: #842760;
}

.artimg img {
  border-radius: 25px;
}

.princessBox a {
  text-decoration: underline;
}



.princessBox .jwbox {
  margin-top: 30px;
  padding: 30px;
  background-color: #f5fbff;
}

.princessBox .jwbox.flexBox2 .flexCell:nth-child(even) .img {
  margin-bottom: 0px;
}

.princessBox .jwbox p.txt {
  margin-bottom: 10px;
}

.jwbox .slick-dotted.slick-slider {
  padding-bottom: 40px;
}

#container .jwbox .smallTitle {
  margin-bottom: 15px;
  line-height: 1.7;
}

span.new {
  color: #da7080;
  padding-right: 5px;
}

@media only screen and (min-width: 960px) {

  #princess .button {
    margin-top: 45px;
  }

  #princess .princessBox .outerWrap {
    min-width: 925px;
    margin: auto;
    padding: 80px 5%;
  }

  .title h2 span {
    display: block;
    font-size: 14px;
    padding-top: 2px;
  }

  .princessBox .flexBox2 {
    display: flex;
    align-items: center;
  }

  .princessBox .flexCell.img {
    width: 46.9%;
  }

  .princessBox .flexCell.text {
    width: 51%;
    margin: 0 1%;
  }
}

@media screen and (min-width: 768px) {
  .short {
    padding: 10% 0;
    margin-bottom: 0 !important;
  }

  .vshort {
    padding: 15% 0;
    margin-bottom: 0 !important;
  }

  .princessBox p.price,
  princessBox p.price a {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .princessBox .mb60 {
    margin-bottom: 45px !important;
  }
}

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

  .titleBox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .slider01-1 {
    margin-bottom: 45px;
  }

  .princessBox .jwbox {
    padding: 30px 20px;
    margin-top: 45px;
  }

  .artimg img {
    border-radius: 15px;
  }

  .title h2 span {
    font-size: 11px;
  }

  .princessBox .hdS {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .princessBox p {
    font-size: 13px;
  }

  .princessBox p.price,
  princessBox p.price a {
    font-size: 12px;
  }

  #beautyAndTheBeast .flexBox2.border {
    padding-top: 40px;
  }

  .layoutRole_main .button a {
    max-width: 295px;
  }
}

/*princessBox2
--------------------------------------- */
#princess .princessBox2 .outerWrap {
  max-width: 715px;
}

#princess .princessBox2#fashion .outerWrap {
  max-width: 810px;
}

.princessBox2 .outerWrap>p.txt {
  margin-bottom: 30px;
}

.princessBox2 .outerWrap>.img {
  margin-bottom: 30px;
}

#container .princessBox2 .smallTitle {
  line-height: 1.7;
  margin-bottom: 15px;
}

#princess .princessBox2 .gSlider img {
  max-width: 345px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width:768px) {
  #princess .princessBox2#fashion .slick-slider {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .princessBox2 .outerWrap>p.txt {
    margin-bottom: 20px;
  }

  .princessBox2 img {
    margin: 0 auto;
  }
}

/*psfb
--------------------------------------- */
#psfb .largeTitle {
  color: #275584;
}

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

/*od
--------------------------------------- */
#od .largeTitle,
#other .largeTitle,
#fashion .largeTitle {
  color: #846427;
}

#od .gSlider h4 span {
  display: block;
  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;
  padding-top: 5px;
}

@media screen and (min-width:768px) {
  #od .slick-initialized .slick-slide {
    display: block;
    padding: 0 5px;
  }

  .slick-dotted.slick-slider {
    padding-bottom: 40px;
  }
}

@media screen and (max-width:767px) {
  #od .gSlider {
    margin-bottom: 90px;
  }
}


.fjcontents {
  margin-top: 50px;
}

.fjcontents .flexBox2:first-of-type {
  margin-top: 40px;
}

.fjcontents .flexBox2 .flexCell:first-of-type {
  max-width: 350px;
}

.fjcontents .flexBox2 .flexCell:first-of-type img {
  border: 1px solid #dfdfdf;
}

.fjcontents .midTitle {
  margin-bottom: 20px;
}

.fjcontents .flexBox2 {
  margin-bottom: 30px;
}

.fjcontents .flexBox2 .flexCell:nth-child(even) {
  margin-left: 3%;
}

.fjcontents .flexBox2 .flexCell {
  width: 53.95%;
}

.fjcontents .smallTitle span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 3px;
}

.fjcontents #fj-rap .smallTitle {
  color: #6f2784;
}

.fjcontents #fj-belle .smallTitle {
  color: #847627;
}

.fjcontents #fj-jas .smallTitle {
  color: #2b2784;
}

.fjcontents #fj-ariel .smallTitle {
  color: #278460;
}

.fjcontents .link {
  margin-top: 10px;
}

.fjcontents .flexBox2 .flexCell .img {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .fjcontents {
    margin-top: 20px;
  }

  .fjcontents .flexBox2:first-of-type {
    margin-top: 25px;
  }

  .fjcontents .flexBox2 .flexCell {
    width: 100%;
  }

  .fjcontents .flexBox2 .flexCell img {
    border: none;
  }

  .fjcontents .flexBox2 .flexCell:first-of-type {
    max-width: none;
  }

  .fjcontents .flexBox2 .flexCell:nth-child(even) {
    margin-left: 0%;
  }

  .fjcontents .smallTitle span {
    display: inline-block;
    padding-top: 0px;
    padding-left: 5px;
  }
}

#beautyAndTheBeast .flexBox2:first-of-type {
  margin-bottom: 60px;
}

#beautyAndTheBeast .border {
  border-bottom: 1px dashed #A59A5F;
  display: block;
}

#container #beautyAndTheBeast.princessBox .flexBox2:last-of-type .flexCell:nth-child(even) {
  width: 48.95%;
  margin-left: 2%;
  margin-right: 0;
}

#container #beautyAndTheBeast.princessBox .flexBox2:last-of-type .flexCell img {
  max-width: 345px;
}

@media screen and (max-width: 1100px) {
  .outerWrap {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  #container #beautyAndTheBeast.princessBox .flexBox2:last-of-type .flexCell:nth-child(even) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
}

#princess #aladdin .slick-next {
  top: auto;
}


/*成約特典
--------------------------------------- */
.cover {
	border: 1px solid #497198;
    border-radius: 20px;
    padding: 50px 30px;
}
.blue {
	color: #497198;
}
@media screen and (max-width:670px) {
	.cover {
    padding: 30px 20px;
}
.cover p.fs13 {
	font-size: 11px;
}
.b00 {
	order: 0;
	margin-bottom: 10px!important;
}
.b01 {
	order: 1;
}
}