@charset "utf-8";

#atl_wrap{
	width: 100%;
	text-align: center;
    margin: 0 auto;
	color: #3c3c3c;
    display: block;
	line-height: 1.4;
    position: relative;
    font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif;
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

#atl_wrap hr{
    border: none;
    border-top: 1px solid #e2e2e2;
}

#atl_wrap .inner{
    width: 1000px!important;
    margin: 0 auto;
}

*:focus {
outline: none;
}
#atl_wrap ul{
    margin: 0;
    padding: 0;
}
#atl_wrap li{
    list-style: none;
}
#atl_wrap a {
    text-decoration: none;
}
#atl_wrap a:link{
    opacity: 1;
}
#atl_wrap a:hover{
    text-decoration: none;
}
#atl_wrap img {
	width: 100%;
    border: none;
    vertical-align: bottom;
    line-height: inherit;
}

#atl_wrap .head_box .lead{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-align: center;
	margin: 60px auto 55px 0;
}
#atl_wrap .head_box .releasedate{
    text-align: left;
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 39px 0 80px 29px;
    line-height: 1;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-weight: bold;
}

.main_wrap{
    width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

#atl_wrap .renewal_box .title img{
    width: 55%;
    margin-bottom: 0;
}

#atl_wrap .renewal_box .lead{
	margin: 5% 0;
	font-size: 18px;
	line-height: 1.8;
}	

#atl_wrap .renewal_box{
	margin: 0 auto 122px;
    border: 6px double #7c4324;
    padding: 70px 0;
}

#atl_wrap .renewal_box .renewalimg img{
	width: 50%;
}	

#atl_wrap .renewal_box .renewal_credit{
	width: 50%;
	margin: 2% auto;
	text-align: left;
	text-decoration: underline;
	font-size: 15px;
	line-height: 2;
}

#atl_wrap .renewal_box .renewal_credit a{
	color: #000000;	
}

#atl_wrap .fragrance_box_pc{
	background-color: #f7f2e9;
    padding: 120px 0 80px;
}

#atl_wrap .fragrance_box_pc .title img{
	width: 40%;
	margin-bottom: 70px;
}

.fragrance_box_pc .fragrance25_01,
.fragrance_box_pc .fragrance25_02,
.fragrance_box_pc .fragrance25_03{
	display: flex;	
	margin: auto;
    margin-bottom: 60px;
}

.fragrance_box_pc .fragrance25_02{
	flex-direction: row-reverse;	
}

.fragrance_box_pc .left_panel{
	width: 500px;
	height: 500px;
}
.fragrance_box_pc .right_panel{
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
}

.fragrance_box_pc .fragrance25_01 .right_panel{
	background: url("../images/fragrance_bg1_pc.jpg") right center no-repeat;
	background-size: cover;
    background-position: center;
}

.fragrance_box_pc .fragrance25_02 .right_panel{
	background: url("../images/fragrance_bg2_pc.jpg") right center no-repeat;
	background-size: cover;
    background-position: center;
}

.fragrance_box_pc .fragrance25_03 .right_panel{
	background: url("../images/fragrance_bg3_pc.jpg") right center no-repeat;
	background-size: cover;
    background-position: center;
}

.fragrance_box_pc .title_image{
    max-width: 70%;
    height: auto;
    display: block;
    margin: 100px auto 20px;
}

.fragrance_box_sp img.title_image{
	width: 100%;
	margin: 0 auto;
}

.fragrance_box_pc .price_txt{
	font-size: 14px;
    color: #463b27;
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    text-align: center;
}

.fragrance_box_pc .price_txt a{
	color: #000000;
	text-decoration: underline!important;
}

.lineup_section{
	width: 1000px;
	margin: 0 auto;
}

.lineup_section .title{
	width: 22%;
	margin: 0 auto;
	padding: 80px 0 60px;
}

.lineup_section .item_lead{
	line-height: 1.8;
	font-size: 17px;
}

.lineup_section .item_credit{
	margin-top: 31px;
	line-height: 2;
}

.item_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 67px 60px;
	text-align: left;
	align-items: start;
	justify-content: center;
}

.item_wrap .item{
	width: 47%;
	margin: 0 auto;
}

.item_wrap .item img{
	margin: 0 0 29px;
}

.item_wrap .item_credit{
	font-size: 14px;
}

