@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: 8/3;
  vertical-align: middle;
}

.contents_main_ttl p{
	color: #000;
}

.contents_main_ttl_read{
	text-align: justify;
	width: 100%;
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 20px 12px;
	box-sizing: border-box;
}

/* .contents_main_ttl_wrapper {
  background:#ac9e93;
} */

.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 12px auto 12px;
	padding: 0 8px;
  gap: 20px;
}
.navi ul > li{
	width: 30%;
	border: 1px solid #fff;
	box-sizing: border-box;
  text-align: center;
}

.navi ul > li a{
	display: block;
  font-family: "Elsie", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
}

.navi ul > li a::after{
  content: url('anchor.svg');
  display: block;
}


.navi ul > li img{
	display: block;
	width: 100%;
  aspect-ratio: 12 / 19;
}

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

.content-bg-02 {
  overflow: hidden;
  background-color: #e3eff3;
}


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

.contents-header {
  color: #333;
  font-family: "Elsie", 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-header .bland-number {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
  font-size: .5em;
  display: inline-block;
}

.content-bg-01 .contents-header .bland-number {
  color: #835e9b;
}

.content-bg-02 .contents-header .bland-number {
  color: #4b7684;
}

.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;
}


.con1{
  display: block;
  /* overflow: hidden; */
  width: 100%;
  text-align: center;
  padding: 20px 0 20px;
}


.con_items_list {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-weight: 500;
  margin: 32px 25px 0 0;
}

.con_items_list li {
  line-height: 1.7;
  margin-bottom: 10px;
}

.con_items_list p {
  overflow: hidden;
  font-size: 13px;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.con_items_list a {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con_items_list_btn {
  display: inline-block;
  background-color: #555;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: bold;
}


.content-box + .content-box,
.novelty-bg + .novelty-bg {
  margin-top: 60px;
}

.novelty-bg + .novelty-bg {
  border-top: 1px dotted #aaa;
  padding-top: 50px;
}

.content-box-img {
  max-width: 460px;
  margin: auto auto 20px;
}

.novelty-bg {
  margin-bottom: 40px;
}

.novelty-bg h3 {
  text-align: center;
  margin: auto auto 30px;

}

.novelty-bg h3 img {
  width: 30%;
  max-width: 200px;
}

.novelty-img {
  max-width: 460px;
  margin: auto auto 20px;
  position: relative;
}

.novelty-img .novelty-img-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  aspect-ratio: 10/3;
  background-color: #fff;
  padding: 6px;
}

.novelty-desc li {
  text-align: justify;
}

.content-box-img img {
 	max-width: 100%;
  aspect-ratio: 40/39;
}

.novelty-img img {
 	max-width: 100%;
	margin-bottom: 1em;
	aspect-ratio: 5/6;
}

.content-box-desc {
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px 30px;
}



.content-box-desc,
.novelty-desc {
  text-align: center;
}

.content-box-desc h3 {
  width: 60%;
  margin: auto auto 20px;
}

.content-box-desc h3 img,
.novelty-desc h3 img {
  width: 100%;
  max-width: 200px;
}

.novelty-desc > h3 {
	width: 40%;
  margin: auto auto 20px;
}

.novelty-desc h4 {
	font-size: 18px;
	margin-bottom: .6em;
  line-height: 1.5;
}

.content-box-terms
 {
	font-size: 14px;
	margin-bottom: 1em;
  line-height: 2;
	  /* border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e; */
}

.novelty-terms {
    font-size: 14px;
    margin-bottom: 1em;
    padding: 20px 0;
    background-color:rgba(255,255,255,0.3);
    border-radius: 10px;
}

.novelty-no {
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  color: #fff;
  background-color: #9cc4d1;
  padding: 6px 10px;
  margin: 0 0 16px;
}

.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: 14px;
}

.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 40px;
	line-height: 1.5em;
	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: "Elsie", 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: 40px auto 0;
	text-align: center;
	padding-bottom: 60px;
}

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

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


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

/* .contents_main_ttl_wrapper {
  background: linear-gradient(90deg, rgba(233, 231, 225, 1) 0%, rgba(211, 209, 199, 1) 100%);
} */

  .contents_main_ttl_read{
    text-align: center;
  } 

  .contents_main_ttl img {
    width: auto;
  }  

  .navi ul > li{
    width: 120px;
  }
  
  .navi li a:hover{
      opacity: 0.7;
  }

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

  .contents-header {
    font-size: 46px;
    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,
  .styling li a:hover {
    opacity: .7;
  }

  .itemlist-headline{
    width: 950px;
  }
  
  .content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .content-box.content-box-reverse {
    flex-direction: row-reverse;
  }


  .content-box-desc {
    padding: 40px 50px;
  }
  

  .novelty {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-around;
  }

  .novelty.novelty-reverse {
    flex-direction: row-reverse;
  
  }

  .content-box-desc {
    z-index: 1;

  }
  
  .content-box-desc,
  .novelty-desc {
    line-height: 1.7;
    width:calc(100% - 500px);
  }

  .novelty-desc {
    padding: 0 40px;
    box-sizing: border-box;
}

.content-box-desc-right {
  margin-right: 20px;
}


.content-box-desc-left {
  margin-left: 20px;
}

.content-box-img {
  margin-bottom: 0px;
}


.content-box-img-left {
  margin-right: -20px;
  max-width: 500px;
  z-index: 0;
}

.content-box-img-right {
  margin-left: -20px;
  max-width: 500px;
  z-index: 0;

}
  
  .novelty-img {
    margin-right: 40px;
    max-width: 460px;
    margin: 0;
  }


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

}


@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%
  }

.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: 40px 0 0;
}

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

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

}