@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* topics pickup
-------------------------------------------------------------------------------------------------------------------------------*/

.bdb1{border-bottom:1px solid #040000;}
@media screen and (max-width:767px) {
.bdb_sp{border-bottom:1px solid #040000;}
}
.mrA{margin-right:auto;}
.mlA{margin-left:auto;}


/*-------------------------------------------------------------------------------------------------------------------------------
* topics pickup common
-------------------------------------------------------------------------------------------------------------------------------*/
.page-title.line{
  border-bottom: 2px solid #333;
}

/* page_nav */
.page_nav ul {
  display: flex;
  width: 330px;
  margin: 0 auto;
}
.page_nav .prev a {
  background: url(/base/departmentstore/common/img/arrow_l2.svg) no-repeat left 8px center #AA1F24;
  background-size: 22px;
}
.page_nav .next {
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .page_nav ul {
    width: 100%;
    padding: 0 5rem;
  }
  .page_nav li {
    width: calc(50% - 5px);
  }
}
/* btn_back */
.btn_back {
  width: 500px;
  margin: 50px auto 0;
}
.btn_back a {
  background: url(/base/departmentstore/common/img/arrow_l2.svg) no-repeat left 8px center #AA1F24;
  background-size: 22px;
}
@media screen and (max-width:767px) {
  .btn_back {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 15px;
  }
}

/* btn_back */
.btn_previous {
  width: 500px;
  margin: 50px auto 0;
}
.btn_previous a {
  background: url(/base/yokohama/pickup/img/yokohama_arrow_r.svg) no-repeat right 20px center #898989;
  background-size: 15px;
}
@media screen and (max-width:767px) {
  .btn_previous {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 15px;
  }
  p.btn_previous{
    font-size: 2.4vw;
  } 
}

/*-------------------------------------------------------------------------------------------------------------------------------
* pickup index
-------------------------------------------------------------------------------------------------------------------------------*/
.pickup {
  padding: 0 0 40px;
}
@media screen and (max-width:767px) {
  .pickup {
    padding: 0 0 20px;
  }
}

/* pickup-nav */
.pickup-nav ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  width: 1020px;
  margin: 0 auto;
}
.pickup-nav ul li {
  flex: 1;
  min-height: 45px;
}
.pickup-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e6e6e6;
  color: inherit;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  transition: opacity 0.2s;
  text-decoration: none;
}
.pickup-nav ul li:hover:not(.active) a{
  opacity: 0.6;
}
.pickup-nav ul li.active a {
  background: #e60012;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .pickup-nav ul{
    gap: 1.8rem;
    width: 100%;
    padding: 0 15px;
  }
  .pickup-nav ul li{
    width: calc(33.33% - 1.8rem);
    flex: auto;
    min-height: 9rem; 
  }
  .pickup-nav ul li a {
    font-size: 2.3rem;
  }
}

/* pickup-list */
.pickup-list {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}
.pickup-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.pickup-list ul li {
  width: 306px;
}
.pickup-list ul li a {
  display: block;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
  text-decoration: none;
  color: inherit;
}
.pickup-list ul li img {
  width: 100%;
}
.pickup-list ul li dl dd.ttl {
  margin: 12px 0 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.pickup-list ul li dl dd.more{
  margin: 5px 0 0;
}
.pickup-list ul li dl dd.more span{
  position: relative;
  display: inline-block;
  padding-right: 16px;
  text-decoration: underline;
}
.pickup-list ul li dl dd.more span::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .pickup-list {
    width: 100%;
    padding: 30px 0 50px;
  }
  .pickup-list ul {
    gap: 40px;
    padding: 0 15px;
  }
  .pickup-list ul li {
    width: 100%;
  }
  .pickup-list ul li dl dd.ttl {
    margin: 12px 0 6px;
    font-size: 16px;
  }
  .pickup-list ul li dl dd {
    font-size: 14px;
  }
}


