@charset "UTF-8";

/* 全体 */
body{
	background-color:#fff;
}

img, video{
	height:auto;
	max-width:100%;
}

#wrapper{
	width:100%;
}

.top-img img{
	width:100%;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

/* 全体の文字とリンク */
h2, h3, h4, p, .new-item-list li, a, dt, dd{
	line-height:2.5;
	letter-spacing:3px;	
	overflow-wrap: break-word;
	text-align: justify;
}

ul li{
	list-style-type: none;	
}

a, li, .bflink{
	color:#000;	
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

.credit{
	font-size:10px;
}

a{
	text-decoration:none;
}

/*inview*/

.fadeIn {
  opacity: 0;
  transition: 2s;
  transition-delay: .5s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 2023.8月〜ヘッダー */
header {
	position: sticky;
	top:0;
	padding: 10px 0 10px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	transition: .3s;
	z-index:99;
}

header h1 img{
	width:20%;
	margin:10px auto 10px;
	box-sizing: border-box;
	position:relative;
	z-index:100;
	transition: .3s;
}

.is-animation {
	padding: 10px 0 5px;
}

.is-animation h1 img{
	width:15%;
	margin:5px auto 5px;
}

/* ヘッダーメニュー */
.mainblur{
	filter: blur(8px);
}

#g-nav{
    position:fixed;
	z-index:-1;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:rgba(255,255,255,0.5);
	transition: all 0.3s;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul{
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

#g-nav ul li{
	list-style: none;
    text-align: center!important; 
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center!important;
	font-size:1.6rem;
}

#g-nav .mens-menu-title img{
	width:25%;
	margin-bottom:20px;
}

#g-nav .wmns-menu-title img{
	width:35%;
	margin-bottom:30px;
}

.openbtn{
	position:fixed;
    z-index: 9999;
	top:5px;
	right: 40px;
	cursor: pointer;
    width: 50px;
    height:50px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* アイテムリスト */
.item-list{
	width:500px;
	margin:20px auto 40px;
}

.item-list li{
	font-size:10px;
	margin:5px 0;
}

.buy{
	font-weight:bold;
	text-decoration: underline;
}

.item-list li a:after{
	content:"\f07a";
	font-family:"FontAwesome";
	font-size:20px;
	vertical-align:middle;
	margin-left:7px;
	color:#412A0F;
}

/* 新しいアイテムリスト（BUY） */
.new-item-list{
	width:100%;
	box-sizing: border-box;
}

.new-item-list li{
	font-size:10px;
	margin:7px 0;
	text-align:initial;
}

.notbuy{
	color:#808080;
}

.text-buy{
	text-decoration: underline;
}

.text-buy:link, .text-buy:visited{
	color:#000000;
}

.text-buy:hover{
	color:#cccccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #333;
  color: #fff;
}
.buy_button::before,
.buy_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buy_button,
.buy_button::before,
.buy_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buy_button:hover {
  background-color: #364f72;
}


/* 買ってよかったもの */
.w-caption{
	width:800px;
	margin:20px auto 50px;
	padding:40px 0;
}

.w-caption h3{
	font-size:25px;
	text-align: center;
	margin-bottom:30px;
}

.w-caption h4{
	font-size:19px;
}

.w-caption p{
	font-size:12px;
	text-align: justify;
}

.favorite_box{
	display:flex;
	height: auto;
	align-items: center;
}

.favorite_box img{
	width:500px;
}

.favorite_box .sp-center{
	margin-right:40px !important;
}


/* 一番最後のボックス（顔写真・名前） */
.name{
	margin-bottom:15px;
}

.jiko_soto{
	width:100%;
	margin:80px auto;
	padding:50px;
}

.jikoshoukai{
	width:50%;
	margin:0 auto;
	padding:50px 30px;
	display:flex;
	height: auto;
	align-items: center;
	justify-content: space-around;
}

.jikoshoukai .name h5:last-child{
	font-size:17px;
}

.photo{
	width:30%;
}

.name-box{
	width:65%;
}

/*.jikoshoukai .sp-center img{
	width:200px;
}

.jikoshoukai div{
	width:90%;
}*/

.jiko_text p{
	font-size:12px;
	text-align: justify;
}

.jikoshoukai_img{
	text-align: center;
}

.jikoshoukai_img img{
	width:180px;
	margin:10px 0;
	padding-bottom:10px;
}

.jikoshoukai .name h5{
	font-size:20px;
	margin:3px 0;
	letter-spacing: 3px;
	padding-bottom:3px;
}

.sp-center a{
	display:block;
	margin-top:10px;
	font-size:1.4rem;
	color:#412A0F;
}

.underline::before{
	font-family:"Font Awesome 6 Brands";
	content:"\f16d";
	font-weight:400;
	font-size:20px;
	vertical-align: middle;
	margin-right:5px;
	text-decoration:none;
}

.underline{
	text-decoration: underline;
}


/*戻るボタンの設定*/

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:70px auto 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back{
	color:#fff;
	font-weight:900;
	font-size:14px;
	text-align: center!important;
}

.back_button{
	width:240px;
	padding:10px 5px;
	text-align: center;
}

.back_button{
	background-color:#364f72;
}


.back_button:hover{
	background-color:#4E709F;
}

/*フッター*/
footer{
	width:100%;
	margin-top:50px;
}

#footer{
	width:1000px;
	padding:30px;
	margin:0 auto;
	text-align: center;
}

#footer a img{
	width:60px;
	margin-bottom:20px;
}

