@charset "utf-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

/*---------------------------*/

.ancNaviBase {
  text-align: center;
}
.ancNaviWrap01 {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0px auto 32px auto !important;
}
.ancNaviWrap01 li {
  position: relative;
  width: 48%;
}

.ancNaviWrap01.naviWrap02 {
  margin: 0px auto 0px auto !important;
}
.ancNaviWrap01.naviWrap02 li {
  width: 31%;
}

.ancNaviWrap01 li img {
}
.ancNaviWrap01 li p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ancNaviWrap01 li p.active01 {
  color: #c59f28;
}

.contBox01 {
  margin: 80px auto 90px auto;
}
#ms_contents .contBox01 h2 {
  font-size: 30px;
  line-height: 1.46em;
  color: #000000;
}

.contFlex01 {
  display: flex;
  justify-content: space-between;
}
.contFlex01 li {
  width: 23%;
  text-align: center;
}
.contFlex01 li .h301 {
  font-size: 20px !important;
  line-height: 1.4em !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}
.contFlex01 li .h301 span {
  border-bottom: 1px solid #b93728;
}
.contFlex01 li .text01 {
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px !important;
}

#ms_contents .wrap_merchan_photo {
  margin-top: 0px;
  position: relative;
}

.contIconWrap01 {
  display: flex;
  align-items: center;
}
.contIconWrap01 li {
  margin-right: 10px;
}

.iconImg1st {
  width: 102px;
}
.contIcon01 {
  background-color: #337f00;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45em;
  font-weight: bold;
  padding: 8px 13px 8px 13px;
  margin-bottom: 15px !important;
}

#ms_contents .merchan_num .num {
  background-color: #b93728;
}
#ms_contents .merchan_prc .label span {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.85rem;
}
#ms_contents .merchan_txt {
  padding-left: 20px;
  background-image: url("https://gigaplus.makeshop.jp/htrshopmall/images/osechi2022/otoriyose/images/text_line01.png") !important;
  background-repeat: repeat-y !important;
  background-position: top left !important;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

#ms_contents table th,
#ms_contents table td {
  border: solid 1px #ffffff;
  padding: 8px 10px;
}
#ms_contents table th {
  background-color: #ce8f88;
  font-family: "Noto Sans JP", serif;
  font-size: 0.85rem;
}
#ms_contents table td {
  background-color: #fdf9ed;
  font-family: "Noto Sans JP", serif;
  font-size: 0.85rem;
}
#ms_contents table tr:nth-child(2n) td {
  background-color: #ebe6d8;
}

#ms_contents .merchan_prc .label {
  background-color: #c7a748;
}

#ms_contents .selectBlock_release {
  font-size: 1rem;
}

.contBtn01 {
  text-align: center;
}
.wrap_merchan_details dd .contBtn01 {
  margin-top: 20px;
}
.contBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b93728 !important;
  color: #ffffff !important;
  font-size: 26px;
  line-height: 1.4em;
  width: 90%;
  height: 64px;
  position: relative;
  margin: auto;
}
.contBtn01 a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #ffffff !important;
  border-right: solid 2px #ffffff !important;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -6px;
}

/*--------------------*/

.mb60 {
  margin-bottom: 60px;
}
#ms_contents .sec_osechi_genre.pt80 {
  padding-top: 80px;
}

/*--------------------------*/

#ms_contents .el_searchResult {
  font-size: 25px;
}

.swiper-container {
  margin-bottom: 10px;
}

/*.swiper-wrapper .swiper-slide{
	width: 526px!important;
}

.swiper-slide img{
	width: 526px!important;
	height:398px!important;
    object-fit: cover;
}
.swiper-container-thumbs .swiper-wrapper .swiper-slide{
	width:124px!important;
}
.swiper-container-thumbs img{
	width:124px!important;
	object-fit: cover;
	aspect-ratio:4/3;
}
.swiper-wrapper{
	transform: translate3d(-536px, 0px, 0px)!important;
}*/

.wrap_merchan_details th {
  width: 30%;
}

