#cduWrap {
  width: 100% !important;
  /* background: #fff1d29e; */
}
#sunst_board {
  width: 100%;
  margin: 0 auto;
}
#sunst_board img {
  width: 100%;
}
.article_details02 {
  width: 100%;
}
.sunst_h1 {
  display: none;
}
#cdu3mainColumn02 {
  width: 100% !important;
  margin-top: 0px !important;
  padding-top: 25px !important;
  background: #fef7f3;
}
#cdu3mainColumn02 div.article_details02 {
  width: 100%;
}

/* スライダー */
.swiper.slider {
  margin-bottom: 25px;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.slider-thumbnail-wrap {
  width: 55vw;
  position: relative;
  margin: 0 auto;
}
.slider-thumbnail-wrap .swiper-slide {
  border: 4px solid #ffffff00;
  box-sizing: border-box;
}
.slider-thumbnail-wrap .swiper-slide-active {
  border: 4px solid #eb6b00;
}
.swiper-button-next {
  width: 2.5vw;
  height: 5vw;
  margin-top:inherit;
  top: 50%;
  right: -3.5vw;
  left:inherit;
  transform: translateY(-50%) rotate(180deg);
}
.swiper-button-prev {
  width: 2.5vw;
  height: 5vw;
  margin-top:inherit;
  top: 50%;
  left: -3.5vw;
  right: inherit;
  transform: translateY(-50%) rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/bc/images/shop_top_sun-star-st/swiper-thumb-arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  visibility: visible;
  font-family: inherit;
  font-size: 0;
}
.swiper-button-next:after {
  transform: rotate(180deg);
}

#cdu3mainColumn02 .article_details02 .article_area {
  width: 1140px;
  margin: 80px auto 0;
  font-feature-settings: "palt";
}
#cdu3mainColumn02 .article_details02 .article_area img {
  display: block;
  width: 100%;
}

/* 検索 */
.search {
  width: 1120px;
  margin: 80px auto 0px;
  display: flex;
  box-sizing: border-box;
}
.search .sunst_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search .sunst_btn .sunst_btn_txt {
  width: 24%;
}
.search .sunst_btn .sunst_btn_txt img {
  display: block;
  width: 100%;
}
.search .sunst_btn form {
  display: flex;
  height: 50px;
}
.search .sunst_btn form #search2 {
  width: 645px;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 18px;
}
.search .sunst_btn form #cat {
  display: none;
  width: 160px;
  padding-left: 10px;
  margin-right: 15px;
  box-sizing: border-box;
}
.search .sunst_btn form .button {

  width: 173px;
}
.search .sunst_btn form .button input {
  width: 100%;
}

/* アイテム */
.article_area .article_title02 {
  width: auto;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.article_area .article_title02 h3 {
  padding: 20px 0px;
  border-bottom: 4px solid #363636;
  font-size: 36px;
  color: #363636;
}
.article_area .itemArea-inr ul {
  display: flex;
  flex-wrap: wrap;
}
.article_area .itemArea-inr ul li {
  display: flex;
  flex-direction: column;
  width: 265px;
  padding: 15px;
  margin: 0 10px 20px 10px;
  box-sizing: border-box;
  border: 1px solid grey;
  background: #fff;
}
.article_area .itemArea-inr ul li a > div {
  border: 1px solid grey;
}
.article_area .itemArea-inr ul li dl {
  font-size: 14px;
  font-weight: bold;
}
.article_area .itemArea-inr ul li dl dt {
  width: 100%;
  height: 42px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.article_area .itemArea-inr ul li dl dd {
  margin-top: 10px;
  text-align: right;
}
.article_area .itemArea-inr ul li dl dd span {
  font-size: 10px;
}
#ITEM2 {
  margin-top: 80px;
}

/* カテゴリ */
#cdu3mainColumn02 .category_area{
  width: 1120px;
  margin: 80px auto 0;
}

#cdu3mainColumn02 .category_area ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cdu3mainColumn02 .category_area ul li{
  list-style-type: none;
  width: 32%;
}

#cdu3mainColumn02 .category_area ul li:last-of-type {
  margin-right: auto;
  margin-left: 20px;
}

#cdu3mainColumn02 .category_area ul li a{
    display: block;
    background: #363636;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 3px 3px 10px 0px grey;
    transition: background-color .2s;
}

#cdu3mainColumn02 .category_area ul li a:hover{
  text-decoration: none;
  background-color: #eb6b00;
}

#cdu3mainColumn02 .category_area ul li:first-child a,
#cdu3mainColumn02 .category_area ul li:nth-child(2) a,
#cdu3mainColumn02 .category_area ul li:nth-child(3) a{
  margin-top: 0;
}

/* リンク */
#cdu3mainColumn02 .sunst_mailmg{
  display: flex;
  width: 1120px;
  justify-content: space-between;
  align-items: stretch;
  margin:100px auto;
}

