@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body {
font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* シンプルヘッダー */
.simple_header_wrap {
padding: 24px 0;
text-align: center;
}

/* 共通 ヘッダー */
.fs-l-header {
padding: 0;
position: fixed;
top:0;
z-index: 10;
width: 100%;
border-bottom: solid 1px #fff;
background: rgba(255,255,255,0.8);
font-size: 14px;
transition: background .4s;
display: grid;
grid-template-columns: 1fr auto;
}

.fs-l-header__utility {
align-self: center;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.fs-p-headerUtilityMenu__list.is-ready {
height: 100%;
align-items: center;
}
.fs-pt-menu li {
height: 100%;
display: grid;
align-items: center;
border-left: solid 1px #999;
padding: 0 2em;
margin: 0 !important;
}

.initial-is-l-header__contents {
width:96%;
display: grid;
grid-template-columns: 260px 1fr;
grid-template-rows: 1fr;
grid-gap:0 20px;
max-width: 1200px;
margin: 0 auto;
padding: 18px 0;
}
#initial-is-p-logo {
display: block;
text-decoration: none;
text-indent: -9999px;
background-image: url(https://initialis.itembox.design/item/images/logo/initial_is_logo_bk.png?t=20241115170539);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
line-height: 36px;
//max-width: 128px;
}
.initial-is-l-header__logo {
grid-column: 1;
grid-row: 1;
}
.fs-p-headerNavBar {
background:none;
border:none;
grid-column: 2;
grid-row: 1;
line-height: 3em;
}
.fs-p-headerUtilityMenu {
color:#fff !important;
display:block;
grid-column: 2;
grid-row: 1;
display: grid;
place-items: center;
}
.fs-p-headerUtilityMenu__list a {
color: #222 !important;
}
.fs-p-searchForm {
grid-column: 3;
grid-row: 1;
display: grid;
place-items: center;
}
.is_header_li {
text-align: center;
margin-right: 18px;
font-size: 14px;
}
.is_header_li a {
color:#222;
text-decoration:none;
}
.is_header_li a:hover {
opacity:0.6;
}
.fs-p-headerUtilityMenu__list {
font-size:14px;
}
.fs-pt-menu fs-pt-menu--lv1 {

}
.fs-p-drawer {

}
@media screen and (min-width:1200px) {
.fs-p-drawer {
    position: absolute;
    transform: translateX(-101%);
}
}


.fs-p-drawer {
    z-index: 1000;
    transition-duration: 0.1s;
    width: 84%;
    max-width: 340px;
    background: rgba(255,255,255,0.9);
    box-shadow: none;
}




@media screen and (max-width:1199px) {
.fs-l-header .initial-is-l-header__contents {
grid-template-columns: 1fr auto;
}
.fs-l-header .fs-p-headerUtilityMenu,
.fs-l-header .fs-p-headerNavBar {
display:none;
}
}


.fs-l-sideArea .fs-p-headerNavBar {
background: transparent;
border: none;
width: 100%;
}
.fs-l-sideArea .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list {
display: block;
width: 100%;
}

.fs-l-sideArea .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list li {
text-align: left;
border-bottom: solid 1px #999;
}
.fs-l-sideArea .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list li a {
display: block;
padding: 12px;
}









.fs-l-main {
margin: 80px auto 128px;
}
.fs-l-pageMain {
max-width: 100% !important;
}



/* H1タグ */
.fs-c-heading--page {
color:#222;
font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-bottom: solid 1px #222;
    padding-bottom: 24px;
    margin-bottom: 36px;
}
.h1_wrap {
margin-bottom:24px;
}
.h1_box {
display: inline-block;
}
.h1_top_en {
font-family: 'Poppins', sans-serif;
font-size: 56px;
color: #222;
line-height: 1em;
letter-spacing: 2px;
margin: 24px 0 12px;
//text-shadow: 1px 1px 8px rgb(255 255 255 / 20%), -1px 1px 4px rgb(255 255 255 / 20%), -1px -1px 8px rgb(255 255 255 / 20%), 1px -1px 8px rgb(255 255 255 / 20%), 1px 0px 8px rgb(255 255 255 / 20%), 0px 1px 8px rgb(255 255 255 / 20%), -1px 0px 8px rgb(255 255 255 / 20%), 0px -1px 8px rgb(255 255 255 / 20%);
}
.h1_title {
font-size: 18px;
font-weight: bold;
border-bottom: solid 1px #222;
padding: 0 0 28px 0;
margin: 0 0 28px 0;
letter-spacing: 2px;
}

.h2_title,
.fs-c-subSection__title,
.fs-p-announcement__title,
.fs-c-wishlistProduct__title,
.fs-c-documentArticle__heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-bottom: solid 1px #222;
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: left;
    color:#222;
background:none;
}
h3.fs-c-documentColumn__heading {
color: #222;
    border-color: #222;
    border-style: solid;
    border-width: 0 0 0 5px;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 8px;
}

.fs-c-requiredMark {
color: #E83929;
}

.fs-c-button--secondary {
display: block;
    text-align: center;
    width: 80%;
    max-width: 360px;
    color: #222 !important;
    padding: 18px;
    border: solid 1px #222;
    transition: 0.6s;
    margin: 0 auto;
background:#fff;
}
.fs-c-button--secondary:hover {
    color: #fff !important;
    background: #222;
    text-decoration: none;
}




/* メイン商品セクション */
section#main_goods_wrap{
margin-bottom: 24px;
}
section#main_goods_wrap * .slick-track {
width: 100% !important;
transform: none !important;
}
section#main_goods_wrap * .fs-c-productListCarousel__list {
width:100%;
}
.fs-c-productListCarousel__ctrl {
display:none !important;;
}
section#main_goods_wrap * .fs-c-productListItem {
max-width:100%;
width: 99% !important;
}
section#main_goods_wrap * .slick-slide {
width:calc(100% / 3) !important;
padding: 4px;
position:relative;
}
.main_goods_tag {
position: absolute;
border: solid 1px;
top: 12px;
right: 4px;
}
.goods_label {
//border: solid 1px;
background:#f0f0f0;
}
.uss_tag {
background:#f0f0f0;
}
.uss_tag::before {
content:"";
display: inline-block;
width: 1em;
height: 1em;
background-image: url(https://initialis.itembox.design/item/uss_icon.png);
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
}
.eite {
background:#222;
border:solid 1px #222;
color:#fff;
}


.main_goods_section_all_btn {
display: block;
text-align: center;
width: 80%;
max-width:360px;
color: #222 !important;
padding: 18px;
border: solid 1px #222;
transition: 0.6s;
margin: 0 auto;
}
.main_goods_section_all_btn:hover {
color:#fff !important;
background:#222;
text-decoration:none;
}

.collection_initial {
display:none;
}
.collection_mili {
display:none;
}
.collection_mele {
display:none;
}
.collection_uss {
display:none;
}
.collection_mens {
display:none;
}
/* おすすめ商品スライダー */
.slick-track {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.fs-c-slick .slick-track:before, .fs-c-slick .slick-track:after {
    content: none;
}
section#main_goods_wrap * .slick-slide {
    width: 100% !important;
    padding: 0;
    position: relative;
}
.fs-c-productListCarousel__list__item {
max-width: 300px;
}







/* ギフトラッピングセクション */
section#freepage_giftwrapping {
    margin: 80px 0;
}
.freepage_giftwrapping_inner_wrap {
width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
}
.freepage_giftwrapping_text_wrap {
width: 100%;
    max-width: 600px;
    padding: 34px;
    border-radius: 6px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
.freepage_giftwrapping_title_en {
font-family: 'Poppins', sans-serif;
    font-size: 56px;
    color: #222;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 24px 0 12px;
//text-shadow: 1px 1px 8px rgb(255 255 255 / 20%), -1px 1px 4px rgb(255 255 255 / 20%), -1px -1px 8px rgb(255 255 255 / 20%), 1px -1px 8px rgb(255 255 255 / 20%), 1px 0px 8px rgb(255 255 255 / 20%), 0px 1px 8px rgb(255 255 255 / 20%), -1px 0px 8px rgb(255 255 255 / 20%), 0px -1px 8px rgb(255 255 255 / 20%);
}
.freepage_giftwrapping_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #222;
        padding: 0 0 12px 0;
    margin: 0 0 0 0;
    letter-spacing: 2px;
}
.freepage_giftwrapping_bg_wrap {
    width: 80%;
    margin-left: 20%;
}
.freepage_giftwrapping_read_text {
    width: 96%;
    max-width: 1216px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: solid 1px #222;
    padding-bottom: 36px;
}




