#new_style .mv {
  position: relative;
}

.mv_slick li {
  outline: none;
}

#new_style button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#new_style .slide-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: auto;
  text-align: center;
}

#new_style .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}

#new_style .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

#new_style .slide-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDDBE6;
}

#new_style .slide-dots li.slick-active button::before {
  background-color: #D40C53;
}

#new_style .main_ttl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 62.5%;
  min-width: 11em;
  height: 5.7em;
  padding: 18px 0 18px 20px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  background-color: rgba(195, 13, 35 ,.75);
}

#new_style .mv_talex_bnr {
  position: absolute;
  top: 4%;
  left: 2%;
  /* width: 46%; */
  margin: auto;
}

@media screen and (min-width: 750px) {
  #new_style .mv_talex_bnr {
    position: absolute;
    top: auto;
    left: auto;
    right: 2%;
    bottom: 10%;
    width: 46%;
    margin: auto;
  }
}

.talex_fair {
  display: block;
  max-width: 13em;
  padding: .2em 1em;
  border: 3px solid #00493A;
  border-radius: 10px;
  margin: auto;
  font-size: 11px;
  font-weight: bold;
  color: #00493A;
  text-align: center;
  background-color: #fff;
}

#new_style .toppage_nav {
  margin-bottom: 8px
}

#new_style .toppage_nav ul {
  display: flex;
}

#new_style .toppage_nav ul li{
  flex: 1;
}

#new_style .toppage_nav ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

#new_style .toppage_nav ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 34px 0 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #C30D23;
}

@media screen and (max-width: 350px) {
  #new_style .toppage_nav ul li a {
    font-size: 12px;
  }
}


#new_style .toppage_nav ul li a::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  margin: auto;
}

#new_style .toppage_nav ul li.nav_about a::before {
  width: 14px;
  height: 14px;
  background: url(../images/new_style/icon_about.png) no-repeat;
  background-size: contain;
}

#new_style .toppage_nav ul li.nav_pickup a::before {
  width: 14px;
  height: 11px;
  background: url(../images/new_style/icon_glasses.png) no-repeat;
  background-size: contain;

}

#new_style .toppage_nav ul li.nav_experience a::before {
  width: 12px;
  height: 13px;
  background: url(../images/new_style/icon_experience.png) no-repeat;
  background-size: contain;

}

#new_style .toppage_nav ul li.nav_scene a::before {
  width: 11px;
  height: 14px;
  background: url(../images/new_style/icon_scene.png) no-repeat;
  background-size: contain;
}

#new_style .toppage_nav ul li.nav_lens a::before {
  width: 13px;
  height: 13px;
  background: url(../images/new_style/icon_lens.png) no-repeat;
  background-size: contain;
}

#new_style .photo_slick {
  margin-bottom: 66px;
}

#new_style .photo_slick li.slick-slide {
  border: 1px solid #B4B4B4;
  margin: 0 4px;
  outline: none;
}

#new_style .photo_slick li.slick-slide a {
  outline: none;
}

#new_style .photo_slick li.slick-slide a:hover img {
  opacity: .7;
}

#new_style .photo_slick .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  text-align: center;
}

#new_style .photo_slick .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

#new_style .photo_slick .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
}

#new_style .photo_slick .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDDBE6;
}

#new_style .photo_slick .slick-dots li.slick-active button::before {
  background-color: #D40C53;
}


@media screen and (max-width: 500px) {
  #new_style .photo_slick .slick-dots li {
    margin: 0 9px;
  }

  #new_style .photo_slick .slick-dots li button::before {
    width: 9px;
    height: 9px;
  }
}
#new_style .page_link_img {
  display: block;
  width: 90%;
  margin: auto;
}

#new_style .page_link_img img {
  width: 100%;
}

#new_style #lens {
  margin-bottom: 40px;
}

#new_style .page_link_txt {
  position: relative;
  padding: .5em 45px .5em 1em;
  font-size: 12px;
  color: #fff;
  background-color: #C30D23
}

