@charset "UTF-8";
/*
* disney_onlinestore.css
*
* version --- 1.0
* updated --- 2022/2/22
*/
/* -------------------------------------------------------------- */
.tLine {
  text-decoration: underline;
}
/* page.css */
.clrfix {
  clear: both;
}
.headingTitle {
  margin-bottom: 20px;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.button .anchorUp {
    background: url(/disney/onlinestore/img/ico_select_up.svg) no-repeat 96% center;
    background-size: 10px;
}
/* a:hover{
  opacity: .8;
 transition : 0.5s;
}
a {
  opacity: 1;
 transition : 0.5s;
} */

.breakdown a{
	position: static;
	right: 0;
	top: 0;
	z-index: 19;
	font-size: 14px;
	color: #003447;
	min-height: 23px;
	background:url(https://www.k-uno.co.jp/onlinestore/html/user_data/assets/img_2021/purchase/er/icon_break.svg) no-repeat left center;
	background-size: 23px auto;
	padding-top: 2px;
	padding-left: 36px;
	display: inline-block;
}
@media only screen and (max-width: 959px){
  transform: none;
  background-size: 23px auto;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .topLayout .topLayout_imgLeft {
    padding-right: 0;
    display: flex;
    align-items: center;
  }
}

/* 全体 */
.flexBox {
  display: flex;
}
.fs14 {
  font-size: 1.4rem;
}
.border {
  border: 1px solid #dcdcdc;
}
.title_icon {
  width: 34px;
  display: inline-block;
  line-height: 36px;
  margin-right: 10px;
}
.swiper-slide .sign {
  position: absolute;
  width: 100%;
  top: 0px;
  max-width: 150px;
  left: 45px;
  z-index: 3;
}
.swiper-slide .new {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: #7f212f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

@media only screen and (min-width: 960px) {
  .dis_ec .topLayout {
    max-width: 1295px;
  }
}

.slick-slide img {
    margin: auto;
}

.dis_ec .layoutRole_main {
  padding-bottom: 200px;
}
.dis_ec .top_wrapper {
  max-width: 1920px;
  margin: 20px auto;
}
.dis_ec .contentRole_title {
  margin-bottom: 120px;
}
.dis_ec .news {
  padding: 10px 0;
  border-top: 1px solid #ccd6da;
  border-bottom: 1px solid #ccd6da;
}

.dis_ec .topLayout .colbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
}

/* TOPスライダー */
.dis_ec .slick-slider {
  z-index: 0;
}
.dis_ec .slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.dis_ec .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.dis_ec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.dis_ec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.dis_ec .slick-dots li button:hover,
.dis_ec .slick-dots li button:focus {
  outline: none;
}
.dis_ec .slick-dots li button:hover:before,
.dis_ec .slick-dots li button:focus:before {
  opacity: 1;
}
.dis_ec .slick-dots li button:before {
  font-family: "Meiryo","メイリオ";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dis_ec .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.dis_ec .slick-content {
  position: relative;
  background: #f5f5f5;
  padding: 100px 0;
}
.dis_ec .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}
.dis_ec .slick-content-child {
  background: #fff;
  padding: 15px;
}
.dis_ec .slick-content__img {
  width: 100%;
}
.dis_ec .slick-content-img {
  display: block;
  overflow: hidden;
  text-align: center;
}
.dis_ec .slick-content-img img {
  width: 100%;
  height: auto;
}
.dis_ec .slick-content-img img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.dis_ec .swiper-slide p span.mt10 {
  display: block;
  margin-top: 10px;
}
.dis_ec .slide-arrow {
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dis_ec .prev-arrow {
  left: 24.5%;
  padding-left: 5px;
}
.dis_ec .next-arrow {
  right: 24.5%;
  padding-right: 5px;
}
.dis_ec .slide-arrow__arrow {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dis_ec .prev-arrow__arrow {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
.dis_ec .next-arrow__arrow {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.dis_ec .dis_ec_slider .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}

/* ランキングスライダー */

.top_ranking .swiper-wrapper {
  counter-reset: num 0;
}
.top_ranking .swiper-wrapper .swiper-slide {
  position: relative;
}
.top_ranking .swiper-wrapper .swiper-slide:before {
  counter-increment: num 1; /* numの増加数 */
  content: counter(num); /* 表示形式 */
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background-color: #f2f2f2;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  z-index: 999;
}
.top_ranking .swiper-wrapper .swiper-slide:nth-of-type(-n + 3):before {
  font-weight: bold;
}
.top_ranking .swiper-wrapper .swiper-slide:nth-of-type(1):before {
  color: #d18600;
}
.top_ranking .swiper-wrapper .swiper-slide:nth-of-type(2):before {
  color: #343434;
}
.top_ranking .swiper-wrapper .swiper-slide:nth-of-type(3):before {
  color: #9d2f15;
}

/* コンテンツ */

@media only screen and (min-width: 960px) {
  .flexBox3 .box:last-of-type {
    margin-right: 0px;
  }
  .dis_ec .layoutTab_inner {
    max-width: 1295px;
    width: 100%;
  }
  .dis_ec .contentRole .headingTitle {
    font-size: 18px;
  }
  .dis_ec #pickup .topCategory_list .swiper-slide {
    max-width: 500px;
    margin-right: 50px;
  }
  .dis_ec #pickup .topCategory_list .swiper_span,
  .dis_ec #pickup .topCategory_list a {
    max-width: 500px;
  }
  .flexBox3 .box {
    width: 32%;
    max-width: 405px;
  }
}
.flexBox3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dis_ec #disec01 .flexBox {
  align-items: flex-end;
  margin-bottom: 38px;
}
.dis_ec #disec01 .flexBox .box:last-of-type img {
  max-width: 176px;
}
.dis_ec #disec01 .headingTitle span {
  display: inline-block;
  padding-left: 10px;
}