/* ブランドコンセプトセクション */
section#brand_concept {
margin-bottom: 96px;
overflow:hidden;
}
.brand_concept_inner_wrap {
width: 100%;
max-width: 1380px;
margin: 0 auto;
position: relative;
}
.brand_concept_text_wrap {
    width: 100%;
    max-width: 530px;
    padding: 34px;
    background: rgba(255,255,255,0.4);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
.brand_concept_text_wrap.ptn2 {
max-width:800px;
width:50%;
right: 0;
left: auto;
}
.brand_concept_bg_wrap {
width: 80%;
margin-left: 20%;
}
.brand_concept_title_en {
font-family: 'Poppins', sans-serif;
font-size: 56px;
color: #222;
line-height: 1em;
letter-spacing: 2px;
margin: 24px 0 12px;
//text-shadow: 1px 1px 8px rgb(255 255 255 / 20%), -1px 1px 4px rgb(255 255 255 / 20%), -1px -1px 8px rgb(255 255 255 / 20%), 1px -1px 8px rgb(255 255 255 / 20%), 1px 0px 8px rgb(255 255 255 / 20%), 0px 1px 8px rgb(255 255 255 / 20%), -1px 0px 8px rgb(255 255 255 / 20%), 0px -1px 8px rgb(255 255 255 / 20%);
}
.brand_concept_title {
font-size: 18px;
//font-family: 'Shippori Mincho B1', serif;
font-weight: bold;
border-bottom: solid 1px #222;
padding: 0 0 28px 0;
margin: 0 0 28px 0;
letter-spacing: 2px;
}
.brand_concept_text {
font-size: 15px;
margin-bottom: 32px;
line-height:1.8;
text-align: justify;
}
.brand_concept_btn {
display: block;
text-align: center;
width: 74%;
color: #222 !important;
padding: 18px;
border: solid 1px #222;
transition: 0.6s ;
}
.brand_concept_btn:hover {
color:#fff !important;
background:#222;
text-decoration:none;
}

.company_info_btn {
display: block;
text-align: center;
width: 74%;
color: #222 !important;
padding: 18px;
}



/* カンパニーインフォセクション */
section#company_info {
    margin: 80px 0;
}
.company_info_inner_wrap {
width: 100%;
max-width: 1380px;
margin: 0 auto;
position: relative;
}
.company_info_text_wrap {
width: 100%;
max-width: 530px;
padding: 34px;
//background: rgba(0,0,0,0.1);
border-radius: 6px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
}
.company_info_bg_wrap {
width: 80%;
margin-left: 20%;
}
.company_info_title_en {
font-family: 'Poppins', sans-serif;
font-size: 56px;
color: #222;
line-height: 1em;
letter-spacing: 2px;
margin: 24px 0 12px;
//text-shadow: 1px 1px 8px rgb(255 255 255 / 20%), -1px 1px 4px rgb(255 255 255 / 20%), -1px -1px 8px rgb(255 255 255 / 20%), 1px -1px 8px rgb(255 255 255 / 20%), 1px 0px 8px rgb(255 255 255 / 20%), 0px 1px 8px rgb(255 255 255 / 20%), -1px 0px 8px rgb(255 255 255 / 20%), 0px -1px 8px rgb(255 255 255 / 20%);
}
.company_info_title {
font-size: 18px;
//font-family: 'Shippori Mincho B1', serif;
font-weight: bold;
border-bottom: solid 1px #222;
padding: 0 0 28px 0;
margin: 0 0 28px 0;
letter-spacing: 2px;
}
.company_info_text {
font-size: 15px;
margin-bottom: 32px;
line-height:1.8;
}
.company_info_btn {
display: block;
text-align: center;
width: 74%;
color: #222 !important;
padding: 18px;
border: solid 1px #222;
transition: 0.6s ;
}
.company_info_btn:hover {
color:#fff !important;
background:#222;
text-decoration:none;
}
.company_info_read_text {
    width: 96%;
    max-width: 1216px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: solid 1px #222;
    padding-bottom: 36px;
}





