@charset "utf-8";


/** #PC
===================================*/



/** font
===================================*/



/** base
===================================*/
.wrapper .__inner {
	max-width: 1190px;
	padding-inline: 15px;
}


/** layout
===================================*/
.wrapper.wrapper--column-2 .__inner .main {
	width: 890px;
	padding-inline: 0;
}

.wrapper.wrapper--column-2 .__inner .aside {
	width: 230px;
	padding-inline: 0;
}


/* 767px以下 */
@media screen and (max-width: 1200px) {
.wrapper.wrapper--column-2 .__inner .main {
	width: calc(100% - 260px);
}

.wrapper.wrapper--column-2 .__inner .aside {
	width: 230px;
}
} /* @media */


/* 767px以下 */
@media screen and (max-width: 767px) {
.wrapper.wrapper--column-2 .__inner .main {
	width: 100%;
}

.wrapper.wrapper--column-2 .__inner .aside {
	width: 0;
}
} /* @media */



/** header
===================================*/
#header {
}

.headline_wrap {
}

.headline {
}

.header_inner {
}

.logo {
}

.logo img {
}

.right_information {
}



/** drawer
===================================*/
.drawer_nav {
}




/** navi
===================================*/
#gnav {
}

.gnavi {
}

.gnavi > li {
}

.gnavi > li a {
}



/** eyecatch
===================================*/
.main_slider {
}

.main_slider .swiper-slide {
	width: 1040px;
}

.image_wrap_title {
	margin: 0;
	padding: 0;
}



/** top
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}

.contets_wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #f3d250;
}

#main-wrap {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.pc_left {
	width: calc(50% - 450px / 2);
	background-image: url(../../../assets/images/bg_menu.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	height: 100vh;
	overflow: auto;
	/* min-height: 1080px; */
	position: fixed;
	left: 0;
	top: 0;
}

