/* ========================================
  Layout
======================================== */

/* ----- PC SP Switch ----- */
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }
}

/* ----- 改行タグ ----- */
@media print,
screen and (max-width: 767px) {
  .br--pc {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .br--sp {
    display: none;
  }
}

/* ----- imgLiquid ----- */
.img--liquid {
  max-width: 100%;
  height: auto;
}

@media print,
screen and (min-width: 768px) {
  .img--liquid {
    width: 100%;
    height: auto;
  }
}

/* ---- 画像の右クリック＆ドラッグ禁止 ---- */
.copy-guard {
  pointer-events: none;
}


/* ----------------------------------------
  Page-top
---------------------------------------- */
#page-top {
  position: relative;
  width: 100%;
}

#page-top span {
  position: relative;
  width: 12vw;
  height: 12vw;
  right: 2%;
  z-index: 100;
  border: 1px solid #ed879f;
  background-color: #ffffff;
  border-radius: 0.6vw;
}

#page-top span a {
  display: block;
  cursor: pointer;
  width: 12vw;
  height: 12vw;
}

#page-top span a:after {
  content: '';
  display: block;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5vw);
  left: calc(50% - 1.5vw);
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #ed7994;
  border-right: 2px solid #ed7994;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

  #page-top span {
    display: block;
    width: 60px;
    height: 60px;
    right: 25px;
    z-index: 100;
    text-align: right;
    opacity: 1.0;
    transition: opacity 0.6s;
  }

  #page-top span a {
    width: 60px;
    height: 60px;
  }

  #page-top span a:after {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }

  #page-top span:hover {
    opacity: 0.7;
    transition: opacity 0.6s;
  }
}

/* ========================================
  header
======================================== */
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #e84d86;
  padding: 4.667vw 5%;
  display: flex;
}

.header .header_logo {
  width: 31.2vw;
}

.header ul {
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% - 31.2vw);
}

.header ul li {
  width: 20.533vw;
}

.header ul li:first-child {
  width: 25.333vw;
}

.header .header_logo img,
.header ul li img {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .header {
    padding: 20px 30px;
  }

  .header .header_logo {
    width: 162px;
  }

  .header ul {
    width: calc(100% - 162px);
  }

  .header ul li {
    width: 134px;
  }

  .header ul li:first-child {
    width: 170px;
  }
}

/* ----------------------------------------
  fixed-header
---------------------------------------- */
.fixed_header {
  display: none;
}