/* アバウトアスフォセクション */
section#aboutus_info {
    margin: 80px 0;
}
.aboutus_info_inner_wrap {
width: 100%;
max-width: 1380px;
margin: 0 auto;
position: relative;
}
.aboutus_info_text_wrap {
display:inline-block;
padding: 34px;
border-radius: 6px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
}
.aboutus_info_bg_wrap {
width: 80%;
margin-left: 20%;
}
.aboutus_info_title_en {
font-family: 'Poppins', sans-serif;
font-size: 56px;
color: #222;
line-height: 1em;
letter-spacing: 2px;
margin: 24px 0 12px;
//text-shadow: 1px 1px 8px rgb(255 255 255 / 20%), -1px 1px 4px rgb(255 255 255 / 20%), -1px -1px 8px rgb(255 255 255 / 20%), 1px -1px 8px rgb(255 255 255 / 20%), 1px 0px 8px rgb(255 255 255 / 20%), 0px 1px 8px rgb(255 255 255 / 20%), -1px 0px 8px rgb(255 255 255 / 20%), 0px -1px 8px rgb(255 255 255 / 20%);
}
.aboutus_info_title_en span{
font-size: 0.7em;
font-weight: bold;
}
.aboutus_info_title {
font-size: 18px;
//font-family: 'Shippori Mincho B1', serif;
font-weight: bold;
border-bottom: solid 1px #222;
padding: 0 0 28px 0;
margin: 0 0 28px 0;
letter-spacing: 2px;
}
.aboutus_info_text {
font-size: 15px;
margin-bottom: 32px;
line-height:1.8;
}
.aboutus_info_btn {
display: block;
text-align: center;
width: 74%;
color: #222 !important;
padding: 18px;
border: solid 1px #222;
transition: 0.6s ;
}
.aboutus_info_btn:hover {
color:#fff !important;
background:#222;
text-decoration:none;
}