.pc_right {
	width: calc(50% - 450px / 2);
	background-image: url(../../../assets/images/bg_right.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 100vh;
	/* min-height: 1080px; */
	position: fixed;
	right: 0;
	top: 0;
}

.fvbox {
	position: relative;
}

.fv_link {
	font-size: 0;
	position: absolute;
	bottom: 5%;
	width: 92%;
	height: 61px;
	background-color: #3333334d;
	background-color: transparent;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	border-radius: 30px;
	overflow: hidden;
}

.fv_link h2 {
	height: 100%;
}

.fv_link_area {
	display: block;
	width: 100%;
	height: 100%;
}

a:hover.fv_link_area {
	background-color: #ffffff3b;
}


.about02 {
	margin-top: -1px;
}

.corn03 {
	position: relative;
}

.corn03_link {
	font-size: 0;
	position: absolute;
	bottom: 43%;
	height: auto;
	background-color: #3333334d;
	background-color: transparent;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	border-radius: 30px;
	display: block;
	width: fit-content;
	text-align: center;
	width: calc(610 / 750 * 100%);
}

.corn03_link:hover {
	bottom: 43.5%;
}

.corn03_link img {
}

video {
	max-width: 100%;
	vertical-align: middle;
}

.howto01 {
	position: relative;
}

.howto01 .moviebox {
	position: absolute;
	width: calc(653 / 750 * 100%);
	margin: auto;
	left: 0;
	right: 0;
	bottom: auto;
	overflow: hidden;
	border-radius: 20px;
}

.howto01 .moviebox.v1 {
	top: 36.5%;
}

.howto01 .moviebox.v2 {
	top: 54%;
}

.journal01 {
	position: relative;
}

.journal01 .linkbox.v1 {

}

.journal_link {
	position: absolute;
	width: calc(618 / 750 * 100%);
	margin: auto;
	left: 0;
	right: 0;
	top: 54%;
	bottom: auto;
	overflow: hidden;
	text-align: center;
}

.journal_link:hover {
	top: 53.5%;
}

.faq05 {
	position: relative;
}

.faq_link {
	position: absolute;
	width: 76%;
	height: 31%;
	margin: auto;
	left: 0;
	right: 1%;
	top: 22%;
	bottom: auto;
	overflow: hidden;
	text-align: center;
	/* background-color: #3333334f; */
	border-radius: 20px;
	background-color: rgba(255,255,255,0.0);
}

.faq_link:hover {
	background-color: rgba(255,255,255,0.2);
}


/** side
===================================*/
.pc_left {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pc_left::-webkit-scrollbar {
  display: none;
}

.menu_container {
	padding-top: 40px;
	padding-right: 37px;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	float: right;
}

ul.top_menu {
	margin-bottom: 60px;
}

ul.top_menu li {
}

ul.top_menu li + li {
	margin-top: 30px;
}

ul.top_menu li a:hover img {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.menu_cv {
	margin-bottom: 14px;
}

.menu_cv a {
	display: block;
}

.menu_cv img {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.menu_cv:hover img {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}


.menu_first_info {
	padding-bottom: 100px;
}






/** footer
===================================*/
#footer {
}

footer#footer {
	background-color: #fff;
	padding-bottom: 10px;
}

.note_inner {
	padding: 20px;
}

.note_toggle>ul > li {
	border-bottom: 1px solid #a7a06a;
}

.note_toggle .action {
	font-size: 16px;
	display: block;
	padding: 15px;
	font-weight: bold;
	color: #736d6d;
	text-decoration: none;
}

.note_toggle>ul > li:first-child {
	border-top: 1px solid #a7a06a;
}

.note_contents {
	font-size: 13px;
	padding-bottom: 20px;
}

.note_contents a {
}

.note_contents a:hover {
	text-decoration: none;
}

.note_contents p {
	margin: 0 0 1em;
}

/* .note_toggle a.toggle {
	position: relative;
	display: block;
	padding: 7px 5px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #321d0c;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
} */

.note_toggle a.arrow_toggle::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
	content: "";
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.note_toggle a.arrow.action {
	position: relative;
	cursor: pointer;
}

.note_toggle a.arrow.action::after {
	content: "";
	display: block;
	position: absolute;
	right: 17px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.note_toggle a.arrow_toggle.opened:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box_toggle {
	display: none;
	padding: 0px 15px 0px;
}

.note_em, .note_contents dl dt {
	font-weight: bold;
	color: #333;
}

.list_bullet_a ul li {
	position: relative;
	padding-left: 1em;
}

.list_bullet_a ul li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

.note_contents .list_note_a li {display: flex;}
.note_contents .list_note_a .mark {margin-right: .3rem;}

p.footer-copyright {
	margin: 0;
	padding: 5px 20px 15px;
	font-size: 12px;
	text-align: center;
	color: #a7a06a;
}




/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}







/** page
===================================*/



/** product
===================================*/



/** product_category
===================================*/
/* 売り切れ時の表示 */
.p-product-block ul.__product li.__item.__is-soldout a::after {
	margin: auto;
	content: "SOLD OUT";
	position: absolute;
	top: 4%;
	left: 2%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	width: 95%;
	aspect-ratio: 1/1;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
}


/* 小カテゴリーのリンクアンダーライン */
.main.main--product-list section.__child ul li a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: from-font;
}

.main.main--product-list section.__child ul li a:hover {
	text-decoration: none;
}



/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/




/** nav
===================================*/
.fix_cv {
	display: none;
}

.fix_cv {
	position: fixed;
	z-index: 50;
	top: 10px;
	left: 0;
	right: 0;
	max-width: 500px;
	margin: auto;
}

.fix_cv {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
	opacity 0.4s ease,
	visibility 0.4s ease;
}

.fix_cv.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fix_cv_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.fix_menu {
	width: 13.2%;
}

.fix_menu button {
	outline: none;
}

.fix_menu img {
	filter: drop-shadow(1px 2px 5px #1f423775);
	color: #1f423775;
}

.fix_button {
	width: 73.73%;
}

.fix_menu button {
	appearance: none;
	background: none;
	border: none;
	padding: 0;
}

.sp_menu {
	background-color: #f8fd51;
	background-image: url(../../../assets/images/sp_menu_back.webp);
	background-size: cover;
	background-position: left top;
	width: 100%;
	max-width: 375px !important;
	background-repeat: no-repeat;
	padding: 60px 28px 46px;
}

.uk-offcanvas-overlay:before {
	background: #00000078;
}

button.uk-offcanvas-close.menu_close {
	position: relative;
	padding: 0;
	top: 0;
	right: auto;
	left: auto;
}

button.uk-offcanvas-close.menu_close img {
	filter: drop-shadow(1px 0px 5px #33333338);
	color: #33333338;
}

button.uk-offcanvas-close.menu_close svg {
	display: none;
}

.sp_menu .menu_container {
	padding: 40px 0;
	width: auto;
	float: none;
	display: block;
}

.sp_menu ul.top_menu {
	margin-bottom: 42px;
	padding-left: 10px;
}

.sp_menu .menu_first_info {
	padding-bottom: 0;
}

.sp_menu .menu_cv {
	margin-bottom: 16px;
}

#offcanvas-overlay {
  --offcanvas-width: 375px;
}

#offcanvas-overlay .uk-offcanvas-bar {
  width: var(--offcanvas-width);
  left: calc(var(--offcanvas-width) * -1);
}

#offcanvas-overlay.uk-open > .uk-offcanvas-bar {
  left: 0;
}