#cdu3mainColumn02 .sunst_mailmg .leftBox{
  box-shadow: 0px 0px 10px #00000036;
  padding: 10px;
  border-radius: 20px;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  text-align: center;
  background: #fff;
}

#cdu3mainColumn02 .sunst_mailmg .leftBox li a {
  display: block;
  width: 100%;
  height: 100%;
}

#cdu3mainColumn02 .sunst_mailmg .leftBox li a img {
  width: 182px;
  margin: 0 auto 20px;
}

#cdu3mainColumn02 .sunst_mailmg .leftBox img{
  width: 100%;
  height: auto;
}

#cdu3mainColumn02 .sunst_mailmg .leftBox span{
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox{
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li{
    padding: 10px 0px 10px 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li p {
  position: relative;
  line-height: 1.5;
  padding-left:2em;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li p span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%) ;
  background: #eb6b00;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li p span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 42.5%;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li .bnr-icon {
  width: 260px;
}

#cdu3mainColumn02 .sunst_mailmg .rightBox li:first-child,
#cdu3mainColumn02 .sunst_mailmg .rightBox li:nth-child(2){
  margin-bottom: auto;
}

/* スマホ */
@media screen and (max-width:769px) { 
  #sunst_board {
    padding-bottom: 10px;
    background: #fef7f3;
  }
  .itemArea a {
    color: #333333 !important;
  }
  #cdu3mainColumn02 {
    padding-top: 15px !important;
    margin-top: 0 !important;
  }
  .slider-thumbnail-wrap {
    width: 75vw;
  }
  .swiper-button-prev {
    width: 5vw;
    height: 9vw;
    left: -6.5vw;
  }
  .swiper-button-next {
    width: 5vw;
    height: 9vw;
    right: -6.5vw;
  }

  #cdu3mainColumn02 .article_details02 .article_area {
    width: 100%;
    margin: 0 auto;
  }  
  .article_area .article_title02 h3 {
    font-weight: bold;
  }

  /* 検索 */  
  .search {
    width: 94%;
    margin: 70px auto 50px;
    padding: 0;
  }
  .search .sunst_btn {
    flex-wrap: wrap;
    position: relative;
  }
  .search .sunst_btn .sunst_btn_txt {
    display: block;
    width: 29%;
  }
  .search .sunst_btn form {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    height: 6vw;
  }
  .search .sunst_btn form #search2 {
    width: 63%;
    height: 100%;
    margin: 0 auto;
  }
  .search .sunst_btn form #cat {
    display: none !important;
    width: 68% !important;
    margin-top: 8px;
    margin: 8px 0 0 0;
  }
  .search .sunst_btn form .button {
    width: 32.5%;
    margin-top: 0px;
    margin-left: auto;
  }
  .search .sunst_btn form .button input {
    width: 100%;
  }

  /* アイテム */
  .article_area .article_title02 {
    width: 94%;
    height: auto;
    margin: 0 auto 30px;
  }
  .article_area .article_title02 img {
    width: 100%;
    height: auto;
  }  
  .article_area .itemArea-inr ul {
    width: 96%;
    margin: 0 auto;
  }
  .article_area .itemArea-inr ul li {
    width: 48%;
    padding: 2%;
    margin: 0 1% 4% 1%;
  }
  #ITEM2 {
    margin-top: 50px;
  }

  /* カテゴリ */
  #cdu3mainColumn02 .category_area {
    width: 90%;
    margin: 50px auto 0;
  }
  #cdu3mainColumn02 .category_area ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  #cdu3mainColumn02 .category_area ul li:last-of-type {
    margin-right: inherit;
    margin-left: inherit;
  }
  #cdu3mainColumn02 .category_area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0 10%;
    margin: 0;
    line-height: 1.5;
    font-size: 2.75vw;
  }

  /* リンク */
  #cdu3mainColumn02 .sunst_mailmg {
    width: 90%;
    padding-bottom: 70px;
    margin:70px auto 0;
    justify-content: inherit;
    flex-direction: column;
  }
  #cdu3mainColumn02 .sunst_mailmg .leftBox {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    text-align: center;
    background: none;
  }
  #cdu3mainColumn02 .sunst_mailmg .leftBox li {
    width: 100%;
  }
  #cdu3mainColumn02 .sunst_mailmg .leftBox li a img {
    width: 100%;
    margin-bottom: 0;
  }
  #cdu3mainColumn02 .sunst_mailmg .rightBox {
    width: 100%;
    margin-top: 30px;
  }
  #cdu3mainColumn02 .sunst_mailmg .rightBox li {
    padding: 3% 0%;
  }  
  #cdu3mainColumn02 .sunst_mailmg .rightBox li p {
    width: 60%;
    padding-left: 2.75em;
    font-size: 2.75vw;
  }
  #cdu3mainColumn02 .sunst_mailmg .rightBox li .bnr-icon {
    width: 40%;
    margin-left: 5%;
  }
}