.item_wrap .item_credit a{
	color: #333333;
	text-decoration: underline!important;
	line-height: 1.8;
}

.profile_wrap{
	width: 1000px;
    margin: 100px auto 50px;
	border: 6px double #7c4324;
}

.profile_wrap .title{
	font-size: 28px;
	font-weight: bold;
	color: #7c4324;
	text-align: center;
	line-height: 1;
	padding: 53px 0 0 0;
}
.profile_wrap .title span{
	background-image: 
		url("../images/profile_left_pc.png"),
		url("../images/profile_right_pc.png");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
    padding: 0px 32px;
}

.profile_wrap .sub_title{
	text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin: 20px 0 15px 0;
    padding: 0;
	font-weight: bold;
}

.profile_wrap .lead{
    text-align: left;
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.8;
    margin: 38px 0px 15px;
    padding: 0 60px !important;
}

.profile_wrap .reco_block{
    width: 880px;
    margin: 0 auto 60px;
    padding: 0;
}

.profile_wrap .reco_box{
	background-color: #f7f2e9;
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.profile_wrap .reco_title{
	font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5;
}

.profile_wrap .reco_title span{
	font-size: 18px;
    font-weight: bold;
    color: #7c4324;
    padding: 0 20px;
    background-color: #f7f2e9;
    position: relative;
    z-index: 2;
}

.profile_wrap .reco_title::before,
.profile_wrap .reco_title::after{
	content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #7c4324;
    z-index: 1;
}

.profile_wrap .reco_lead{
	font-size: 16px;
    color: #333333;
    line-height: 1.8;
    text-align: left;
    margin: 0;
    padding: 0;
}

.profile_wrap .main_box{
    display: flex;
	padding: 0 60px 60px;
	text-align: left;
	column-gap: 3%;
}

.profile_wrap .main_box .profile_img{
    width: 20%;
}
.profile_wrap .main_box .profile_detail{
    width: 80%;
}
.profile_wrap .profile_detail img.profile_ttl{
	width: 18%!important;
	margin: 1px 0 11px 0;
} 
.profile_wrap .profile_detail .name{
	font-weight: bold;
	margin-bottom: 20px;
} 

.profile_wrap .profile_detail ul{
	margin: 21px 0 0 0!important;
}

.profile_wrap .profile_detail li{
	margin-bottom: 14px;
	line-height: 1;
}

.profile_wrap .profile_detail ul li.book a{
	background: url("../images/profileicon1_pc.png") left center no-repeat;
}
.profile_wrap .profile_detail ul li.instagram a{
	background: url("../images/profileicon2_pc.png") left center no-repeat;

}
.profile_wrap .profile_detail ul li.line a{
	background: url("../images/profileicon3_pc.png") left center no-repeat;

}
.profile_wrap .profile_detail ul li a{
	font-size: 14px;
	padding: 0 0 0 30px;
	line-height: 1;
	color: #7c4324;
}

.profile_sp{
	display: none;
}

/************************************************************
other
************************************************************/
.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 90%;
}

/************************************************************
 ボタン
************************************************************/

.btn_all a {
    background: #333333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    padding: 4.5% 0
}