#new_style .page_link_txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 39px;
  height: 8px;
  margin: auto;
  background: url(../images/new_style/arrow_link.png) no-repeat;
  background-size: contain;
}

#new_style .content_ttl {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
}

#new_style .content_ttl .link_sns {
    display: inline-block;
}

#new_style .content_ttl .link_sns:hover {
    opacity: 0.7;
}

#new_style .content_ttl::before {
  content: "";
  display: block;
  width: 29px;
  height: 11px;
  margin: 0 auto 9px;
  background: url(../images/new_style/icon_ttl.png) no-repeat;
  background-size: contain;
}

#new_style .content_ttl span {
  display: block;
}

#new_style .content_ttl .content_ttl_eng {
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #C30D23;
}

#new_style .content_ttl .content_ttl_jp {
  font-size: .53em;
  font-weight: bold;
  color: #B4B4B4;
}

#new_style .content_ttl .content_ttl_jp .txt_check {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0 0.5em;
    background: #C30D23;
    border-radius: 100px;
    color: #fff;
}

#new_style .news_box {
  width: 90%;
  max-width: 674px;
  padding: 15px 6px;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}

#new_style .indexNewsBox {
  padding: 0;
  border: 0 !important;
  margin: 0;
}

#new_style #news {
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  #new_style #news {
    margin-bottom: 40px;
  }
}

/* トップページのみフッターのカレンダーを非表示にして表示調整 */
/* フッターの表示調整 */
#new_style.home #calendar {
  display: none;
}
@media screen and (min-width: 750px) {
  #new_style.home .footer_shopInfo_wrap {
    justify-content: center;
  }
}

/* トップページのみ */
/* ▼ニュースの下に電話番号ボタン設置▼ */

#new_style .telBtnBox {
  width: 90%;
  margin: 0 auto;
}

#new_style .tel_btn {
	display: block;
	width: 84%;
  /* max-width: 400px; */
	padding: .7em;
	border-radius: 6px;
	margin: 0 auto 30px;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #C30D23;
}

#new_style .tel_btn:hover {
	opacity: .7;
}

#new_style .tel_btn .icon_tel {
	width: 32px;
	margin-left: .7em;
	vertical-align: sub;
}

@media screen and (max-width: 350px) {
  #new_style .tel_btn {
      font-size: 20px;
  }
}

@media screen and (min-width: 750px) {
  #new_style .tel_btn {
		width: 52.5%;
    margin-bottom: 30px;
		font-size: 21px;
		vertical-align: text-bottom;
	}
}

@media screen and (min-width: 1000px) {
  #new_style .telBtnBox {
    width: 62.5%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #new_style .tel_btn {
    margin-bottom: 40px;
	}
}

/* ▲ニュースの下に電話番号ボタン設置▲ */

#new_style .about_inner {
  position: relative;
  /* width: 90%; */
  margin: 0 auto 50px;
}

@media screen and (min-width: 1000px) {
  #new_style .about_inner {
    width: 62.5%;
    /*width: 100%;*/
    max-width: 1200px;
    margin: 0 auto 143px;
    text-align: center;
  }
}

#new_style #about .content_ttl {
  position: relative;
  width: 90%;
  margin: 22px auto 0;
}

#new_style #about .content_ttl a {
  position: relative;
  display: block;
  width: 84%;
  margin: 0 auto;
  padding: 0.75em 0.5em;
  color: #fff;
  line-height: 1.4;
  background-color: rgba(195, 13, 35 ,1);
}

#new_style #about .content_ttl a:hover {
  opacity: .7;
}

#new_style #about .content_ttl::before {
  content: none;
}

/* #new_style #about .content_ttl a::before {
  content: "";
  display: block;
  width: 40px;
  height: 15px;
  margin: 0 auto 2px;
  background: url(../images/new_style/icon_ttl_about.png) no-repeat;
  background-size: contain;
} */

