@charset "UTF-8";

/* CSS Document */

.contents_main_ttl {
	text-align: center;
	margin: 10px auto 0;
	font-size: 15px;
	width: 1000px;
}

.contents_main_ttl img{
	margin: 0 auto 0;
  width: 100%;
  aspect-ratio: 2/1;
  vertical-align: middle;
}

.contents_main_ttl p{
	color: #000;
}

.contents_main_ttl_read{
	text-align: left;
	width: 100%;
	font-size: 14px;
	padding: 20px 12px;
	box-sizing: border-box;
  background-color: #616776;
  color: #fff;
  line-height: 1.75;
}

.contents_main_ttl_wrapper {
  background:#9fa7bc;
}

.content-bg-01 {
  overflow: hidden;
  padding-bottom: 80px;
  background-color: #ead8df;
}

.content-bg-02 {
  overflow: hidden;
  background-color: #AEB5C9;
  background-image: url(bg_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
  padding-bottom: 80px;
}


.txt-small {
  font-size: .65em;
}

.contents-header {
  color: #333;
  font-family: Times New Roman, "Noto Serif JP",  serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2px;
  overflow: hidden;
  margin: 0 6px 24px;
  padding-top: 32px;
  text-align: center;
  position: relative;
}

.contents-subheader {
  color: #333;
  font-family: Times New Roman, "Noto Serif JP",  serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
  overflow: hidden;
  margin: 0 6px 24px;
  padding-top: 32px;
  position: relative;
}

.contents-subheader .bland-number {
  font-family: Times New Roman, "Noto Serif JP",  serif;
  line-height: 2;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 1px solid #333;
}


.header-small {
  font-size: .9em;
}

.contents-header-txt {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.7;
}

.contents-header-bg {
  width: 120px;
}

p.detail {
  margin-bottom: 1em;
  line-height: 1.8;
}

.credit a::after {
  display: block;
  float: right;
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-top: -2px;  
}


.no-after .styling-credit::after {
  content: none;
}

.staff-notes {
  text-align: center;
}

.content-btn {
  background: #e85298;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
}

.brand-link {
  margin: 80px auto 0;
}

.style-heading-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.style-heading-ttl h3 {
  font-size: 30px;
}

.style-heading-ttl .style-heading-no {
  font-family: Times New Roman, "Noto Serif JP",  serif;
  font-size: 16px;
  color: #631819;
}


.itemlist-headline{
	width: 96%;
	font-size: 24px;
	margin: 0 auto 40px;
	text-align: center;
  display: flex;
  align-items: center;
	letter-spacing: 1px;
	font-family: Times New Roman, "Noto Serif JP",  serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.itemlist-headline:before,
.itemlist-headline:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    /* background-color: #a9a7a0; */
}

.center-image-area {
  margin-bottom: 40px;
}

.center-image-area2 {
  width: 80%;
  margin: 0 auto 40px;
}

.reco-image-area {
  margin-bottom: 40px;
}

.reco-image-right {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
}

.reco-image-left {
  width: 90%;
}

.center-image-area img,
.center-image-area2 img,
.reco-image-right img,
.reco-image-left img,
.parallel-image-left img {
  width: 100%;
  position: relative;
  aspect-ratio: 25/32;
}

.scrap-image-area img,
.scrap-image-area2 img {
  width: 100%;
  aspect-ratio: 80/101;
}

.parallel-image-right img {
  width: 100%;
  aspect-ratio: 1/1;
}

.parallel-image-right {
  width: 80%;
  margin: 40px auto;
}

.staff-comment-head {
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: -14px;
  font-size: 16px;
}

.staff-comment {
  width: 100%;
  margin:auto;
  padding:24px 24px;
  box-sizing: border-box;
  line-height: 1.8;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.staff-comment p {
  font-size: 13px;
}

.staff-comment figure {
  text-align: center;
}

.brand_info{
	color: #3e3e3e;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	text-align: center;
	padding: 0 0 50px;
	line-height: 1.5em;
	width: 1000px;
	margin: 40px auto 0;
	letter-spacing: 1px;
	position: relative;
}

.brand_info p {
	margin-bottom: 10px;
  line-height: 1.8;
}

.brand_info img{
	margin: 16px 0;
	aspect-ratio: 16/5;
}

.bland-name {
	letter-spacing: 1px;
	margin-bottom: 1em;
	color: #666;
	font-size: 14px;
	font-family: Times New Roman, "Noto Serif JP",  serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

ul.under_link {
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 5px;
    width: 610px;
}
ul.under_link li {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 300px;
}


.under-link-insta {
	width: 610px;
	margin: 50px auto 0;
	text-align: center;
	padding-bottom: 60px;
}

.under-link-insta p {
	font-size: 13px;
}

.under-link-insta img {
	width: 60px;
	padding: 10px;
}

/* 前回の追加部分 */


.salon-content-wrapper{
	width:1000px;
	margin: 0 12px;
	padding: 56px 0;
	/* overflow: hidden; */
	display: block;
}

.salon-content {
	margin: 0 auto 30px;
}

.salon-content-wrapper a.m-btn-active {
	/* display:block; */
	margin: 10px 12px;
	width: calc(100% - 24px);
}
.salon-content-wrapper a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}

.salon-content-head {
	font-family: Times New Roman, "Noto Serif JP",  serif;
	font-size: 26px;
	text-align: center;
	margin-bottom: 1em;
	color: #555;
  line-height: 1.4;
}


.salon-content-subhead {
	font-family: Times New Roman, "Noto Serif JP",  serif;
	font-size: 23px;
	text-align: center;
	margin-bottom: 1em;
}


.salon-content-subhead-num img {
	width: 100px;
	aspect-ratio: 1/1;
}

.salon-content-head .txt-s,
.salon-content-subhead .txt-s {
	font-size: .8em;
}

.salon-content-desc p {
	margin-bottom: 1em;
}

.video_container {
  width: 100%;
  text-align: center;
  margin: auto;
}

.video_container video {
  width: 100%;
  max-width: 800px;
aspect-ratio: 128/72;
}


.brand-comment {
	font-size: 16px;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	/* border: solid #aaa 1px; */
	padding: 40px;
	margin: 0 0 40px;
	position: relative;
	background-color: #d9dde9;
	box-sizing: border-box;
}

.brand-comment-head {
	text-align: center;
}

.brand-comment-head span {
	border-bottom: 1px solid #aaa;

}

.brand-comment img {	
	position: absolute;
	top: -4%;
	left: -7%;
	width: 50vw;
	max-width: 260px;
}

.salon-content-movie {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.salon-content-movie p {
	margin-top: .8em;
	font-size: 14px;
}


@media screen and (min-width: 640px) {

  .content-bg-02 {
    background-size: auto;
  }

  .contents_main_ttl_read{
    text-align: center;
  } 

  .contents_main_ttl img {
    width: auto;
    aspect-ratio: 50/19;
  }  

  .section-ttl {
    width: 800px;
    margin-bottom: 16px;
  }

  .contents-header {
    font-size: 46px;
    width: 912px;
    padding-top: 32px;
    margin: 0px auto 32px;
  }

  .contents-subheader {
    font-size: 26px;
    width: 912px;
    padding-top: 32px;
    margin: 0px auto 32px;
  }

  .contents-header.contents-header-align {
  text-align: left;
  }

  .contents-header figure img {
    width: 240px;
  }

  .credit a {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
  }

  .content-inner-box .video  {
    display: block;
  }

  .credit a:hover,
  .navi li a:hover,
  .con_items_list p a:hover,
  .item-list-column .icon:hover,
  .item-list-column ul li a:hover,
  .styling li a:hover,
  .l-slider-comment a:hover {
    opacity: .7;
  }


  .center-image-area,
  .center-image-area2 {
    width: 480px;
    margin: 0 auto 80px;
  }

  .scrap-image-area {
    width: 480px;
    margin: 0 auto 80px;
  }

  .scrap-image-area2 {
    width: 600px;
    margin: 0 auto 80px;
  }


  .reco-image-area {
    width: 960px;
    margin: 0 auto 80px;
  }
  
  .reco-image-right {
    width: 430px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  
  .reco-image-left {
    width: 480px;
    margin-top: -310px;
    position: relative;
    z-index: 1;
  }


  .reco-image-area.reco-image-area-reverse .reco-image-left {
    margin-top: 0px;
  }

  .reco-image-area.reco-image-area-reverse .reco-image-right {
    margin-top: -310px;
  }

  .parallel-image-area {
    width: 960px;
    display: flex;
    align-items: center;
    margin: 0 auto 80px;
    justify-content: space-between;
  }


  .parallel-image-left {
    width: 480px;
  }

  .parallel-image-right {
    width: 400px;
    margin: 0;
  }

  .itemlist-headline{
    width: 950px;
  }

  .staff-comment {
    width: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 20px;
  }  

/* 前回の追加部分 */

.salon-content-head {
	font-size: 36px;
}

.salon-content-desc {
	text-align: center;
  width: 800px;
  margin: 60px auto;
}

.salon-content-subhead {
	font-size: 28px;
}

.salon-content-wrapper {
	margin: 0 auto;
}

.brand-comment {
	margin-top: 0;
}

.brand-comment img {	
	top: -10%;
	left: -4%;
	width: auto;
}

.content-btn:hover {
  opacity: 0.7;
}
}


@media screen and (max-width: 640px) {

  .contents_main_ttl {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 10px;
    padding: 0;
  }
  .contents_main_ttl img {
    width: 100%
  }

/* ４つグリッド ここまで */

.item-list-column{
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
}

.item-list-column h2 {
  width: 100%;
}
.item-list-column h2 img{
  width: 124px;
}

.item-list-column ul{
  width: 100%;
  padding: 0;
}

.item-list-column ul li{
  display: flex;
  width: 43% !important;
  margin: 0 3.5% 20px;
}

.item-list-column ul li img{
  width: 100%;
}

.salon-content-wrapper{
	width:auto;
	padding: 40px 12px;

}


.brand_info {
	font-size: 14px;
	margin: 40px auto 0;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
}

.brand_info img{
	width: 100%;
	max-width: 320px;
}


ul.under_link {
	margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    width: auto;
}
ul.under_link li {
	float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
}

.under-link-insta {
	width: 100%;
	margin: 50px 0 0;
}

.under-link-insta img {
	padding: 10px;
}

.under-link-insta p {
	padding: 5px 0 0;
}

.staff-comment figure {
	max-width:120px;
	margin: 20px auto;
}

}