/* pb-banner
=================================================================== */
.pb-banner {
  padding: 70px 0 0;
  background: #fff;
}
@media screen and (max-width:767px) {
  .pb-banner {
    padding: 10rem 0 0;
  }
}
.pb-banner-slider {
  width: 1008px;
  margin: 0 auto;
}
.pb-banner-slider li {
  width: 224px;
  margin: 0 14px;
}
.pb-banner-slider li a {
  display: block;
}
.pb-banner-slider li img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .pb-banner-slider {
    width: 100%;
    padding: 0 4rem;
  }
  .pb-banner-slider li {
    width: 31rem;
    margin: 0 1rem;
  }
}
.pb-banner-slider .slick-prev,
.pb-banner-slider .slick-next {
	font-size: 0;
	position: absolute;
	z-index: 100;
	top: 0;
	display: block;
	width: 50px;
	height: 100%;
	padding: 0;
	cursor: pointer;
}
.pb-banner-slider .slick-prev {
	left: -36px;
	background: url(/base/store_cmn/img/slider_prev.svg) no-repeat center center #fff;
	background-size: 12px;
}
.pb-banner-slider .slick-next {
	right: -36px;
	background: url(/base/store_cmn/img/slider_next.svg) no-repeat center center #fff;
	background-size: 12px
}
@media screen and (max-width:767px) {
  .pb-banner-slider .slick-prev,
  .pb-banner-slider .slick-next {
    width: 5rem;
  }
  .pb-banner-slider .slick-prev {
    left: 0;
    background-size: 1.8rem;
  }
  .pb-banner-slider .slick-next {
    right: 0;
    background-size: 1.8rem;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------
* topics index
-------------------------------------------------------------------------------------------------------------------------------*/
.topics {
  padding: 0 0 40px;
}
@media screen and (max-width:767px) {
  .topics {
    padding: 0 0 20px;
  }
}
/* topics-list */
.topics-list {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.topics-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.topics-list ul li {
  width: 306px;
}
.topics-list ul li a {
  display: block;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
  text-decoration: none;
  color: inherit;
}
.topics-list ul li img {
  width: 100%;
}
.topics-list ul li dl dd {
  padding: 12px 0 0;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .topics-list {
    width: 100%;
    padding: 30px 0 0;
  }
  .topics-list ul {
    gap: 40px;
    padding: 0 15px;
  }
  .topics-list ul li {
    width: 100%;
  }
  .topics-list ul li dl dd {
    font-size: 14px;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------
* topics pickup detail
-------------------------------------------------------------------------------------------------------------------------------*/
.topics-title-banner {
  background: #ccc;
  text-align: center;
  min-height: 200px;
}
@media screen and (max-width:767px) {
  .topics-title-banner {
    min-height: 100px;
  }
}
.article-detail {
  width: 650px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width:767px) {
  .pickup-detail {
    border-top: none;
  }
  .article-detail {
    width: 100%;
    padding: 30px 0 50px;
  }
  .article-detail .title{
    width: 86.8%;
    margin:0 auto;
  }
  .article-detail .title1{
    width: 95%!important;
  }
}
.article-title-pickup {
  margin: 0 0 50px;
  padding: 15px 30px;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight:500;
  line-height: 1.5;
}
.article-title-topics {
  margin: 0 0 50px;
  font-size: 22px;
  line-height: 1.5;
}
.article-title-lead{
  margin: 0 0 30px;
  font-size: 14px;
  font-weight:500;
  line-height: 2.0;
}
.article-title-lead small{
  font-size: 12px;
  line-height: 1.0;
}
@media screen and (max-width:767px) {
  .article-title-pickup {
    margin: 0 0 30px;
    padding: 20px 20px;
    font-size: 4.4vw;
  }
  .article-title-topics {
    margin: 0 0 30px;
    padding: 30px 15px 0;
    font-size: 16.5px;
  }
.article-title-lead{
  width:96%;
  margin:0 auto 30px;
  font-size: 4vw;
  line-height: 1.8;
} 
.article-title-lead.lead1{
  font-size: 3.2vw;
  width:100%;
}
.article-title-lead.offer{
  font-size:2.26666vw;
  width:100%;
}
.article-title-lead small{
  font-size: 2.93333vw;
}
}

.article-content h3 {
  margin: 30px 0 20px;
  font-size: 22px;
  line-height: 1.5;
}
.article-content .topics_h3{
  margin: 30px 0 0;
  padding:15px 0 15px 0;
  background-color: #040000;
  color:#FFFFFF;
}

.article-content .topics_h3 h3{
  width:70%;
  margin: 0 auto;
  font-size: 22px;
  font-weight:600;
  background-color: #040000;
  color:#FFFFFF;
}
@media screen and (max-width:767px) {
  .article-content {
    padding: 0 20px;
    font-size: 15px;
  }
  .article-content h3 {
    margin: 20px 0 15px;
    padding: 0 0 8px;
    font-size: 16.5px;
  }
.article-content .topics_h3{
  margin: 30px -15px 0;
}
.article-content .topics_h3 h3{
  text-align:center;
  width:100%;
  font-size:4.4vw;
}
}
.article-content .topics_h3.depachika{
    margin-top: 40px;
    margin-bottom: 20px;
    padding:0;
    background-color: transparent;
}
@media screen and (max-width:767px) {
.article-content .topics_h3.depachika{
  margin:5.3404vw -20px 4vw;
}
}

.article-content .topics_h3.depachika .depachika_top{
    height:18px;
}
.article-content .topics_h3.depachika .depachika_bottom{
    height:20px;
}
.article-content .depachika img{
    width:100%;
    vertical-align: baseline;
}
.article-content .topics_h3.depachika h3{
    background-image:url("../img/250826_pickup_07.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-size: contain;
    width:100%;
}
@media screen and (max-width:767px) {
.article-content .topics_h3.depachika .depachika_top{
    height:auto;
}
.article-content .topics_h3.depachika .depachika_bottom{
    height:auto;
}
.article-content .topics_h3.depachika h3{    
    background-image:url("../img/250826_pickup_10.jpg");
    padding:0px;
}
}

.article-content .assistant.col2 {
    margin:20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.article-content .assistant.col2 .assistant_image{
    width:27%;
}
.article-content .assistant.col2 .assistant_image img{
    width:100%;
}
.article-content .assistant.col2 .assistant_note{
    width:73%;
    font-size: 18px;
    font-weight:600;
    position:relative;
}
.assistant_lead .small{
    font-size: 12px;
}
.article-content .assistant.col2 .assistant_note.note2::after{
    content: "Illustration / Akiko Maegawa";
    position:absolute;
    bottom:-60px;
    left:0;
    font-size:12px;
}
.article-content .assistant.col2 .assistant_note.note2.note3::after{
    bottom:-40px;
}

.depachika-wrap{
    position:relative;
}
.depachika-lead{
    margin-top:60px;
}

.depachika-lead .depachika-lead_top{
    width:70px;
    position:absolute;
    top:0px;
    left:0px;
}
.depachika-lead .depachika-lead_bottom{
    width:70px;
    position:absolute;
    bottom:0px;
    right:0px;
}
.depachika-lead p{
    width:500px;
    margin:0 auto;
    padding-top:45px;
    padding-bottom:45px;
    font-weight:500;
    font-size:15px;
}
.depachika-lead img{
    width:100%;
}
@media screen and (max-width:767px) {
.depachika-lead .depachika-lead_top,.depachika-lead .depachika-lead_bottom{
    width:18.4vw;
}
.depachika-lead p{
    /*width:67vw;
    padding-top:19.1vw;
    padding-bottom:19.1vw;*/
    width:100%;
    padding-top:0px;
    padding-bottom:0px;
    font-size:4vw;
}
    
}



@media screen and (max-width:767px) {
.assistant_lead .small{
    font-size: 3.3vw;
}
.article-content .assistant.col2 .assistant_note.note2::after{
    bottom:-6vw;
}
.article-content .assistant.col2 .assistant_note.note2.note3::after{
    bottom:-4vw;
}
.article-content .assistant.col2 .assistant_note.note2.note4::after{
    font-size: 2vw;
}   
.article-content .assistant.col2 .assistant_note.note2.note3.note4{
    margin-top:-15px;
}
    
}

@media screen and (max-width:767px) {
.article-content .assistant.col2 {
    width:90%;
    margin:20px auto 0;
}
.article-content .assistant.col2 .assistant_image{
    width:36%;
}    
.article-content .assistant.col2 .assistant_note{
    width:64%;
    font-size: 4vw;
    line-height:1.8;
    letter-spacing: -0.05em;
}
.article-content .assistant.col2 .assistant_note.note4{
    line-height:1.4;
}    
.article-content .assistant.col2 .assistant_note::after{
    bottom:-5.4vw;
    font-size:2vw;
}
    
}
.assistant_lead{
    width:96.925%;
    margin:20px auto 0;
    font-size: 14px;
    font-weight:500;
    line-height:2.0;
}
@media screen and (max-width:767px) {
.assistant_lead{
    font-size: 4vw;
}
}


.article-content .goods.col2 {
    width:96.925%;
    margin:20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
.article-content .goods.col2 {
    margin:12vw auto 0;
}
}
.article-content .goods.col2 .image,
.article-content .goods.col2 .lead{
    width:48.75%;
}
.article-content .goods.col2 .image img{
    width:100%;
}
.article-content .goods.col2 .lead{
    font-size: 14px;
    font-weight:400;
    line-height:2.0;
}
.article-content .goods.col2 .lead .small{
    Font-size:13px;
}
.article-content .goods.col2 .lead .d-small{
    Font-size:12px;
}
.article-content .goods.col2 .lead .note{
    display:block;
    margin-top:6px;
}
.article-content .goods.col2 .lead .mt0{
    margin-top:0;
}
.article-content .goods.col2 .lead .shop,
.article-content .goods.col2 .lead .price,
.article-content .goods.col2 .lead .floor{
    display:block;
    margin-top:10px;
}
.article-content .goods.col2 .lead .price01{
    font-size:18px;
}
@media screen and (max-width:767px) {
.article-content .goods.col2 .lead .price01{
    font-size:4.5273vw;
}
}
@media screen and (max-width:767px) {
.article-content .goods.col2 .image,
.article-content .goods.col2 .lead{
    width:100%;
}
.article-content .goods.col2 .lead{
    font-size: 3.6vw;
    margin-top:28px;
}   
.article-content .goods.col2 .lead .small{
    font-size: 3.33333vw;
}
.article-content .goods.col2 .lead .d-small{
    Font-size:3.46666vw;
}
.article-content .goods.col2 .lead .shop,
.article-content .goods.col2 .lead .price,
.article-content .goods.col2 .lead .floor{
    line-height:1.5;
}

}



.article-content .goods2.col2 {
    width:96.925%;
    margin:20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .goods3.col2 {
    width:100%;
    margin:30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .goods3.col2 .image{
    width:40.552%;
}
.article-content .goods3.col2 .image img{
    width:100%;
}
.article-content .goods3.col2 .lead {
    width:53.6%;
}
.article-content .goods3.col2 .lead .leadtitle{
    font-size:23px;
    line-height:1em;
}
.article-content .goods3.col2 .lead .description{
    font-size:14px;
    margin-top:20px;
}
.article-content .goods3.col2 .lead .item{
    font-size:14px;
    margin-top:3px;
}
@media screen and (max-width:767px) {
.article-content .goods3.col2 {
    margin:8vw auto 0;
}
.article-content .goods3.col2 .image{
    width:100%;
}
.article-content .goods3.col2 .lead {
    width:100%;
}
.article-content .goods3.col2 .lead .leadtitle{
    font-size:4.53333vw;
    margin-top:30px;
}
.article-content .goods3.col2 .lead .description{
    font-size:3.33333vw;
    margin-top:20px;
}
.article-content .goods3.col2 .lead .item{
    font-size:3.333333vw;
}
}
@media screen and (max-width:360px) {

.article-content .goods3.col2 .lead .leadtitle{
    margin-top:15px;
}
.article-content .goods3.col2 .lead .description{
    margin-top:7px;
}

}
@media screen and (max-width:767px) {
.article-content .goods2.col2 {
    margin:12vw auto 0;
}
}
.article-content .goods2.col2 .image{
    width:59%;
}

.article-content .goods2.col2 .lead{
    width:39%;
}
.article-content .goods2.col2 .image img{
    width:100%;
}
.article-content .goods2.col2 .lead{
    font-size: 14px;
    font-weight:500;
    line-height:2.0;
}
.article-content .goods2.col2 .lead .note{
    display:block;
    margin-top:6px;
}
.article-content .goods2.col2 .lead .mt0{
    margin-top:0;
}
.article-content .goods2.col2 .lead .shop,
.article-content .goods2.col2 .lead .price,
.article-content .goods2.col2 .lead .floor{
    display:block;
    margin-top:10px;
}
@media screen and (max-width:767px) {
.article-content .goods2.col2 .image,
.article-content .goods2.col2 .lead{
    width:100%;
}
.article-content .goods2.col2 .lead{
    font-size: 3.6vw;
    margin-top:28px;
}
.article-content .goods2.col2 .lead .shop,
.article-content .goods2.col2 .lead .price,
.article-content .goods2.col2 .lead .floor{
    line-height:1.5;
}
}
.article-content .goods4.col2 {
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .goods4 .goods{
    width:50%;
}
.article-content .goods4 .goods .lead.mr{
    margin-right:20px;
}
@media screen and (max-width:767px) {
.article-content .goods4 .goods{
    width:100%;
}
.article-content .goods4 .goods .lead.mr{
    margin-right:0px;
}    
}
.article-content .shopdata.col2 {
    width:96.925%;
    margin:20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
.article-content .shopdata.col2 {
    width:100%;
    margin:12vw auto 0;
}
}
.article-content .shopdata.col2 .image,
.article-content .shopdata.col2 .lead{
    width:48.75%;
}
.article-content .shopdata.col2 .image p{
    width:56%;
}
.article-content .shopdata.col2 .image img{
    width:100%;
}
.article-content .shopdata.col2 .lead{
    font-size: 12px;
    font-weight:500;
}
.article-content .shopdata.col2 .lead .note{
    display:block;
    margin-top:6px;
}
.article-content .shopdata.col2 .lead .mt0{
    margin-top:0;
}
.article-content .shopdata.col2 .lead .description{
    line-height:1.0;
}
 .article-content .shopdata.col2 .lead .shop{
    margin-top:10px;
 }
.article-content .shopdata.col2 .lead .shop,
.article-content .shopdata.col2 .lead .price,
.article-content .shopdata.col2 .lead .floor{
    display:block;
}
@media screen and (max-width:767px) {
.article-content .shopdata.col2 .image{
    width:38.0%;
}    
.article-content .shopdata.col2 .lead{
    width:60.0%;
}    
.article-content .shopdata.col2 .image p{
    width:100%;
}
.article-content .shopdata.col2 .lead{
    font-size: 3.2vw
}

.article-content .shopdata.col2 .lead .shop,
.article-content .shopdata.col2 .lead .price,
.article-content .shopdata.col2 .lead .floor{
    line-height:1.5;
}
}

.article-content .informationdata.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
.article-content .informationdata.col2 {
    width:100%;
}
}
.article-content .informationdata.col2 .image,
.article-content .informationdata.col2 .lead{
    width:48.75%;
}
.article-content .informationdata.col2 .image p{

}
.article-content .informationdata.col2 .image img{
    width:100%;
}
.article-content .informationdata.col2 .lead{
    font-size: 12px;
    font-weight:500;
}
.article-content .informationdata.col2 .lead .note{
    display:block;
    margin-top:6px;
}
.article-content .informationdata.col2 .lead .mt0{
    margin-top:0;
}
.article-content .informationdata.col2 .lead .description{
    line-height:1.0;
}
 .article-content .informationdata.col2 .lead .shop{
    margin-top:10px;
 }
.article-content .informationdata.col2 .lead .shop,
.article-content .informationdata.col2 .lead .price,
.article-content .informationdata.col2 .lead .floor{
    display:block;
}
@media screen and (max-width:767px) {
.article-content .informationdata.col2 .image{
    width:49.0%;
}    
.article-content .informationdata.col2 .lead{
    width:49.0%;
}    
.article-content .informationdata.col2 .image p{
    width:100%;
}
.article-content .informationdata.col2 .lead{
    font-size: 3.2vw
}

.article-content .informationdata.col2 .lead .shop,
.article-content .informationdata.col2 .lead .price,
.article-content .informationdata.col2 .lead .floor{
    line-height:1.5;
}
}
.shop.col2 {
    width: 95%;
    margin: 20px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop.col2 .image,.shop.col2 .lead {
    width: 48.75%;
}
.shop.col2 .lead {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.0;
}
.shop.col2 .image img{
    width: 100%;
}
.shop.col2 {
    margin: 20px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop2.col2 .image,.shop2.col2 .lead {
    width: 48.75%;
}
.shop2.col2 .image img{
    width: 100%;
}
@media screen and (max-width: 767px){
.shop.col2 .image{
    width: 48.4%;
    margin:0 auto;
}
.shop.col2 .lead {
    width: 100%;
}
.shop.col2 .lead p{
    font-size: 4vw;
    line-height: 1.8;
    margin-top:20px!important;
}
}
.shopdata3{
    width:50%;
    margin: 30px auto 0;
}
.shopdata3 img{
    width:100%;
}

.branditem {
    width: 70%;
    margin: 30px auto 0;
}
.branditem img{
    width:100%;
}
@media screen and (max-width:767px) {
.branditem {
    width: 100%;
}
}

.banner{
    width:90%;
    margin: 30px auto 0;
}
.banner img{
    width:100%;
}

.article-content .shop.col2 {
    margin:0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .shop2.col2 {
    margin:0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
.article-content .shop.col2 {
    margin:0 auto 0;
    flex-direction: column-reverse
}
.article-content .shop.col2.reverse_non{
    flex-direction:column;
}
 
    
.article-content .shop2.sp_imgwraparound .image{
    float: left; 
    width:50%;
}
.article-content .shop2.sp_imgwraparound::after{
   content: "";
   display: block;
   clear: both;   
}

.article-content .shop2.sp_imgwraparound{
    font-size:3.33333vw;
}
}
.article-content .shop.col2 .image,
.article-content .shop.col2 .lead{
    width:48.75%;
}
.article-content .shop.col2 .image img,
.article-content .shop.col2 .lead img{
    width:100%;
}

.article-content .shop.col2.depachika .image{
    width:49.233%;
}
.article-content .shop.col2.depachika .lead{
    width:48.5%;
}
@media screen and (max-width:767px) {
.article-content .shop.col2.depachika .image{
    width:100%;
}
.article-content .shop.col2.depachika .lead{
    width:100%;
}
}

.article-content .shop.col2 .lead{
}

.article-content .shop.col2 .lead .lead_title{
    font-size: 23px;
    line-height:1.6;
}



.article-content .shop.col2 .description{
    font-size: 14px;
    font-weight:500;
    line-height:2.0;
}
.article-content .shop.col2 .sub{
    font-size: 13px;
    font-weight:500;
    line-height:1.5;
}
.article-content .shop.col2 .lead .note{
    display:block;
    margin-top:6px;
}
.article-content .shop.col2 .lead .mt0{
    margin-top:0;
}
.article-content .shop.col2 .lead .shop,
.article-content .shop.col2 .lead .price,
.article-content .shop.col2 .lead .floor{
    display:block;
    margin-top:10px;
}
.article-content .lead .description.fs25{
    font-size: 14px;
}
.lead.description.fs25{
    font-size: 14px;
}
@media screen and (max-width:767px) {
.article-content .shop.col2 .image,
.article-content .shop.col2 .lead{
    width:100%;
}
.article-content .lead .description.fs25{
    font-size: 3.32447vw;
}
.lead.description.fs25{
    font-size: 3.32447vw;
}   
    
.article-content .shop.col2 .sub{
    font-size: 3.2vw;
}
.article-content .shop.col2 .lead{
    font-size: 3.6vw;
}
.article-content .shop.col2 .lead .lead_title{
    font-size: 4.52128vw;
}
    
.article-content .shop.col2 .lead .shop,
.article-content .shop.col2 .lead .price,
.article-content .shop.col2 .lead .floor{
    line-height:1.5;
}
.article-content .shop.col2 .description{
    font-size: 4vw;
}
.article-content .shop.col2 .description.fs25{
    font-size: 3.333333vw;
}
}
.article-content .information.bd_ar {
    margin-top:40px;
    padding:20px 20px;
    border:1px solid #040000;
}
.article-content .information.bd_ar .lead{
    font-size: 22px;
    font-weight:400;
    line-height:1.5;
}
@media screen and (max-width:767px) {
.article-content .information.bd_ar .lead{
    font-size: 3.2vw;
}   
}

.article-content .information.col2 {
    margin:0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .information.col2 .image{
    width:36.4%;
}
.article-content .information.col2 .lead{
    width:60.0%;
}

@media screen and (max-width:767px) {
.article-content .information{
        
}
.article-content .information.col2 .image{
    width:100%;
}
.article-content .information.col2 .image p{
    width:38%;
    margin:0 auto;
}
    
.article-content .information.col2 .lead{
    width:100.0%;
}
}

.article-content .information.col2 .image img{
    width:100%;
}

.article-content .information.col2 .lead{
    font-size: 14px;
    font-weight:500;
    line-height:2.0;
}
.article-content .information2 .information{
    display: flex;
    align-items: center;
    line-height: 1.0;
}
.article-content .information2 .information::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #040000;
    margin-left: 4rem;
}
.article-content .information2 .informationafter{
    display: flex;
    align-items: center;
    line-height: 1.0;
}
.article-content .information2 .informationafter::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #040000;
}

@media screen and (max-width:767px) {
.article-content .information2{
    margin-top:50px;
    font-size:4.26666vw;
}
.article-content .information2 .information{
    display: flex;
    align-items: center;
    line-height: 1.0;
}
.article-content .information2 .information::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #040000;
    margin-left: 4rem;
}
.article-content .information2 .col2{
    display: flex;
    justify-content: space-between;
} 
.article-content .information2 .lead{    
    width:50%;
}
.article-content .information2 .image{    
    width:47%;
    margin-top:25px;
}
.article-content .information2 .image img{    
    width:100%;
}
}

.article-content .shopdata2.col2 {
    margin:0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .shopdata2.col2 .image{
    width:48%;
}
.article-content .shopdata2.col2 .lead{
    width:50.0%;
}

@media screen and (max-width:767px) {
.article-content .shopdata2.col2 .image{
    width:100%;
}
.article-content .shopdata2.col2 .image p{
}

.article-content .shopdata2.col2 .lead{
    width:100%;
}
}

.article-content .shopdata2.col2 .image img{
    width:100%;
}

.article-content .shopdata2.col2 .lead{
    font-size: 14px;
    font-weight:500;
    line-height:2.0;
}

.article-content .goods4 .lead{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.0;
}

@media screen and (max-width: 767px){
.article-content .goods4 .lead{
    font-size: 3.33333vw;
    line-height: 1.8;
    margin-bottom:50px;
}
.article-content .goods4 .lead .subtitle{
    font-size: 4.53333vw;
}


}

.article-content .topics_h4 {
    margin: 30px 0 20px;
    font-size: 22px;
    line-height: 1.5;
}
.article-content .h5 {
    margin: 0px 0 0px;
    font-size: 25px;
    line-height: 1.6;
}

.article-content .topics_h5 {
    margin: 40px 0 0;
    font-size: 19px;
    line-height: 1.8;
}
.article-content .h6 {
    margin: 0px 0 0px;
    font-size: 20px;
    line-height: 1.6;
    font-weight:400;
}
.article-lead{
  margin: 0;
  font-size: 13px;
  font-weight:500;
}
@media screen and (max-width:767px) {
.article-lead{
  margin:0 auto 30px;
  font-size: 3.2vw;
}
.article-content .information.col2{
    margin-top:8vw;
}    
.article-content .information.col2 .lead{
    font-size: 3.6vw;
    text-align:center;
}
.article-content .topics_h4 {
    font-size:4.4vw;
    margin-top:8vw;
    margin-bottom:6vw;    
}
.article-content .topics_h4.mb{
    margin-bottom:0px;    
}
.article-content .topics_h4.topics_h4_01{
    width: 96.925%;
    margin-left:auto;
    margin-right:auto;
}    
.article-content .h5 {
    font-size: 5.2vw;
}
.article-content .topics_h5 {
    font-size:4.4vw;
    margin-top:8vw;
}
.article-content .topics_h5 .small{
    font-size: 2.79255vw;
}    
.article-content .h6 {
    font-size: 4.53333vw;
}
 }

.article-content .notes {
  margin: 50px 0 0;
  font-size: 14px;
  font-weight:500;
}
@media screen and (max-width:767px) {
  .article-content .notes {
    margin: 8vw 0 0;
    padding:4vw 0 0;
    font-size: 3.2vw;
    border-top:1px solid #040000;
  }
}
.article-link {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    border:1px solid #231815;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}
.article-link a{
    color:#231815;
    text-decoration: none;
    
}
@media screen and (max-width:767px) {
.article-link {
    font-size: 3.2vw;
    text-align: left;
    padding-left:5%;
    position:relative;
  }
.article-link::after {
    content: "＞";
    position:absolute;
    font-size: 3.6vw;
    top: 50%;
    right:3%;
    transform: translateY(-50%);

}
}

.update{
    margin-top:30px;
    margin-bottom:30px;
    padding-top:5px; 
    padding-bottom:5px;
    border-top:1px solid #040000;
    border-bottom:1px solid #040000;
}
.update p{
    text-align:center;
    font-size:14px;
}
@media screen and (max-width:767px) {
.update{
    margin-top:50px;
    margin-bottom:50px;
    padding-top:15px; 
    padding-bottom:15px;

}
.update p{
    font-size:3.46666vw;
    
}
}


.sp_only{display:none}
@media screen and (max-width:767px) {
.pc_only{display:none!important}    
.sp_only{display:block}
}


/* other
=================================================================== */
.other {
  padding: 50px 0;
  background: #e6e6e6;
}
.other h2 {
  padding: 0 0 25px;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .other {
    padding: 30px 0;
  }
  .other h2 {
    padding: 0 0 15px;
    font-size: 16.5px;
  }
}

.other-list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.other-list li {
  width: 224px;
}
.other-list li a {
  display: block;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
  text-decoration: none;
  color: inherit;
}
.other-list li img {
  width: 100%;
}
.other-list li dl dd {
  margin: 12px 0 6px;
  font-size: 16px;
  line-height: 1.5;
}
.other-list li dl dd.ttl {
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .other-list{
    width: 100%;
    gap: 20px 15px;
    padding: 0 15px;
  }
  .other-list li {
    width: calc(50% - 7.5px);
  }
  .other-list li dl dd {
    margin: 8px 0 4px;
    font-size: 13px;
  }
}
