@charset "UTF-8";

html,
body {
	padding: 0;
	margin: 0;
}
img,svg {
	width: 100%;
	border:none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p{
	margin: 0;
	padding: 0;
}
#cl{
    font-family: "cormorant-garamond", serif;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	font-size: 11px;
	line-height: 2;
    letter-spacing: 1;
}
#cl a{
	color: #000;
	text-decoration: none;
}

#cl img {
    width: 100%;
    border: none;
    vertical-align: bottom;
    line-height: 0;
}

#cl .spview {
    display: none;
}
#cl .pcview {
    display: block;
}

#cl .main_visual{
	position: relative;
}
#cl .main_visual .all_logo{
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
#cl .main_visual .all_logo2{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32%;
}
@media only screen and (min-width: 768px)  {
	
    #cl .spview {
        display: block;
    }
    #cl .pcview {
        display: none;
    }
	#cl .main_visual{
		display: flex;
		width: 100%;
		justify-content: center;
        align-items: center;
	}
	#cl .main_visual .all_logo {
    width: 25%;
	}
	#cl .main_visual .all_logo2 {
    width: 12%;
	}
}

#cl h2{
	font-family: cormorant-garamond, serif;
	font-weight: 300;
	font-style: normal;
	margin: 5% auto;
	text-align: center; 
	font-size: 21px;
}
#cl .bk_logo{
	width: 55%;
    margin: 0 auto 15%;
	position: relative;
  	text-align: center;
}
#cl .bk_logo::before{
	background-color: #000;
    border-radius: 5px;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
}
#cl .read{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 90%;
	margin: 7% auto 10%;
}
@media only screen and (min-width: 768px)  {
	#cl h2 {
    font-size: 36px;
	}
	#cl .bk_logo {
    width: 27%;
	margin: 0 auto 8%;
    }
	#cl .bk_logo::before {
    bottom: -65px;
    }
	#cl .read {
    width: 560px;
	}
}
#cl .sub{
	display: flex;
	width: 100%;
    margin: 5% auto 10%;
}
#cl h3{
	font-family: cormorant-garamond, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 2.5;
}
#cl .above{
	margin: 0 0 0 20%;
}
#cl .bottom{
	margin: 0 0 5% 30%;	
}
#cl .text{
	width: 90%;
    margin: 0 auto 10%;
	font-size: 13px;
}
#cl section:nth-of-type(n+2) .text{
	width: 90%;
    margin: 5% auto 10%;
	font-size: 13px;
}
#cl section .text2 {
    width: 90%;
    margin: 5% auto 10%;
    font-size: 11px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
}
@media only screen and (min-width: 768px)  {
	#cl .sub {
    width: 750px;
	margin: 5% auto 5%;
	}
	#cl .ttl_pc{
	width: 750px;
	margin: 0 auto 10%;
	}
	#cl h3 {
    font-size: 40px;
	}	
	#cl .above {
    margin: 0 0 0 30%;
	}
	#cl .bottom {
    margin: 0 0 5% 40%;
	}
}
#cl .item_name{
	margin: 5% 0 5% 5%;
    font-size: 23px;
}
#cl .look_s{
	width: 90%;
	margin: 0 auto 15%;
}
#cl section:nth-of-type(3) .look_s{
	width: 100%;
}
#cl .look_s .s_pic{
	margin: 0 auto 10%;
}

@media only screen and (min-width: 768px)  {
	#cl section{
		width: 1200px;
		margin: 0 auto;
	}
	#cl section .look_pc{
		width: 650px;
        margin: 0 0 0 5%;
	}
	#cl .look_s {
		width: 500px;
		margin: 10% 5% 10% auto;
    }
	#cl .item_name {
    font-size: 28px;
	margin: 5% 0 5% 0;
	}
	#cl .text {
    width: 100%;
	font-size: 15px;
    }
	#cl .no{
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
    }
	#cl section .text2 {
    font-size: 12px;
	}
}
#cl .credit{
	display: flex;
    width: 100%;
    margin: 0 auto 2%;
    justify-content: flex-start;
    align-items: center;
}
#cl section:nth-of-type(3) .credit{
	width: 90%;
}
#cl .credit .credit_name{
	width: 70%;
}
#cl .credit .arrow{
	width: 4%;
}
@media only screen and (min-width: 768px)  {
	#cl .credit{
	width: 100%;
	}
	#cl .credit .arrow {
    width: 3%;
	}
}
#cl section{
	margin: 0 auto 20%;
}
#cl .credit .credit_name span{
	color: #696969;
    vertical-align: super;
    font-size: 70%;
}
#cl .item_oki{
	margin: 0 auto 10%;
	width: 70%;
}
#cl .s_pic2{
	width: 90%;
	margin: 0 auto 15%;
}