#new_style #about .content_ttl .content_ttl_eng,
#new_style #about .content_ttl .content_ttl_jp {
  color: #fff;
}

#new_style #about .content_ttl .content_ttl_eng {
  font-size: 32px;
}

/* #new_style #about .content_ttl .content_ttl_jp {
  font-size: .4em;
} */

#new_style #about .content_ttl a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  /* bottom: 25px; */
  transform: translateY(-50%);
  width: 39px;
  height: 8px;
  background: url(../images/new_style/arrow_link.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 350px) {
  #new_style #about .content_ttl a::after {
    right: 5px;
  }
}
@media screen and (min-width: 750px) {
  #new_style #about .content_ttl a {
    width: 52.5%;
  }
}
@media screen and (min-width: 1000px) {
  #new_style #about .content_ttl {
    width: auto;
    max-width: 1200px;
    /* min-width: 420px; */
    margin: 22px auto 0;
  }

  #new_style #about .content_ttl a {
    padding: 0.5em;
  }

  /* #new_style #about .content_ttl a::before {
    width: 46px;
    height: 16px;
  } */

  #new_style #about .content_ttl a::after {
    right: 20px;
  }
}


/* トップページのみ */
/* ▼店内動画▼ */

#new_style .top_store_movie {
  padding: 20px 0 0;
  margin-bottom: 30px;
  text-align: center;
  /* background-color: #E3E3E3; */
}

#new_style .top_movie_ttl {
  display: inline-block;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: .4em .8em;
  background-color: #C30D23;
}

#new_style .top_store_movie .wp-video {
  display: block;
  margin: auto;
}

#new_style .top_store_movie .mejs-time {
  height: 40px;
}

@media screen and (min-width: 750px) {
  #new_style .top_store_movie {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }

  #new_style .top_movie_ttl {
    font-size: 20px;
  }
}

/* ▲店内動画▲ */

#new_style #pickup {
  padding: 39px 0 15px;
  /*border-top: 2px solid #F3B2BF;*/
  border-bottom: 2px solid #F3B2BF;
  margin-bottom: 39px;
}

#new_style .pickup_list {
  max-width: 600px;
  margin: auto;
}

#new_style .pickup_list li {
  margin-bottom: 32px;
}

#new_style .pickup_list li .pickup_img {
  display: block;
  position: relative;
  width: 58%;
  margin: 0 auto -18px;
  z-index: 1;
}

#new_style .pickup_list li.clipon .pickup_img {
  width: 64%;
}

#new_style .pickup_list li.pickup03 .pickup_img,
#new_style .pickup_list li.pickup04 .pickup_img {
  margin-bottom: -36px;
}

#new_style .pickup_list li .pickup_link {
  display: block;
  position: relative;
  padding: 18px 15px 16px;
}

#new_style .pickup_list li .pickup_link:hover {
  opacity: .7;
}

#new_style .pickup_list li.pickup03 .pickup_link,
#new_style .pickup_list li.pickup04 .pickup_link {
  padding-top: 46px;
}

#new_style .pickup_list li .pickup_link::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 19px;
  width: 39px;
  height: 8px;
  background: url(../images/new_style/arrow_link.png) no-repeat;
  background-size: contain;
}

#new_style .pickup_list li.overglass .pickup_link {
  background-color: #FFB408;
}

#new_style .pickup_list li.clipon .pickup_link {
  background-color: #C1DE1A;
}

#new_style .pickup_list li.oznis .pickup_link {
  background-color: #82D967
}

#new_style .pickup_list li.zeal .pickup_link {
  background-color: #34D0BD;
}

#new_style .pickup_list li .pickup_catch {
  margin-bottom: .5em;
  color: #fff;
}

#new_style .pickup_list li .pickup_product {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#new_style .pickup_list li .pickup_product small {
  display: block;
  font-size: .67em;
}