.fixed_header.is-fixed {
  display: block;
  animation: fadeIn 0.7s ease 0.8s 1 normal;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

/* ----------------------------------------
  common-logoHeader
---------------------------------------- */
.common-logoHeader {
  padding: 2.5vw 0 2.8vw 4vw;
  border-bottom: 1px solid #ecb8c3;
}

@media screen and (min-width: 768px) {
  .common-logoHeader {
    padding: 20px 0 17px 34px;
  }
}

.common-logoHeader img {
  max-width: 8vw;
}

/* ----------------------------------------
 title
---------------------------------------- */
.section_ttl {
  text-align: center;
  background: linear-gradient(-30deg, #fff, #fff 49.5%, #d9d9d9 49.8%, #d9d9d9 50.2%, #fff 50.5%, #fff);
  padding: 4vw 0;
}

.section_ttl_in {
  background-color: #fff;
  padding: 2vw 0;
  font-family: 'Raleway';
  font-size: calc(100vw * 32 / 750);
  letter-spacing: 0.5em;
}

.section_ttl span {
  display: block;
  color: #888;
  font-size: calc(100vw * 22 / 750);
  margin-top: 10px;
  letter-spacing: 0.2em;
}

@media print,
screen and (min-width: 768px) {
  .section_ttl {
    background: linear-gradient(-30deg, #fff, #fff 49.8%, #d9d9d9 49.9%, #d9d9d9 50.1%, #fff 50.2%, #fff);
    padding: 35px 0;
  }

  .section_ttl_in {
    padding: 20px 0;
    font-size: 26px;
  }

  .section_ttl span {
    font-size: 16px;
    margin-top: 17px;
  }
}

/* 220323 */
.top_heading--lv2 {
  font-family: 'Raleway', sans-serif;
  font-size: calc(100vw * 26 / 375);
  font-weight: 600;
  color: #555;
  text-align: center;
}

.top_heading--lv2 span {
  display: block;
  font-size: calc(100vw * 16 / 375);
  letter-spacing: normal;
  font-weight: normal;
  margin-top: 13px;
}

@media print,
screen and (min-width: 768px) {
  .top_heading--lv2 {
    font-family: 'Raleway', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    color: #555;
    text-align: center;
  }

  .top_heading--lv2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: normal;
    font-weight: normal;
    margin-top: 10px;
  }

}

/* ----------------------------------------
  topcontents
---------------------------------------- */
.topcontents h2 {
  font-size: 1.1428571428571rem;
  text-align: center;
  padding: 10.133vw 0 0 0;
  color: #888;
  letter-spacing: 0.15rem;
}

.topcontents h2 .topcontents_ttl {
  font-size: 1.5rem;
  font-family: 'Raleway';
  padding: 0 0.667vw;
  color: #555;
}

@media print,
screen and (min-width: 768px) {
  .topcontents h2 {
    font-size: 1.7142857142857rem;
    padding: 80px 0 0 0;
    cursor: pointer;
  }

  .topcontents h2 .topcontents_ttl {
    font-size: 2.6rem;
    padding: 0 5px;
  }
}

/* .topcontents .topcontents_box{
  display: none;
} */
.topcontents .topcontents_btn {
  cursor: pointer;
  padding: 4vw 0;
  border-bottom: 1px solid #eeeeee;
}

.topcontents .topcontents_btn a {
  display: block;
  width: 2.933vw;
  height: 2.933vw;
  margin: 0 auto;
  position: relative;
  border: none;
  background-color: transparent;
}

.topcontents .topcontents_btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.933vw;
  height: 1px;
  background-color: #ed7994;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.topcontents .topcontents_btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.933vw;
  height: 1px;
  background-color: #ed7994;
  transition: .3s;
}

.topcontents .topcontents_btn.on-click a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.topcontents .topcontents_btn.on-click a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media print,
screen and (min-width: 768px) {
  .topcontents .topcontents_btn {
    padding: 25px 0 30px 0;
    width: 750px;
    margin: 0 auto;
  }

  .topcontents .topcontents_btn a {
    width: 15px;
    height: 15px;
  }

  .topcontents .topcontents_btn a:before {
    width: 15px;
  }

  .topcontents .topcontents_btn a:after {
    width: 15px;
  }
}

/* topcontents_secret */
.topcontents_secret {
  padding-top: 11.333vw;
}

.topcontents_secret .topcontents_secret_ttl {
  text-align: center;
  padding-top: 7vw;
  font-size: 1.3571428571429rem;
  letter-spacing: 0.15rem;
}

.topcontents_secret .topcontents_secret_ttl em {
  color: #ed7994;
  font-style: normal;
}

.topcontents_secret li .topcontents_secret_ttl {
  background: url(../img/ico_point2.png) no-repeat 13.333vw top/14.667vw;
  letter-spacing: 0.1em;
}

.topcontents_secret li:first-child .topcontents_secret_ttl {
  background: url(../img/ico_point1.png) no-repeat 13.333vw top/14.667vw;
}

.topcontents_secret .topcontents_secret_img {
  margin: 5.333vw 18vw 1vw 18vw;
  position: relative;
}

.topcontents_secret .topcontents_secret_img img {
  width: 100%;
}

.topcontents_secret .topcontents_secret_txt {
  margin: 5.333vw 18vw 0 18vw;
  color: #888;
  line-height: 1.7;
  font-size: 1.1428571428571rem;
}

.topcontents_secret li:first-child .topcontents_secret_txt {
  margin: 5.333vw 18vw 13.333vw 18vw;
}

.topcontents_secret .topcontents_secret_att {
  position: absolute;
  bottom: -1.4em;
  display: block;
  margin-top: 2px;
  font-size: 1.0rem;
  color: #888;
}

@media print,
screen and (min-width: 768px) {
  .topcontents_secret {
    padding-top: 46px;
  }

  .topcontents_secret ul {
    display: flex;
    min-width: 1000px;
    max-width: 1120px;
    margin: 0 auto;
  }

  .topcontents_secret li {
    max-width: 480px;
    width: calc(50% - 80px);
    margin: 0 40px;
  }

  .topcontents_secret .topcontents_secret_ttl {
    padding-top: 50px;
    font-size: 2.0714285714286rem;
  }

  .topcontents_secret li .topcontents_secret_ttl {
    background: url(../img/ico_point2.png) no-repeat left top/100px;
  }

  .topcontents_secret li:first-child .topcontents_secret_ttl {
    background: url(../img/ico_point1.png) no-repeat left top/108px;
  }

  .topcontents_secret .topcontents_secret_img {
    margin: 25px 0 35px 0;
  }

  .topcontents_secret .topcontents_secret_txt {
    margin: 0 0 10px 0;
    font-size: 1.4285714285714rem
  }

  .topcontents_secret li:first-child .topcontents_secret_txt {
    margin: 0 0 10px 0;
  }

  .topcontents_secret .topcontents_secret_att {
    font-size: 1.2rem;
  }
}

/* topcontents_review */
.topcontents_review {
  margin: 10.667vw 8vw 9.333vw 8vw;
}

.topcontents_review .topcontents_review_bubble {
  color: #ed7994;
  background: url(../img/bg_review.png);
  background-size: 40.667vw 44vw;
  width: 40.667vw;
  height: 44vw;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

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

  .topcontents_review .topcontents_review_bubble.second,
  .topcontents_review .topcontents_review_bubble.four,
  .topcontents_review .topcontents_review_bubble.six {
    margin-top: -110px;
    margin-left: calc(100% - 40.667vw);
  }

  .topcontents_review .topcontents_review_bubble.third,
  .topcontents_review .topcontents_review_bubble.five {
    margin-top: -8vw;
  }
}

.topcontents_review .comment_review {
  width: 40.667vw;
  font-size: 1.5rem;
  text-align: center;
}

.topcontents_review .comment_review span {
  font-size: 0.92857142857143rem;
}

.topcontents_review .person_review {
  font-size: 0.92857142857143rem;
}

.topcontents_review .att_review {
  margin-top: 7.333vw;
  font-size: 0.92857142857143rem;
  line-height: 1.5;
  color: #888;
}

@media print,
screen and (min-width: 768px) {
  .topcontents_review {
    width: 850px;
    margin: 35px auto 0 auto;
  }

  .topcontents_review_inner {
    display: flex;
    justify-content: space-around;
  }

  section.topcontents_review h3 {
    font-size: 2.3571428571429rem;
  }

  .topcontents_review .topcontents_review_bubble {
    background-size: 270px 295px;
    width: 270px;
    height: 295px;
  }

  .topcontents_review .att_review {
    margin-left: 430px;
    margin-top: 5.333vw;
    font-size: 1.2rem;
    line-height: 2.0;
    text-indent: 0;
    ;
  }

  .topcontents_review .comment_review {
    width: 300px;
    font-size: 2.5rem;
  }

  .topcontents_review .person_review {
    font-size: 1.7142857142857rem;
    font-weight: normal;
  }

  .topcontents_review .comment_review span {
    font-size: 1.7142857142857rem;
    font-weight: normal;
  }

  .topcontents_review .topcontents_review_bubble.second,
  .topcontents_review .topcontents_review_bubble.five {
    margin-left: 0;
    margin-top: 107px;
  }

  .topcontents_review .topcontents_review_bubble.third {
    margin-left: 0;
    margin-top: 0;
  }
}

/* ----------------------------------------
  contents
---------------------------------------- */
.contents {
  padding: 13.333vw 0 0 0;
}

.contents h2 {
  font-size: 1.1428571428571rem;
  text-align: center;
  padding: 5.677vw 0 9.6vw 0;
  color: #888;
  letter-spacing: 0.15rem;
}

.contents h2 .contents_ttl {
  font-size: 1.5rem;
  font-family: 'Raleway';
  padding: 0 0.667vw;
  color: #555;
}

@media print,
screen and (min-width: 768px) {
  .contents {
    padding: 100px 0 0 0;
  }

  .contents h2 {
    font-size: 1.7142857142857rem;
    padding: 80px 0 65px 0;
    cursor: pointer;
  }

  .contents h2 .contents_ttl {
    font-size: 2.6rem;
    padding: 0 5px;
  }
}

.contents .contents-slider {
  position: relative;
  margin: 0 auto 0 5%;
}

.contents .slick-prev {
  position: absolute;
  left: -4vw;
  top: 45%;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #ed7994;
  border-left: 1px solid #ed7994;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.contents .slick-next {
  position: absolute;
  right: -4vw;
  top: 45%;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ed7994;
  border-right: 1px solid #ed7994;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.contents .slick-prev::before,
.contents .slick-next::before {
  content: "";
}

.contents .contents-slider .contents-slider_in {
  margin: 0 2vw;
}

.contents .contents-slider .contents-slider_in img {
  max-width: 100%;
  margin-bottom: 4vw;
}

.contents .contents-slider .contents-slider_in .contents-slider_ttl {
  font-size: 1.3571428571429rem;
  line-height: 1.5;
  height: 3.2em;
  text-align: center;
}

.contents .contents-slider .contents-slider_in .contents-slider_ttl span {
  color: #ed7994;
}

.contents .contents-slider .contents-slider_in .contents-slider_txt {
  line-height: 1.7;
  font-size: 1.1428571428571rem;
}

@media print,
screen and (min-width: 768px) {
  .contents .contents-slider {
    width: 1040px;
    margin: 0 auto;
  }

  .contents .contents-slider .contents-slider_in {
    margin: 0 10px;
  }

  .contents .contents-slider .contents-slider_in img {
    margin-bottom: 25px;
  }

  .contents .contents-slider .contents-slider_in .contents-slider_ttl {
    font-size: 2.0rem;
  }

  .contents .contents-slider .contents-slider_in .contents-slider_txt {
    font-size: 1.5rem;
  }

  .contents a:hover img {
    opacity: 0.7;
  }

  @media print,
  screen and (max-width: 1120px) {
    .contents .contents-slider {
      width: 900px;
    }
  }

  .contents .slick-prev {
    width: 15px;
    height: 15px;
    left: -30px;
  }

  .contents .slick-next {
    width: 15px;
    height: 15px;
    right: -30px;
  }
}

/* ----------------------------------------
  .footer_area
---------------------------------------- */
.footer_area {
  padding: 13.333vw 0;
}

.footer_wacoalshop_link {
  display: flex;
  margin: 0 5%;
}

.footer_wacoalshop_link li {
  width: 48%;
  background: linear-gradient(45deg, #f6a5a8, #ed7a80);
  border-radius: 5px;
  position: relative;
}

.footer_wacoalshop_link li a {
  height: 23.6vw;
  color: #ffffff;
  padding: 0 3vw;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3571428571429rem;
}

.footer_wacoalshop_link li .footer_wacoalshop_txt {
  margin-top: 2.4vw;
  font-size: 0.85714285714286rem;
  line-height: 1.3;
}

.footer_wacoalshop_link li:first-child {
  margin-right: 4%;
  background: linear-gradient(45deg, #f6a5b8, #ed7994);
  border-radius: 5px;
}

.footer_wacoalshop_link li:first-child a {}

.footer_wacoalshop_link li:first-child a img {
  width: 22.667vw;
}

.footer_wacoalshop_link li::after {
  content: '';
  width: 6vw;
  height: 6vw;
  background: url(/gococi/img/ico_link_shop.png) no-repeat right top/6vw;
  position: absolute;
  top: 50%;
  right: 3vw;
  margin-top: -2.534vw;
}

.footer_wacoalshop_link li:first-child::after {
  background: url(/gococi/img/ico_link_cart.png) no-repeat right top/6vw;
}

.top_btn-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_btn-col-wrap .top_btn+.top_btn {
  margin-top: calc(100vw * 20 / 375);
}


@media print,
screen and (min-width: 768px) {
  .footer_area {
    padding: 100px 0;
  }

  .footer_wacoalshop_link {
    width: 780px;
    margin: 0 auto;
  }

  .footer_wacoalshop_link li {
    width: 380px;
  }

  .footer_wacoalshop_link li:first-child {
    margin-right: 20px;
  }

  .footer_wacoalshop_link li a {
    height: 100px;
    width: 380px;
    padding: 0 22px;
    font-size: 2.0714285714286rem;
  }

  .footer_wacoalshop_link li .footer_wacoalshop_txt {
    margin-top: 9px;
    font-size: 1.1428571428571rem;
  }

  .footer_wacoalshop_link li:first-child .footer_wacoalshop_txt {
    font-size: 1.5rem;
  }

  .footer_wacoalshop_link li:first-child a img {
    width: 256px;
  }

  .footer_wacoalshop_link li::after {
    content: '';
    width: 38px;
    height: 36px;
    background: url(/gococi/img/ico_link_shop.png) no-repeat right top/38px auto;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -18px;
  }

  .footer_wacoalshop_link li:first-child::after {
    width: 36px;
    height: 33px;
    background: url(/gococi/img/ico_link_cart.png) no-repeat right top/36px;
  }

  .top_btn-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top_btn-col-wrap .top_btn+.top_btn {
    margin-left: 20px;
    margin-top: 0 !important;
  }

}

.footer_area .sns_area {
  margin: 12vw auto 10vw auto;
}

.footer_area .sns_area .sns_ttl {
  text-align: center;
  font-family: 'Raleway';
  font-size: 0.92857142857143rem;
  letter-spacing: 0.1em;
}

.footer_area .sns_area .sns_list {
  margin-top: 4vw;
  text-align: center;
}

.footer_area .sns_list>li {
  margin: 0 1.33vw;
  display: inline-block;
  width: 6.933vw;
}

.footer_area .sns_list>li img {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .footer_area .sns_area {
    margin: 48px auto 50px auto;
  }

  .footer_area .sns_area .sns_ttl {
    font-size: 1.5rem;
  }

  .footer_area .sns_area .sns_list {
    margin-top: 20px;
  }

  .footer_area .sns_list>li {
    margin: 0 15px;
    width: 40px;
    display: inline-block;
  }

  .footer_area .sns_list>li img {
    width: 100%;
  }
}

.footer_area .footer_bnr .footer_bnr_ttl {
  text-align: center;
  margin: 12vw auto 2.667vw auto;
}

.footer_area .footer_bnr .footer_bnr_ttl img {
  width: 62vw;
}

.footer_area .footer_bnr .footer_bnr_ttl span {
  font-size: 0.92857142857143rem;
  letter-spacing: 0.1em;
  color: #888888;
  display: block;
  margin-bottom: 0.933vw;
}

.footer_area .footer_bnr ul {
  display: flex;
  justify-content: center;
  margin: 0 5%;
}

.footer_area .footer_bnr li {
  width: 49%;
}

.footer_area .footer_bnr li:first-child {
  margin-right: 4%;
  width: 51%;
}

.footer_area .footer_bnr a {
  display: table-cell;
  background: url(../img/footer_ico_wacoal.png) no-repeat right 3vw center/8vw 6.533vw;
  padding: 0 3vw;
  height: 21.333vw;
  width: calc(48% - 2px);
  border: 1px solid #cd7e8c;
  vertical-align: middle;
}

.footer_area .footer_bnr a span {
  display: inline-block;
  font-size: 0.85714285714286rem;
  color: #cd7e8c;
  margin-top: 1.867vw;
}

.footer_area .footer_bnr li img {
  width: 17.333vw;
}

.footer_area .footer_bnr li:first-child img {
  width: 25.333vw;
}

@media print,
screen and (min-width: 768px) {
  .footer_area .footer_bnr .footer_bnr_ttl {
    margin-bottom: 30px;
    margin-top: 48px;
  }

  .footer_area .footer_bnr .footer_bnr_ttl img {
    width: 330px;
  }

  .footer_area .footer_bnr .footer_bnr_ttl span {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .footer_area .footer_bnr ul {
    width: 780px;
    /* width: 378px; */
    margin: 0 auto;
  }

  .footer_area .footer_bnr li {
    width: 378px;
  }

  .footer_area .footer_bnr li:first-child {
    margin-right: 20px;
    width: 378px;
  }

  .footer_area .footer_bnr a {
    background: url(../img/footer_ico_wacoal.png) no-repeat right 25px center/48px auto;
    padding: 0 35px;
    height: 98px;
    width: 308px;
    box-sizing: unset;
  }

  .footer_area .footer_bnr a span {
    display: block;
    font-size: 1.5rem;
    margin-top: 12px;
  }

  .footer_area .footer_bnr li img {
    width: 112px;
  }

  .footer_area .footer_bnr li:first-child img {
    width: 165px;
  }
}

/* ----------------------------------------
  breadcrumb
---------------------------------------- */
.breadcrumb {
  display: flex;
  padding: 4vw 4vw 0;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 20px 0 0;
    margin: 0 auto;
    width: 1160px;
  }
}

.breadcrumb_item {
  letter-spacing: 0.04em;
  font-size: 2.7vw;
}

@media screen and (min-width: 768px) {
  .breadcrumb_item {
    font-size: 1.2rem;
  }
}

.breadcrumb_item:first-child {
  position: relative;
  color: #ed7a94;
  margin-right: 2.7vw;
  padding-right: 2.7vw;
}

@media screen and (min-width: 768px) {
  .breadcrumb_item:first-child {
    margin-right: 12px;
    padding-right: 14px;
  }
}

.breadcrumb_item:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 1px solid #ed7a94;
  border-right: 1px solid #ed7a94;
  transform: translateY(-50%) rotate(45deg);
  width: 1vw;
  height: 1vw;
}

@media screen and (min-width: 768px) {
  .breadcrumb_item:first-child::before {
    width: 6px;
    height: 6px;
  }
}

/* ========================================
  component
======================================== */
.text_semibold {
  font-weight: 500;
}

.footer_area .top_main_btn-col-wrap {
  display: block;
  position: static;
}


.top_btn-col-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_btn-col-wrap .top_btn+.top_btn {
  margin-top: calc(100vw * 20 / 375);
}

.top_btn {
  width: calc(100vw * 330 / 375);
  height: calc(100vw * 70 / 375);
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 21px 0 21px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.top_btn:hover {
  color: #fff;
}

.top_btn-icon {
  position: absolute;
  right: calc(100vw * 15 / 375);
}

@media screen and (max-width: 340px) {
  .top_btn-icon {
    right: calc(100vw * 8 / 375);
  }
}

.top_btn-icon img {
  width: 100%;
  height: auto;
}

.top_btn--cart {
  box-shadow: 0px 5px 16px 0 rgba(68, 126, 158, 0.3);
  background-image: linear-gradient(to top, #ed7994, #f196aa);
}

.top_btn--cart .top_btn-icon {
  width: calc(100vw * 30 / 375);
  height: auto;
}

.top_btn--cart p {
  font-size: calc(100vw * 18 / 375);
  font-weight: 600;
  letter-spacing: 0.7px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
}

.top_btn--cart p span {
  font-size: calc(100vw * 14 / 375);
  display: block;
  letter-spacing: 1.6px;
  font-weight: normal;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}

.top_btn--shop {
  box-shadow: 0px 5px 16px 0 rgba(68, 126, 158, 0.3);
  background-image: linear-gradient(to top, #ed7994, #ee8ba1);
}

.top_btn--shop .top_btn-icon {
  width: calc(100vw * 32 / 375);
}

.top_btn--shop p {
  font-size: calc(100vw * 18 / 375);
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.5;
}

.top_btn--shop p span {
  font-size: calc(100vw * 10 / 375);
  font-weight: normal;
  display: block;
  letter-spacing: normal;
}

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

  .top_btn-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top_btn {
    max-width: 360px;
    width: 100%;
    height: 100px;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding: 0 21px 0 21px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: left;
  }

  .top_btn:hover {
    color: #fff;
  }

  .top_btn--cart {
    box-shadow: 0px 5px 16px 0 rgba(68, 126, 158, 0.3);
    background-image: linear-gradient(to top, #ed7994, #f196aa);
    text-align: left;
  }

  .top_btn--cart .top_btn-icon {
    width: 42px;
    height: auto;
  }

  .top_btn--cart p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.2px;
    font-family: 'Raleway', sans-serif;
  }

  .top_btn--cart p span {
    font-size: 16px;
    display: block;
    letter-spacing: 1.6px;
    font-weight: normal;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
    margin-top: 5px;
  }

  .top_btn--shop {
    box-shadow: 0px 5px 16px 0 rgba(68, 126, 158, 0.3);
    background-image: linear-gradient(to top, #ed7994, #ee8ba1);
    text-align: left;
  }

  .top_btn--shop .top_btn-icon {
    width: 45px;
    height: auto;
  }

  .top_btn--shop p {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2.2px;
  }

  .top_btn--shop p span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    letter-spacing: normal;
  }

  .top_btn-icon {
    margin-left: auto;
    right: 21px;
  }
}




/* ----------------------------------------
  MORE エリア
---------------------------------------- */

/* MORE SP */
.top_more-area {
  padding-top: calc(100vw * 60 / 375);
  bottom: -1px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.top_more-heading {
  font-size: calc(100vw * 18 / 375);
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  height: calc(100vw * 68 / 375);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: calc(100vw * 40 / 375);
  padding-bottom: 5px;
}

.top_more-heading span {
  position: relative;
}

.top_more-heading span::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #555;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.top_more-area .slick-dots li {
  width: 10px;
  height: 10px;
}

.top_more-area .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
}

.top_more-area .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e5e5;
  content: "";
  opacity: 1;
}

.top_more-area .slick-dots li.slick-active button::before {
  background-color: #b2b2b2;
}



/* MORE PC */
@media print,
screen and (min-width: 768px) {
  .top_more-area {
    padding-top: 106px;
  }

  .top_more-heading {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
    padding-bottom: 5px;
  }

  .top_more-heading span {
    position: relative;
  }

  .top_more-heading span::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #555;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top_more-area .slick-slide a {}

  .top_more-area .contents {
    padding-top: 73px;
  }

  .top_more-area .contents .slick-prev {
    left: -30px;
    width: 21px;
    height: 21px;
    border-bottom: 3px solid #ed7994;
    border-left: 3px solid #ed7994;
  }

  .top_more-area .contents .slick-next {
    right: -30px;
    width: 21px;
    height: 21px;
    border-top: 3px solid #ed7994;
    border-right: 3px solid #ed7994;
  }
}


.contents .more-contents-slider .contents-slider_in {
  margin: 0 calc(100vw * 20 / 375);
}

.contents .more-contents-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.contents .more-contents-slider .contents-slider_in img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 2.8vw;
}

.contents .more-contents-slider .contents-slider_in .contents-slider_ttl {
  font-size: 1.3571428571429rem;
  line-height: 1.5;
  height: 3.2em;
  text-align: center;
}

.contents .more-contents-slider .contents-slider_in .contents-slider_ttl span {
  color: #ed7994;
}

.contents .more-contents-slider .contents-slider_in .contents-slider_txt {
  line-height: 1.7;
  font-size: calc(100vw * 14 / 375);
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .contents .more-contents-slider {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }

  .contents .more-contents-slider .contents-slider_in {
    margin: 0 20px;
  }

  .contents .more-contents-slider .contents-slider_in img {
    margin-bottom: 33px;
  }

  .contents .more-contents-slider .contents-slider_in .contents-slider_ttl {
    font-size: 2.0rem;
  }

  .contents .more-contents-slider .contents-slider_in .contents-slider_txt {
    font-size: 1.5rem;
    text-align: left;
  }

  .contents a:hover img {
    opacity: 0.7;
  }

  @media print,
  screen and (max-width: 1120px) {
    .contents .more-contents-slider {
      width: 900px;
    }
  }

  .contents .more-contents-slider .slick-prev {
    width: 21px;
    height: 21px;
    left: -30px;
    border-bottom: 3px solid #ed7994;
    border-left: 3px solid #ed7994;
  }

  .contents .more-contents-slider .slick-next {
    width: 21px;
    height: 21px;
    right: -30px;
    border-top: 3px solid #ed7994;
    border-right: 3px solid #ed7994;
  }
}

.top_heading--lv2:not(:root) {
  font-family: 'Raleway', sans-serif;
  font-size: calc(100vw * 26 / 375);
  font-weight: 600;
  color: #555;
  text-align: center;
}

.top_heading--lv2 span {
  display: block;
  font-size: calc(100vw * 16 / 375);
  letter-spacing: normal;
  font-weight: normal;
  margin-top: 13px;
}

@media print,
screen and (min-width: 768px) {
  .top_heading--lv2:not(:root) {
    font-family: 'Raleway', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    color: #555;
    text-align: center;
  }

  .top_heading--lv2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: normal;
    font-weight: normal;
    margin-top: 10px;
  }
}

/* ----------------------------------------
  lineup
---------------------------------------- */
.lineup {
  padding: 10.667vw 0 4.667vw 0;
  margin-bottom: -5px;
}

.lineup .section_ttl {
  margin-bottom: 8.667vw;
}

.lineup .section_ttl img {
  width: 26.4vw;
}

.lineup .lineup_ttl {
  text-align: center;
  font-size: calc(100vw * 18 / 375);
  margin-bottom: 8vw;
}

.lineup_content .slick-track {
  margin: 0 auto 0 3.333vw;
}

.lineup_content .lineup_slider-in {
  width: calc(50% - 4vw);
  position: relative;
}

.lineup_content img {
  max-width: 90%;
  margin-bottom: 1px;
}

.lineup_content .colorlist img {
  margin-bottom: 0;
}

.lineup_content .lineup-pict {
  display: inline-block;
  font-size: calc(100vw * 11 / 375);
  color: #555;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 1.333vw;
  margin: 0 2vw 1.333vw 2vw;
}

.lineup_content .lineup-txt {
  font-size: calc(100vw * 12 / 375);
  line-height: 1.5;
  margin: 0 2vw;
}

.lineup_content .lineup-num {
  font-size: calc(100vw * 12 / 375);
  line-height: 1.5;
  margin: 2px 2vw 0 2vw;
}

.lineup_content .lineup-price {
  font-size: calc(100vw * 13 / 375);
  line-height: 1.5;
  margin: 0 2vw;
}

.lineup_content .lineup-price span {
  font-size: calc(100vw * 12 / 375);
}

.lineup_content .lineup-color ul {
  margin: 3vw 2vw 0 2vw;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 1vw;
  row-gap: 1vw;
}

.lineup_content .lineup-color li {
  width: calc(calc(100% / 6) - 1vw);
}

.lineup_content .lineup-color li img {
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.lineup-list-btn {
  margin-bottom: 14.667vw;
}

.lineup_content .lineup-btn a {
  position: relative;
  max-width: 100%;
  height: 12.667vw;
  margin: 0 auto;
  border: 1px solid #fbe4ea;
  border-radius: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ed7994;
  font-size: 1.1428571428571rem;
}

.lineup_content .lineup-btn a::after {
  content: '';
  width: 4vw;
  height: 4vw;
  background: url(../img/ico_link_list.png) no-repeat right top/4vw;
  position: absolute;
  top: 50%;
  right: 4vw;
  margin-top: -2vw;
}

.lineup_content .lineup-list-btn a {
  width: 84vw;
  height: 17.333vw;
  margin: 10.667vw auto 4vw auto;
  background: linear-gradient(45deg, #f6a5b8, #ed7994);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-size: calc(100vw * 18 / 375);
}

.lineup_content .lineup-list-btn .lineup-list-icon {
  width: calc(100vw * 30 / 375);
  height: auto;
  position: absolute;
  right: calc(100vw * 15 / 375);
}

.lineup_content .lineup-list-btn .lineup-list-icon img {
  width: 100%;
  height: auto;
}

.lineup .slick-prev::before,
.lineup .slick-next::before {
  content: "";
}

.lineup .lineup-new {
  background-color: #f75c89;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: 'Raleway';
  width: 11.2vw;
  height: 11.2vw;
  border-radius: 50%;
  border: 1px solid #f75c89;
  position: absolute;
  top: 0;
  left: 0;
}

.lineup a:hover .lineup-new {
  background-color: #f75c89;
  opacity: 1;

}

.lineup .lineup-new div {
  display: table-cell;
  vertical-align: middle;
  width: 11.2vw;
  height: 11.2vw;
  text-align: center;
}

.lineup .lineup-new div.lineup-newcolor {
  font-size: 1.0714285714286rem;
}

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

  .lineup_slider1 .slick-list:last-child .lineup-pict,
  .lineup_slider1 .slick-list:last-child .lineup-txt,
  .lineup_slider1 .slick-list:last-child .lineup-color,
  .lineup_slider2 .slick-list:last-child .lineup-pict,
  .lineup_slider2 .slick-list:last-child .lineup-txt,
  .lineup_slider2 .slick-list:last-child .lineup-color,
  .lineup_slider3 .slick-list:last-child .lineup-pict,
  .lineup_slider3 .slick-list:last-child .lineup-txt,
  .lineup_slider3 .slick-list:last-child .lineup-color,
  .lineup_slider4 .slick-list:last-child .lineup-pict,
  .lineup_slider4 .slick-list:last-child .lineup-txt,
  .lineup_slider4 .slick-list:last-child .lineup-color {
    margin-right: 5.333vw;
  }
}

.lineup_content .lineup_slider1 .lineup-txt,
.lineup_content .lineup_slider2 .lineup-txt {
  min-height: calc(1.5em * 3);
}

.lineup_content .lineup_slider4 .lineup-txt,
.lineup_content .lineup_slider3 .lineup-txt {
  min-height: calc(1.5em * 2);
}


@media print,
screen and (min-width: 768px) {
  .lineup_content .lineup_slider4 .lineup-txt {
    min-height: calc(1.5em * 3);
  }

  .lineup {
    padding: 100px 0 30px 0;
  }

  .lineup_content img {
    max-width: 100%;
  }

  .lineup .section_ttl {
    margin-bottom: 70px;
  }

  .lineup .section_ttl img {
    width: 167px;
  }

  .lineup .lineup_ttl {
    font-size: 2.4rem;
    margin-bottom: 70px;
  }

  .lineup_content .slick-track {
    margin: 0 auto;
  }

  .lineup .lineup_slider1,
  .lineup .lineup_slider2,
  .lineup .lineup_slider3,
  .lineup .lineup_slider4 {
    width: 1040px;
    margin: 0 auto;
  }

  @media print,
  screen and (min-width: 1121px) {

    .lineup_content .lineup_slider1 .lineup-txt,
    .lineup_content .lineup_slider2 .lineup-txt,
    .lineup_content .lineup_slider3 .lineup-txt,
    .lineup_content .lineup_slider4 .lineup-txt {
      min-height: calc(1.5em * 2);
    }
  }

  @media print,
  screen and (max-width: 1120px) {

    .lineup .lineup_slider1,
    .lineup .lineup_slider2,
    .lineup .lineup_slider3,
    .lineup .lineup_slider4 {
      width: 900px;
    }
  }

  .lineup .slick-prev {
    position: absolute;
    margin-top: -5px;
    top: 50%;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 15px;
    left: -30px;
    border-bottom: 1px solid #ed7994;
    border-left: 1px solid #ed7994;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
  }

  .lineup .slick-next {
    position: absolute;
    margin-top: -3px;
    top: 50%;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 15px;
    right: -30px;
    border-top: 1px solid #ed7994;
    border-right: 1px solid #ed7994;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
  }

  /*ここからループさせないときの指定例*/
  .lineup .slick-prev.slick-disabled,
  .lineup .slick-next.slick-disabled {
    opacity: 0;
    cursor: default;
  }

  .lineup .slick-prev.slick-disabled:before,
  .lineup .slick-next.slick-disabled:before {
    opacity: 1;
  }


  .lineup .slick-dots {
    bottom: -130px;
    height: 130px;
  }

  .lineup .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 60px 5px 0 5px;
    padding: 0;
  }

  .lineup .slick-dots li button {
    width: 30px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
  }

  .lineup .slick-dots li button::before {
    width: 30px;
    height: 3px;
    background-color: #cccccc;
    content: "";
    opacity: 1;
  }

  .lineup .slick-dots li.slick-active button::before {
    background-color: #ed7994;
  }

  .lineup_content .lineup_slider-in,
  .lineup_content .lineup_slider-in:first-child {
    width: 215px;
    margin: 0;
  }

  .lineup_content .lineup-pict {
    font-size: 1.5rem;
    padding: 5px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .lineup_content .lineup-txt {
    font-size: 1.5rem;
    margin-left: 20px;
    margin-right: 20px;
  }

  .lineup_content .lineup-num {
    font-size: 1.5rem;
    margin-top: 2px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .lineup_content .lineup-price {
    font-size: 1.8rem;
    margin-left: 20px;
    margin-right: 20px;
  }

  .lineup_content .lineup-price span {
    font-size: 1.4rem;
  }

  .lineup_content .lineup-color {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lineup_content .lineup-color ul {
    width: 100%;
    margin: 15px 0 0 0;
    column-gap: 4px;
    row-gap: 4px;
  }

  .lineup_content .lineup-color li {
    width: calc(calc(100% / 8) - 4px);
  }

  .lineup_content .lineup-color li:first-child {
    margin: 0;
  }

  .lineup_content .lineup-color li img {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
  }

  .lineup .lineup-new {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }

  .lineup .lineup-new div {
    width: 70px;
    height: 70px;
  }

  .lineup .lineup-new div.lineup-newcolor {
    font-size: 1.5rem;
  }

  .lineup-list-btn {
    margin-bottom: 115px;
  }

  .lineup_content .lineup-btn a {
    height: 69px;
    border: 2px solid #fbe4ea;
    border-radius: 5px;
    font-size: 1.4rem;
  }

  .lineup_content .lineup-btn a::after {
    content: '';
    width: 27px;
    height: 25px;
    background: url(../img/ico_link_list.png) no-repeat right top/27px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
  }

  .lineup_content .lineup-btn a:hover {
    background: linear-gradient(45deg, #f6a5b8, #ed7994);
    color: #fff;
  }

  .lineup_content .lineup-btn a:hover::after {
    background: url(../img/ico_link_cart.png) no-repeat right top/26px 23px;
  }

  .lineup_content .lineup-list-btn a {
    width: 570px;
    height: 76px;
    margin: 120px auto 40px auto;
    font-size: 2.2rem;
  }

  .lineup_content .lineup-list-btn .lineup-list-icon {
    width: 42px;
    height: auto;
    margin-left: auto;
    right: 21px;
  }
}

.global-footer .pagetop {
  z-index: 2;
}