/* css を記述してください */
	body,.l-contents {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .03rem;
    color: #463B30;
    margin: 0;
    background-color: #E9E9E9;
    background-image: url(https://naragami.ikomadou.com/user_data/packages/naragami_shampoo/assets/img/top/bg_texture.png);
}

section.sec_fv {
    width: 100vw;
    background: url(https://naragami.ikomadou.com/user_data/packages/naragami_shampoo/assets/img/top/fv.png)no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sec_fv p {
    margin-bottom: 1em;
}

.fv_txt {
	width: 1000px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: .05rem;
}

section.sec_about {
    padding: 100px 20px 80px;
}

.about_wrap {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_img {
    width: 50%;
}

.about_img img {
    max-width: 300px;
}

.about_txt p {
    font-size: 1.6rem;
    letter-spacing: .05rem;
}

div.btn01 {
    display: block;
    position: relative;
    font-size: 1.2rem;
    background: #463B30;
    text-align: center;
    padding: 10px 30px;
    width: 200px;
    height: 50px;
    margin-top: 20px;
}

div.btn01::before {
    background: #627a78;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 0;
}

.btn01:hover::before {
    transform: scale(1, 1);
}

div.btn01::after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #cdc8c4;
    top: 25px;
    right: -25px;
    transition-duration: .5s;
}

div.btn01:hover::after {
    transform: scaleX(1.3);
    transform-origin: left;
}

div.btn01 a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}

img.icon_drop {
    display: block;
    margin: 80px auto 0;
}

section.sec_concept{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

section.sec_concept::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://naragami.ikomadou.com/user_data/packages/naragami_shampoo/assets/img/top/concept_bg.png) no-repeat;
    background-position: left -6em;
    mix-blend-mode: lighten;
    z-index: 0;
}

img.concept01 {
    width: 165px;
    position: absolute;
}

img.concept02 {
    position: absolute;
    width: 165px;
    left: 10%;
    top: 50%;
}

img.concept03 {
    position: absolute;
    width: 275px;
    right: 0;
    top: 20px;
}

.concept_txt {
	font-size: 1.01rem;
    text-align: center;
    line-height: 1.8;
    z-index: 1;
    position: relative;
}

.concept_txt {
    margin-bottom: 1em;
}

.concept_txt p {
    margin-bottom: 1em;
}

section.sec_material {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 100px 20px;
    width: 100%;
    max-width: 1040px;
    gap: 50px;
}

section.sec_material img,
section.sec_scent img {
    width: 50%;
    max-width: 450px;
}

section.sec_material .wrap,
section.sec_scent .wrap {
    width: calc(100% - 40px);
}

.wrap p {
    margin-bottom: 1em;
}

section h2 {
    font-size: 0.8rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: -5em;
}

section h2 span.h2_en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 5rem;
    color: #CDC8C4;
    top: -10px;
    position: relative;
    flex: none;
}

section h2::after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background: #CDC8C4;
}

section h2 span {
    min-width: 30px;
}

.wrap h3 {
    font-size: 1.4rem;
    font-weight: normal;
	margin-bottom: 1em;
}

section.sec_scent {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 80px 20px 120px;
    width: 100%;
    max-width: 1040px;
    gap: 50px;
}
.sec_scent .wrap h2 {
    flex-direction: row;
}

section.sec_voice {
    padding: 80px 0;
    background-color: #DBD9D7;
    background-image: url(https://naragami.ikomadou.com/user_data/packages/naragami_shampoo/assets/img/top/bg_texture.png);
	overflow: scroll;
}

section.sec_voice .voice_wrap {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
	gap: 50px;
}

section.sec_voice .wrap {
    display: flex;
	gap: 20px;
}

section.sec_voice .wrap img {
    height: 220px;
}

section.sec_voice h2 {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    margin-top: 0;
    min-width: 200px;
}

section.sec_voice h2::after {
    display: none;
}

section.sec_voice h2 span.h2_en {
    color: #E7E7E7;
    margin-bottom: -.3em;
}

section.sec_product {
    margin: 0 auto;
    padding: 80px 20px 60px;
    width: 100%;
    max-width: 1040px;
}

section.sec_product h2 {
    flex-direction: row;
    margin-top: 0;
}

section.sec_product h2::after {
    display: none;
}

section.sec_product .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    gap: 30px;
}

.product_box {
    transition: .3s;
}

.product_box:hover {
    opacity: .7;
}

.product_box img {
    width: 180px;
    margin-bottom: 5px;
}


section .product_box p {
    margin-bottom: -4px;
	font-size: 1.01rem;
}

section.sec_product a.btn01 {
	visibility: hidden;
}

section.sec_faq {
    margin: 0 auto;
    padding: 80px 20px 120px;
    width: 100%;
    max-width: 1040px;
}

section.sec_faq h2 {
    font-size: 1.6rem;
    flex-direction: row;
    margin: 0 0 1em;
}

section.sec_faq h2::after {
    display: none;
}

dl.faq-list {
    border-top: 1px solid #D1CDC9;
    padding-top: 1.5em;
    text-align: justify;
}

dl.faq-list dt {
    margin-bottom: 1em;
}

dl.faq-list dd {
    margin-inline-start: 0;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #D1CDC9;
}

/*アニメーション*/
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s, transform 0.7s;
}
.fadeIn.is-visible {
  opacity: 1;
  transform: none;
}

.delay-0 { animation-delay: 0s; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

/*footer*/
div.l-footer {
	background-color: #DBD9D7;
	background-image: url(https://naragami.ikomadou.com/user_data/packages/naragami_shampoo/assets/img/top/bg_texture.png);
    height: auto;
}

.footer_wrap {
	margin: 0 auto;
	padding: 80px 20px 120px;
	width: 100%;
	max-width: 1040px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_wrap .logo img {
    width: 100%;
    max-width: 180px;
}

.footer_link img {
    width: 33px;
}

.footer_link {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer_link a.link_icon {
    margin-right: 5px;
}

.footer_link img:hover {
    opacity: .7;
}

.btn02 {
    position: relative;
    background: #353535;
    padding: 10px 30px;
    width: 160px;
    text-align: center;
    border: 1px solid #353535;
}

.btn02::before {
    background: #dad8d6;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 0;
}

.btn02:hover::before {
    transform: scale(1, 1);
}

.btn02 a {
    position: relative;
    text-decoration: none;
    color: #fff;
    letter-spacing: .05rem;
    z-index: 1;
    transition: .3s;
}

.btn02:hover a {
    color: #353535;
}

.btn02.btn-white {
    background: none;
}

.btn02.btn-white a {
    color: #353535;
}

.btn02.btn-white::before {
    background: #353535;
}

.btn02.btn-white:hover a {
    color: #fff;
}

.l-footer__nav {
    padding: 0;
}

.l-footer__nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.l-footer__nav ul a {
	text-decoration: none;
	color: #353535;
	transition: .3s;
}

.l-footer__nav ul a:hover {
    opacity: .5;
}

.l-footer__nav ul li {
    position: relative;
    padding: 5px 7px 5px 0;
}

.l-footer__nav ul li::before {
    content: '|';
    margin-right: 7px;
}

.l-footer__copy span {
    text-align: center;
}

/*おすすめ商品*/