/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
	
    #atl_wrap .inner{
        width: 100%!important;
    }
	
    #atl_wrap .head_box .lead {
        font-size: 15px;
		margin: 10% auto 0;
    }	
	
    #atl_wrap .head_box .releasedate {
        font-size: 13px;
        padding: 55px 0 20px 10px;
    }
	
    #atl_wrap .renewal_box {
        padding: 40px 0 0;
		margin: 0 auto 60px;
    }	
	
    #atl_wrap .renewal_box .title img {
        width: 65%;
    }	
	
    #atl_wrap .renewal_box .lead {
        margin: 10% 0;
        font-size: 15px;
    }	
	
    #atl_wrap .renewal_box .renewalimg img {
        width: 90%;
    }
	
    #atl_wrap .renewal_box .renewal_credit {
        width: 90%;
		font-size: 13px;
    }	
	
    #atl_wrap .fragrance_box_pc {
        padding: 50px 0 80px;
    }	
	
    #atl_wrap .fragrance_box_sp{
        background: #f7f2e9;
    }	
	
    #atl_wrap .fragrance_box_sp .title img {
        width: 50%;
		margin: 15%;
    }	
	
    #atl_wrap .fragrance_box_sp img.title_image{
        width: 70%;
		margin: 10% 0;
    }	  	
	
    #atl_wrap .fragrance_box_sp .price_txt{
        width: 85%;
		margin: 5% auto;
		text-align: left;
    }	
	
    #atl_wrap .fragrance_box_sp .price_txt a{
        color: #000000;
		font-size: 13px;
		text-decoration: underline;
    }	
	
	.fragrance_box_sp .fragrance25_01,
    .fragrance_box_sp .fragrance25_02,
    .fragrance_box_sp .fragrance25_03 {
        width: 95%;
		margin: 0 auto;
		padding: 25px 0;
		box-sizing: border-box;
    }	
	
    .fragrance_box_sp .fragrance25_01{
        background: url("../images/fragrance_bg1_sp.jpg") no-repeat center;
        background-size: contain;
    }

    .fragrance_box_sp .fragrance25_02{
        background: url("../images/fragrance_bg2_sp.jpg") no-repeat center;
        background-size: contain;
    }

    .fragrance_box_sp .fragrance25_03{
        background: url("../images/fragrance_bg3_sp.jpg") no-repeat center;
        background-size: contain;
    }	
	
	.main_img{
		width: 85%;
		margin: 0 auto;
	}

	.lineup_section{
        width: 100%;
        margin: 0 auto;
    }
	
    .lineup_section .title {
        width: 30%;
		padding: 40px 0 30px;
    }
	
    .lineup_section .item_lead {
        line-height: 1.8;
        font-size: 14.5px;
		margin-top: 3%;
    }	
	
	.profile_wrap{
		width: 100%;
		margin: 5% auto;
		border: none;
		outline: 6px double #7c4324;
		outline-offset: -10px;
		padding-bottom: 5%;
	}
	
    .profile_wrap .main_box {
        width: 90%;
		margin: 10% auto 5%;
        padding: 0;
		justify-content: center;
    }

	.profile_wrap .title{
		font-size: 16px;
	}

    .profile_wrap .title span {
        padding: 0px 20px;
    }

    .profile_wrap .sub_title {
        text-align: left;
		width: 85%;
		font-size: 14px;
		margin: 5% auto;
    }
	
    .profile_wrap .lead {
		line-height: 1.6;
        text-align: left;
        font-size: 14px;
		margin: 5% auto;
		width: 85%;
		padding: 0!important;
    }
	
    .profile_wrap .main_box .txt {
        display: none;
    }	
	
    .profile_wrap .main_box ul {
        display: none;
    }		
	
    .profile_wrap .main_box .profile_img{
        width: 45%!important;
    } 
    .profile_wrap .main_box .profile_detail {
        width: 55%!important;
    }
    .profile_wrap .main_box .profile_detail{
        padding: 0 10px 10px;
    }
	
    .profile_wrap .profile_detail img.profile_ttl {
        width: 60% !important;
    }
	
    .profile_wrap .main_box .profile_detail {
        width: 55%!important;
    }
	
	.profile_sp{
		display: block;
		width: 90%;
		text-align: left;
		margin: 5% auto;
	}
	
	.profile_sp .txt{
		font-size: 14px; 
		margin-bottom: 5%;
		line-height: 1.6;
	}	
	
    .profile_sp ul li{
        margin-bottom: 2%;
    }	
	
    .profile_sp ul li.book a{
        background: url("../images/profileicon1_pc.png") left center no-repeat;
    }
    .profile_sp ul li.instagram a{
        background: url("../images/profileicon2_pc.png") left center no-repeat;
    }
    .profile_sp ul li.line a{
        background: url("../images/profileicon3_pc.png") left center no-repeat;
    }

    .profile_sp ul li a{
        color: #7c4324;
        font-size: 14px;
        padding: 0 0 0 30px;
        line-height: 1;
    }
	
    .profile_wrap .reco_block {
        width: 90%;
        margin: 0 auto 60px;
        padding: 0;
    }	
	
	.main_wrap{
		padding-bottom: 50px;
	}

    .item_wrap {
        gap: 25px 0;
    }	
	
    .item_wrap .item {
        width: 90%;
    }	
	
    .item_wrap .item img {
        margin: 0 0 5px;
    }	

    .item_wrap .item_credit {
        font-size: 12px;
		margin: 10px 0 20px;
    }
	
	.small{
		margin: 5% auto;
		width: 95%;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
		width: 100%;
	}

}