#footer a{
	font-size:12px;
}

.big_button a, .credit{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.credit{
	font-size:10px;
	text-align: center;
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	background-color:#fff;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}


/* タブレット */
@media screen and (max-width: 768px){

	img, video{
		width:100%;
	}
	
	.mid-wrapper{
		width:600px!important;
		margin:0 auto;
	}

	.jiko_soto{
		width:100%;
		margin:0;
		padding:0;
	}
		
	.w-caption, .jikoshoukai{
		width:500px;
	}
	
	.favorite_box, .jikoshoukai{
		display: block;
	}
	
	.favorite_box img{
		margin-bottom:30px;
	}
	
	.top-caption{
		width:500px;
		margin:0 auto;
	}
	
	.item-list li{
		font-size:10px;
	}
	
	.jikoshoukai{
		box-sizing: border-box;
		padding:20px;
	}
	
	.sp-center a{
		font-size:14px;
	}
	
	.sp-center a, .sp-center img{
		display: inline;
	}
	
	.sp-center{
		margin:20px auto!important;
	}
	
	.name{
		text-align: center;
		margin-bottom:30px;
	}
	
	.jikoshoukai .sp-center{
		margin:0;
	}

	#footer{
		width:600px;
		margin:0 auto;
		padding:20px;
	}

	#footer img{
		width:60px;
		margin-bottom:20px;
	}

}

/*タブレット用*/
@media screen and (max-width: 820px){

	header h1 img{
		width:35%;
		margin:10px 0 15px;
		padding:10px 0 0px;
	}

	.is-animation {
		padding:0;
	}

	.is-animation h1 img{
		width:30%;
		margin:0 auto;
	}

	.jikoshoukai{
		width:600px;
		margin:auto;
	}
	
	.jikoshoukai div{
		margin:auto;
	}
	
	.favorite_box, .jikoshoukai{
		display: block;
	}
	
	.sp-center a, .sp-center img{
		display: inline;
	}
	
	.sp-center{
		margin:20px auto!important;
	}
	
	.name{
		text-align: center;
		margin-bottom:30px;
	}
	
	.jikoshoukai .sp-center{
		margin:0;
	}

	#footer{
		width:500px;
		margin:0 auto;
		box-sizing: border-box;
		padding:20px;
	}

}

/* スマホ */
@media screen and (max-width:640px){

	.pc{
		display:none;
	}
	
	.sp{
		display:block;
	}
	
	header h1 img{
		width:50%;
		margin:5px 0 0;
		padding:10px 0 5px;
	}

	.is-animation {
		padding:0;
	}

	.is-animation h1 img{
		width:42%;
		margin:0 auto;
	}
	
	#g-nav li a{
		font-size:1.7rem;
	}

	#g-nav .mens-menu-title img{
		width:35%;
		margin-bottom:20px;
	}

	#g-nav .wmns-menu-title img{
		width:50%;
		margin-bottom:30px;
	}
	
	.openbtn{
		top:1px;
		right: 10px;
		width:45px;
		height:45px;
	}

	.mid-wrapper, .top-caption{
		width:80%!important;
	}
	
	.top-caption{
		margin:0;
		padding:0;
	}
	
	.w-caption, .jikoshoukai, .jikoshoukai div{
		width:98%;
		margin:20px auto;
	}
	
	.item-list{
		width:320px!important;
	}
	
	.favorite_box .sp-center, .jikoshoukai .sp-center{
		text-align: center;
	}
	
	.jikoshoukai{
		padding:30px 0;
	}
	
	.jikoshoukai .sp-center{
		margin-right:0;
	}
	
	.favorite_box .sp-center img, .jikoshoukai .sp-center img{
		width:180px;
	}
	
	.w-caption h3{
		font-size:16px;
	}
	
	.favorite_box h4{
		font-size:15px;
	}
	
	.favorite_box div p, .jiko_text p{
		font-size:13px;
	}
	
	.item-list li{
		font-size:10px;
	}
	
	.new-item-list li{
		font-size:10px;
	}
	
	.jikoshoukai .name h5{
		font-size:17px;
	}
	
	.jikoshoukai .name h5:last-child{
		font-size:14px;
	}
	
	.underline{
		font-size:12px;
	}
	
	.big_button a{
		width:100%;
		text-align: center;
	}

	#p-top{
		padding:4% 4% 3%;
	}

	#footer{
		width:100%;
		padding:20px 0;
	}

	.credit{
		font-size:8px;
	}

}

/* CSS Document */