@media only screen and (min-width: 768px)  {
	#cl section {
    margin: 0 auto 10%;
	}
	#cl .oki_pc{
	width: 500px;
	margin: 0 auto;
	}
	#cl .item_oki{
	width: 500px;
	}
	#cl section:nth-of-type(2) .text {
    width: 100%;
	font-size: 12px;
    }
	#cl section:nth-of-type(3) .text {
    width: 100%;
	font-size: 15px;
    }
	#cl .s_pic2 {
    width: 500px;
    margin: 0 5% 0 auto;
	}
	#cl section:nth-of-type(3) .look_s {
    width: 650px;
    margin: 10% auto 10% 5%;
	}
	#cl section:nth-of-type(3) .credit {
    width: 100%;
	}
	
}
#cl .colum{
	width: 100%;
	position: relative;
	margin: 0 auto 20%;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
}
#cl .colum .jacket{
	width: 85%;
    border: solid 1px #000;
    margin: 0 auto;
    padding: 5px 15px 25px;
}
#cl .colum .jacket .colum_ttl{
	position: absolute;
    top: -2%;
    left: 10%;
    width: 50%;
}
#cl .colum .jacket .colum_pic{
    width: 90%;
    margin: 10% auto;
}
#cl .brand{
	background-color: #f4f4f4;
	padding: 10%;
	margin: 0 auto 20%;
}
#cl .brand .brooks_logo{
	width: 70%;
	margin: 0 auto;
}
#cl .brand p{
	margin: 15% auto 5%;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
}
#cl .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto 30%;
    padding: .9em 2em;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 1.5em;
    font-family: cormorant-garamond, serif;
    font-weight: 300;
    font-style: normal;
}
@media only screen and (min-width: 768px)  {
	#cl .colum {
    width: 1200px;
	margin: 0 auto 10%;
    }
	#cl .colum .jacket {
    width: 650px;
    }
	#cl .colum .jacket .colum_ttl {
    top: -2%;
    left: 25%;
    width: 25%;
	}
	#cl .colum .jacket .colum_pic {
    width: 500px;
	margin: 10% auto 5%;
    }
	#cl .colum .jacket p{
	width: 500px;
    margin: 0 auto 5%;
	}
	#cl .brand{
	width: 600px;
	padding: 50px;
	margin: 0 auto 10%;
    }
	#cl .brand .brooks_logo {
    width: 52%;
    }
}
#cl .line{
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0 auto 15%;
}
#cl .footer {
	margin: 0 auto 15%;
}
#cl .footer .logo{
	width: 60%;
	margin: 0 auto 5%;
}
#cl .footer .copy{
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}
@media only screen and (min-width: 768px)  {
	#cl .button {
    margin: 0 auto 10%;
	width: 320px;
	}
	#cl .footer .logo {
    width: 25%;
    margin: 0 auto 3%;
	}
	#cl .footer {
    margin: 0 auto 5%;
	}
	#cl{
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
	}
	#cl .line {
    margin: 0 auto 10%;
	}
}

/* 1. 【変更】画像を持っている「すべての親要素」にはみ出し隠しをかける */
.fade-in-image {
  /* 画像そのものの設定の前に、まず親要素を指定します */
}

/* 💡 :has() という便利な最新の書き方を使います */
div:has(> .fade-in-image) {
  overflow: hidden;   /* 中の画像が拡大しても、この枠からはみ出さないようにカット */
  position: relative; /* レイアウト崩れを防ぐ魔法の合言葉 */
}

/* 2. 画像そのものの設定 */
.fade-in-image {
  display: block;
  width: 100%;
  height: auto;
  
  /* アニメーションの初期状態（白黒 ＋ 1.1倍拡大） */
  filter: grayscale(100%);
  transform: scale(1.1);
  transition: filter 1.2s ease-in-out, transform 1.2s ease-in-out;
}

/* 3. 画面に入った時の設定（カラー ＋ 1倍の通常画角に戻る） */
.fade-in-image.is-visible {
  filter: grayscale(0%) !important;
  transform: scale(1) !important;
}
.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
}