/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1200px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1199px) {
.pc_left {
	width: 375px;
}

#main-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	margin-left: 375px;
}

.pc_right {
	width: calc(100% - 375px - 450px);
}

}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 824px) {
.fix_cv {
	display: block;
}

.conteiner_l {
}

.pc_left {
	width: 318px;
}

.pc_right {
	width: calc(100% - 318px - 450px);
}

.menu_container {
	padding-right: 20px;
	padding-left: 20px;
}

#main-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	margin-left: 318px;
}

}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1039px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}



/** tb-header
===================================*/



/** tb-navi
===================================*/



/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/



/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/



/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}


/** sp-navi
===================================*/



/** sp-eyecatch
===================================*/



/** sp-top
===================================*/
.contets_wrap {
	display: block;
}

.pc_left {
	display: none;
}

.pc_right {
	display: none;
}

#main-wrap {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

.fv_link {
	height: 7%;
	border-radius: 80px;
}

.corn03_link img {
	width: 100%;
}

.journal_link img {
	width: 100%;
}


/** sp-side
===================================*/



/** sp-footer
===================================*/



/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/



/** sp-page
===================================*/



/** sp-product
===================================*/



/** sp-product_category
===================================*/



/** sp-single
===================================*/



/** sp-category
===================================*/
.p-product-block ul.__product li.__item a .__photo {
	padding-top: 100%;
}

.p-product-block ul.__product li.__item a .__photo img {
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	margin: auto;
}



/** sp-search
===================================*/



/** sp-404
===================================*/





}/* @media */




/*--------------------------------------------------------------------
  === [記事ページ専用] ====================================
--------------------------------------------------------------------*/

/** article interview
===================================*/
/* 記事コンテンツ専用。すべて .article-interview 配下に限定し、
   既存のサイドバー・ナビ・フッター等には一切影響させない。 */
