@charset "UTF-8";:root{--primitive-brand-primary-600: #eb002f;--primitive-brand-primary-700: #c00927;--primitive-brand-primary-100: #ffd8e3;--primitive-neutral-black: #000000;--primitive-neutral-white: #ffffff;--primitive-bule: #22a1f7;--primitive-transparent-black-30: #000000;--primitive-transparent-black-80: #000000;--primitive-transparent-red-80: #c00927;--primitive-gray-gray-100: #f1f1f1;--primitive-gray-gray-300: #cccccc;--primitive-gray-gray-500: #7f7f7f;--primitive-gray-gray-700: #323232;--primitive-gray-gray-800: #242424;--semantic-text-default: #17191a;--semantic-text-inverse: #ffffff;--semantic-text-brand: #0c425f;--semantic-button-default: #ffffff;--semantic-button-inverse: #000000;--semantic-button-hover: #ffffff;--semantic-background-default: #ffffff;--color-white-60: rgba(255, 255, 255, .6);--background-primary-blue800: #0c425f;--background-secondary-blue900: #083750;--background-primary-beige100: #f8f8f7;--background-secondary-white: #ffffff;--background-tertiary-beige200: #ededea;--border-width-2: 2px;--border-width-3: 3px;--border-width-4: 4px;--border-radius-10: .625rem;--border-radius-12: .75rem;--border-radius-20: 1.25rem;--border-radius-30: 1.875rem;--border-radius-50: 3.125rem;--border-radius-999: 62.4375rem;--spacing-4: .25rem;--spacing-8: .5rem;--spacing-12: .75rem;--spacing-16: 1rem;--spacing-20: 1.25rem;--spacing-24: 1.5rem;--spacing-32: 2rem;--spacing-40: 2.5rem;--spacing-48: 3rem;--spacing-60: 3.75rem;--spacing-80: 5rem;--spacing-100: 6.25rem;--spacing-120: 7.5rem;--spacing-150: 9.375rem;--family-eb-garamond: "EB Garamond";--family-zen-old-mincho: "Zen Old Mincho";--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--weight-black: 900;--size-12: .75rem;--size-13: .8125rem;--size-14: .875rem;--size-16: 1rem;--size-18: 1.125rem;--size-20: 1.25rem;--size-24: 1.5rem;--size-28: 1.75rem;--size-32: 2rem;--size-36: 2.25rem;--size-40: 2.5rem;--size-48: 3rem;--line-height-130: 1.3;--line-height-150: 1.5;--line-height-200: 2;--line-height-220: 2.2;--line-height-250: 2.5;--animation-duration: .25s;--animation-easing: cubic-bezier(.19, 1, .22, 1);--z-index-navi: 30;--z-index-sample: 10}@layer reset{*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}}@layer base{body{margin:0;font-family:var(--family-zen-old-mincho),"Hiragino Sans",meiryo,sans-serif;color:var(--semantic-text-default);background-color:var(--semantic-background-default)}ul{margin-block:0}p,h1,h2,h3,h4,h5,h6{margin-block-start:0}}.sample-accordion{--this-size-icon: var(--accordion-icon-size, .625rem);border:1px solid var(--color-border)}.sample-accordion_summary{position:relative;display:block;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent}.sample-accordion_summary::-webkit-details-marker{display:none}.sample-accordion_label{display:block}.sample-accordion_icon{position:absolute;top:50%;right:1em;transform:translateY(-75%) rotate(135deg);transition:transform .2s}.sample-accordion_icon:after{display:block;width:1em;height:1em;font-size:var(--this-size-icon);content:"";border-color:currentcolor;border-style:solid;border-width:1px 1px 0 0}.sample-accordion[open] .sample-accordion_icon{transform:translateY(-25%) rotate(-45deg)}.sample-accordion[data-status=closing] .sample-accordion_icon{transform:translateY(-75%) rotate(135deg)}.sample-accordion_contents{overflow:hidden;border-top:1px solid var(--color-border)}.basic-image{display:block;border-radius:4px;width:100%;height:auto}.basic-picture{display:block;width:100%;height:auto;overflow:hidden}.basic-picture>img{width:100%;height:auto}.cf-breadcrumbs{max-width:90rem;margin:0 auto;padding:1rem 3.3333333333vw}@media(min-width:64em){.cf-breadcrumbs{padding:1rem 5rem}}.cf-breadcrumbs li,.cf-breadcrumbs a{font-size:.75rem;color:#fff}@media(any-hover:hover){.cf-breadcrumbs a:hover{text-decoration:underline}}.button-component{--this-color-text: var(--primitive-neutral-white);--this-color-bg: var(--primitive-bule);--this-color-bg-hover: var(--primitive-bule-dark);--this-color-border: var(--primitive-bule-dark);--this-color-border-hover: #5dbefe;--this-radius: 4px;text-decoration:none!important;display:inline-block;width:100%;padding-block-end:5px;text-decoration:none}@media(min-width:64em){.button-component{width:fit-content}}.button-component.-white{--this-color-text: #0c425f;--this-color-bg: #fff;--this-color-bg-hover: #0c425f;--this-color-border: #b6c6cf;--this-color-border-hover: #fff;--this-color-text-hover: #fff}.button-component.-outline{--this-color-text: #fff;--this-color-bg: transparent;--this-color-bg-hover: #fff;--this-color-border: rgba(255, 255, 255, .2);--this-color-border-hover: #000000;--this-color-text-hover: #000000}.button-component.-full{width:100%;min-width:10em}@media(any-hover:hover){.button-component:hover{--this-color-bg: var(--this-color-bg-hover);--this-color-border: var(--this-color-border-hover);--this-color-text: var(--this-color-text-hover)}}.button-component:focus-visible{outline:2px solid var(--this-color-text);outline-offset:3px;border-radius:var(--this-radius)}button.button-component{padding:0;-webkit-appearance:none;appearance:none;cursor:pointer;background-color:transparent;border:none}button.button-component:not(:focus-visible){outline:none}.button-component_inner{display:flex;align-items:center;justify-content:space-between;min-height:3.5rem;padding:0;color:var(--this-color-text);text-align:center;cursor:pointer;background-color:var(--this-color-bg);border:1px solid var(--this-color-border);border-radius:var(--this-radius);transition:transform var(--animation-duration) var(--animation-easing),background-color .5s ease,border-color .5s ease,color .5s ease}@media(min-width:64em){.button-component_inner{min-height:4.25rem}}.button-component.-icon-left .button-component_icon{transform:rotate(180deg)}@media(any-hover:hover){.button-component.-icon-left:hover .button-component_icon{transform:rotate(180deg) translate(4px)}}.button-component_label{text-align:center;position:relative;display:block;font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-120);width:calc(100% - 4.25rem)}.button-component.-center .button-component_label{font-size:var(--size-16)}.button-component.-small .button-component_label{font-size:var(--size-13)}@media(min-width:64em){.button-component_label{width:100%;padding:0 2.5rem}.button-component.-center .button-component_label{flex:1;font-size:var(--size-20);text-align:center}}.button-component_label:after{content:"";height:1.125rem;width:.0625rem;background-color:var(--this-color-border);position:absolute;right:0;top:50%;transform:translateY(-50%)}.button-component.-icon-left .button-component_label:after{right:auto;left:0}.button-component_icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;color:var(--this-color-text);transition:transform .3s var(--animation-easing) .15s,color .3s var(--animation-easing) .15s}.button-component_icon .icon-component{filter:brightness(0) invert(1);transition:filter .3s var(--animation-easing)}.button-component.-white .button-component_icon .icon-component{filter:brightness(0) saturate(100%) invert(22%) sepia(63%) saturate(514%) hue-rotate(163deg) brightness(97%) contrast(101%)}@media(any-hover:hover){.button-component:hover .button-component_icon{transform:translate(4px);color:var(--this-color-text-hover)}.button-component.-white:hover .button-component_icon .icon-component{filter:brightness(0) invert(1)}.button-component.-outline:hover .button-component_icon .icon-component{filter:brightness(0)}}@media(min-width:64em){.button-component_icon{width:4.25rem;height:4.25rem}}.close-button{width:3.125rem;height:3.125rem;cursor:pointer;background:var(--primitive-neutral-black);border:0;border-radius:100vmax;box-shadow:0 3px #0000004d;transition:transform var(--animation-duration) var(--animation-easing),box-shadow var(--animation-duration) var(--animation-easing)}@media(any-hover:hover){.close-button:hover{box-shadow:0 1px #0000004d;transform:translateY(2px)}}.common-footer{padding-block:3.5rem .5rem;background-color:#323232}@media(min-width:64em){.common-footer{padding-block:3.875rem 1.625rem}}.common-footer_logo{width:8.375rem;aspect-ratio:134/63;margin-inline:auto}@media(min-width:64em){.common-footer_logo{width:10.25rem}}.common-footer_logo>img{width:100%;height:100%}.common-footer_copyright{margin-block-start:3.4375rem;font-family:var(--family-jost);font-size:var(--size-12);color:var(--primitive-neutral-white);text-align:center}@media(min-width:64em){.common-footer_copyright{margin-block-start:3.125rem}}.common-header{--this-header-height: 3.5rem;height:var(--this-header-height)}@media(min-width:64em){.common-header{--this-header-height: 5.625rem}}.common-header_inner{display:flex;gap:1.25rem;align-items:flex-end;justify-content:space-between;height:100%}.common-header_title{position:relative;z-index:100;height:100%}.common-header_navi{margin-inline-start:auto}@media(min-width:64em){.common-header_navi{margin-inline-start:0}}.common-header_links{display:none}@media(min-width:67.5em){.common-header_links{position:relative;display:flex;gap:.75rem;padding-block-end:.625rem;margin-inline-start:auto}}.common-layout{display:flex;flex-direction:column;min-height:100svh}.common-layout_header,.common-layout_footer{position:relative;z-index:2}.common-layout_header{position:fixed;inset-inline:0;top:0;z-index:3}.common-layout_main{position:relative;flex:1;overflow-x:clip}.common-navi_inner{max-width:23.4375rem;padding-block:6.25rem;padding-inline:1.25rem;margin-inline:auto}@media(min-width:48rem){.common-navi_inner{max-width:43.75rem}}@media(min-width:75em){.common-navi_inner{max-width:73.625rem;padding-block:7.5rem}}.common-navi_list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.25rem;padding:0;list-style:none}.common-navi_list+.common-navi_list{margin-block-start:2rem}@media(min-width:48rem){.common-navi_list{display:flex;align-items:center;justify-content:flex-start}}@media(min-width:64em){.common-navi_list{gap:2.5rem}.common-navi_list+.common-navi_list{margin-block-start:2.5rem}}.common-navi_jobs{display:flex;flex-direction:column;gap:.75rem;padding:0;margin-block-start:2.5rem;list-style:none}@media(min-width:48rem){.common-navi_jobs{display:grid;grid-template-columns:1fr 1fr;place-items:stretch center;width:100%}.common-navi_jobs>li{width:100%}}@media(min-width:75em){.common-navi_jobs{grid-template-columns:1fr 1fr 1fr;gap:1.25rem 1.125rem}}.common-transition{position:fixed;bottom:0;left:0;z-index:100;width:100%;height:0%;background-color:var(--primitive-brand-primary-600)}.common-transition.-dark{background-color:var(--primitive-brand-primary-700)}.company-data{margin-block-start:3.75rem}@media(min-width:64em){.company-data{margin-block-start:7.5rem}}.company-data_table{margin-block-start:1.5rem}@media(min-width:64em){.company-data_table{margin-block-start:2.5rem}}.company-table{--this-spacing: 1.25rem}@media(min-width:64em){.company-table{--this-spacing: 1.875rem}}.company-table_list{display:grid;grid-template-columns:1fr}@media(min-width:64em){.company-table_list{grid-template-columns:1fr 1fr;gap:0 2.5rem}}.company-table_item{display:flex;flex-direction:column;gap:.5rem;padding-block:var(--this-spacing);padding-inline-start:.625rem;font-size:var(--size-14);line-height:1.5;border-bottom:1px solid var(--semantic-border-subtle)}@media(min-width:64em){.company-table_item{flex-direction:row;gap:2.5rem;line-height:2rem}}.company-table_term{font-weight:var(--weight-medium)}@media(min-width:64em){.company-table_term{width:25%;max-width:10rem}}.company-table_description{margin-inline-start:0;font-weight:var(--weight-regular)}@media(min-width:64em){.company-table_description{flex:1}}.cf-contact{color:#fff}.cf-contact_bg{padding:3rem 3.3333333333vw;position:relative;background:#0c425f}@media(min-width:64em){.cf-contact_bg{padding:5rem 3.125rem}}.cf-contact_inner{max-width:70rem;margin:0 auto;gap:4rem}@media(min-width:64em){.cf-contact_inner{gap:5rem}}.cf-contact_title{font-size:1.5rem}.cf-contact_text{display:grid;gap:.375rem;padding:0 2.2222222222vw;font-size:1rem}@media(min-width:64em){.cf-contact_text{padding:0}}.cf-contact_text p,.cf-contact_text li{font-size:1rem}.cf-form_tableWrapper{margin-top:.625rem;background:#083750;padding:4rem 6.6666666667vw;display:grid;gap:1.5rem}@media(min-width:64em){.cf-form_tableWrapper{margin-top:1.25rem;padding:5rem;gap:2rem}}.cf-form_table{display:flex;flex-direction:column;gap:.5rem}@media(min-width:64em){.cf-form_table{flex-direction:row;align-items:center;gap:.625rem;max-width:60rem}}.cf-form_table .cf-contact_formLabel{display:block;font-size:1rem;min-width:8.75rem}.cf-form_table h3{margin-bottom:0!important}.cf-form_table input,.cf-form_table textarea{background-color:#0c425f;border-radius:.25rem;--_color-box-shadow: rgba(255, 255, 255, .3);margin:0;color:#fff}.cf-contact_submit{margin:.25rem auto 0;text-align:center;min-width:16.8125rem;display:block}@media(min-width:64em){.cf-contact_submit{margin:1.25rem auto 0}}.cf-contact_btn{margin:4rem auto;text-align:center}@media(min-width:64em){.cf-contact_btn{margin:5rem auto}}.cf-form_table .visually-hidden{display:block!important}.cf-distilleries_bg{position:relative;padding:152.7777777778vw 3.3333333333vw 4.75rem;clip-path:inset(0)}.cf-distilleries_bg:before{position:fixed;top:0;left:0;z-index:0;width:100%;height:100lvh;content:"";background-image:url(cf_distilleries_bg_sp.webp);background-position:center;background-size:cover;transform:translateZ(0)}@media(min-width:48rem){.cf-distilleries_bg:before{background-image:url(cf_distilleries_bg_tab.webp);background-position:bottom;background-size:auto}}@media(min-width:64em){.cf-distilleries_bg:before{background-image:url(cf_distilleries_bg_pc.webp);background-position:center top;background-size:cover}}@media(min-width:64em)and (orientation:portrait){.cf-distilleries_bg:before{background-image:url(cf_distilleries_bg_tab.webp);background-position:center top 100%;background-size:209%}}.cf-distilleries_bg>*{position:relative;z-index:1}@media(min-width:48rem){.cf-distilleries_bg{padding:20rem 3.125rem 7.5rem}}.cf-distilleries_hero{max-width:70rem;padding:4rem 6.6666666667vw;margin:3.375rem auto 0;color:#fff;background:#083750;border-radius:.25rem}@media(min-width:64em){.cf-distilleries_hero{padding:2.5rem 2.5rem 7.5rem;margin:6.5rem auto 0;border-radius:.5rem}}@media(min-width:75em){.cf-distilleries_hero{padding:2.5rem 10rem 7.5rem}}.cf-distilleries_headline .-cf-en{display:block;margin-bottom:2.3125rem;font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:400;text-align:center;text-transform:none;letter-spacing:4.8px}@media(min-width:64em){.cf-distilleries_headline .-cf-en{margin-bottom:3rem;font-size:1.4375rem;text-align:center}}.cf-distilleries_headlineImage{max-width:7.9375rem;margin:0 auto}@media(min-width:64em){.cf-distilleries_headlineImage{max-width:13.25rem}}.cf-distilleries_headlineTitle{display:block;max-width:50rem;margin-top:2.5rem;line-height:var(--line-height-150);text-align:left}@media(min-width:64em){.cf-distilleries_headlineTitle{margin:3rem auto 0;font-size:3rem}}.cf-distilleries_headlineText{max-width:50rem;margin:2.5rem auto 0;line-height:var(--line-height-200)}.cf-distilleries_headlineText p{font-size:1rem}.cf-distilleries_challengeWrapper{padding:5rem 6.6666666667vw;background:#0c425f}@media(min-width:64em){.cf-distilleries_challengeWrapper{padding:7.5rem 2.5rem 8rem}}.cf-distilleries_list{display:flex;flex-direction:column;gap:6rem;margin-top:2.5rem;color:#fff}@media(min-width:64em){.cf-distilleries_list{gap:8rem;max-width:50rem;margin:0 auto}}.cf-distilleries_listItemInner{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;line-height:var(--line-height-150)}@media(min-width:64em){.cf-distilleries_listItemInner{gap:3rem}}.cf-distilleries_listTitle{display:flex;gap:1rem;align-items:center;width:100%;font-size:1.75rem;font-weight:600}@media(min-width:64em){.cf-distilleries_listTitle{gap:1.5rem;font-size:2.5rem}}.cf-distilleries_listNum{display:block;flex-shrink:0;height:3rem;padding:1rem .625rem .5rem;font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:400;line-height:1;text-align:center;text-transform:none;background:url(cf_concept_content_num.png) no-repeat center;background-size:auto 100%}@media(min-width:64em){.cf-distilleries_listNum{width:2.75rem;height:3.625rem;padding:1.25rem .625rem .5rem;background-size:2.75rem 3.625rem}}.cf-distilleries_listTitleText{font-weight:600;text-wrap:auto}.cf-distilleries_listContent{display:flex;flex-direction:column;gap:2rem}@media(min-width:64em){.cf-distilleries_listContent{flex-direction:row;gap:4rem}}@media(min-width:64em){.cf-distilleries_listContent--reverse{flex-direction:row-reverse}}.cf-distilleries_listImage{border-radius:.25rem}@media(min-width:64em){.cf-distilleries_listImage{width:36.6666666667vw;max-width:33rem;border-radius:.5rem}}.cf-distilleries_listText{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:64em){.cf-distilleries_listText{gap:2rem;width:36.6666666667vw;max-width:33rem}}.cf-distilleries_listText p{font-size:1rem;line-height:var(--line-height-130);text-align:left}.cf-distilleries_listLead{font-size:1.25rem;font-weight:600;line-height:var(--line-height-150)}@media(min-width:64em){.cf-distilleries_listLead{font-size:1.5rem}}.cf-distilleries_listDetail{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 6.6666666667vw;font-size:.875rem;line-height:var(--line-height-150);background:#083750}@media(min-width:64em){.cf-distilleries_listDetail{padding:2rem 3rem}}.cf-distilleries_detailName{display:block;font-size:1.25rem;font-weight:600;text-wrap:auto}@media(min-width:64em){.cf-distilleries_detailName{font-size:1.5rem}}.cf-distilleries_detailAddress{margin:.25rem 0 0;font-size:.875rem}.cf-distilleries_detailTable{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0}.cf-distilleries_detailLabel{color:#b6c6cf;white-space:nowrap}.cf-distilleries_detailData{margin:0}.cf-distilleries_btn{margin:4rem auto 0;text-align:center}@media(min-width:64em){.cf-distilleries_btn{margin:5rem auto 0}}.log-steps{border-radius:var(--border-radius-20)}@media(min-width:64em){.log-steps{max-width:68.75rem;margin-inline:auto}}.log-steps_list{padding:0 1.25rem;margin:0;list-style:none}@media(min-width:64em){.log-steps_list{padding:0 6.25rem}}.log-steps_list li{--step-color: var(--semantic-text-brand)}.log-steps_list li:nth-child(2){--step-color: var(--primitive-bule)}.log-steps_list li:nth-child(3){--step-color: var(--primitive-orrange)}.log-steps_list li:nth-child(4){--step-color: var(--primitive-green-dark)}.log-steps_list li+li{position:relative;padding-block-start:4.25rem;margin-block-start:3rem;border-top:3px solid var(--semantic-border-subtle)}@media(min-width:64em){.log-steps_list li+li{padding-block-start:7.1875rem;margin-block-start:5rem}}.log-steps_list li+li:before{position:absolute;top:0;left:50%;display:block;width:2.875rem;aspect-ratio:88/35;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='35' viewBox='0 0 88 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.5362 32.3551C46.7819 35.5975 41.2181 35.5975 37.4638 32.3551L3.32207e-06 -7.6932e-06L88 0L50.5362 32.3551Z' fill='%23323232'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transform:translate(-50%)}@media(min-width:64em){.log-steps_list li+li:before{width:5.5rem}}.log-steps_item{display:flex;flex-direction:column}@media(min-width:64em){.log-steps_item{flex-direction:row;gap:4.125rem}}.log-steps_contents{display:flex;flex:1;flex-direction:column}.log-steps_image>img{width:10.5rem;height:10.625rem;margin-inline:auto}@media(min-width:64em){.log-steps_image>img{width:16.125rem;height:16.25rem}}.log-steps_title{margin-block-start:var(--spacing-4);font-size:var(--size-24);line-height:var(--line-height-140)}@media(min-width:64em){.log-steps_title{margin-block-start:var(--spacing-16);font-size:var(--size-36)}}.log-steps_topics{display:flex;gap:1.25rem;margin-block-start:var(--spacing-32)}@media(min-width:64em){.log-steps_topics{gap:2rem;margin-block-start:var(--spacing-48)}}.log-steps_topicTitle{font-size:var(--size-14);font-weight:var(--weight-black);line-height:var(--line-height-140);color:var(--step-color)}@media(min-width:64em){.log-steps_topicTitle{font-size:var(--size-16)}}.log-steps_topicTitle>span{display:inline-block;padding-block-end:var(--spacing-2);border-bottom:2px solid var(--step-color)}@media(min-width:64em){.log-steps_topicTitle>span{display:inline}}.log-steps_topicDescription{margin-block-start:var(--spacing-4);font-size:var(--size-13);font-weight:var(--weight-regular);line-height:var(--line-height-180)}@media(min-width:64em){.log-steps_topicDescription{margin-block-start:var(--spacing-8)}}.log-steps_number{font-family:var(--family-jost);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-120);color:var(--step-color);text-transform:uppercase}@media(min-width:64em){.log-steps_number{font-size:var(--size-40)}}.heading-component{color:var(--semantic-background-brand)}.heading-component.-level-3{padding-bottom:.25rem;border-bottom:2px solid currentcolor}.icon-component{--this-icon-size: var(--icon-size, 1.125rem);display:inline-block;width:var(--this-icon-size);height:var(--this-icon-size);vertical-align:bottom}.icon-component svg{display:block;width:100%;height:100%}.cf-message{color:#fff}.cf-message_bg{padding:3rem 6.6666666667vw;position:relative;background:#0c425f}@media(min-width:64em){.cf-message_bg{padding:5rem 10rem}}.cf-message_inner{max-width:70rem;margin:0 auto;display:grid;gap:4rem}@media(min-width:64em){.cf-message_inner{gap:5rem}}.cf-message_comment{display:grid;gap:2.5rem}@media(min-width:64em){.cf-message_comment{gap:3rem}}.cf-message_commentInner{display:flex;flex-direction:column;gap:4rem}@media(min-width:48rem){.cf-message_commentInner{gap:2.7777777778vw;flex-direction:row;justify-content:space-between;align-items:start}}@media(min-width:75em){.cf-message_commentInner{gap:2.5rem}}.cf-message_commentTitle{display:block;line-height:var(--line-height-150);font-weight:600;text-wrap:auto;font-size:1.5rem}@media(min-width:64em){.cf-message_commentTitle{font-size:1.75rem;max-width:41rem}}.cf-message_textWrapper{display:flex;flex-direction:column;gap:1rem}.cf-message_textWrapper span{font-size:1rem}.cf-message_commentText{line-height:var(--line-height-200);display:grid;gap:1.5rem}@media(min-width:48rem){.cf-message_commentText{width:45.5555555556vw;max-width:41rem}}.cf-message_commentImage{margin:0 auto;width:100%}@media(min-width:48rem){.cf-message_commentImage{width:27.7777777778vw}}@media(min-width:64em){.cf-message_commentImage{max-width:25rem}}.cf-message_plofile{display:flex;flex-direction:column;gap:1rem;border-top:.0625rem solid rgba(255,255,255,.3);border-bottom:.0625rem solid rgba(255,255,255,.3);padding:1.875rem 0}@media(min-width:64em){.cf-message_plofile{flex-direction:row;justify-content:space-between;padding:3rem 4.875rem}}.cf-message_plofileSpace{display:inline-block;width:1rem}@media(min-width:64em){.cf-message_plofileSpace{display:none}}.cf-message_plofileLabel{display:block;font-size:1.25rem;font-family:var(--family-eb-garamond);text-transform:none}@media(min-width:64em){.cf-message_plofileLabel{font-size:1.5rem}}.cf-message_plofilePosition{font-size:1rem;display:block;margin-top:1.1875rem}@media(min-width:64em){.cf-message_plofilePosition{margin-top:1.875rem}}.cf-message_plofileName{display:block;margin-top:.625rem;font-size:1.5rem}@media(min-width:64em){.cf-message_plofileName{font-size:1.75rem}}.cf-message_plofileNameKana{font-size:1rem}.cf-message_plofileText{line-height:var(--line-height-200);font-weight:400;color:#b6c6cf}@media(min-width:64em){.cf-message_plofileText{width:45vw;max-width:40.5rem}}.cf-message_plofileText p{font-size:1rem}.cf-message_btn{margin:4rem auto;text-align:center}@media(min-width:64em){.cf-message_btn{margin:5rem auto}}.cf-oyama_bg{position:relative;padding:8rem 3.3333333333vw;clip-path:inset(0)}.cf-oyama_bg:before{position:fixed;top:0;left:0;z-index:0;width:100%;height:100lvh;content:"";background-color:#041423;background-image:url(cf_oyama_bg_sp.webp);background-repeat:no-repeat;background-position:center top;background-size:100vw auto;transform:translateZ(0)}@media(min-width:48rem){.cf-oyama_bg:before{background-image:url(cf_oyama_bg_pc.webp);background-size:100% auto}}@media(min-width:120em){.cf-oyama_bg:before{background-position:center;background-size:cover}}.cf-oyama_bg>*{position:relative;z-index:1}@media(min-width:48rem){.cf-oyama_bg{padding:10rem 3.125rem 7.5rem}}@media(min-width:64em){.cf-oyama_bg{padding:16.25rem 3.125rem 7.5rem}}@media(min-width:75em){.cf-oyama_bg{padding:22.5rem 3.125rem 7.5rem}}.cf-oyama_headline{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:50rem;padding:3rem 0;margin:0 auto;border-top:.0625rem solid #b6c6cf;border-bottom:.0625rem solid #b6c6cf}.cf-oyama_listTitle{display:block;margin-top:.625rem;font-size:1.25rem;font-weight:600;line-height:var(--line-height-150);text-wrap:auto}@media(min-width:64em){.cf-oyama_listTitle{font-size:1.5rem}}.cf-oyama_listNum{display:block;flex-shrink:0;height:3rem;padding:1rem .625rem .5rem;font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:400;line-height:1;text-align:center;text-transform:none;background:url(cf_concept_content_num.png) no-repeat center;background-size:auto 100%}@media(min-width:64em){.cf-oyama_listNum{width:2.75rem;height:3.625rem;padding:1.25rem .625rem .5rem;background-size:2.75rem 3.625rem}}.cf-oyama_listTitleText{font-size:1.25rem;font-weight:600}@media(min-width:64em){.cf-oyama_listTitleText{font-size:1.5rem}}.cf-oyama_title{display:flex;gap:1rem;align-items:center;width:100%;margin:0;font-size:1.75rem;font-weight:600}@media(min-width:64em){.cf-oyama_title{gap:1.5rem;font-size:2.5rem}}.cf-oyama_lead{font-size:1.75rem;font-weight:600;line-height:var(--line-height-150)}@media(min-width:64em){.cf-oyama_lead{font-size:2.5rem}}.cf-oyama_challengeWrapper{padding:0 3.3333333333vw 5rem;background:#0c425f}@media(min-width:64em){.cf-oyama_challengeWrapper{padding:0 2.5rem 7.5rem}}.cf-oyama_challenge{position:relative;top:-4rem;max-width:70rem;padding:7.5rem 6.6666666667vw 5rem;margin:0 auto;color:#fff;background:#083750;border-radius:.25rem}@media(min-width:64em){.cf-oyama_challenge{top:-7.5rem;padding:7.5rem 3.125rem;border-radius:.5rem}}.cf-oyama_challengeInner{max-width:70rem;margin:0 auto}.cf-oyama_list{display:grid;gap:4rem}@media(min-width:64em){.cf-oyama_list{gap:6rem}}.cf-oyama_listItem{display:grid;gap:1.25rem;width:100%;max-width:50rem;padding-bottom:4rem;margin:0 auto;border-bottom:.0625rem solid rgba(182,198,207,.3)}@media(min-width:64em){.cf-oyama_listItem{gap:2rem;padding-bottom:0;border-bottom:none}}.cf-oyama_listItem h3{margin:0}.cf-oyama_listItem:nth-last-child(2),.cf-oyama_listItem:last-child{padding-bottom:0;border-bottom:none}.cf-oyama_listText{display:flex;flex-direction:column;gap:1.5rem}.cf-oyama_listText p{margin-bottom:0;font-size:1rem;line-height:var(--line-height-200)}.cf-oyama_listImage{width:100%;height:auto;padding-bottom:.625rem}@media(min-width:64em){.cf-oyama_listImage{padding-bottom:1rem}}.cf-oyama_btn{margin:0 auto;text-align:center}.cf-oyama_listInfo{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;width:100%}@media(min-width:48rem){.cf-oyama_listInfo{flex-direction:row;gap:3rem;align-items:center}}.cf-oyama_listInfo h3{margin:0;line-height:1}.cf-oyama_infoListImage{width:100%;border-radius:.25rem}@media(min-width:48rem){.cf-oyama_infoListImage{width:calc(100% - 26rem);border-radius:.5rem}}@media(min-width:75em){.cf-oyama_infoListImage{max-width:15rem}}.cf-oyama_listDetail{display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%;padding:1.5rem 0;font-size:.875rem;line-height:var(--line-height-150);border-top:.0625rem solid rgba(255,255,255,.3);border-bottom:.0625rem solid rgba(255,255,255,.3)}@media(min-width:48rem){.cf-oyama_listDetail{width:calc(100% - 15rem);height:100%;padding:.625rem 3rem}}@media(min-width:64em){.cf-oyama_listDetail{padding:2rem 3rem}}@media(min-width:75em){.cf-oyama_listDetail{max-width:31.375rem}}.cf-oyama_detailName{font-size:1.25rem;font-weight:600}@media(min-width:64em){.cf-oyama_detailName{font-size:1.5rem}}.cf-oyama_detailAddress{margin:.25rem 0 0;font-size:.875rem}.cf-oyama_detailTable{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0}.cf-oyama_detailLabel{color:#b6c6cf;white-space:nowrap}.cf-oyama_detailData{margin:0}.page-head{padding-block-end:3rem;color:var(--semantic-text-brand)}@media(min-width:64em){.page-head{padding-block-end:5rem}}.page-main{padding-block:1.5rem 6.25rem;background-color:var(--semantic-background-default)}.page-main.-is-clear{padding-block:7.25rem 6.25rem;background-color:transparent}@media(min-width:64em){.page-main{padding-block:3.75rem 9.375rem}.page-main.-is-clear{padding-block:12.5rem 9.375rem}}.cf-pages_title{padding:4.125rem 3.3333333333vw 0}@media(min-width:48rem){.cf-pages_title{gap:.75rem;padding:4.125rem 1rem 0}}.cf-pages_titleInner{display:flex;gap:.5rem;align-items:center;justify-content:space-between;overflow:hidden;background:url(cf_pages_bg_sp.jpg) no-repeat center;background-size:cover;border-radius:.25rem}@media(min-width:48rem){.cf-pages_titleInner{gap:.75rem;background:url(cf_pages_bg_pc.jpg) no-repeat center}}.cf-pages_titleText{display:flex!important;flex-direction:column;gap:.75rem;padding-left:1.5rem}@media(min-width:48rem){.cf-pages_titleText{gap:1rem;padding-left:5rem}}.cf-pages_title_en{font-family:var(--family-eb-garamond);font-size:1rem;color:#fff9;text-transform:none}@media(min-width:48rem){.cf-pages_title_en{font-size:1.5rem}}.cf-pages_title_ja{font-size:1.75rem;font-weight:600;color:#fff}@media(min-width:48rem){.cf-pages_title_ja{font-size:3rem}}.cf-pages_titleImage{display:block;width:27.7777777778vw;max-width:6.25rem;overflow:hidden;border-radius:0 .25rem .25rem 0}@media(min-width:48rem){.cf-pages_titleImage{width:41.875vw;max-width:37.6875rem}}.cf-pages_titleImage img{height:auto}.cf-pages h1,.cf-pages h2,.cf-pages h3,.cf-pages h4{margin-bottom:0}.cf-pagesCompany_bg{padding:3rem 6.6666666667vw;position:relative;background:#0c425f}@media(min-width:64em){.cf-pagesCompany_bg{padding:5rem 3.125rem}}.cf-pagesCompany_challengeTitle{font-size:1.75rem;text-align:center;margin:0 auto}@media(min-width:64em){.cf-pagesCompany_challengeTitle{font-size:2.5rem}}.cf-pagesCompany_data{background:#083750;color:#fff;padding:3.5rem 5.2777777778vw 7.5rem 6.6666666667vw;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;margin-top:2.5rem}@media(min-width:64em){.cf-pagesCompany_data{max-width:70rem;margin-top:4rem;gap:4rem;padding:5rem;flex-direction:row;justify-content:space-between}}.cf-pagesCompany_dataText{display:grid;gap:1.5rem}@media(min-width:64em){.cf-pagesCompany_dataText{width:40vw;max-width:36rem;gap:2rem}}.cf-pagesCompany_dataText .cf-pagesCompany_dataTitle{font-size:1.5rem}.cf-pagesCompany_dataLogo{margin:0 auto}@media(min-width:64em){.cf-pagesCompany_dataLogo{width:22.2222222222vw;max-width:20rem}}.cf-pagesCompany_dataItem{display:grid;grid-template-columns:5rem 1fr;font-size:.875rem;margin:0;grid-auto-rows:1fr}@media(min-width:64em){.cf-pagesCompany_dataItem{grid-template-columns:7.5rem 1fr;font-size:1rem}}.cf-pagesCompany_dataItem dt{font-weight:600;border-bottom:.0625rem solid #b6c6cf;padding:1rem 0;display:flex;align-items:center}.cf-pagesCompany_dataItem dt:first-child{border-top:.0625rem solid #b6c6cf}@media(min-width:64em){.cf-pagesCompany_dataItem dt{padding:.75rem 0}}.cf-pagesCompany_dataItem dd{margin:0;padding:.75rem .5rem;border-bottom:.0625rem solid rgba(255,255,255,.3);display:flex;align-items:center}.cf-pagesCompany_dataItem dd:nth-of-type(1){border-top:.0625rem solid rgba(255,255,255,.3)}@media(min-width:64em){.cf-pagesCompany_dataItem dd{padding:1rem .5rem}}.cf-pagesCompany_headlineText{color:#fff;display:flex;flex-direction:column;gap:1rem;line-height:var(--line-height-200);font-size:1rem}@media(min-width:64em){.cf-pagesCompany_headlineText{align-items:center;text-align:center;font-size:1.125rem}}.cf-pagesCompany_headlineText span{font-size:1rem}.-cf-pc-br{display:none}@media(min-width:64em){.-cf-pc-br{display:block}}.cf-pagesCompany_btn{margin:4rem auto;text-align:center}@media(min-width:64em){.cf-pagesCompany_btn{margin:5rem auto}}.cf-pagesConcept_bg{position:relative;padding:4.75rem 3.3333333333vw;clip-path:inset(0)}.cf-pagesConcept_bg:before{position:fixed;top:0;left:0;z-index:0;width:100%;height:100lvh;content:"";background-image:url(cf_pages_concept_bg.webp);background-position:center top;background-size:cover;transform:translateZ(0)}.cf-pagesConcept_bg>*{position:relative;z-index:1}@media(min-width:64em){.cf-pagesConcept_bg{padding:7.5rem 3.125rem}}.cf-pagesConcept_challengeTitle{margin:0 auto;font-size:1.75rem;text-align:center}@media(min-width:64em){.cf-pagesConcept_challengeTitle{font-size:2.5rem}}.cf-pagesConcept_hero{max-width:70rem;padding:3.5rem 5.2777777778vw 7.5rem 6.6666666667vw;margin:0 auto;color:#fff;background:#083750;border-radius:.25rem}@media(min-width:64em){.cf-pagesConcept_hero{padding:2.5rem 2.5rem 10rem;border-radius:.5rem}}.cf-pagesConcept_headline{display:grid;grid-template-areas:"img01 title" "img02 img02";grid-template-columns:1fr 1fr;gap:10vw}@media(min-width:64em){.cf-pagesConcept_headline{display:flex;gap:3.3333333333vw;justify-content:space-between}}@media(min-width:75em){.cf-pagesConcept_headline{gap:2.25rem}}.cf-pagesConcept_headlineImg01{grid-area:img01;width:27.7777777778vw;margin-top:47.7777777778vw}@media(min-width:64em){.cf-pagesConcept_headlineImg01{width:18.6805555556vw;max-width:16.8125rem;height:fit-content;margin-top:0}}.cf-pagesConcept_headlineImg02{grid-area:img02;width:58.8888888889vw;margin-left:auto}@media(min-width:64em){.cf-pagesConcept_headlineImg02{width:21.9444444444vw;max-width:19.75rem;height:fit-content;margin:16.6666666667vw 0 0 5.5555555556vw}}@media(min-width:75em){.cf-pagesConcept_headlineImg02{margin:15rem 0 0}}.cf-pagesConcept_headlineTitle{grid-area:title;width:45.2777777778vw}@media(min-width:64em){.cf-pagesConcept_headlineTitle{width:16.6666666667vw;max-width:15rem;margin-top:5rem}}.cf-pagesConcept_headlineTitle img{height:auto}.cf-pagesConcept_headlineText{display:flex;flex-direction:column;gap:1rem;margin-top:2.25rem;line-height:var(--line-height-200)}@media(min-width:64em){.cf-pagesConcept_headlineText{max-width:50rem;margin:5rem auto 0}}.cf-pagesConcept_headlineText span{font-size:1rem}.cf-pagesConcept_challenge{padding:7.5rem 6.6666666667vw;color:#fff;background:#0c425f}@media(min-width:64em){.cf-pagesConcept_challenge{padding:7.5rem 3.125rem}}.cf-pagesConcept_challengeInner{max-width:70rem;margin:0 auto}.cf-pagesConcept_list{display:flex;flex-direction:column;gap:3rem;margin-top:2.5rem}.cf-pagesConcept_listItem{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:3rem;border-bottom:.0625rem solid rgba(182,198,207,.3)}@media(min-width:48rem){.cf-pagesConcept_listItem{flex-direction:row;gap:2.3611111111vw;justify-content:space-between;max-width:70rem;padding-bottom:0;border-bottom:none}}@media(min-width:64em){.cf-pagesConcept_listItem{gap:4rem}}.cf-pagesConcept_listItem:last-child{padding-bottom:0;border-bottom:none}.cf-pagesConcept_listText{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:48rem){.cf-pagesConcept_listText{width:45.5555555556vw;max-width:41rem}}@media(min-width:64em){.cf-pagesConcept_listText{width:55.5555555556vw}}.cf-pagesConcept_listText .cf-pagesConcept_listTextTitle{display:flex;gap:1.25rem;align-items:center;margin:0;font-size:1.25rem}@media(min-width:48rem){.cf-pagesConcept_listText .cf-pagesConcept_listTextTitle{font-size:1.5rem}}.cf-pagesConcept_listText .cf-pagesConcept_listTextTitle .cf-pagesConcept_listNum{display:block;height:3rem;padding:.875rem .625rem .5rem;font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:600;line-height:1;text-align:center;text-transform:none;background:url(cf_concept_content_num.png) no-repeat center;background-size:auto 100%}@media(min-width:48rem){.cf-pagesConcept_listText .cf-pagesConcept_listTextTitle .cf-pagesConcept_listNum{width:2.75rem;height:3.625rem;padding:1.25rem .625rem .375rem;background-size:2.75rem 3.625rem}}.cf-pagesConcept_listText .cf-pagesConcept_listTitle{display:block;font-weight:600;line-height:var(--line-height-150);text-wrap:auto}.cf-pagesConcept_listText p{font-size:1rem;line-height:var(--line-height-200)}.cf-pagesConcept_listImage{width:100%;height:auto}@media(min-width:48rem){.cf-pagesConcept_listImage{width:34.7222222222vw;max-width:25rem}}@media(min-width:64em){.cf-pagesConcept_listImage{width:27.7777777778vw}}.cf-pagesConcept_btn{margin:4rem auto 0;text-align:center}@media(min-width:64em){.cf-pagesConcept_btn{margin:5rem auto 0}}.compnay-header{margin-block-start:3.5rem}@media(min-width:64em){.compnay-header{margin-block-start:4rem}}.compnay-header_kv{position:relative}.compnay-header_illustration{position:absolute;top:-38%;right:3.75%;width:30%;height:auto}@media(min-width:64em){.compnay-header_illustration{top:auto;right:3%;bottom:-53.8%;width:16%}}.compnay-header_text{margin-block-start:2rem;font-size:var(--size-14);font-weight:var(--weight-medium);line-height:var(--line-height-200)}@media(min-width:64em){.compnay-header_text{max-width:78%;margin-block-start:3rem}}.cf-pagesPhilosophy_bg{padding:3rem 3.3333333333vw;position:relative;background:#0c425f}@media(min-width:64em){.cf-pagesPhilosophy_bg{padding:5rem 3.125rem}}.cf-pagesPhilosophy_challengeTitle{font-size:1.75rem;text-align:center;margin:0 auto}@media(min-width:64em){.cf-pagesPhilosophy_challengeTitle{font-size:2.5rem}}.cf-pagesPhilosophy_data{background:#083750;color:#fff;padding:3.5rem 5.2777777778vw 7.5rem 6.6666666667vw;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}@media(min-width:64em){.cf-pagesPhilosophy_data{max-width:70rem;gap:4rem;padding:5rem;justify-content:space-between}}.cf-pagesPhilosophy_text{line-height:var(--line-height-200);display:grid;gap:1rem;max-width:50rem;margin:0 auto;font-size:1rem}.cf-pagesPhilosophy_textBox{padding:3rem 5.5555555556vw;border:solid .0625rem rgba(255,255,255,.3);display:grid;gap:2rem}@media(min-width:64em){.cf-pagesPhilosophy_textBox{padding:2.5rem;max-width:50rem;margin:0 auto}}.cf-pagesPhilosophy_image{max-width:50rem;margin:0 auto}.cf-pagesPhilosophy_list{margin-top:2.5rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:64em){.cf-pagesPhilosophy_list{gap:3rem;max-width:50rem;margin:0 auto}}.cf-pagesPhilosophy_listHeading{font-size:1.75rem;line-height:var(--line-height-150)}@media(min-width:64em){.cf-pagesPhilosophy_listHeading{font-size:2.5rem}}.cf-pagesPhilosophy_listText{display:flex;flex-direction:column;gap:1.5rem}.cf-pagesPhilosophy_listText .cf-pagesPhilosophy_listTitleWrapper{display:flex;line-height:var(--line-height-150);gap:1.25rem;align-items:center}.cf-pagesPhilosophy_listText .cf-pagesPhilosophy_listTitleWrapper .cf-pagesPhilosophy_listNum{display:block;padding:.875rem .625rem .5rem;text-align:center;line-height:1;font-family:var(--family-eb-garamond);text-transform:none;font-size:1.25rem;font-weight:400;background:url(cf_concept_content_num.png) no-repeat center;height:3rem;background-size:auto 100%}@media(min-width:64em){.cf-pagesPhilosophy_listText .cf-pagesPhilosophy_listTitleWrapper .cf-pagesPhilosophy_listNum{width:2.75rem;height:3.625rem;background-size:2.75rem 3.625rem;padding:1.125rem .625rem .5rem}}.cf-pagesPhilosophy_listText .cf-pagesPhilosophy_listTitle{display:block;font-size:1.25rem;text-wrap:auto;font-weight:600}@media(min-width:64em){.cf-pagesPhilosophy_listText .cf-pagesPhilosophy_listTitle{font-size:1.75rem}}.cf-pagesPhilosophy_listText p{font-size:1rem;line-height:var(--line-height-200)}.cf-pagesPhilosophy_itemTitle{font-size:1.25rem;text-indent:-.5em;padding-left:1em}.cf-pagesPhilosophy_itemTitle span{margin-right:.25rem;display:inline-block}.cf-pagesPhilosophy_itemText{display:grid;gap:.5rem}@media(min-width:64em){.cf-pagesPhilosophy_itemText{gap:.25rem}}.cf-pagesPhilosophy_itemTextList{padding-left:1.25rem;position:relative;font-size:1rem}.cf-pagesPhilosophy_itemTextList:before{content:"";display:block;width:.25rem;height:.25rem;background:#b6c6cf;border-radius:50%;position:absolute;left:.25rem;top:.625rem}.cf-pagesPhilosophy_item{display:grid;gap:.75rem}.cf-pagesPhilosophy_listItem{padding-bottom:2rem;border-bottom:.0625rem solid rgba(182,198,207,.3)}.cf-pagesPhilosophy_listItem:last-child{border-bottom:none;padding-bottom:0}@media(min-width:64em){.cf-pagesPhilosophy_listItem{border-bottom:none;padding-bottom:0}}.cf-pagesPhilosophy_btn{margin:4rem auto;text-align:center}@media(min-width:64em){.cf-pagesPhilosophy_btn{margin:5rem auto}}.cf-pagesWhisky_bg{position:relative;padding:4.75rem 3.3333333333vw;clip-path:inset(0)}.cf-pagesWhisky_bg:before{position:fixed;top:0;left:0;z-index:0;width:100%;height:100lvh;content:"";background-image:url(cf_pages_whisky_bg_sp.jpg);background-position:center top;background-size:cover;transform:translateZ(0)}@media(min-width:64em){.cf-pagesWhisky_bg:before{background-image:url(cf_pages_whisky_bg_pc.webp)}}.cf-pagesWhisky_bg>*{position:relative;z-index:1}@media(min-width:64em){.cf-pagesWhisky_bg{padding:7.5rem 3.125rem}}.cf-pagesWhisky_logo{max-width:14.25rem;margin:0 auto}@media(min-width:64em){.cf-pagesWhisky_logo{max-width:23.3125rem}}.cf-pagesWhisky_hero{max-width:70rem;padding:4rem 6.6666666667vw;margin:3.375rem auto 0;color:#fff;background:#083750;border-radius:.25rem}@media(min-width:64em){.cf-pagesWhisky_hero{padding:7.5rem 2.5rem;margin:6.5rem auto 0;border-radius:.5rem}}@media(min-width:75em){.cf-pagesWhisky_hero{padding:7.5rem 10rem}}.cf-pagesWhisky_headlineTitle{display:block;font-weight:600;line-height:var(--line-height-150);text-align:center}@media(min-width:64em){.cf-pagesWhisky_headlineTitle{font-size:3rem}}.cf-pagesWhisky_headlineText{max-width:50rem;margin:2.5rem auto 0;line-height:var(--line-height-200)}.cf-pagesWhisky_headlineText p{font-size:1rem}.cf-pagesWhisky_challengeWrapper{padding:5rem 3.3333333333vw;background:#0c425f}@media(min-width:64em){.cf-pagesWhisky_challengeWrapper{padding:7.5rem 2.5rem}}.cf-pagesWhisky_challenge{max-width:70rem;padding:7.5rem 6.6666666667vw;margin:0 auto;color:#fff;background:#083750}@media(min-width:64em){.cf-pagesWhisky_challenge{padding:7.5rem 3.125rem}}.cf-pagesWhisky_challengeInner{max-width:70rem;margin:0 auto}.cf-pagesWhisky_list{display:grid;gap:4rem}@media(min-width:64em){.cf-pagesWhisky_list{gap:6rem}}.cf-pagesWhisky_listItem{display:grid;flex-direction:column;gap:1.25rem;max-width:50rem;margin:0 auto}@media(min-width:64em){.cf-pagesWhisky_listItem{flex-direction:row;gap:2rem}}.cf-pagesWhisky_listItem:nth-last-child(2) .cf-pagesWhisky_listText{padding-bottom:0;border-bottom:none}.cf-pagesWhisky_listText{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:4rem;border-bottom:.0625rem solid rgba(182,198,207,.3)}@media(min-width:64em){.cf-pagesWhisky_listText{padding-bottom:0;border-bottom:none}}.cf-pagesWhisky_listText p{margin-bottom:0;font-size:1rem;line-height:var(--line-height-200)}.cf-pagesWhisky_listTitle{display:inline-block;font-size:1.75rem;font-weight:600;line-height:var(--line-height-150);text-wrap:auto}@media(min-width:64em){.cf-pagesWhisky_listTitle{max-width:50rem;font-size:2.5rem}}.cf-pagesWhisky_listImage{width:100%;height:auto;padding-bottom:.625rem}@media(min-width:64em){.cf-pagesWhisky_listImage{padding-bottom:1rem}}.cf-pagesWhisky_btn{margin:4rem auto 0;text-align:center}@media(min-width:64em){.cf-pagesWhisky_btn{margin:5rem auto 0}}.cf-pagesWhisky_profile{padding:3rem 0;margin:0 auto;color:#fff;border-top:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}@media(min-width:64em){.cf-pagesWhisky_profile{max-width:50rem;padding:3rem 5rem}}.cf-pagesWhisky_profile h3 span{font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:600;text-align:left;text-transform:none}@media(min-width:48rem){.cf-pagesWhisky_profile h3 span{font-size:1.5rem}}.cf-pagesWhisky_profileContent{display:flex;justify-content:space-between}.cf-pagesWhisky_profileContent h3{margin:0;line-height:1}.cf-pagesWhisky_profileBox{display:flex;flex-direction:column;justify-content:space-between}@media(min-width:48rem){.cf-pagesWhisky_profileBox{width:27.7777777778vw;max-width:25rem}}.cf-pagesWhisky_profileText{font-family:var(--element-text-font-family--body)}.cf-pagesWhisky_profileTitle{margin-top:1.25rem;font-family:var(--element-text-font-family--body);font-size:1rem}@media(min-width:48rem){.cf-pagesWhisky_profileTitle{margin-top:0}}.cf-pagesWhisky_profileName{margin-top:1.5rem;font-family:var(--element-text-font-family--body);font-size:1.5rem}@media(min-width:48rem){.cf-pagesWhisky_profileName{margin-top:0;font-size:1.75rem}}.cf-pagesWhisky_profileNameKana{display:block;font-size:1rem}@media(min-width:48rem){.cf-pagesWhisky_profileNameKana{display:inline-block;margin-top:.5rem}}.cf-pagesWhisky_profileDescription{margin-top:1.5rem;font-family:var(--element-text-font-family--body);font-size:1rem;font-weight:400;line-height:var(--line-height-150);color:#b6c6cf}@media(min-width:48rem){.cf-pagesWhisky_profileDescription{margin-top:2.5rem}}.cf-pagesWhisky_profileImg{margin-top:2.75rem;overflow:hidden}@media(min-width:48rem){.cf-pagesWhisky_profileImg{margin-top:0}}.cf-pagesWhisky_profileImg img{width:31.1111111111vw;height:auto;overflow:hidden;border-radius:.25rem}@media(min-width:64em){.cf-pagesWhisky_profileImg img{width:10.25rem}}.cf-pagesWhiskyCrisis_bg{position:relative;padding:133.3333333333vw 3.3333333333vw 7.5rem;clip-path:inset(0)}.cf-pagesWhiskyCrisis_bg:before{position:fixed;top:0;left:0;z-index:0;width:100%;height:100lvh;content:"";background-image:url(cf_pages_whisky_crisis_bg_sp.jpg);background-repeat:no-repeat;background-position:center top;background-size:cover;transform:translateZ(0)}@media(min-width:48rem){.cf-pagesWhiskyCrisis_bg:before{background-image:url(cf_pages_whisky_crisis_bg_pc.webp)}}@media(min-width:64em){.cf-pagesWhiskyCrisis_bg:before{background-size:cover}}.cf-pagesWhiskyCrisis_bg>*{position:relative;z-index:1}@media(min-width:48rem){.cf-pagesWhiskyCrisis_bg{padding:16.25rem 3.125rem 7.5rem}}@media(min-width:64em){.cf-pagesWhiskyCrisis_bg{padding:22.5rem 3.125rem 7.5rem}}@media(min-width:75em){.cf-pagesWhiskyCrisis_bg{padding:28.75rem 3.125rem 7.5rem}}.cf-pagesWhiskyCrisis_hero{max-width:70rem;padding:1.25rem 6.6666666667vw 5rem;margin:3.375rem auto 0;color:#fff;background:#083750;border-radius:.25rem}@media(min-width:64em){.cf-pagesWhiskyCrisis_hero{padding:2.5rem 2.5rem 7.5rem;margin:6.5rem auto 0;border-radius:.5rem}}.cf-pagesWhiskyCrisis_textTitle{margin-bottom:.625rem;font-size:1.25rem;font-weight:600}@media(min-width:64em){.cf-pagesWhiskyCrisis_textTitle{font-size:1.5rem}}.cf-pagesWhiskyCrisis_headlineTitle{text-align:center}.cf-pagesWhiskyCrisis_headlineTitle .-cf-ja{display:block;max-width:50rem;margin:0 auto;font-size:2rem;font-weight:600;line-height:var(--line-height-150);text-align:left}@media(min-width:64em){.cf-pagesWhiskyCrisis_headlineTitle .-cf-ja{font-size:3rem}}.cf-pagesWhiskyCrisis_headlineTitle .-cf-en{display:block;margin-bottom:2.5rem;font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:400;text-transform:none;letter-spacing:4.8px}@media(min-width:64em){.cf-pagesWhiskyCrisis_headlineTitle .-cf-en{margin-bottom:3rem;font-size:1.4375rem;text-align:center}}.cf-pagesWhiskyCrisis_headlineText{display:grid;gap:1rem;max-width:50rem;margin:2.5rem auto 0;line-height:var(--line-height-200)}.cf-pagesWhiskyCrisis_headlineText p{margin:0;font-size:1rem}.cf-pagesWhiskyCrisis_challengeWrapper{padding:5rem 3.3333333333vw;background:#0c425f}@media(min-width:64em){.cf-pagesWhiskyCrisis_challengeWrapper{padding:7.5rem 2.5rem}}.cf-pagesWhiskyCrisis_challenge{max-width:70rem;padding:5rem 6.6666666667vw 1.25rem;margin:0 auto;color:#fff;background:#083750}@media(min-width:64em){.cf-pagesWhiskyCrisis_challenge{padding:7.5rem 3.125rem}}.cf-pagesWhiskyCrisis_challengeInner{max-width:70rem;margin:0 auto}.cf-pagesWhiskyCrisis_list{display:grid;gap:4rem}@media(min-width:64em){.cf-pagesWhiskyCrisis_list{gap:6rem}}.cf-pagesWhiskyCrisis_listItem{display:grid;flex-direction:column;gap:2.875rem;max-width:50rem;margin:0 auto}@media(min-width:64em){.cf-pagesWhiskyCrisis_listItem{flex-direction:row;gap:5rem}}.cf-pagesWhiskyCrisis_listItem h3{margin:0}.cf-pagesWhiskyCrisis_listText{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:4rem}@media(min-width:64em){.cf-pagesWhiskyCrisis_listText{padding-bottom:0;border-bottom:none}}.cf-pagesWhiskyCrisis_listText h4{margin:0}.cf-pagesWhiskyCrisis_listText p{margin:0;font-size:1rem;line-height:var(--line-height-150)}@media(min-width:64em){.cf-pagesWhiskyCrisis_listText p{font-size:1.25rem;text-align:left}}@media(min-width:75em){.cf-pagesWhiskyCrisis_listText p{text-align:center}}.cf-pagesWhiskyCrisis_listTitle{display:inline-block;font-size:1.75rem;font-weight:600;line-height:var(--line-height-150);text-wrap:auto}@media(min-width:64em){.cf-pagesWhiskyCrisis_listTitle{width:100%;max-width:50rem;font-size:2.5rem;word-break:break-all}}.cf-pagesWhiskyCrisis_listImage{width:100%;height:auto;padding-bottom:.625rem}@media(min-width:64em){.cf-pagesWhiskyCrisis_listImage{padding-bottom:1rem}}.cf-pagesWhiskyCrisis_btn{margin:4rem auto 0;text-align:center}@media(min-width:64em){.cf-pagesWhiskyCrisis_btn{margin:5rem auto 0}}.cf-pagesWhiskyCrisis_listLead{font-size:1.125rem;text-align:center}@media(min-width:64em){.cf-pagesWhiskyCrisis_listLead{font-size:1.25rem}}.cf-pagesWhiskyCrisis_missionTitle{position:relative;display:block;padding-bottom:1.625rem;font-family:var(--family-eb-garamond);font-size:1.75rem;text-align:center;text-transform:none}@media(min-width:64em){.cf-pagesWhiskyCrisis_missionTitle{font-size:2.25rem}}.cf-pagesWhiskyCrisis_missionTitle:after{position:absolute;right:0;bottom:0;left:0;display:block;width:2.5rem;height:.125rem;margin:0 auto;margin:1rem auto 0;content:"";background:#b6c6cf}.cf-pagesWhiskyCrisis_mission{display:flex;flex-flow:column wrap;gap:1.5rem;padding:0;margin:0 auto;list-style-type:none}@media(min-width:48rem){.cf-pagesWhiskyCrisis_mission{flex-direction:row;gap:3rem;margin:2.5rem auto 0}}.cf-pagesWhiskyCrisis_missionItem{font-size:1rem}@media(min-width:48rem){.cf-pagesWhiskyCrisis_missionItem{width:calc(50% - 1.5rem)}}.cf-pagesWhiskyCrisis_missionImage{display:flex;align-items:center;justify-content:center;margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;background:#fff;border-radius:4px}@media(min-width:64em){.cf-pagesWhiskyCrisis_missionImage{margin-top:0}}.cf-pagesWhiskyCrisis_missionImage img{width:11.25rem}.cf-product_descriptionTitle{font-size:1.25rem!important;font-weight:600;margin:0!important}.cf-product_descriptionText{line-height:2;margin-top:.75rem}@media(min-width:64em){.cf-product_descriptionText{margin-top:1rem}}.cf-product_descriptionList{display:flex;margin-top:1.25rem;flex-direction:column;gap:.25rem}@media(min-width:64em){.cf-product_descriptionList{margin-top:1.5rem;flex-direction:row;flex-wrap:wrap}}.cf-product_descriptionListItem{display:flex;align-items:center;background:#fff;padding:.75rem 1.25rem;justify-content:space-between;border-radius:4px}@media(min-width:64em){.cf-product_descriptionListItem{width:calc(50% - .125rem)}}.cf-product_descriptionListLabel{font-size:.875rem;color:#0c425f}.cf-product_descriptionListValue{font-size:1.25rem;font-family:var(--family-eb-garamond);text-transform:none}.cf-product_descriptionListUnit{font-size:1rem;font-family:var(--family-eb-garamond);text-transform:none}.cf-contentWrapper{padding:1.25rem 3.3333333333vw;background:#0c425f}.cf-product_tab{width:100%;overflow:hidden;background:#f8f8f7;border-radius:.5rem}.cf-product_tabHeader{display:flex;gap:0;max-width:35.5625rem;padding-top:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}@media(min-width:64em){.cf-product_tabHeader{padding:2.5rem 2.5rem 0}}.cf-product_tabBtn{display:flex;align-items:center;justify-content:center;width:calc((100% - 4.1666666667vw) / 3);padding:.625rem 3.3333333333vw;margin:0 0 0 1.3888888889vw;font-size:.8125rem;color:#17191a;text-align:left;word-break:break-all;white-space:normal;-webkit-appearance:none;appearance:none;cursor:pointer;background:#ededea;border:none;border-radius:.5rem;transition:color .2s ease,border-color .2s ease}@media(min-width:64em){.cf-product_tabBtn{width:auto;padding:.875rem 1.75rem;margin:.75rem .375rem;font-size:1rem;word-break:normal;white-space:nowrap}}.cf-product_tabBtn[aria-selected=true]{position:relative;color:#0c425f;background:#fff;border-radius:.5rem .5rem 0 0}@media(min-width:64em){.cf-product_tabBtn[aria-selected=true]{padding-bottom:1.625rem;margin-bottom:0}}.cf-product_tabBtn[aria-selected=true]:before{position:absolute;bottom:0;left:-.375rem;display:block;width:.375rem;height:.375rem;content:"";background-color:#fff;-webkit-mask-image:radial-gradient(circle at 0 0,transparent .375rem,black .375rem);mask-image:radial-gradient(circle at 0 0,transparent .375rem,black .375rem)}.cf-product_tabBtn[aria-selected=true]:after{position:absolute;right:-.375rem;bottom:0;display:block;width:.375rem;height:.375rem;content:"";background-color:#fff;-webkit-mask-image:radial-gradient(circle at 100% 0,transparent .375rem,black .375rem);mask-image:radial-gradient(circle at 100% 0,transparent .375rem,black .375rem)}.cf-product_tabBtn[aria-selected=true] .cf-product_tabBtnUnderline{position:absolute;right:0;bottom:0;left:0;width:90%;height:.125rem;margin:0 auto;background-color:#0c425f}.cf-product_tabBtn:focus-visible{outline:2px solid currentcolor;outline-offset:-2px}@media(any-hover:hover){.cf-product_tabBtn:hover{color:#17191a;background:#fff}}.cf-product_tabPanels{display:grid;padding:4rem 6.6666666667vw;background:#fff}@media(min-width:48rem){.cf-product_tabPanels{padding:5rem 8.3333333333vw}}@media(min-width:120em){.cf-product_tabPanels{padding:5rem 7.5rem}}.cf-product_tabPanels h2,.cf-product_tabPanels h3,.cf-product_tabPanels h4,.cf-product_tabPanels h5,.cf-product_tabPanels h6{margin:0}.cf-product_tabPanel{display:grid;gap:4rem;max-width:65rem;margin:0 auto}.cf-product_tabPanel[hidden]{display:none}@media(min-width:48rem){.cf-product_tabPanel{width:72.2222222222vw}}@media(min-width:120em){.cf-product_tabPanel{width:65rem}}.cf-product_tabTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:600}@media(min-width:64em){.cf-product_tabTitle{font-size:1.5rem}}.cf-product_tabDescription{font-size:.9375rem;line-height:1.8}@media(min-width:64em){.cf-product_tabDescription{font-size:1rem}}.cf-product_tabSection{display:grid;gap:1.5rem;font-size:1rem;line-height:var(--line-height-200)}.cf-product_tabSection .cf-product_tabSectionTitle{position:relative;display:block;padding-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1}@media(min-width:64em){.cf-product_tabSection .cf-product_tabSectionTitle{font-size:1.5rem}}.cf-product_tabSection .cf-product_tabSectionTitle:after{position:absolute;bottom:0;left:0;display:block;width:1.5rem;height:.0625rem;content:"";background-color:#0c425f}@media(min-width:48rem){.cf-product_concept{display:flex;gap:3.3333333333vw;align-items:flex-start;justify-content:space-between}}@media(min-width:120em){.cf-product_concept{gap:3rem}}.cf-product_conceptImage{max-width:20rem;margin:1.25rem auto;overflow:hidden;border:solid .0625rem #ededea;border-radius:.25rem}@media(min-width:48rem){.cf-product_conceptImage{width:22.2222222222vw;max-width:20rem;margin:0}}.cf-product_conceptText{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin:0}@media(min-width:48rem){.cf-product_conceptText{gap:1.6666666667vw;width:46.6666666667vw;max-width:42rem}}@media(min-width:120em){.cf-product_conceptText{gap:1.5rem;width:42rem}}.cf-product_conceptText.rte h2,.cf-product_conceptText.rte h3,.cf-product_conceptText.rte h4,.cf-product_conceptText.rte h5,.cf-product_conceptText.rte h6{margin:0}.cf-product_info{display:flex;flex-flow:column wrap;column-gap:1.375rem;list-style-type:none}@media(min-width:48rem){.cf-product_info{flex-direction:row;justify-content:flex-start}}.cf-product_info div{display:flex;align-items:center;padding:1rem;border-bottom:.0625rem solid #b6c6cf}@media(min-width:48rem){.cf-product_info div{width:calc((100% - 2.75rem) / 3);padding:.875rem 0 .625rem .625rem}}.cf-product_info div:first-child{border-top:.0625rem solid #b6c6cf}@media(min-width:48rem){.cf-product_info div:first-child{border-top:none}}@media(min-width:48rem){.cf-product_info div:nth-child(-n+3){border-top:.0625rem solid #b6c6cf}}.cf-product_tastingNoteList{display:flex;flex-flow:column wrap;margin:0;line-height:var(--line-height-150)}@media(min-width:48rem){.cf-product_tastingNoteList{flex-direction:row;row-gap:.25rem;align-items:stretch}}.cf-product_tastingNoteList dt,.cf-product_tastingNoteList dd{background:#f8f8f7}.cf-product_tastingNoteList dt{position:relative;width:100%;padding:1.5rem 4.4444444444vw .75rem;font-size:.875rem;color:#0c425f}@media(min-width:48rem){.cf-product_tastingNoteList dt{display:flex;align-items:center;width:8.625rem;padding:1.25rem}}.cf-product_tastingNoteList dt:before{position:absolute;bottom:0;left:4.4444444444vw;display:block;width:1rem;height:.0625rem;margin-right:.5rem;content:"";background:#b6c6cf}@media(min-width:48rem){.cf-product_tastingNoteList dt:before{top:50%;left:8.625rem;width:.0625rem;height:1.25rem;transform:translateY(-50%)}}.cf-product_tastingNoteList dd{width:100%;padding:.5rem 4.4444444444vw 1.5rem;margin:0 0 .25rem}@media(min-width:48rem){.cf-product_tastingNoteList dd{display:flex;align-items:center;width:calc(100% - 8.625rem);padding:1.25rem;margin:0}}.cf-product_taster{display:flex;flex-direction:column;padding:2.5rem 4.4444444444vw;border-top:.0625rem solid #b6c6cf;border-bottom:.0625rem solid #b6c6cf}@media(min-width:48rem){.cf-product_taster{flex-direction:row;align-items:center;justify-content:space-between;padding:2.5rem 2.7777777778vw}}@media(min-width:75em){.cf-product_taster{padding:2.5rem}}@media(min-width:48rem){.cf-product_tasterHeader{width:16.9444444444vw;max-width:15.25rem}}.cf-product_tasterTitle{margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#0c425f}@media(min-width:48rem){.cf-product_tasterTitle{margin-bottom:.75rem}}.cf-product_tasterName{display:block;font-size:1rem;font-weight:600}.cf-product_tasterText{font-size:.875rem;line-height:var(--line-height-150)}@media(min-width:48rem){.cf-product_tasterText{width:47.2222222222vw;max-width:42.5rem}}.cf-product_challengeList{display:flex;flex-direction:column;gap:3rem;margin-top:1rem}@media(min-width:48rem){.cf-product_challengeList{margin-top:.625rem}}.cf-product_challengeItem{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:48rem){.cf-product_challengeItem{flex-direction:row;gap:4rem}}.cf-product_challengeText{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(min-width:48rem){.cf-product_challengeText{width:45.5555555556vw;max-width:41rem}}.cf-product_challengeText .cf-product_challengeTextTitle{display:flex;gap:1.25rem;align-items:flex-start;font-size:1.25rem;font-weight:600;color:#0c425f}@media(min-width:48rem){.cf-product_challengeText .cf-product_challengeTextTitle{align-items:baseline;align-items:center;font-size:1.5rem}}.cf-product_challengeText p{font-size:1rem;line-height:var(--line-height-200)}.cf-product_challengeTextTitleNum{flex-shrink:0;padding-right:1rem;margin-top:.625rem;font-size:1.5rem;line-height:1;border-right:.0625rem solid #b6c6cf}@media(min-width:48rem){.cf-product_challengeTextTitleNum{margin-top:0;font-size:1.75rem}}.cf-product_challengeTextTitleItem{flex:1;min-width:0;font-size:1.125rem;line-height:var(--line-height-150);text-wrap:auto}@media(min-width:48rem){.cf-product_challengeTextTitleItem{font-size:1.5rem}}.cf-product_challengeImage{width:100%;height:auto}@media(min-width:48rem){.cf-product_challengeImage{max-width:25rem}}html .cf-product_section h1{font-size:1.75rem!important;line-height:var(--line-height-150)!important;text-wrap:auto}@media(min-width:64em){html .cf-product_section h1{font-size:2.5rem!important}}.cf-products{display:grid;gap:.5rem;padding:1.5rem 3.3333333333vw}@media(min-width:64em){.cf-products{padding:7.3125rem 5.5555555556vw 2.5rem}}@media(min-width:75em){.cf-products{padding:7.3125rem 5rem 2.5rem}}.cf-product{display:flex;flex-direction:column;gap:.5rem;align-items:center;padding:5rem 3.3333333333vw}@media(min-width:64em){.cf-product{padding:5rem 0 2.5rem}}.cf-product .image-wrap img{max-height:91.6666666667vw;object-fit:contain}@media(min-width:64em){.cf-product .image-wrap img{max-height:34rem}}.cf-product .flickity-viewport{max-height:91.6666666667vw}@media(min-width:64em){.cf-product .flickity-viewport{max-height:34rem}}.cf-product .product-grid__content{margin-top:2.75rem}@media(min-width:64em){.cf-product .product-grid__content{margin:0}}.cf-product_description .element-text.element-text--rte{display:block;margin-top:1.5rem}@media(min-width:64em){.cf-product_description .element-text.element-text--rte{margin-top:2rem}}.cf-product_section{width:100%;padding:3rem 6.6666666667vw 4rem;background:#f8f8f7;border-radius:.5rem}@media(min-width:48rem){.cf-product_section{width:88.8888888889vw;max-width:80rem;padding:5rem 5.5555555556vw}}@media(min-width:75em){.cf-product_section{padding:5rem}}.cf-product_sectionTab{padding:0}.cf-product .block-price{display:flex;gap:10px;align-items:center}.cf-product .element-price{font-family:var(--family-eb-garamond);--element-text-font-size--body-lg: var(--size-5-5)}@media(min-width:64em){.cf-product_section .medium-up--three-fifths{width:37.7777777778vw;max-width:34rem;padding:0}}@media(min-width:64em){.cf-product_section .medium-up--two-fifths{width:36.3194444444vw;max-width:32rem;padding:0}}@media(min-width:64em){.cf-product_sectionInner{display:flex;gap:4rem;justify-content:space-between;max-width:70rem}}.section-wrapper{padding-inline:1.25rem}@media(min-width:64em){.section-wrapper{padding-inline:3.125rem}}.section-wrapper.-padding-block-start{padding-block-start:6.875rem}.section-wrapper.-padding-block-end{padding-block-end:6.25rem}@media(min-width:64em){.section-wrapper.-padding-block-start{padding-block-start:11.875rem}.section-wrapper.-padding-block-end{padding-block-end:9.375rem}}.section-wrapper_inner{max-width:40rem;margin-inline:auto}@media(min-width:64em){.section-wrapper_inner{max-width:77.5rem}}.cf-shindo_bg{position:relative;padding:6.25rem 3.3333333333vw;clip-path:inset(0)}.cf-shindo_bg:before{position:fixed;top:0;left:0;z-index:0;width:100%;height:100lvh;content:"";background-color:#041423;background-image:url(cf_shindo_bg_sp.webp);background-repeat:no-repeat;background-position:center top;background-size:100vw auto;transform:translateZ(0)}@media(min-width:64em){.cf-shindo_bg:before{background-size:contain}}@media(min-width:48rem){.cf-shindo_bg:before{background-image:url(cf_shindo_bg_pc.webp);background-size:100% auto}}@media(min-width:120em){.cf-shindo_bg:before{background-position:center;background-size:cover}}.cf-shindo_bg>*{position:relative;z-index:1}@media(min-width:48rem){.cf-shindo_bg{padding:10rem 3.125rem 7.5rem}}@media(min-width:64em){.cf-shindo_bg{padding:16.25rem 3.125rem 7.5rem}}@media(min-width:75em){.cf-shindo_bg{padding:22.5rem 3.125rem 7.5rem}}.cf-shindo_headline{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:50rem;padding:3rem 0;margin:0 auto;border-top:.0625rem solid #b6c6cf;border-bottom:.0625rem solid #b6c6cf}.cf-shindo_listTitle{display:block;margin-top:.625rem;font-size:1.25rem;font-weight:600;line-height:var(--line-height-150);text-wrap:auto}@media(min-width:64em){.cf-shindo_listTitle{font-size:1.5rem}}.cf-shindo_listNum{display:block;flex-shrink:0;height:3rem;padding:1rem .625rem .5rem;font-family:var(--family-eb-garamond);font-size:1.25rem;font-weight:400;line-height:1;text-align:center;text-transform:none;background:url(cf_concept_content_num.png) no-repeat center;background-size:auto 100%}@media(min-width:64em){.cf-shindo_listNum{width:2.75rem;height:3.625rem;padding:1.25rem .625rem .5rem;background-size:2.75rem 3.625rem}}.cf-shindo_listTitleText{font-size:1.25rem;font-weight:600}@media(min-width:64em){.cf-shindo_listTitleText{font-size:1.5rem}}.cf-shindo_title{display:flex;gap:1rem;align-items:center;width:100%;margin:0;font-size:1.75rem;font-weight:600}@media(min-width:64em){.cf-shindo_title{gap:1.5rem;font-size:2.5rem}}.cf-shindo_lead{font-size:1.75rem;font-weight:600;line-height:var(--line-height-150)}@media(min-width:64em){.cf-shindo_lead{font-size:2.5rem}}.cf-shindo_challengeWrapper{padding:0 3.3333333333vw 5rem;background:#0c425f}@media(min-width:64em){.cf-shindo_challengeWrapper{padding:0 2.5rem 7.5rem}}.cf-shindo_challenge{position:relative;top:-4rem;max-width:70rem;padding:7.5rem 6.6666666667vw 5rem;margin:0 auto;color:#fff;background:#083750;border-radius:.25rem}@media(min-width:64em){.cf-shindo_challenge{top:-7.5rem;padding:7.5rem 3.125rem;border-radius:.5rem}}.cf-shindo_challengeInner{max-width:70rem;margin:0 auto}.cf-shindo_list{display:grid;gap:4rem}@media(min-width:64em){.cf-shindo_list{gap:6rem}}.cf-shindo_listItem{display:grid;gap:1.25rem;width:100%;max-width:50rem;padding-bottom:4rem;margin:0 auto;border-bottom:.0625rem solid rgba(182,198,207,.3)}@media(min-width:64em){.cf-shindo_listItem{gap:2rem;padding-bottom:0;border-bottom:none}}.cf-shindo_listItem h3{margin:0}.cf-shindo_listItem:nth-last-child(2),.cf-shindo_listItem:last-child{padding-bottom:0;border-bottom:none}.cf-shindo_listText{display:flex;flex-direction:column;gap:1.5rem}.cf-shindo_listText p{margin-bottom:0;font-size:1rem;line-height:var(--line-height-200)}.cf-shindo_listImage{width:100%;height:auto;padding-bottom:.625rem}@media(min-width:64em){.cf-shindo_listImage{padding-bottom:1rem}}.cf-shindo_btn{margin:0 auto;text-align:center}.cf-shindo_listInfo{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;width:100%}@media(min-width:48rem){.cf-shindo_listInfo{flex-direction:row;gap:3rem;align-items:center}}.cf-shindo_listInfo h3{margin:0;line-height:1}.cf-shindo_infoListImage{width:100%;border-radius:.25rem}@media(min-width:48rem){.cf-shindo_infoListImage{width:calc(100% - 26rem);border-radius:.5rem}}@media(min-width:75em){.cf-shindo_infoListImage{max-width:15rem}}.cf-shindo_listDetail{display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%;padding:1.5rem 0;font-size:.875rem;line-height:var(--line-height-150);border-top:.0625rem solid rgba(255,255,255,.3);border-bottom:.0625rem solid rgba(255,255,255,.3)}@media(min-width:48rem){.cf-shindo_listDetail{width:calc(100% - 15rem);height:100%;padding:.625rem 3rem}}@media(min-width:64em){.cf-shindo_listDetail{padding:2rem 3rem}}@media(min-width:75em){.cf-shindo_listDetail{max-width:31.375rem}}.cf-shindo_detailName{font-size:1.25rem;font-weight:600}@media(min-width:64em){.cf-shindo_detailName{font-size:1.5rem}}.cf-shindo_detailAddress{margin:.25rem 0 0;font-size:.875rem}.cf-shindo_detailTable{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0}.cf-shindo_detailLabel{color:#b6c6cf;white-space:nowrap}.cf-shindo_detailData{margin:0}.template-component{--this-gap: .5rem;--this-color-text: var(--color-text-secondary);padding:2.5rem;background-color:var(--color-bg-primary)}.template-component.-dark{--this-color-text: var(--color-text-primary)}.template-component_inner{max-width:31.25rem;margin:0 auto}@media(min-width:64em){.template-component_inner{max-width:50rem}}@media(min-width:75em){.template-component_inner{max-width:75rem}}.template-component_item{display:flex;gap:var(--this-gap);align-items:center;justify-content:center;color:var(--this-color-text)}.template-component.-vertical .template-component_item{flex-direction:column}.text-link{--this-color-text: var(--color-text-primary);--this-color-text-hover: var(--color-text-secondary);--this-gap: .25rem;--this-icon-size: 1rem;--this-transition: var(--easing-standard) .2s;display:inline-flex;gap:var(--this-gap);align-items:center;color:var(--this-color-text);text-decoration:none;transition:color var(--this-transition)}.text-link.-icon-left{flex-direction:row-reverse}.text-link.-icon-right{flex-direction:row}@media(any-hover:hover){.text-link:hover{color:var(--this-color-text-hover)}.text-link:hover .text-link_icon{transform:translate(.125rem)}}.text-link:focus{outline:2px solid var(--color-focus, #0066cc);outline-offset:2px}.text-link_icon{display:flex;align-items:center;justify-content:center;width:var(--this-icon-size);height:var(--this-icon-size);transition:transform var(--this-transition)}.text-link.-icon-left .text-link_icon,.text-link.-icon-right .text-link_icon{transform:translate(0)}@media(any-hover:hover){.text-link.-icon-left:hover .text-link_icon{transform:translate(.125rem)}.text-link.-icon-right:hover .text-link_icon{transform:translate(-.125rem)}}.cf-top_brand{position:relative}.top_brandList{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}@media(min-width:48rem){.top_brandList{margin-top:4rem;flex-direction:row;gap:3rem}}@media(min-width:75em){.top_brandList{margin-top:4rem}}.top_brandList li{list-style-type:none}@media(min-width:48rem){.top_brandList li{width:calc(50% - 1.5rem)}}.top_brandList a{text-decoration:none;color:#fff;display:flex;gap:1rem;background:#083750;border-radius:2px;padding:1.5rem 1rem 1.25rem 1.25rem;flex-direction:column;justify-content:space-between;font-size:1rem;font-weight:700}@media(min-width:48rem){.top_brandList a{height:100%;border-radius:4px;gap:1.75rem;flex-direction:row;padding:1.25rem 1rem 1.25rem 1.25rem;align-items:center}}.top_brandList a .icon-component{align-self:flex-end;filter:brightness(0) invert(1);transition:transform .3s ease}@media(any-hover:hover){.top_brandList a:hover{background:#0c425f}.top_brandList a:hover .icon-component{transform:translate(4px)}}.top_brandList img{color:#fff}.cf-top_brandInner{max-width:90.375rem;padding:7.5rem 6.6666666667vw 7.875rem;margin:0 auto}@media(min-width:48rem){.cf-top_brandInner{padding:7.5rem 1.25rem}}.cf-top_brandTitle{font-size:1.75rem;text-align:center;font-weight:600;color:#fff}@media(min-width:48rem){.cf-top_brandTitle{font-size:2.5rem}}.cf-top_brandTitle span{display:block;font-size:1rem;font-family:var(--family-eb-garamond);color:var(--color-white-60);font-weight:400;margin-top:.5rem;text-transform:none}@media(min-width:64em){.cf-top_brandTitle span{font-size:1.25rem;margin-top:.75rem}}.cf-top_brandImg{width:100%}@media(min-width:48rem){.cf-top_brandImg{width:18.8888888889vw;max-width:17rem}}.cf-top_brandLinkText{display:flex;flex-direction:column;color:#fff}@media(min-width:48rem){.cf-top_brandLinkText{width:19.5833333333vw;max-width:17.625rem}}#page-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:var(--semantic-background-default, #0e0e0e);transition:opacity .4s ease,visibility .4s ease}#page-loading.is-hidden{visibility:hidden;pointer-events:none;opacity:0}.page-loading_spinner{width:36px;height:36px;border:2px solid rgba(255,255,255,.15);border-top-color:#ffffffb3;border-radius:50%;animation:loading-spin .8s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.mask-section{--mask-bg-opacity: 0;position:relative;height:220vh;clip-path:inset(0)}.mask-section:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;content:"";background-image:url(bg_top_fv_sp.png);background-position:top center;background-size:100% auto;opacity:var(--mask-bg-opacity, 0);transform:translateZ(0);will-change:opacity,transform}@media(min-width:48rem){.mask-section:before{background-image:url(bg_top_fv.webp);background-size:cover}}@media(min-width:64em){.mask-section{height:180vh}}.mask-section_bubble{opacity:0;clip-path:inset(0)}.mask-section_bubble:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;content:"";background-image:url(cf_top_fv_bubble_sp.webp);background-position:top;background-size:cover;transform:translateZ(0);will-change:transform}@media(min-width:48rem){.mask-section_bubble:before{background-image:url(cf_top_fv_bubble_pc.webp)}}.mask-container{position:sticky;top:0;width:100%;height:100vh;opacity:0}.mask-image{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:top center;opacity:0;clip-path:url(#hero-clip)}.main-title{margin:0 0 20px;font-size:4rem;letter-spacing:.1em}.sub-text{margin:0;font-size:1.2rem}.cf{background-color:#0c425f}.-sp-br{display:block}@media(min-width:64em){.-sp-br{display:none}}.cf-concept{--before-opacity: 0;position:relative;z-index:2;margin-top:-100vh;color:#fff;opacity:0;clip-path:inset(0)}.cf-concept:after{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";background-image:url(bg_top_fv_sp.png);background-position:top center;background-size:100% auto;opacity:var(--before-opacity, 0);transform:translateZ(0);will-change:opacity,transform}@media(min-width:48rem){.cf-concept:after{background-image:url(bg_top_fv.webp);background-size:cover}}.cf-concept.-bg-visible{opacity:1}.cf-concept:before{position:absolute;display:block;width:100%;height:100%;content:"";background:linear-gradient(180deg,#0000,#0009,#000);transition:opacity .3s ease}.cf-concept_inner{position:relative;z-index:1;width:100%;max-width:39rem;margin:0 auto;text-align:center}.cf-concept_title{font-size:2rem;font-weight:600;line-height:var(--line-height-150)}@media(min-width:64em){.cf-concept_title{font-size:3rem}}.cf-concept_textBox{margin-top:2.8125rem;font-size:1rem;font-weight:400;line-height:var(--line-height-220)}@media(min-width:64em){.cf-concept_textBox{margin-top:3.5rem;font-size:1.125rem;line-height:var(--line-height-250)}}.cf-concept_challenge{position:relative;z-index:1;margin-top:3.5rem;font-size:1.125rem;font-weight:600}@media(min-width:64em){.cf-concept_challenge{margin-top:5rem;font-size:1.5rem}}.cf-concept_challengeInner{max-width:90.375rem;padding:0rem 6.6666666667vw 7.875rem;margin:0 auto}@media(min-width:64em){.cf-concept_challengeInner{padding:0rem 1.25rem 7.5rem}}.cf-concept_challengeTitle{font-size:1.75rem;font-weight:600;text-align:center}@media(min-width:64em){.cf-concept_challengeTitle{font-size:2.5rem}}.cf-concept_challengeTitle span{display:block;margin-top:.5rem;font-family:var(--family-eb-garamond);font-size:1rem;font-weight:400;color:var(--color-white-60);text-transform:none}@media(min-width:64em){.cf-concept_challengeTitle span{margin-top:.75rem;font-size:1.25rem}}.cf-concept_challengeList{display:flex;flex-direction:column;gap:.375rem;justify-content:space-between;margin-top:2.5rem}@media(min-width:48rem){.cf-concept_challengeList{flex-direction:row;gap:.5rem;margin-top:3rem}}.cf-concept_challengeList>div{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:.25rem .75rem 1rem;overflow:hidden;border-radius:2px}@media(min-width:48rem){.cf-concept_challengeList>div{width:calc((100% - 1rem) / 3);aspect-ratio:1/1;padding:1.125rem 1.25rem;border-radius:4px}}.cf-concept_challengeList>div p{align-self:flex-end;font-size:1.125rem;font-weight:400}@media(min-width:64em){.cf-concept_challengeList>div p{font-size:1.5rem}}.cf-concept_challengeNumber{font-family:var(--family-eb-garamond);font-size:2.75rem;font-weight:400}@media(min-width:64em){.cf-concept_challengeNumber{font-size:3.25rem}}.cf-concept_challengeList1{background-image:url(cf_top_challenge_img01_sp.jpg);background-size:100% auto}@media(min-width:48rem){.cf-concept_challengeList1{background-image:url(cf_top_challenge_img01_pc.jpg)}}.cf-concept_challengeList2{background-image:url(cf_top_challenge_img02_sp.jpg);background-size:100% auto}@media(min-width:48rem){.cf-concept_challengeList2{background-image:url(cf_top_challenge_img02_pc.webp)}}.cf-concept_challengeList3{background-image:url(cf_top_challenge_img03_sp.jpg);background-size:100% auto}@media(min-width:48rem){.cf-concept_challengeList3{background-image:url(cf_top_challenge_img03_pc.webp)}}.cf-concept_challengeLink{margin-top:4.375rem;text-align:center}@media(min-width:64em){.cf-concept_challengeLink{margin-top:5rem}}.cf-top_profileContent{display:flex;justify-content:space-between}.cf-top_profileImg{width:27.7777777778vw;max-width:6.25rem;aspect-ratio:1/1}@media(min-width:64em){.cf-top_profileImg{width:100%;max-width:9.375rem}}.cf-top_profileImg img{width:100%;height:auto;object-fit:cover;border-radius:.25rem}.cf-hero_logo{position:absolute;top:20vh;right:0;left:0;z-index:1;width:fit-content;width:58.3333333333vw;max-width:13.125rem;margin-inline:auto}@media(min-width:64em){.cf-hero_logo{width:51.0416666667vw;max-width:45.9375rem}}.cf-hero-img{display:block;-webkit-mask-image:url(hero-frame.svg);mask-image:url(hero-frame.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 201px;mask-size:auto 201px;-webkit-mask-position-x:50%;-webkit-mask-position-y:50vh;-webkit-mask-position-y:50svh}@media screen and (max-width:767px){.cf-hero-img{-webkit-mask-size:34.7222222222vw 33.3333333333vw;mask-size:34.7222222222vw 33.3333333333vw}}.cf-hero-img img,.cf-hero-img picture{pointer-events:none}.cf-hero-img img{display:block;width:100%;height:auto;margin-inline:auto}@media screen and (max-width:47.9375em){.cf-hero-img img{height:100vh;object-fit:cover;object-position:top}}.cf-hero-scroll{position:absolute;top:86vh;right:0;left:0;z-index:-1;width:fit-content;margin-inline:auto;transition:opacity var(--transit-default),filter var(--transit-default)}@media screen and (max-width:75em){.cf-hero-scroll{top:67vh}}.cf-hero--scroll_off{display:none}.ipad .cf-hero,.ipad .cf-hero--scroll_off{height:100vh;height:100lvh}.ipad .cf-hero-img img{transform:scale(.8) translateY(-10vh)}.ipad .cf-hero--scroll_off{position:relative;display:block}.ipad .cf-hero--scroll_off:before{position:absolute;top:-1px;right:0;left:0;height:200px;content:"";background:linear-gradient(180deg,var(--is-wht-bg-body) 0%,rgba(255,255,255,0) 100%)}.cf-top_product{position:relative;color:#17191a;clip-path:inset(0)}.cf-top_product:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";background-image:url(cf_top_product_sp.jpg);background-position:center;background-size:100% auto;transform:translateZ(0);will-change:transform}@media(min-width:64em){.cf-top_product:before{background-image:url(cf_top_product_pc.webp);background-size:cover}}.cf-top_productList{display:flex;flex-flow:column wrap;gap:.625rem;width:100%;max-width:80rem;padding:0;margin:0 auto;list-style-type:none}@media(min-width:48rem){.cf-top_productList{flex-direction:row;align-items:stretch}}.cf-top_productListItem{width:100%;text-align:center;background:#fff;border-radius:4px}@media(min-width:48rem){.cf-top_productListItem{width:calc((100% - 1.25rem) / 3);max-width:26.25rem}}.cf-top_productListItem a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:.75rem}@media(min-width:48rem){.cf-top_productListItem a{padding:1rem}}@media(any-hover:hover){.cf-top_productListItem a:hover .icon-component{transform:translate(4px)}}.cf-top_productListItem .grid-item__content{border-radius:4px}.cf-top_productListItem img{margin:0 auto}.cf-top_productListItem span{display:block}.cf-top_productListItem .icon-component{align-self:flex-end;width:1.5rem;height:1.5rem;transition:transform .3s ease}.cf-top_productInner{position:relative;z-index:1;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between;max-width:90.375rem;padding:7.5rem 6.6666666667vw 7.875rem;margin:0 auto}@media(min-width:64em){.cf-top_productInner{gap:5rem;padding:7.5rem 1.25rem}}.cf-top_productTitle{margin-bottom:2.5rem;font-size:1.75rem;font-weight:600;color:#fff;text-align:center}@media(min-width:64em){.cf-top_productTitle{margin-bottom:3rem;font-size:2.5rem}}.cf-top_productTitle span{display:block;margin-top:.5rem;font-family:var(--family-eb-garamond);font-size:1rem;font-weight:400;color:var(--color-white-60);text-transform:none}@media(min-width:64em){.cf-top_productTitle span{margin-top:.75rem;font-size:1.25rem}}.cf-top_productLink{position:relative;z-index:1;text-align:center}.cf-top_story{overflow:hidden;color:#fff;background:var(--background-primary-blue800)}.cf-top_storyInner{max-width:90.375rem;padding:0;margin:0 auto}@media(min-width:64em){.cf-top_storyInner{max-width:none;padding:0;margin:0}}.cf-top_storyContent{position:relative;gap:.625rem;padding:0 0 33.3333333333vw}@media(min-width:64em){.cf-top_storyContent{display:flex;flex-direction:row;gap:5.5555555556vw;align-items:stretch;padding:0}}@media(min-width:75em){.cf-top_storyContent{gap:5rem}}.cf-top_storyContent h2 img{margin:0 auto}.cf-top_storyContent h3{font-size:1.25rem;font-weight:700;line-height:var(--line-height-150);text-align:center}@media(min-width:64em){.cf-top_storyContent h3{font-size:1.75rem}}@media(min-width:64em){.cf-top_storyContent>.pin-spacer{flex:0 0 50vw!important;width:50vw!important}}.cf-top_storyContent .img{position:sticky;top:0;z-index:0;width:100%;height:55vh}@media(min-width:64em){.cf-top_storyContent .img{position:sticky;top:1rem;bottom:1rem;z-index:auto;flex:0 0 50vw;align-self:flex-start;width:50vw;height:auto;height:100vh}.cf-top_storyContent .img img{position:absolute;top:1rem;right:0;bottom:1rem;left:1rem;display:block;width:calc(100% - 1rem);height:calc(100% - 2rem);object-fit:cover;border-radius:8px}}.cf-top_storyContent .cf-top_storyText p{padding:0 2.2222222222vw 0 4.4444444444vw;margin-top:2.75rem;font-family:var(--element-text-font-family--body);font-size:1rem;font-weight:400;line-height:var(--line-height-200);color:#b6c6cf}@media(min-width:64em){.cf-top_storyContent .cf-top_storyText p{padding:0;margin-top:1.5rem}}.cf-top_storyContent .text{position:relative;z-index:1;display:flex;flex-direction:column;gap:2.5rem;width:calc(100% - 3.3333333333vw);padding:7.8125rem 3.3333333333vw 5.25rem;margin:0 auto;font-family:var(--element-text-font-family--body);background-color:#0c425f}@media(min-width:64em){.cf-top_storyContent .text{position:static;z-index:auto;flex:1;gap:3rem;width:auto;max-width:none;padding:15rem max(1rem,(100vw - 1440px) / 2 + 1.25rem) 26.25rem 0}}.cf-top_storyLink{margin:2.5rem auto 0;text-align:center}@media(min-width:64em){.cf-top_storyLink{margin:5rem auto 0}}.cf-top_storyProfile{padding:3rem 5.5555555556vw;color:#fff;background-color:#083750;border-radius:.25rem}@media(min-width:64em){.cf-top_storyProfile{padding:4rem 2.5rem}}.cf-top_storyProfile h3{font-family:var(--family-eb-garamond);font-size:.875rem;text-align:left;text-transform:none}@media(min-width:64em){.cf-top_storyProfile h3{font-size:1rem}}.cf-top_profileText{margin-top:.4375rem;font-family:var(--element-text-font-family--body)}@media(min-width:64em){.cf-top_profileText{margin-top:4.5rem}}.cf-top_profileTitle{font-family:var(--element-text-font-family--body);font-size:.75rem}@media(min-width:64em){.cf-top_profileTitle{font-size:.875rem}}.cf-top_profileName{font-family:var(--element-text-font-family--body);font-size:1.25rem}@media(min-width:64em){.cf-top_profileName{font-size:1.5rem}}.cf-top_profileNameKana{display:block;font-size:.75rem}@media(min-width:64em){.cf-top_profileNameKana{display:inline-block;margin-top:.5rem;font-size:.875rem}}.cf-top_profileDescription{margin-top:1.5rem;font-family:var(--element-text-font-family--body);font-size:.875rem;font-weight:400;line-height:var(--line-height-150);color:#b6c6cf}@media(min-width:64em){.cf-top_profileDescription{margin-top:2.5rem}}.cf-top_bottomBg{background-color:#041423;background-image:url(cf_top_bg_sp.jpg);background-repeat:no-repeat;background-position:top center;background-size:100% auto}@media(min-width:64em){.cf-top_bottomBg{background-image:url(cf_top_bg_pc.jpg);background-size:150rem auto}}@media(min-width:150em){.cf-top_bottomBg{background-size:100% auto}}.cf-footer{padding:0 3.3333333333vw;color:#fff;border-radius:8px}.cf-footer.cf-footer_sub{background:url(cf_footer_sub_sp.jpg);background-repeat:no-repeat;background-position:top center;background-size:100% auto}@media(min-width:64em){.cf-footer.cf-footer_sub{background-image:url(cf_footer_sub_pc.webp);background-size:cover}}@media(min-width:48rem){.cf-footer{padding:0 1.125rem}}.cf-footer_inner{position:relative;padding:4rem 6.6666666667vw 1rem;background:var(--color-white-10, rgba(255, 255, 255, .1))}@media(min-width:48rem){.cf-footer_inner{padding:4rem 4rem 1.5rem}}.cf-footer_inner:after{position:absolute;bottom:12.7777777778vw;left:0;width:100%;height:.0625rem;pointer-events:none;content:"";background:#ffffff4d}@media(min-width:64em){.cf-footer_inner:after{bottom:4.125rem}}.cf-footer_contentInner{display:flex;flex-direction:column;max-width:87.875rem;margin:0 auto;border-top:1px solid rgba(255,255,255,.3);border-radius:4px}@media(min-width:64em){.cf-footer_contentInner{flex-direction:row;justify-content:space-between;padding-top:3rem;padding-bottom:4.0625rem;margin-top:3rem}}.cf-footer_contentInner h2{font-size:.75rem;color:#9fb5c2}.cf-footer_contentTop{display:flex;flex-direction:column;max-width:87.875rem;padding-bottom:2.5rem;margin:0 auto}@media(min-width:64em){.cf-footer_contentTop{flex-direction:row;justify-content:space-between;padding-bottom:0}}.cf-footer_logo{max-width:17.4375rem}@media(min-width:64em){.cf-footer_logo{max-width:19.875rem}}.cf-footer_newsLetter{display:flex;flex-direction:column;gap:1rem;margin-top:1.875rem}@media(min-width:64em){.cf-footer_newsLetter{flex-direction:row;align-items:center;justify-content:space-between;width:41.5972222222vw;max-width:37.4375rem;margin-top:0}}.cf-footer_newsLetter .cf-footer_newsletterBtn{width:100%;min-width:13.5625rem;padding:0}@media(min-width:64em){.cf-footer_newsLetter .cf-footer_newsletterBtn{width:13.5625rem}}.cf-footer_newsLetter .button-component_label{display:block;width:calc(100% - 4.25rem);text-align:center}.cf-footer_newsLetterText p{text-align:left}.cf-footer_contentLeft{display:flex;flex-direction:column;max-width:49.5rem;padding-top:2.5rem}@media(min-width:64em){.cf-footer_contentLeft{flex-direction:row;gap:5.5555555556vw;justify-content:space-between;width:55vw;padding-top:3rem}}@media(min-width:75em){.cf-footer_contentLeft{gap:5rem}}@media(min-width:64em){.cf-footer_contentLeft .footer__block:nth-child(1){width:4.4444444444vw;max-width:4rem}}.cf-footer_contentLeft .footer__block:nth-child(2) a{display:block}@media(min-width:64em){.cf-footer_contentLeft .footer__block:nth-child(2){width:22.5vw;max-width:20.25rem}}@media(min-width:64em){.cf-footer_contentLeft .footer__block:nth-child(3){width:5.5555555556vw;max-width:5rem}}@media(min-width:64em){.cf-footer_contentLeft .footer__block:nth-child(4){width:6.25vw;max-width:5.625rem}}.cf-footer_contentRight{margin-top:3rem}@media(min-width:64em){.cf-footer_contentRight{max-width:14.6875rem;margin-top:2.5rem}}.cf-footer_contentRight .cf-footer_linkTitle{display:none}.cf-footer_contentRight .cf-footer_link{font-size:.75rem}.cf-footer_contentRight .cf-footer_linkList{gap:1.25rem}.cf-footer_linkTitle{font-size:.75rem}.cf-footer_linkX{display:flex;flex-direction:row;align-items:center;margin-top:1.625rem;font-size:.75rem;color:#9fb5c2}.cf-footer_linkX a{padding:.25rem 0rem 0 1rem}.cf-footer_linkX .icon-component{width:2rem;height:2rem}@media(min-width:64em){.cf-footer_linkX .icon-component{width:2.375rem;height:2.375rem}}.cf-footer_linkX .icon-component img{width:2rem;height:2rem}@media(min-width:64em){.cf-footer_linkX .icon-component img{width:2.375rem;height:2.375rem}}.cf-footer_section:not(:first-child){margin-top:2.5rem}@media(min-width:64em){.cf-footer_section:not(:first-child){margin-top:0}}.cf-footer_linkList{display:flex;flex-direction:column;gap:1.6875rem;padding:0;margin:1.5rem 0 0;line-height:var(--line-height-130);list-style-type:none}@media(min-width:64em){.cf-footer_linkList{gap:1.5rem}}.cf-footer_link{display:block;font-size:.875rem;color:#fff;text-decoration:none}@media(any-hover:hover){.cf-footer_link:hover{text-decoration:underline}}.payment-methods{max-width:12.125rem;padding-bottom:2.25rem;margin-top:2.375rem}@media(min-width:64em){.payment-methods{margin-top:1.5rem}}.payment-methods img{margin-top:1.5rem}@media(min-width:64em){.payment-methods img{margin-top:1.5rem}}.payment-methods .cf-footer_linkTitle{display:block}.footer-bottom{margin-top:1.5rem;font-size:.75rem;color:#9fb5c2;text-align:center}.cf-newsletter-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .3s ease}.cf-newsletter-modal.is-open{pointer-events:auto;opacity:1}.cf-newsletter-modal_backdrop{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background-color:#0009}.cf-newsletter-modal_content{position:relative;width:min(30rem,100vw - 2rem);padding:3rem 2rem 2.5rem;background-color:#0c425f;border:1px solid rgba(255,255,255,.15);transform:translateY(1rem);transition:transform .3s ease}.cf-newsletter-modal.is-open .cf-newsletter-modal_content{transform:translateY(0)}@media(min-width:64em){.cf-newsletter-modal_content{padding:3.5rem 3rem 3rem}}.cf-newsletter-modal_close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.625rem;color:#fff9;cursor:pointer;background:none;border:none;transition:color .2s ease}@media(any-hover:hover){.cf-newsletter-modal_close:hover{color:#fff}}.cf-newsletter-modal_close svg{width:1.25rem;height:1.25rem}.cf-newsletter-modal_title{font-size:1.125rem;font-weight:500;color:#fff;letter-spacing:.05em}@media(min-width:64em){.cf-newsletter-modal_title{font-size:1.25rem}}.cf-newsletter-modal_desc{margin-top:.75rem;font-size:.8125rem;line-height:1.6;color:#fff9}.cf-newsletter-modal_form{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media(min-width:64em){.cf-newsletter-modal_form{flex-direction:row;gap:.5rem}}.cf-newsletter-modal_input{flex:1;height:3rem;padding-inline:1rem;font-size:.875rem;color:#fff;outline:none;background-color:#ffffff14;border:1px solid rgba(255,255,255,.2);transition:border-color .2s ease}.cf-newsletter-modal_input::placeholder{color:#ffffff59}.cf-newsletter-modal_input:focus{border-color:#ffffff80}.cf-newsletter-modal_submit{flex-shrink:0}.cf-footer_newsletterDialog{position:fixed;top:50%;left:50%;width:min(480px,100vw - 32px);padding:5rem 1.125rem;margin:0;color:#fff;background:#083750;border:none;border-radius:8px;opacity:1;transform:translateY(0) scale(1);translate:-50% -50%;transition:opacity .4s ease,transform .4s ease,overlay .4s ease allow-discrete,display .4s ease allow-discrete}.cf-footer_newsletterDialog:focus{outline:none}.cf-footer_newsletterDialog .newsletter__input-group{flex-direction:column;width:100%;max-width:40rem}@media(min-width:64em){.cf-footer_newsletterDialog .newsletter__input-group{width:44.4444444444vw}}@starting-style{.cf-footer_newsletterDialog{opacity:0;transform:translateY(12px) scale(.97)}}.cf-footer_newsletterDialog:not([open]){display:none;pointer-events:none;opacity:0;transform:translateY(12px) scale(.97)}@media(min-width:64em){.cf-footer_newsletterDialog{width:66.6666666667vw;max-width:60rem;padding:5rem 1.5rem}}.cf-footer_newsletterDialog p{max-width:40rem;margin:0 auto 1.5rem;font-size:1rem;line-height:var(--line-height-200)}@media(min-width:64em){.cf-footer_newsletterDialog p{width:44.4444444444vw;margin:0 auto 2rem}}.cf-footer_newsletterDialog .newsletter__input{min-height:3rem;margin-bottom:1.5rem;color:#fff;background:#0c425f;border:1px solid rgba(255,255,255,.3);box-shadow:none}@media(min-width:64em){.cf-footer_newsletterDialog .newsletter__input{margin-bottom:2rem}}.cf-footer_newsletterDialog .cf-footer_newsletterBtn{max-width:13.5625rem}.cf-footer_newsletterDialog .button-component_inner{min-height:3.5rem}.cf-footer_newsletterDialog .button-component_icon{width:3.5rem;height:3.5rem}.cf-footer_newsletterDialog::backdrop{background:#0000;transition:background .4s ease,overlay .4s ease allow-discrete,display .4s ease allow-discrete}@starting-style{.cf-footer_newsletterDialog::backdrop{background:#0000}}.cf-footer_newsletterDialog[open]::backdrop{background:#00000080}.cf-footer_newsletterDialog__close{position:absolute;top:.75rem;right:1rem;width:3rem;padding:0;margin-left:auto;color:inherit;cursor:pointer;background:none;border:none}@media(min-width:64em){.cf-footer_newsletterDialog__close{top:1rem;right:1.5rem;width:4.5rem}}.cf-footer_newsletterDialog__close svg{width:100%}.cf-footer_newsletterDialog__close:hover{opacity:1}.slide-nav{margin-top:4rem}.cf-top_productListItem .grid-item__meta:before{display:block;width:32px;height:1px;margin:0 auto;margin-bottom:1.5rem;content:"";background:#0c425f}@media(min-width:64em){.cf-top_productListItem .grid-item__meta:before{margin-bottom:2.1875rem}}.slide-nav__item{display:block;width:100%;margin:0}.slide-nav__item .slide-nav__button .slide-nav__link span{position:relative;right:-.625rem}.slide-nav__link{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem .5rem;font-size:calc(var(--element-text-font-size--body-md) + 2px);font-size:1rem;color:#fff;text-align:center;border-top:1px solid rgba(255,255,255,.3)}@media(min-width:64em){.slide-nav__link{padding:1.5rem .5rem}}@media(any-hover:hover){.slide-nav__link:hover{background:#0c425f}}.slide-nav__link>span{display:block;flex:1 1 auto}.slide-nav__link .element-icon{width:.6875rem;height:.6875rem;margin-left:.625rem;transition:transform var(--slide-curve)}.slide-nav__dropdown .slide-nav__link{font-size:.875rem}.slide-nav__dropdown .slide-nav__item:last-child{padding-bottom:1.25rem}@media(min-width:64em){.site-header__drawer-animate{width:27.7777777778vw;max-width:25rem;margin:0 auto}}.cf-recommend{padding:2.5rem 0 5rem;margin:0 auto}@media(min-width:64em){.cf-recommend{padding:5rem 0}}.cf-productListItem .grid-item__meta{text-align:center}.cf-productListItem .grid-item__meta .element-text:is([class*=element-text--body]):where(.element-text--body-md){font-size:1rem}.cf-productListItem .grid-item__meta .element-text:is([class*=element-text--heading]):where(.element-text--heading-xs){font-size:1.25rem}.cf-productList{display:flex;flex-flow:column wrap;gap:.625rem;width:100%;max-width:80rem;padding:0;margin:0 auto;list-style-type:none}@media(min-width:48rem){.cf-productList{flex-direction:row;align-items:stretch}}.cf-productListItem{width:100%;overflow:hidden;text-align:center;background:#fff;border-radius:4px}@media(min-width:48rem){.cf-productListItem{width:calc((100% - 1.25rem) / 3);max-width:26.25rem}}.cf-productListItem a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;padding:.75rem}@media(min-width:48rem){.cf-productListItem a{padding:1rem}}@media(any-hover:hover){.cf-productListItem a:hover .icon-component{transform:translate(4px)}}.cf-productListItem .grid-item__content{display:flex;flex:1;flex-direction:column;justify-content:flex-start;width:100%;border-radius:4px}.cf-productListItem img{margin:0 auto}.cf-productListItem span{display:block}.cf-productListItem .icon-component{align-self:flex-end;width:1.5rem;height:1.5rem;transition:transform .3s ease}.cf-productListItem .grid-item__meta:before{display:block;width:32px;height:1px;margin:0 auto;margin-bottom:1.5rem;content:"";background:#0c425f}@media(min-width:64em){.cf-productListItem .grid-item__meta:before{margin-bottom:2.1875rem}}.element-button--shopify-payment-wrapper{--_font-size: rem(16)}@media(min-width:64em){.element-button--shopify-payment-wrapper{--_font-size: rem(20)}}.cf-notfound{max-width:62.5rem;padding:0 6.6666666667vw;margin:0 auto;color:#fff}@media(min-width:64em){.cf-notfound{padding:0;text-align:center}}.cf-notfound_title{font-weight:2rem;font-weight:600;text-wrap:auto}@media(min-width:64em){.cf-notfound_title{font-weight:3rem}}.cf-notfound_text{margin-top:4rem;line-height:var(--line-height-220)}@media(min-width:64em){.cf-notfound_text{line-height:var(--line-height-250)}}.cf-notfound_text p{margin:0;font-size:1rem}@media(min-width:64em){.cf-notfound_text p{font-size:1.125rem}}.site-header_inner a,.site-header_inner button{transition:opacity .4s ease}@media(any-hover:hover){.site-header_inner a:hover,.site-header_inner button:hover{opacity:.6}}.cf-cart_header{margin:1rem 0 1.5rem;text-align:center}@media(min-width:64em){.cf-cart_header{margin:3rem 0 3.375rem}}.second-block{background-color:var(--color-gray-500)}.-u-disabled-sm{display:none}@media(min-width:64em){.-u-disabled-sm{display:initial}}.js-fadein{opacity:0;transform:translateY(20px);transition:opacity var(--fadein-duration, .8s) ease,transform var(--fadein-duration, .8s) ease}.js-fadein.is-active{opacity:1;transform:translateY(0)}.-u-disabled-md{display:initial}@media(min-width:64em){.-u-disabled-md{display:none}}@layer reset;@layer base;
/*# sourceMappingURL=/cdn/shop/t/23/assets/cf-custom.css.map */
