@charset "utf-8";
/* CSS Document */
/* -------------------- header -------------------- */
/* 背景色変更 不要な場合は削除 */
header {
  background-color: rgba(255, 255, 255, .95);
  background-color: #D5C6BF;
}
footer {
  background-color: #D5C6BF;
}
/* -------------------- 全体 -------------------- */
body {
  background-color: #D5C6BF;
  font-size: 16px;
  letter-spacing: 0px;
}
img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
ul::after {
  content: " ";
  display: block;
  clear: both;
}
div {
  margin: 0 auto;
}
.cf::after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
/* -------------------- pagetop -------------------- */
/* ページの上部へ　右下固定版 */
#pagetop--fixed {
  position: fixed;
  bottom: 10vh;
  right: 1vw;
  background: #222;
  opacity: 0.7;
  border-radius: .2rem;
}
#pagetop--fixed a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#pagetop--fixed a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
}
/* -------------------- メインビジュアル&タイトル -------------------- */
#main_visual {
  padding-bottom: 12%;
  border-bottom: double 4px #000;
}
.main_visual_block {
  background-image: url("../image/231014_clsc_mv.jpg");
  background-repeat: no-repeat;
  background-position: center top 90px;
  background-size: contain 80%;
  height: 96vh;
  position: relative;
  max-width: 1000px;
}
.main_visual_block .box1, .main_visual_block .box2 {
  position: absolute;
}
.main_visual_block .box1 {
  top: 8%;
  left: 12%;
  width: 20%;
}
.main_visual_block .box1 img {
  width: 100%;
}
.main_visual_block .box2 {
  bottom: -3%;
  right: 9%;
  width: 34%;
}
.main_visual_block .box2 img {
  width: 100%;
}
/*#main_visual img{
	max-width: 800px;
}*/
h1 {
  font-size: 1.42em;
  font-family: 'Shippori Mincho B1', serif;
  padding-bottom: 3%;
  padding-top: 8%;
}
h1 span {
  border: 1px solid #000;
  padding: 0.6% 1.5% 0.2%;
  margin-right: 1%;
  font-size: 0.85em;
  background-color: #D7B2C4;
}
@media (max-width: 450px) {
  .main_visual_block {
    background-position: center top 65%;
    background-size: 72%;
    height: 85vh;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .main_visual_block .box1, .main_visual_block .box2 {
    position: absolute;
  }
  .main_visual_block .box1 {
    top: 8%;
    left: 0%;
    width: 34%;
  }
  .main_visual_block .box1 img {
    width: 100%;
  }
  .main_visual_block .box2 {
    bottom: 2%;
    left: 58%;
    width: 58%;
  }
  .main_visual_block .box2 img {
    width: 100%;
  }
  h1 {
    font-size: 1.88em;
    letter-spacing: -0.05em;
    padding-top: 0%;
  }
}
.keyword {
  width: 90%;
  max-width: 680px;
  background-color: #D9B4C6;
  background-color: #C1A598;
  margin-top: 5%;
  padding: 2% 2%;
}
.keyword .keyword_title {
  font-family: 'Shippori Mincho B1', serif;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  padding: 1% 0% 0%;
}
.keyword ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  width: 100%;
  border-top: 4px solid #000;
  margin-top: 2%;
  padding-top: 2%
}
.keyword ul li {
  background-color: #FFF;
  font-weight: bold;
  padding: 8% 10%;
  margin: 8px 5%;
  border: 1px solid #000;
}
.keyword ul li h2 {
  background-color: #FFF;
  font-weight: bold;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.5em;
}
.keyword ul li p {
  text-align: left;
  font-size: 0.85em;
}
@media (max-width: 768px) {
  .keyword {
    width: 92%;
    margin-top: 5%;
    padding: 4% 3%;
  }
  .keyword .keyword_title {
    font-size: 2em;
  }
  .keyword ul {
    grid-template-columns: 1fr;
  }
  .keyword ul li {
    padding: 8% 10%;
    margin: 8px 5%;
  }
}
/* -------------------- コンテンツブロック -------------------- */
.content_block {
  margin: 10% 0%;
}
.text_block {
  width: 80%;
  max-width: 600px;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .content_block {
    margin: 20% 0%;
  }
  .text_block {
    width: 60%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  #main_visual .text_block {
    width: 80%;
  }
}
/*ハッシュタグ*/
ul.hashtag {
  max-width: 600px;
}
ul.hashtag li {
  display: inline-block;
  margin-right: 1.5%;
  background-color: #D9B4C6;
  border-radius: 4px;
  padding: 0.5% 1%;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 3%;
}
/*コーデアイテム*/
.coordi_block {
  width: 90%;
  max-width: 600px;
  background-color: #D9B4C6;
  padding: 4%;
}
.L_column {
  float: left;
  width: 50%;
}
.R_column {
  float: right;
  width: 50%;
  padding: 3% 0% 0% 6%;
}
.coordi_block img {
  border-radius: 100%;
}
.coordinate {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25em;
}
.coordi_block ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2%;
}
.coordi_block ul li {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.item_cat, .brand {
  padding-right: 3%;
}
.buy {
  border: 1px solid #000;
  padding: 1.5% 1%;
  font-size: 9px;
  font-weight: bold;
  background-color: #00ACC0;
  background-color: #00ACC0;
}
@media (max-width: 768px) {
  .coordi_block {
    padding: 12% 5% 15%;
  }
  .L_column {
    float: none;
    width: 50%;
  }
  .R_column {
    float: none;
    width: 100%;
    padding: 3% 0% 0% 6%;
    text-align: center;
  }
  .coordinate {
    font-size: 1.8em;
    padding: 2.5% 0%;
  }
  .coordi_block ul {
    gap: 3%;
  }
  .buy {
    border: 0.5px solid #000;
    padding: 0.5% 2% 1%;
    font-size: 9px;
    font-weight: bold;
    background-color: #00ACC0;
    background-color: #00ACC0;
  }
}
/* -------------------- スライド -------------------- */
.slide-items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 3%;
}
.slide-max {
  max-width: 100%;
}
.slide-items li img {
  object-fit: cover;
  height: 36vw;
}
@media (max-width: 768px) {
  .slide-items li img {
    object-fit: cover;
    height: 65vh;
    width: 80vw;
    object-position: top;
  }
}
/* -------------------- アイテム -------------------- */
.item_title {
  font-family: 'Shippori Mincho B1', serif;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  padding: 1% 0% 0%;
}
.item_block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  gap: 2%;
}
  #content5 {
    margin-bottom: 20%;
  }
@media (max-width: 768px) {
  .item_title {
    font-size: 2em;
  }
  .item_block ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    gap: 2%;
  }
  #content5 {
    margin-bottom: 75%;
  }
}
/* -------------------- 表示非表示 -------------------- */
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
/* -------------------- アニメーション -------------------- */
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}