.article-interview {
	/* 記事の色設定（参考デザイン「記事ページ.png」より） */
	--art-bg: #F7FD4F;			/* 記事背景のイエロー */
	--art-text: #2B1A10;		/* 本文の濃いブラウン */
	--art-cta: #4A1700;			/* CTAのブラウン */
	--art-topcta: #204237;		/* 上部CTAのダークグリーン */
	--art-badge: #45260F;		/* Q番号バッジのブラウン */
	--art-marker: #FBEB4D;		/* 本文ハイライトの黄色（白カード上で使用） */

	/* 上部に「とろ〜り」テクスチャを重ねる。
	   article_back.png は不透明度65%のオーバーレイ素材なので、
	   下地の --art-bg と重ねて発色させる。 */
	background-color: var(--art-bg);
	background-image: url(../images/article_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	color: var(--art-text);
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: .02em;
}

.article-interview img {
	max-width: 100%;
	height: auto;
}

/* :where() で詳細度を 0 にし、後述の要素別クラス指定が必ず優先されるようにする */
.article-interview :where(p) {
	margin: 0 0 18px;
}

.article-interview :where(p:last-child) {
	margin-bottom: 0;
}


/* 上部CTA
----------------------------*/
/* 824px以下は既存の .fix_cv が追従するため static のまま。
   背景も敷かず、記事背景（とろ〜りテクスチャ）をそのまま透かす。
   825px以上での追従指定は後方のメディアクエリを参照。 */
.article-interview__topbar {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 19px 16px 12px;
}

.article-interview__topbar-logo {
	flex: 0 0 auto;
	width: 61px;
	margin: 0;
	line-height: 0;
}

.article-interview__topbar-cta {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	min-height: 42px;
	padding: 6px 16px;
	border-radius: 9999px;
	background: var(--art-topcta);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .06em;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 0 rgba(0,0,0,.12);
}

.article-interview__topbar-cta:hover {
	color: #fff;
	opacity: .88;
}

.article-interview__arrow {
	display: inline-block;
	position: relative;
	width: 1.1em;
	height: 1px;
	background: currentcolor;
}

.article-interview__arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: .42em;
	height: .42em;
	border-top: 1px solid currentcolor;
	border-right: 1px solid currentcolor;
	transform: translateY(-50%) rotate(45deg);
}


/* 記事ヘッダー
----------------------------*/
.article-interview__header {
	padding-bottom: 8px;
}

.article-interview__visual {
	margin: 0;
	padding: 0 16px;
	line-height: 0;
}

.article-interview__visual img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

/* 右端は article_hero（左右16px）と揃える。
   letter-spacing の末尾アキ分だけ視覚的にずれるため打ち消す。 */
.article-interview__date {
	margin: 10px 16px 22px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .04em;
	text-align: right;
}

.article-interview__date::after {
	content: "";
	display: inline-block;
	margin-right: -.04em;
}

.article-interview__title {
	margin: 0 16px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .01em;
	text-align: center;
}


/* 白いイントロカード
----------------------------*/
.article-interview__lead {
	position: relative;
	margin: 28px 16px 40px;
	padding: 24px 20px;
	background: #FFFFFF;
	border-radius: 14px;
	font-size: 15px;
	line-height: 1.9;
}

/* 参考デザイン同様、カード右上にはみ出して配置。
   切り抜き画像（背景透過）のため角丸・影は付けない。 */
/* 右端は記事幅の右端にぴったり合わせる（余白なし）。
   回り込むのはリード1〜2行目まで。3行目の行box（上端57px）に
   マージンボックス下端がかからないサイズ・位置にしている。 */
.article-interview__lead-photo {
	display: block;
	float: right;
	width: 144px;
	height: auto;
	margin: -78px -36px 0 8px;
}

.article-interview__lead-questions {
	clear: both;
	font-weight: 700;
}


/* 質問（白カード＋Q番号バッジ）
----------------------------*/
.article-interview__question {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 48px 16px 26px;
	padding: 16px 18px;
	background: #FFFFFF;
	border-radius: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .01em;
}

.article-interview__q-badge {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--art-badge);
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .01em;
}

.article-interview__q-text {
	min-width: 0;
}


/* 回答者プロフィール
----------------------------*/
.article-interview__person {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 36px 20px 18px;
}

.article-interview__section .article-interview__person:first-of-type {
	margin-top: 0;
}

.article-interview__person-photo {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	background: #4A2B18;
}

.article-interview__person-body {
	min-width: 0;
}

.article-interview__person-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}


/* 回答本文（白カード）
----------------------------*/
.article-interview__answer {
	margin: 0 16px;
	padding: 22px 20px;
	background: #FFFFFF;
	border-radius: 18px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: .02em;
}

.article-interview__answer p {
	margin: 0;
}

.article-interview__answer p + p {
	margin-top: 20px;
}

/* 強調：黄色ハイライト。
   box-decoration-break: clone で折り返した行にも帯が付く。 */