.bridal_box {
  background-color: #ebf1d7;
}
.bridal_box .cover {
  min-height: 450px;
  background-image: url(/disney/onlinestore/img/yokonaga_touka.png);
  background-repeat: no-repeat;
  position: relative;
  background-position-x: left;
}
.contentBox {
  max-width: 1255px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  width: 98%;
}
.rightBox {
  width: 50%;
  max-width: 570px;
  margin: auto 0 auto auto;
}
.rightBox div.button {
  margin-top: 0;
}
.rightBox .button a {
  background-color: #fff;
}
.rightBox p {
  max-width: 570px;
  margin: auto auto 48px auto;
}

#searchBox .item01 .flexBox {
  padding-bottom: 50px;
  border: dashed #dcdcdc;
  border-width: 0 0 2px 0;
}

#searchBox .item01 .flexBox5 {
  display: flex;
  flex-wrap: wrap;
}
#searchBox .item01 .flexBox5 .box {
  width: 16%;
  margin-right: 5%;
}

#searchBox .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
#searchBox .next-arrow {
  right: -20px;
  padding-right: 0px;
}
#searchBox .prev-arrow {
  left: -20px;
  padding-left: 0px;
}
#searchBox .slide-arrow {
  height: 40px;
}
#searchBox .character_all ul {
  border: dashed #dcdcdc;
  border-width: 0 0 2px 0;
  margin: 30px auto 0;
  padding-bottom: 25px;
}
#searchBox .character_all ul li {
  display: inline-block;
  padding-right: 2%;
  margin-bottom: 10px;
}
#searchBox .character_all ul li:last-of-type {
  padding-right: 0;
}

.dis_ec #pickup .price {
  display: block;
  color: #787878;
  font-size: 14px;
  margin-top: 10px;
}
.dis_ec #pickup .topCategory_list .topCategory_caption.center {
  position: relative;
  margin-top: 15px;
}
.dis_ec #pickup .topCategory_list a:hover {
  text-decoration: none;
}
.dis_ec #pickup .topCategory_list .topCategory_caption b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.8;
}
.dis_ec #pickup .topCategory_list01 .swiper-slide .price {
  margin-top: 15px;
}
.dis_ec #pickup .topCategory_list .swiper_span,
.dis_ec #pickup .topCategory_list a {
  width: 100%;
  height: unset;
}

/* PCのみ */