#new_style .pickup_list li .pickup_product .logo_zeque {
  width: 64px;
  margin-right: 6px;
}

#new_style .pickup_other {
  display: block;
  position: relative;
  padding-left: 41px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#new_style .pickup_other:hover {
  opacity: .7;
}

#new_style .pickup_other::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 39px;
  height: 8px;
  margin: auto;
  background: url(../images/new_style/arrow_link_black.png) no-repeat;
  background-size: contain;
}

#new_style .talex_box_flex {
    padding-bottom: 40px;
    border-bottom: 2px solid #F3B2BF;
    margin-bottom: 39px;
}

#new_style .experience_list {
  width: 89%;
  max-width: 600px;
  margin: 0 auto 29px;
}

#new_style .experience_list li {
  position: relative;
}

#new_style .experience_list li:not(:last-child) {
  margin-bottom: 15px;
}


#new_style .experience_list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 1px;
  height: 65%;
  background-color: #C30D23;
  z-index: 2;
}

#new_style .experience_list li.experience_link::before {
  content: none;
}

#new_style .experience_list li dt {
  position: relative;
  margin-bottom: 6px;
}

#new_style .experience_list li dt .experience_ttl {
  position: absolute;
  right: 21px;
  bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#new_style .experience_list li dd {
  padding-left: 40px;
}


#new_style .experience_other {
  display: block;
  position: relative;
  padding-left: 46px;
  padding-right: 80px;
  margin: 0 -5.5%;
  font-size: 16px;
  font-weight: bold;
  color: #C30D23;
}

#new_style .experience_other:hover {
  opacity: .7;
}

#new_style .experience_other::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 39px;
  height: 8px;
  margin: auto;
  background: url(../images/new_style/arrow_link_black.png) no-repeat;
  background-size: contain;
}

#new_style .fitting {
  display: block;
  max-width: 600px;
  padding: 25px 41px;
  margin: auto;
  background-color: #C30D23;
  color: #fff;
}

#new_style .fitting_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

#new_style .fitting_txt {
}

#new_style .fitting_ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}

#new_style .fitting_catch {
  color: #fff;
  text-align: justify;
}

#new_style .fitting_img {
  width: 34%;
}

#new_style .fitting_link {
  display: block;
  position: relative;
  padding-right: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#new_style .fitting_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 39px;
  height: 8px;
  margin: auto;
  background: url(../images/new_style/arrow_link.png) no-repeat;
  background-size: contain;
}

#new_style .scene_catch {
  font-size: 16px;
  width: 90%;
  margin: 0 auto 14px;
}

#new_style #scene {
  padding-bottom: 39px;
  border-bottom: 2px solid #F3B2BF;
  margin-bottom: 39px;
}

#new_style .scene_link {
  display: block;
  max-width: 600px;
  margin: auto;
}

#new_style .scene_link:hover {
  opacity: .7;
}

#new_style #lineup {
  padding-bottom: 39px;
  border-bottom: 2px solid #F3B2BF;
  margin-bottom: 39px;
}

#new_style .etc_ttl {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #B4B4B4;
  text-align: center;
}

#new_style .lineup_list {
  width: 89%;
  margin: 0 auto;
}

#new_style .lineup_list li {
  margin-bottom: 1em;
  position: relative;
}

#new_style .lineup_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #333;
  margin: auto;
}

#new_style .etc_list li::before {
  content: none;
}

#new_style .lineup_list li a {
  display: block;
  padding-left: 1.5em;
  font-size: 15px;
  color: #333;
  text-decoration: underline;
}

#new_style .etc_list li a {
  padding-left: 0em;
}


#new_style .lineup_list li a:hover {
  opacity: .7;
}

#new_style .lineup_list li a[href=""] {
  pointer-events: none;
  text-decoration: none;
}


#new_style .lineup_list li a .ilb {
  text-decoration: underline;
}

#new_style .lineup_list li.new a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