#ms_contents .search_scroll_block.top_scroll_block {
  bottom: 20px;
  margin-right: 0;
  right: 180px;
}
#ms_contents .floatingbn_block.top_scroll_block {
  display: none;
  bottom: 10px;
  margin-right: 0;
}
#ms_contents .floatingbn_block.top_scroll_block a {
  display: block;
  width: 320px;
  opacity: 1;
}
#ms_contents .floatingbn_block.top_scroll_block .top_scroll_block_inner {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }

  /*------------------------*/

  .ancNaviBase {
    text-align: center;
  }
  .ancNaviWrap01 {
    display: block;
    margin: 0px auto 40px auto !important;
  }
  .ancNaviWrap01 li {
    position: relative;
    width: auto;
    margin-bottom: 23px;
  }

  .ancNaviWrap01.naviWrap02 {
    margin: 0px auto 0px auto !important;
  }
  .ancNaviWrap01.naviWrap02 li {
    width: auto;
    margin-bottom: 20px;
  }

  .ancNaviWrap01 li img {
  }
  .ancNaviWrap01 li p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.45em;
    font-weight: 500;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .ancNaviWrap01 li p.active01 {
    color: #c59f28;
  }

  .contBox01 {
    margin: 80px auto 90px auto;
  }
  #ms_contents .obi {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #ms_contents .contBox01 h2 {
    font-size: 30px;
    line-height: 1.46em;
    color: #000000;
  }

  #ms_contents h2.obi img {
    width: 100% !important;
  }

  .contFlex01 {
    display: block;
    padding: 0px 15px !important;
  }
  .contFlex01 li {
    width: auto;
    text-align: center;
    margin-top: 80px;
  }
  .contFlex01 li .h301 {
    font-size: 20px !important;
    line-height: 1.4em !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
  }
  .contFlex01 li .h301 span {
    border-bottom: 1px solid #b93728;
  }
  .contFlex01 li .text01 {
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px !important;
  }

  #ms_contents .wrap_merchan_photo {
    margin-top: 0px;
    position: relative;
  }

  .contIconWrap01 {
    display: flex;
    align-items: center;
  }
  .contIconWrap01 li {
    margin-right: 5px;
  }

  .iconImg1st {
    width: 80px;
  }
  .contIcon01 {
    background-color: #337f00;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.45em;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
    margin-bottom: 5px !important;
    display: inline-block;
    padding: 4px 7px;
    font-size: 1rem;
  }

  #ms_contents .merchan_num .num {
    background-color: #b93728;
  }
  #ms_contents .merchan_prc .label span {
    display: inline-block;
    padding: 4px 7px;
  }
  #ms_contents .merchan_txt {
    padding-left: 20px;
    /*background-image: url("/osechi/images/text_line01.png");
		background-repeat: repeat-y;
		background-position: top left;*/
  }

  #ms_contents table th,
  #ms_contents table td {
    border: solid 1px #ffffff;
    padding: 8px 10px;
  }
  #ms_contents table th {
    background-color: #ce8f88;
  }
  #ms_contents table td {
    background-color: #fdf9ed;
  }
  #ms_contents table tr:nth-child(2n) td {
    background-color: #ebe6d8;
  }

  .contBtn01 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .contBtn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b93728 !important;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.4em;
    width: 90%;
    height: 46px;
    position: relative;
    margin: auto;
  }
  .contBtn01 a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #ffffff !important;
    border-right: solid 2px #ffffff !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -4px;
  }

  /*--------------------*/

  .mb60 {
    margin-bottom: 60px;
  }
  #ms_contents .sec_osechi_genre.pt80 {
    padding-top: 60px;
  }

  /*--------------------------*/

  #ms_contents .el_searchResult {
    font-size: 20px;
  }

  .swiper-container {
    margin-bottom: 10px;
  }

  #ms_contents .search_scroll_block.top_scroll_block {
    right: 25%;
    width: 18%;
    bottom: 3vw;
  }
  #ms_contents .top_scroll_block {
    bottom: 3vw;
    width: 18%;
    right: 5%;
  }
  #ms_contents .floatingbn_block.top_scroll_block {
    width: 90%;
    bottom: 0px;
  }
  #ms_contents .floatingbn_block.top_scroll_block .top_scroll_block_inner {
    width: 100%;
    float: none;
    text-align: center;
  }
  #ms_contents .floatingbn_block.top_scroll_block a {
    width: 100%;
  }
  #ms_contents .top_scroll_block_inner a {
    opacity: 0.9;
  }
}
