@charset "UTF-8";
/* CSS Document */


/* --------------------
 base settings
-------------------- */

#thisweek_recommend {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  overflow: hidden;
}

#thisweek_recommend img {
  max-width: 100%;
  vertical-align: top;
}


/* --------------------
 Content
-------------------- */

.thisweek_header {
  position: relative;
  background-image: url(/library/contents/products/thisweek_recommend/main_pc.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 151px;
}

@media screen and (max-width:768px) {
  .thisweek_header {
    background-image: url(/library/contents/products/thisweek_recommend/main_sp.jpg);
    background-size: contain;
    padding-bottom: 24.9%;
  }
}

.thisweek_header_s {
  position: relative;
  background-image: url(/library/contents/products/thisweek_recommend/main_s_pc.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 151px;
}

@media screen and (max-width:768px) {
  .thisweek_header_s {
    background-image: url(/library/contents/products/thisweek_recommend/main_s_sp.jpg);
    background-size: contain;
    padding-bottom: 24.9%;
  }
}

.thisweek_header_a {
  position: relative;
  background-image: url(/library/contents/products/thisweek_recommend/main_a_pc.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 151px;
}

@media screen and (max-width:768px) {
  .thisweek_header_a {
    background-image: url(/library/contents/products/thisweek_recommend/main_a_sp.jpg);
    background-size: contain;
    padding-bottom: 24.9%;
  }
}

.thisweek_header_w {
  position: relative;
  background-image: url(/library/contents/products/thisweek_recommend/main_w_pc.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 151px;
}

@media screen and (max-width:768px) {
  .thisweek_header_w {
    background-image: url(/library/contents/products/thisweek_recommend/main_w_sp.jpg);
    background-size: contain;
    padding-bottom: 24.9%;
  }
}

.thisweek_header h1 {
  text-align: center;
  padding-top: 130px;
  position: relative;
  left: auto;
  top: auto;
}

@media screen and (max-width:768px) {
  .thisweek_header h1 {
    padding: 28% 8% 2% 8%
  }

  .thisweek_header h1 img {
    transform: none;
  }
}

.thisweek_header_s h1 {
  text-align: center;
  padding-top: 130px;
  position: relative;
  left: auto;
  top: auto;
}

@media screen and (max-width:768px) {
  .thisweek_header_s h1 {
    padding: 28% 8% 2% 8%
  }

  .thisweek_header_s h1 img {
    transform: none;
  }
}

.thisweek_header_a h1 {
  text-align: center;
  padding-top: 130px;
  position: relative;
  left: auto;
  top: auto;
}

@media screen and (max-width:768px) {
  .thisweek_header_a h1 {
    padding: 28% 8% 2% 8%
  }

  .thisweek_header_a h1 img {
    transform: none;
  }
}

.thisweek_header_w h1 {
  text-align: center;
  padding-top: 130px;
  position: relative;
  left: auto;
  top: auto;
}

@media screen and (max-width:768px) {
  .thisweek_header_w h1 {
    padding: 28% 8% 2% 8%
  }

  .thisweek_header_w h1 img {
    transform: none;
  }
}

.thisweek_btn_box01 {
  margin: 0 auto;
}

.thisweek_btn_box01l {
  width: 57%;
  padding-bottom: 3%;
  margin: 0 auto;
}

.thisweek_btn_box01r {
  width: 57%;
  padding-bottom: 3%;
  margin: 0 auto;
}

.thisweek_btn_box01c {
  width: 57%;
  padding-bottom: 3%;
  margin: 0 auto;
}

.thisweek_btn_box02 {
  padding-top: 3%;
}

@media screen and (min-width:769px),
print {
  .thisweek_btn_box01 {
    display: flex;
    width: 658px;
    margin: 0 auto;
    justify-content: center;
  }

  .thisweek_btn_box01l {
    margin: 0 3% 0 1%;
    flex: 0 0 46%;
  }

  .thisweek_btn_box01r {
    margin: 0 1% 0 3%;
    flex: 0 0 46%;
  }

  .thisweek_btn_box01c {
    margin-top: 2%;
    flex: 0 0 46%;
  }
}

.thisweek_logo01 {
  top: 0;
  left: 0;
  width: 25%;
  padding: 3% 0 0 3%;
}

.thisweek_recommend_t01 {
  margin: 3% 0 1% 0;
  height: 65px;
  justify-content: center;
  align-items: center;
  background-color: #f1898e;
}

.thisweek_recommend_t01_s {
  margin: 3% 0 1% 0;
  height: 65px;
  justify-content: center;
  align-items: center;
  background-color: #00a5be;
}

.thisweek_recommend_t01_a {
  margin: 3% 0 1% 0;
  height: 65px;
  justify-content: center;
  align-items: center;
  background-color: #f67933;
}

.thisweek_recommend_t01_w {
  margin: 3% 0 1% 0;
  height: 65px;
  justify-content: center;
  align-items: center;
  background-color: #425696;
}

@media screen and (max-width:768px) {
  .thisweek_recommend_t01 {
    margin: 6% 0 1% 0;
    height: 100%;
  }
}

@media screen and (max-width:768px) {
  .thisweek_recommend_t01_s {
    margin: 6% 0 1% 0;
    height: 100%;
  }
}

@media screen and (max-width:768px) {
  .thisweek_recommend_t01_a {
    margin: 6% 0 1% 0;
    height: 100%;
  }
}

@media screen and (max-width:768px) {
  .thisweek_recommend_t01_w {
    margin: 6% 0 1% 0;
    height: 100%;
  }
}

.thisweek_recommend_t02 {
  text-align: center;
  width: 300px;
  padding-top: 14px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .thisweek_recommend_t02 {
    width: 52%;
    padding: 4% 0;
  }
}

.thisweek_box {
  padding-bottom: 5%;
}

@media screen and (max-width:768px) {
  .thisweek_box {
    padding-top: 0;
  }
}

.thisweek_box01 {
  background-color: #ffffff;
}

.thisweek_box02l {
  padding-top: 10%;
  margin: 0 6%;
}

.thisweek_box02r {
  padding-top: 10%;
  margin: 0 6%;
}


@media screen and (min-width:769px),
print {
  .thisweek_box01 {
    display: flex;
    width: 96%;
    padding-top: 4%;
    margin: 0 auto;
  }

  .thisweek_box02l {
    padding-top: 0;
    margin: 0 3% 0 1%;
    flex: 0 0 46%;
  }

  .thisweek_box02r {
    padding-top: 0;
    margin: 0 1% 0 3%;
    flex: 0 0 46%;
  }
}

.thisweek_area01 {
  width: 100%;
  padding: 3% 0 0 0.4%;
}

@media screen and (max-width:768px) {
  .thisweek_area01 {
    padding-bottom: 1%;
  }
}

.thisweek_area01 a img {
  width: 100%;
  height: auto;
}

.thisweek_price01 {
  width: 100%;
  padding: 5% 0 0 0;
}

@media screen and (max-width:768px) {
  .thisweek_price01 {
    padding-bottom: 0;
  }
}

.thisweek_price01 a img {
  width: 100%;
  height: auto;
}

.thisweek_pic01 {
  margin: 5% 0 1% 0;
}

.thisweek_detail_box00 {
  margin: 1% 0 0 0;
}

@media screen and (max-width:768px) {
  .thisweek_detail_box00 {
    margin: 1% 0 10% 0;
  }
}

.thisweek_detail_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.thisweek_detail01l {
  margin: 2% 2% 0 0;
  flex: 0 0 48%;
}

.thisweek_detail01r {
  margin: 2% 0 0 2%;
  flex: 0 0 48%;
}

#thisweek_recommend a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.1s;
  transition: all 0s;
}

.thisweek_btn_box01l a:hover {
  opacity: 0.8;
  filter: brightness(116%);
  -webkit-transition: all 0.1s;
  transition: all 0s;
}

.thisweek_btn_box01r a:hover {
  opacity: 0.8;
  filter: brightness(116%);
  -webkit-transition: all 0.1s;
  transition: all 0s;
}

.thisweek_btn_box01c a:hover {
  opacity: 0.8;
  filter: brightness(116%);
  -webkit-transition: all 0.1s;
  transition: all 0s;
}

.thisweek_area_t00 {
  margin: 4% 0 0 1%;
}

.thisweek_area_t00s {
  margin: 2% 0 1% 1%;
}


.thisweek_area_t00.area_height01 {
  height: 48px;
}

@media screen and (max-width:768px) {
  .thisweek_area_t00.area_height01 {
    height: 100%;
  }
}

.thisweek_area_t00.area_height02 {
  height: 31px;
}

@media screen and (max-width:768px) {
  .thisweek_area_t00.area_height02 {
    height: 100%;
  }
}

.thisweek_area_t00.area_height03 {
  height: 80px;
}

@media screen and (max-width:768px) {
  .thisweek_area_t00.area_height03 {
    height: 100%;
  }
}

.thisweek_gothic01 {
  font-family: "モトヤLシーダ3等幅",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    "helvetica",
    sans-serif !important;
}

.thisweek_area_t01 {
  font-size: 1.0em;
  font-weight: bold;
  color: #474646 !important;
  text-align: left;
  line-height: 1.4;
}

.thisweek_area_notice {
  font-size: 0.9em;
  color: #474646 !important;
  text-align: left;
  line-height: 1.4;
  margin: 3% 0 -3% 0.8%;
}

.thisweek_area_notice01 {
  font-size: 0.9em;
  color: #474646 !important;
  text-align: left;
  line-height: 1.4;
  margin: 1.3% 0 -3% 0.8%;
  vertical-align: middle;
  display: inline-block;
}

.thisweek_notice01 {
  font-size: 0.9em;
  color: #474646 !important;
  text-align: left;
  line-height: 1.4;
  text-align: justify;
  margin-right: 2%;
}

.thisweek_notice01s {
  font-size: 0.9em;
  color: #474646 !important;
  text-align: left;
  line-height: 1.4;
  text-align: justify;
  margin-top: 6%;
  margin-right: 2%;
  margin-bottom: 1%;
}

.thisweek_notice {
  font-size: 0.9em;
  color: #474646 !important;
  text-align: left;
  line-height: 1.4;
  margin: 6% 0 1% 3.3%;
}

@media screen and (max-width:768px) {
  .thisweek_notice {
    margin: 11% 6.4% 7% 6.4%;
  }
}

.thisweek_indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.thisweek_notice a:link,
.thisweek_notice a:visited,
.thisweek_notice a:hover {
  color: #996600;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .thisweek_br_pc {
    display: none;
  }

  .thisweek_br_sp {
    display: inline;
  }
}

@media screen and (min-width:769px),
print {
  .thisweek_br_pc {
    display: inline;
  }

  .thisweek_br_sp {
    display: none;
  }
}

.thisweek_nw:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 3px;
  background: url(/library/contents/products/thisweek_recommend/linkout_red.png) no-repeat center center;
  background-size: 13px;
}