#new_style .lineup_list li a .newIcon {
  display: inline-block;
  background-color: #C30D23;
  border-radius: 1000px;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  animation: flash 1.6s linear infinite;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  25% {
    opacity: 0.2;
  }
}


#new_style #calendar {
  margin-bottom: 82px;
}

#new_style #biz_calendar {
  font-size: 14px;
  max-width: 400px;
  padding: 0 22px;
  /*background-color: #D4D4D4;*/
}

#new_style #biz_calendar table.bizcal {
  /*background-color: #D4D4D4;*/
}

#new_style #biz_calendar td {
  background-color: #fff;
}

#new_style #biz_calendar tr:not(:first-child) td,
#new_style #biz_calendar tr:not(:nth-child(2)) td {
  border: 3px solid #D4D4D4;
}

#new_style #biz_calendar tr:nth-child(2) th {
  background-color: #D4D4D4;
  border: 3px solid #D4D4D4;
  vertical-align: bottom;
  font-weight: bold;
}

/* 日曜日 */
#new_style #biz_calendar tr:nth-child(2) th:first-of-type {
  color: #ff0000;
}

/* 土曜日 */
#new_style #biz_calendar tr:nth-child(2) th:last-of-type {
  color: #007ac6;
}

#new_style #biz_calendar table.bizcal .calbtn {
  border: 0;
  background-color: #fff;

}

#new_style #biz_calendar table.bizcal .holiday {
  background-color: #FEC3B5;
}

#new_style #biz_calendar   p span.boxholiday {
  background-color: #FEC3B5;
}

.top_flex {
    display: flex;
    flex-direction: column-reverse;
}

#new_style #facebook {
  margin-bottom: 40px;
}

#new_style .fb-page {
  display: block;
  width: 89%;
  margin: auto;
  text-align: center;
}

#new_style .fb-page.pconly {
  display: none;
}

@media screen and (min-width: 750px){
  #new_style .fb-page.pconly {
    display: block;
  }

  #new_style .fb-page.sponly {
    display: none;
  }
}


#new_style .fb-page iframe {
    margin: 0 auto;
}

#new_style .footer_instagram_wrap {
    margin-bottom: 40px;
}

#new_style .instagram_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 89%;
  margin: auto;
}

#new_style .instagram_list li {
  width: 47.5%;
  text-align: center;
}

#new_style .slick-slide {
  height: auto;
}
@media screen and (min-width: 600px) {
  #new_style .scene_catch {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  #new_style .main_ttl {
    top: -15%;
    width: 44%;
    min-width: 21em;
    height: 4.4em;
    padding: 18px 5%;
  }

  #new_style .mv_talex_bnr {
    bottom: 2%;
    width: 20.8%;
    min-width: 280px;
    max-width: 400px;
  }

  #new_style .news_box {
    width: 100%;
    padding: 32px 12px;
    font-size: 16px;
  }

  #new_style .experience_other {
    margin: 30px auto;
  }

  #new_style .lineup_list_wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    max-width: 796px;
    margin: auto;
  }

  #new_style .lineup_list {
    width: 50%;
    margin: 0;
  }

  #new_style .lineup_list:first-child {
  }

  .top_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 89%;
    max-width: 1200px;
    margin: 0 auto 74px;
  }

  .top_flex > div {
    width: 48%;
  }

  #new_style #calendar,
  #new_style #facebook,
  #new_style .footer_instagram_wrap{
    margin-bottom: 0;
  }

  #new_style .instagram_list {
    justify-content: flex-start;
    max-width: 1200px;
  }

  #new_style .instagram_list li {
    width: 19.3%;
  }

  #new_style .instagram_list li:not(:nth-child(5n)) {
    margin-right: .87%;
  }

  .talex_fair {
    font-size: 16px;
  }

  #new_style .pickup_list li .pickup_product .logo_zeque {
   width: 80px;
  }
}