/* HOW TOセクション */
section#how_to {
background: #555;
text-align: center;
color: #fff;
padding: 128px 80px;
margin-bottom: 96px;
//background: linear-gradient(to top left, #111 20%, #124);
background:#000;
}
.how_to_title {
font-size: 28px;
//font-family: 'Shippori Mincho B1', serif;
margin: 0 0 56px 0;
letter-spacing: 2px;
//font-weight: bold;
}
.how_to_wrap {
max-width: 1216px;
margin: 0 auto 56px;
}
.how_to_box {
display: inline-block;
width: calc(100% / 3 - 4px);
vertical-align: top;
}
.how_to_box_title {
padding: 8px;
margin-bottom: 8px;
border-bottom: solid 1px #fff;
font-size: 16px;
}
.how_to_box_text {
padding: 0 12px 12px;
text-align: left;
font-size:15px;
line-height:1.8;
}
.how_to_btn {
border: solid 2px #ddd;
display: block;
text-align: center;
width: 300px;
padding: 18px;
margin: 0 auto;
color: #fff !important;
transition: 0.6s ;
}
.how_to_btn:hover {
color:#124 !important;
background:#fff;
text-decoration:none;
}








/* NEWS セクション */
section#news_section .fs-pt-column {
max-width: 1218px;
margin: 0 auto 36px;
}
section#news_section .fs-pt-column .fs-pt-column__item {
grid-template-columns: auto 1fr;
grid-template-rows: 1fr;
padding: 0 0 8px;
color: #000;
}
section#news_section .fs-pt-column .fs-pt-column__item a {
text-decoration:underline;
color: #222;
}
section#news_section .fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
grid-column: 1 / 2;
grid-row: 1 / 2;
font-size: 15px;
padding: 8px;
color: #000;
width: 128px;
line-height: 1em;
}
section#news_section .fs-pt-column .fs-pt-column__item .fs-pt-column__description {
grid-column: 2 / 3;
grid-row: 1 / 2;
margin: 0;
padding: 8px 0;
line-height: 1em;
font-size: 15px;
}
.news_section_btn {
display: block;
text-align: center;
width: 74%;
color: #222 !important;
padding: 18px;
border: solid 1px #222;
transition: 0.6s;
max-width: 360px;
margin: 0 auto 64px;
}
.news_section_btn:hover {
color:#fff !important;
background:#222;
text-decoration:none;
}





/* instagram セクション */
section#instagram {
//max-width: 1218px;
margin: 0 auto 36px;
}
section#instagram .fs-pt-column {
display:flex;
}
section#instagram * .fs-pt-column__description {
font-size:16px;
font-weight:bold;
}

.instagram_section_btn {
display: block;
text-align: center;
width: 74%;
color: #222 !important;
padding: 18px;
border: solid 1px #222;
transition: 0.6s;
max-width: 360px;
margin: 0 auto;
}
.instagram_section_btn:hover {
color:#fff !important;
background:#222;
text-decoration:none;
}








/* フッター */

.o_footer_wrap {
background: #222;
text-align: center;
padding: 36px 0 12px;
}
.o_footer_logo {
width:120px;
}
.footer_contents_ul {
margin: 0 auto 16px;
border-bottom: #000 solid 1px;
padding: 16px;
}
.footer_contents_ul li {
display: inline-block;
padding: 0 8px;
list-style: none;
}
.footer_contents_ul li a {
color: #fff;
}
.social-links {
margin-bottom:16px;
}
.o_footer_privacy_policy_wrap {
padding:0;
margin:0;
}
.o_footer_privacy_policy_wrap li {
display: inline-block;
padding: 0 8px;
list-style: none;
}
.o_footer_privacy_policy_wrap li a {
color: #fff;
}
.fs-p-footerCopyright {
background:#000;
}



.made_to_order a {
    text-align: center;
    color: #222;
    margin: 30px 0;
    display: block;
}