@media only screen and (min-width: 769px) {
  #searchBox .item01 .flexBox .box:first-of-type {
    width: 49.5%;
    max-width: 610px;
  }
  #searchBox .item01 .flexBox .box:last-of-type {
    width: 49.5%;
    margin-left: 2%;
  }
  #searchBox .item01 .flexBox5 .box:nth-of-type(5) {
    margin-right: 0;
  }
  #searchBox .item01 .flexBox5 .box:nth-of-type(n + 6) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dis_ec .topLayout.width02 .topLayout_img {
    max-width: 600px;
    width: 48%;
  }
  .dis_ec .topLayout.width02 .topLayout_box {
    padding-left: 45px;
    width: 53%;
    max-width: 655px;
  }
}
@media screen and (max-width: 1575px) and (min-width: 1166px) {
  .bridal_box .cover {
    background-position-x: -140px;
  }
}
@media screen and (max-width: 1165px) and (min-width: 1026px) {
  .bridal_box .cover {
    background-position-x: -140px;
    background-image: url(/disney/onlinestore/img/yokonaga_touka_sp_pc.png);
  }
  .rightBox {
    width: 35%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 851px) {
  .bridal_box .cover {
    background-position-x: -230px;
    background-image: url(/disney/onlinestore/img/yokonaga_touka_sp_pc.png);
  }
  .rightBox {
    width: 35%;
  }
}
/* スマホのみ */
@media only screen and (max-width: 960px) {
  .contents2_layoutRole_contents.layoutRole_contents {
    padding-top: 60px;
  }
  .flexBox3 .box {
    margin-bottom: 20px;
  }
  .flexBox3 .box {
    width: 48%;
    max-width: 405px;
  }
}
@media only screen and (max-width: 850px) {
  .rightBox .button a {
    width: 49%;
  }
  .bridal_box .cover {
    min-height: 570px;
    background-image: url(/disney/onlinestore/img/yokonaga_touka_sp.png);
    background-repeat: no-repeat;
    position: relative;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
  }
  .contentBox {
    position: relative;
    padding-top: 30px;
  }
  .rightBox {
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
  .rightBox p {
    margin: auto auto 30px auto;
  }
}
@media screen and (max-width: 850px) and (min-width: 701px) {
  .bridal_box .cover {
    background-image: url(/disney/onlinestore/img/yokonaga_sp_mizikai.png);
  }
}
@media only screen and (max-width: 768px) {
  .dis_ec .contentRole_title {
    margin-bottom: 75px;
  }
  .swiper-slide .sign {
    left: 5px;
  }
  .title_icon {
    width: 25px;
    line-height: 27px;
  }
  .dis_ec .slick-dots li {
    width: 12px;
  }
  .dis_ec .slick-dotted.slick-slider {
    margin-bottom: 90px;
  }
  .dis_ec .slick-dots li button:before {
    width: 11px;
    height: 11px;
  }

  #searchBox .item01 .flexBox {
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }
  #searchBox .item01 .flexBox .box {
    width: 100%;
    margin: 0 auto 13px;
    text-align: center;
  }
  #searchBox .item01 .flexBox .box img {
    margin: auto;
  }
  #searchBox .item01 .flexBox5 .box p {
    font-size: 13px;
  }
  .bnrText_text {
    font-size: 14px;
  }
  #searchBox .character_all ul {
    margin: 15px auto 0;
    padding-bottom: 15px;
  }
  #searchBox .character_all ul li {
    padding-right: 3%;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 820px) {
  .mb120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 820px) and (min-width: 481px) {
  .dis_ec .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dis_ec .next-arrow {
    right: 15%;
    padding-right: 5px;
    height: 50px;
  }
  .dis_ec .prev-arrow {
    left: 15%;
    padding-left: 5px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .topCategory_list .swiper-slide {
    width: 300px;
    margin-right: 40px;
  }
  .contentBox {
    padding-top: 50px;
  }
  #searchBox .item01 .flexBox5 .box {
    width: 21%;
    margin-right: 5.3%;
  }
  #searchBox .item01 .flexBox5 .box:nth-of-type(4) {
    margin-right: 0;
  }
  #searchBox .item01 .flexBox5 .box:nth-of-type(n + 5) {
    margin-top: 50px;
  }
  #searchBox .item01 .flexBox {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 650px) {
  .flexBox3 .box {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .watch_pc {
    display: block;
  }
  .watch_sp {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .contentRole .layoutTab_area {
    padding: 0 0 50px;
  }
  .bridal_box .cover {
    min-height: 485px;
  }
  .watch_pc {
    display: none;
  }
  .watch_sp {
    display: block;
    float: right;
    width: 90px;
    position: relative;
    top: -50px;
    margin-bottom: -40px;
    padding-left: 10px;
  }
  #searchBox .item01 .flexBox5 .box {
    width: 30%;
    margin-right: 5%;
    margin-top: 30px;
  }
  #searchBox .item01 .flexBox5 .box:nth-of-type(3n) {
    margin-right: 0;
  }
  #searchBox .item01 .flexBox5 .box:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  #searchBox .item01 .flexBox5 .box p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 376px) {
  .dis_ec .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dis_ec .next-arrow {
    right: 0%;
    padding-right: 5px;
    height: 50px;
  }
  .dis_ec .prev-arrow {
    left: 0%;
    padding-left: 5px;
    height: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .dis_ec .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dis_ec .next-arrow {
    right: 1%;
    padding-right: 5px;
    height: 50px;
  }
  .dis_ec .prev-arrow {
    left: 1%;
    padding-left: 5px;
    height: 50px;
  }
}

/* NEW COLLECTION */

.mw950 {
  max-width: 950px;
  margin: auto;
}

#newCollection {
  position: relative;
}

#newCollection .flexBox3.topCategory_list01 a img {
  opacity: 1;
}

#newCollection .border {
  border-color: #D6AE67;
}

#newCollection h3.hdM {
  position: absolute;
  right: 0;
  left: 0;
  top: -1.5%;
  margin: auto;
  background-color: #fff;
  display: inline-block;
  padding: 0 25px;
  width: max-content;
}

#newCollection .inner {
  padding: 5%;
}

#newCollection .price {
  display: block;
  color: #787878;
  font-size: 14px;
  margin-top: 10px;
}

#newCollection .flexBox3 {
  max-width: 700px;
  margin: auto;
}

#newCollection .topCategory_list01 a {
  width: 100%;
}

@media only screen and (max-width: 650px) {
  #newCollection .flexBox3 .box {
    width: 48%;
  }

  #newCollection .inner {
    padding: 30px 5%;
  }

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