@charset "UTF-8";
.week__content.other .btn-size-wrap, .week__content.other .sns-wrap p a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pc_no {
  display: none;
}

.week {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.8;
  width: 1110px;
  margin: 0 auto 200px;
}
.week img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.week a {
  display: block;
}
.week a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .2s;
}
.week__main {
  margin-bottom: 190px;
}
.week__main .main-pic {
  margin-bottom: 80px;
}
.week__main .main-txt-wrap {
  width: 550px;
  margin: auto;
}
.week__main .main-txt-wrap .separator-line {
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
  margin: auto;
}
.week__main .main-txt-wrap .main-txt {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
.week__main .main-credit {
  width: 550px;
  margin: 50px auto 0;
}
.week__content {
  width: 550px;
  margin: 0 auto 190px;
}
.week__content .content-headline {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 100px;
  padding: 15px 0 35px;
  position: relative;
}
.week__content .content-headline::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -32px;
}
.week__content .content-headline::after {
  content: "";
  border-left: 1px solid #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}
.week__content .content-item {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","小塚ゴシック","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  width: 560px;
  margin: 0 auto 70px;
}
.week__content .content-item .list_search-result {
  width: 100%;
  margin: auto;
}
.week__content .content-item .list_search-result .block_item {
  width: 176px;
  margin: 0 5px;
}
.week__content .content-item .list_search-result .block_item .search-result__item--photo img {
  width: 100%;
}
.week__content .content-item .list_search-result .block_campaign2 em {
  width: 100%;
  margin: 0;
  left: 0;
}
.week__content .content-item .popup-box {
  display: none !important;
}
.week__content .content-txt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 100px 70px;
  padding: 15px 0 10px;
  position: relative;
}
.week__content .content-txt::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: -32px;
}
.week__content .content-txt::after {
  content: "";
  border-left: 1px solid #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}
.week__content .content-link-wrap .content-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.week__content .content-link-wrap .content-link:last-child {
  margin-bottom: 45px;
}
.week__content .btn-styling {
  width: 220px;
  margin: auto;
}
.week__content.other .btn-size-wrap {
  margin-bottom: 20px;
}
.week__content.other .btn-size-wrap .btn-size {
  width: 194px;
}
.week__content.other .btn-feature {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.week__content.other .btn-view-all {
  width: 220px;
  margin: 0 auto 75px;
}
.week__content.other .sns-wrap {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.week__content.other .sns-wrap .sns-name {
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  margin-bottom: 10px;
}
.week__content.other .sns-wrap p:nth-child(2n) {
  margin-bottom: 25px;
}
.week__content.other .sns-wrap p a {
  align-items: center;
}
.week__content.other .sns-wrap p a .icon-insta {
  width: 18px;
  margin-right: 3px;
}
.week__content.other .sns-wrap p a .icon-twitter {
  width: 20px;
  margin-right: 3px;
}
.week__content.other .sns-wrap .qa-line {
  width: 110px;
  margin: auto;
}
.week__content.other .under-ttl {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.fadein-normal {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.fadein-normal.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fadein-top {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.fadein-top.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