.article-interview__emphasis {
	font-weight: 700;
	background-color: var(--art-marker);
	padding: .16em .34em;
	margin-inline: -.06em;
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.article-interview__note {
	font-size: 11px;
	line-height: 1.7;
}

.article-interview__answer .article-interview__note {
	margin-top: 10px;
}


/* 本文中の図版
----------------------------*/
.article-interview__figure {
	margin: 24px 16px;
	line-height: 0;
}

.article-interview__figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}


/* 区切り（省略など）
----------------------------*/
.article-interview__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 40px 20px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .12em;
}

.article-interview__divider::before,
.article-interview__divider::after {
	content: "";
	flex: 0 0 56px;
	border-top: 2px dashed currentcolor;
}


/* 手描き風の波線
----------------------------*/
.article-interview__wave {
	margin: 44px 30px;
	color: #6B4A2E;
	line-height: 0;
}

.article-interview__wave svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}


/* 結び
----------------------------*/
.article-interview__outro {
	padding-inline: 20px;
	font-size: 15px;
	line-height: 1.9;
}

.article-interview__outro p {
	margin-bottom: 24px;
}


/* 商品・オファー
----------------------------*/
.article-interview__offer {
	position: relative;
	margin-top: 56px;
	padding: 74px 0 34px;
	background: #FFFFFF;
}

.article-interview__offer::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 42px;
	background: var(--art-bg);
	border-radius: 0 0 50% 50% / 0 0 42px 42px;
}

.article-interview__product {
	position: relative;
	width: 65%;
	margin: 0 auto;
	line-height: 0;
}

.article-interview__product img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.article-interview__offer-note {
	margin: 18px 16px 20px;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.article-interview__offer-name {
	margin: 0 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}


/* 特典エリア
----------------------------*/
/* 白カード・枠線・テキストまで画像に含まれるため、CSS側では余白のみ指定 */
.article-interview__gift {
	margin: 28px 12px 0;
	line-height: 0;
}

.article-interview__gift img {
	display: block;
	width: 100%;
	height: auto;
}


/* CTA
----------------------------*/
.article-interview__cta {
	margin-top: 30px;
}

.article-interview__cta--secondary {
	margin-top: 0;
	padding: 34px 0 40px;
}

.article-interview__cta-primary,
.article-interview__cta-ghost {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 32px);
	min-height: 58px;
	margin-inline: 16px;
	padding: 8px 20px;
	border-radius: 9999px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .08em;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 0 rgba(0,0,0,.14);
}

.article-interview__cta-primary {
	background: var(--art-cta);
	border: 2px solid var(--art-cta);
	color: #FFFFFF;
}

.article-interview__cta-primary:hover {
	color: #FFFFFF;
	opacity: .88;
}

.article-interview__cta-ghost {
	background: #FFFFFF;
	border: 2px solid var(--art-cta);
	color: var(--art-cta);
}

.article-interview__cta-ghost:hover {
	color: var(--art-cta);
	opacity: .88;
}


/** article interview - 上部CTAの追従（825px以上）
===================================*/
/* 824px以下は既存の固定CTA（.fix_cv）が追従表示されるため、
   二重表示を避けてこの幅以上でのみ上部CTAを追従させる。
   追従時に下の本文を透かさないよう、記事と同じ背景を敷いて
   停止位置（記事最上部）でテクスチャがぴったり一致するようにしている。 */
@media screen and (min-width: 825px) {
.article-interview__topbar {
	position: sticky;
	top: 0;
	z-index: 40;
	background-color: var(--art-bg);
	background-image: url(../images/article_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
}/* @media */


/** article interview - 狭幅SP（320px対応）
===================================*/
@media screen and (max-width: 374px) {
.article-interview__title {
	font-size: 22px;
}

.article-interview__question {
	font-size: 15px;
	gap: 11px;
	padding: 14px 15px;
}

.article-interview__q-badge {
	width: 50px;
	height: 50px;
	font-size: 15px;
}

.article-interview__answer {
	padding: 20px 16px;
}

.article-interview__topbar-cta {
	font-size: 14px;
	letter-spacing: .02em;
}

.article-interview__offer-name {
	font-size: 18px;
}

.article-interview__cta-primary,
.article-interview__cta-ghost {
	font-size: 16px;
	letter-spacing: .04em;
}
}/* @media */