@media screen and (min-width: 1000px) {
  #new_style .mv {
    width: 96%;
    margin: 0 auto 16px;
  }

  #new_style .mv img {
    width: 100%;
  }

  #new_style .toppage_nav {
    display: none;
  }

  #new_style .photo_slick {
    width: 96%;
    /* border-left: 1px solid #B4B4B4; */
    /* border-right: 1px solid #B4B4B4; */
    margin: 0 auto 100px;
  }

  #new_style .photo_slick .slick-list {
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
  }

  #new_style .content_ttl {
    margin-bottom: 37px;
    font-size: 40px;
    line-height: 1.2;
  }

  #new_style .content_ttl::before {
    width: 57px;
    height: 20px;
    margin-bottom: 13px;
  }

  #new_style .news_box {
    margin-bottom: 40px;
  }

  #new_style #pickup {
    padding: 75px 0;
    border-top: 2px solid #F3B2BF;
    border-bottom: 2px solid #F3B2BF;
    margin-bottom: 75px;
  }

  #new_style #pickup .content_ttl {
    margin-bottom: 45px;
  }

  #new_style .etc_ttl {
    font-size: 21px;
  }


  #new_style .pickup_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1200px;
  }

  #new_style .pickup_list li {
    width: 31%;
    margin-bottom: 46px;
  }

  #new_style .pickup_list li .pickup_link {
    /*padding-top: 30px;*/
  }

  #new_style .pickup_list li.pickup03 .pickup_link,
  #new_style .pickup_list li.pickup04 .pickup_link,
  #new_style .pickup_list li.pickup07 .pickup_link {
    /*padding-top: 30px;*/
  }

  #new_style .pickup_list li .pickup_img {
    width: 96%;
    height: 150px;
    margin-bottom: -26px;
  }

  #new_style .pickup_list li.clipon .pickup_img {
    width: 100%;
  }

  #new_style .pickup_list li.pickup03 .pickup_img,
  #new_style .pickup_list li.pickup04 .pickup_img,
  #new_style .pickup_list li.pickup07 .pickup_img {
    margin-bottom: -26px;
  }

  #new_style .pickup_list li .pickup_img img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  #new_style .pickup_list li .pickup_catch {
    font-size: 16px;
  }

  #new_style .pickup_list li .pickup_product {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    font-size: 20px;
  }

  #new_style .pickup_list li .pickup_product small {
    width: 100%;
  }

  #new_style .pickup_other {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 67px;
    font-size: 16px;
    text-align: right;
  }

  #new_style #experience {
  }

  #new_style .experience_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-bottom: 0;
  }

  #new_style .experience_list li {
    width: 48%;
    margin-bottom: 46px;
  }

  #new_style .experience_list li:not(:last-child) {
    margin-bottom: 46px;
  }

  #new_style .experience_list li dt .experience_ttl {
    right: 26px;
    bottom: -5px;
    font-size: 34px;
  }

  #new_style .experience_list li dd {
    font-size: 16px;
  }

  #new_style .experience_other {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 67px;
    margin-top: 52%;
    margin-bottom: 0;
    font-size: 16px;
    text-align: right;
  }

/*  #new_style .fitting {
    width: 52%;
    min-width: 800px;
    max-width: 1000px;
  }

  #new_style .fitting_flex {
    margin-bottom: 14px;
  }

  #new_style .fitting_ttl {
    margin-bottom: .5em;
    font-size: 40px;
  }

  #new_style .fitting_catch {
    font-size: 28px;
  }

  #new_style .fitting_link {
    display: inline-block;
    padding-right: 90px;
    font-size: 32px;
  }

  #new_style .fitting_link::after {
    width: 74px;
    height: 13px;
  }
*/
  #new_style .talex_box_wrap {
    padding-bottom: 75px;
    border-bottom: 2px solid #F3B2BF;
    margin-bottom: 75px;

  }
  #new_style .talex_box_flex {
    display: flex;
    justify-content: center;
    column-gap: 6.6%;
    width: 96%;
    max-width: 1200px;
    border-bottom: 0;
    margin: 0 auto;
  }

  #new_style .talex_box_flex .content_box {
    width: 46.7%;
  }

  #new_style #lens {
    margin-bottom: 0;
  }

  #new_style .page_link_img {
    width: 100%;
  }

  #new_style .page_link_img:hover {
    opacity: .7;
  }

  #new_style .page_link_txt {
    font-size: 18px;
  }

  #new_style .page_link_txt::after {
    right: 20px;
  }

  #new_style #scene {
    padding-bottom: 75px;
    border-bottom: 2px solid #F3B2BF;
    margin-bottom: 75px;
  }

  #new_style .scene_catch {
    margin-bottom: 1em;
    font-size: 20px;
    text-align: center;
  }

  #new_style .scene_link {
    width: 52%;
    min-width: 800px;
    max-width: 1000px;
  }

  #new_style #lineup {
    padding-bottom: 75px;
    border-bottom: 2px solid #F3B2BF;
    margin-bottom: 75px;
  }
}





/*==========================================================================*/
/*==========================================================================*/
/*=================             アーカイブページ         =========================*/
/*==========================================================================*/
/*==========================================================================*/
#new_style #archive_contents .content_ttl .content_ttl_jp {
  font-size: 1em;
  color: #C30D23;
}

#new_style #archive_contents {
  border-top: 10px solid #C30D23;
  padding-top: 50px;
  padding-bottom: 39px;
  border-bottom: 2px solid #F3B2BF;
  margin-bottom: 39px;
}

#new_style #archive_contents .archive_posts {
  display: flex;
  flex-wrap: wrap;
}

#new_style #archive_contents .archive_post {
  margin-bottom: 39px;
}

#new_style #archive_contents .archive_post .archive_post_ttl {
  margin-bottom: 4px;
}
#new_style #archive_contents .archive_post .archive_post_ttl a {
  color: #000;
}

#new_style #archive_contents .archive_post .archive_post_img {
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  #new_style #archive_contents {
    padding-top: 100px;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }

  #new_style #archive_contents .archive_post {
    width: 32%;
  }

  #new_style #archive_contents .archive_post:not(:nth-child(3)) {
    margin-right: 1.3%;
  }
}


/*==========================================================================*/
/*==========================================================================*/
/*===================             個別ページ         =========================*/
/*==========================================================================*/
/*==========================================================================*/
#new_style #single_contents {
  border-top: 10px solid #C30D23;
  padding-top: 50px;
  padding-bottom: 39px;
  border-bottom: 2px solid #F3B2BF;
  margin-bottom: 39px;
}

#new_style #single_contents .brand_contents {
  overflow: hidden;
}

#new_style #single_contents .content_ttl .content_ttl_jp {
  font-size: 1em;
  color: #C30D23;
}


#new_style #single_contents .baseW {
  min-width: auto;
  max-width: 450px;
}

#new_style #single_contents #snippet-box {
  margin-top: 40px;
}

article.post_box, .blog_posts {
  margin: auto;
}

#new_style #single_contents #lineup {
  padding: 39px 0 0;
  border-top: 2px solid #F3B2BF;
  border-bottom: 0;
  margin-top: 39px;
  margin-bottom: 0;
}


#new_style #single_contents #lineup .content_ttl .content_ttl_jp {
  font-size: .53em;
  color: #B4B4B4;
}

@media screen and (min-width: 750px) {
  #new_style #single_contents {
    padding-top: 100px;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }

  #new_style #single_contents p {
    text-align: center;
  }

}

@media screen and (min-width: 1000px) {
  #new_style #single_contents .baseW {
    width: 76%;
    min-width: 800px;
    max-width: 1200px;
  }

    #new_style #single_contents #lineup {
      padding: 75px 0 0;
      margin-top: 75px;
    }

}
