@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;	
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}

body, table, input, textarea, select, option,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Noto Sans JP", serif;
}

.futuraR {
	font-weight:400;
	font-family:"futura-pt",sans-serif;
}
.futuraM {
	font-weight:500;
	font-family:"futura-pt",sans-serif;
}
.futuraD {
	font-weight:600;
	font-family:"futura-pt",sans-serif;
}
.futuraH {
	font-weight:700;
	font-family:"futura-pt",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
video {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #222;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
	/* position: fixed;
	width: 100%;
	height: 100%; */
}
#container {
	text-align: left;
	overflow: visible;
    word-break: break-word;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 5rem 5rem;
	color: #F2F1EE;
}
.hInner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hInner .logoW {
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	animation-duration: .3s;
	display: block;
}
#gHeader .hInner .logoB {
	display: none;
	opacity: 0;
}
.hInner .rBox a:hover {
	opacity: 0.5;
}
.hInner .naviUl {
	margin-top: -0.5rem;
	display: flex;
	align-items: center;
}
.hInner .naviUl > li {
	margin: 0 2rem;
}
.hInner .naviUl a {
	color: #F2F1EE;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.hInner .naviUl a:hover {
	opacity: 0.5;
}
.hInner .rBox {
	margin-bottom: -0.3rem;
}
.hInner .rBox ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.hInner .rBox li {
    align-items: center;
    display: flex;
	margin-left: 2.7rem;
	position: relative;
}
.hInner .rBox .loginBtn a {
	align-items: flex-end;
	display: flex;
}
.hInner .rBox .loginBtn a span {
	display: inline-block;
	height: 24px;
}
.hInner .rBox .loginBtn a span img {
	height: 100%;
	margin-right: 5px;
	width: auto;
}
.hInner .rBox .loginBtn a span .BtnW {
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	animation-duration: .3s;
	display: block;
}
.hInner .rBox .loginBtn a span .BtnB {
	display: none;
	opacity: 0;
}
.hInner .rBox .loginBtn a p {
	display: inline-block;
}
.hInner .rBox .searchBtn a {
	transition: none;
}
.hInner .rBox .searchBtn a.on {
	background: url(../img/common/close.webp) no-repeat center;
	background-size: 1.9rem auto;
}
.hInner .rBox .searchBtn a.on img {
	visibility: hidden;
}
.hInner .rBox .jsBox {
	position: absolute;
	top: 100%;
	right: -1.5rem;
	padding-top: 1rem;
	display: none;
}
.hInner .rBox .search {
	width: 35rem;
	z-index: 10;
	height: 5rem;
    border: 1px solid #277CB7;
	border-radius: 2.5rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	position: relative;
}
.hInner .rBox .search button[type="submit"] {
	cursor: pointer;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 100%;
	color: #277CB7;
	border: none;
    box-sizing: border-box;
	width: 4rem;
	padding: 0;
	background: url(../img/common/search_blue.webp) no-repeat center;
	background-size: 2.2rem auto;
}
.hInner .rBox .search input[type="search"] {
	vertical-align: middle;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 2.5rem;
    height: 100%;
	color: #277CB7;
	border: none;
    box-sizing: border-box;
    font-size: 1.6rem;
	font-weight: 500;
    padding: 0 1rem 0 2.5rem;
	width: calc(100% - 4.5rem);
    background-color: transparent;
}
.hInner .rBox .search input[type="search"]:focus {
    background-color: transparent;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #277CB7;
    opacity:0.5;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #277CB7;
    opacity:0.5;
}
input::-moz-placeholder {
    color: #277CB7;
    opacity:0.5;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #277CB7;
    opacity:0.5;
}
.hInner .rBox .searchBtn a,
.hInner .rBox .shop a {
	display: block;
	height: 22px;
	width: 22px;
}
.hInner .rBox a {
	color: #F2F1EE;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.fixdBox {
	position: fixed;
	top: calc(50% + 2rem);
	right: 4rem;
	z-index: 500;
	transform: translateY(-50%);
}
.fixdBox li {
	margin: 3.5rem 0;
	text-align: center;
}
.fixdBox a:hover {
	opacity: 0.5;
}
.fixdBox li a img {
	width: 20px;
}

.products-link {
    font-size: 14px;
    position: relative;
}
.products-link label {
	cursor: pointer;
    font-size: 1.4rem;
    transition: 0.3s;
}
.products-link label:hover {
	opacity: 0.5;
}
#toggle {
    cursor: pointer;
    display: none;
}
#category-menu {
    backdrop-filter: blur(5px);
    background-color: rgba(39, 124, 183, 0.75);
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    left: -50px;
    min-width: 600px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    transition: all ease .5s;
    top: 50px;
    visibility: hidden;
}
#category-menu li {
    min-width: 170px;
}
#category-menu dl {
    display: flex;
    gap: 10px;
}
#category-menu dl dt img {
    height: auto;
    max-width: 45px;
}
#category-menu dl dd {
    width: max-content;
}
#category-menu dl dd p {
    color: #fff !important;
    font-size: 1em;
    font-weight: bold;
}
#category-menu dl dd p span {
    display: block;
    font-size: 12px;
}
#toggle:checked + #category-menu {
    visibility: visible;
    opacity: 1;
}

@media all and (min-width: 897px) {
	#gHeader.color02 .hInner .logoW {
		display: none;
		opacity: 0;
	}
	#gHeader.color02 .hInner .logoB {
		animation-name: fadeIn;
		animation-fill-mode: forwards;
		animation-duration: .3s;
		display: block;
	}
	#gHeader.color02 .hInner .rBox .loginBtn a span .BtnW {
		display: none;
		opacity: 0;
	}
	#gHeader.color02 .hInner .rBox .loginBtn a span .BtnB {
		animation-name: fadeIn;
		animation-fill-mode: forwards;
		animation-duration: .3s;
		display: block;
	}
	#gHeader.color02 .hInner .naviUl a {
		color: #277CB7;
	}
	#gHeader.color02 .hInner .rBox a {
		color: #277CB7;
	}
    #gHeader.color02 .products-link label {
        color: #277CB7;
    }
	#gHeader.color02 .hInner .rBox .searchBtn a:not(.on) span {
		display: inline-block;
		background: url(../img/common/search_blue.webp) no-repeat center;
		background-size: 2.1rem auto;
	}
	#gHeader.color02 .hInner .rBox .searchBtn a.on {
		background-image: url(../img/common/close_blue.webp);
	}
	#gHeader.color02 .hInner .rBox .searchBtn span img {
		opacity: 0;
	}
	#gHeader.color02 .hInner .rBox .shop a {
		display: inline-block;
		background: url(../img/common/shopping-cart-blue.webp) no-repeat center;
		background-size: 2.2rem auto;
	}
	#gHeader.color02 .hInner .rBox .shop a img {
		opacity: 0;
	}
	.hInner .naviUl {
		margin-right: -2rem;
	}

}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 3rem;
		background-color: #277CB7;
	}
	#gHeader h1 {
		width: 12rem;
	}
	#gHeader h1 img {
		vertical-align: -0.2rem;
	}
	.hInner .naviUl {
		display: none;
	}
	.hInner .rBox .jsBox {
		width: 100%;
		right: auto;
		top: 78px;
		padding-top: 0;
		left: 0;
	}
	.hInner .rBox .search {
		width: auto;
		border-radius: 0;
	}
	.hInner .rBox .search input[type="text"] {
		padding-left: 2rem;
		width: calc(100% - 4.5rem);
	}
	#gHeader .rBox {
		margin-top: 0.2rem;
		padding-right: 4.5rem;
	}
	.hInner .rBox li {
		margin-left: 1.7rem;
		position: inherit;
	}
	.hInner .rBox .liStyle {
		margin-top: -0.2rem;
	}
	.hInner .rBox a {
		margin-top: -0.3rem;
		display: inline-block;
	}
	.menu {
		position: absolute;
		top: 3.5rem;
		right: 3rem;
		height: 10px;
		width: 25px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		transform: translateY(5px) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-4px) translateX(0) rotate(-45deg);
	}
	.menu span {
		background: #fff;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
		opacity: 0;
	}
	.menu span:nth-of-type(3) {
		top: 9px;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 800;
		height: 100vh;
		color: #fff;
		overflow-y: auto;
		background-color: #277CB7;
	}
	.menuSub {
		padding: 10rem 4rem 5rem;
	}
	.menuSub .naviUl {
		margin-bottom: 5rem;
	}
	.menuSub .naviUl li {
		margin-bottom: 3rem;
	}
	.menuSub .naviUl a {
		color: #FEFEFE;
		display: inline-block;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	.menuSub .naviUl span {
		display: block;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}
	.menuSub .list {
		margin-bottom: 5rem;
	}
	.menuSub .list li {
		margin-bottom: 1.2rem;
	}
	.menuSub .list a {
		font-size: 1.4rem;
		font-weight: 500;
		color: #FEFEFE;
		letter-spacing: 0.05em;
	}
	.fixdBox {
		transform: none;
		position: static;
	}
	.fixdBox ul {
		display: flex;
	}
	.fixdBox li {
		margin: 0 2rem 0 0;
	}
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

/* ============================================
   新しいフッターデザイン
   作成日: 2026-02-16
   ============================================ */

/* ----------------------------------------
   基本スタイル
   ---------------------------------------- */
#gFooter {
    padding: 8rem 0 3rem;
    background-color: #277CB7;
}

/* ----------------------------------------
   メインコンテナ
   ---------------------------------------- */
#gFooter .fInner {
    display: flex;
    justify-content: space-between;
    gap: 16rem;
    margin-bottom: 4.5rem;
}

/* ----------------------------------------
   各カラム共通
   ---------------------------------------- */
.fColumn {
    display: flex;
    flex-direction: column;
}

/* ----------------------------------------
   左カラム：ロゴ + SNS
   ---------------------------------------- */
.fColumn--left {
    flex: 0 0 auto;
}

.fColumn--left .fLogo {
    margin-bottom: 3.5rem;
}

.fColumn--left .fLogo img {
    width: 220px;
    height: auto;
}

/* SNSアイコン */
.fColumn--left .snsUl {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.fColumn--left .snsUl li a {
    display: inline-block;
    transition: all 0.3s ease;
}

.fColumn--left .snsUl li a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.fColumn--left .snsUl li img {
    width: 20px;
    height: auto;
}

/* ----------------------------------------
   中央カラム：メニュー
   ---------------------------------------- */
.fColumn--center {
    flex: 0 0 auto;
    justify-content: flex-start;
}

.fColumn--center .naviUl {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.fColumn--center .naviUl li a {
    color: #F2F1EE;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

.fColumn--center .naviUl li a:hover {
    opacity: 0.7;
}

/* ----------------------------------------
   右カラム：商品一覧
   ---------------------------------------- */
.fColumn--right {
    flex: 1;
}

/* 商品一覧セクション */
.productCategory {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.categoryTitle {
    color: #F2F1EE;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 0.8rem;
    border-bottom: 0.8px solid #F2F1EE;
}

.categoryList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 0.5rem;
}

.categoryList li a {
    color: #F2F1EE;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

.categoryList li a:hover {
    opacity: 0.7;
}

/* ----------------------------------------
   フッター下部：サイト情報 + コピーライト
   ---------------------------------------- */
.fBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

/* サイト情報リンク */
.fBottom .siteInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}

.fBottom .siteInfo li a {
    color: #FEFEFE;
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: 0;
    transition: opacity 0.3s ease;
}

.fBottom .siteInfo li a:hover {
    opacity: 0.7;
}

/* ----------------------------------------
   コピーライト
   ---------------------------------------- */
.fBottom address {
    color: #F2F1EE;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: left;
    white-space: nowrap;
}

/* ----------------------------------------
   タブレット・スマホ対応
   ---------------------------------------- */
@media all and (max-width: 896px) {
    #gFooter {
        padding: 5rem 0;
    }

    #gFooter .fInner {
        flex-direction: column;
        gap: 6rem;
        margin-bottom: 3rem;
    }

    /* 左カラム：ロゴ + SNS */
    .fColumn--left {
        align-items: flex-start;
    }

    .fColumn--left .fLogo {
        margin-bottom: 3rem;
    }

    .fColumn--left .fLogo img {
        width: 200px;
    }

    .fColumn--left .snsUl {
        gap: 3rem;
    }

    /* 中央カラム：メニュー */
    .fColumn--center . {
        gap: 1.2rem;
    }

    /* 右カラム：商品一覧 */
    .categoryList {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem 1rem;
    }

    /* フッター下部 */
    .fBottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .fBottom .siteInfo {
        gap: 0.2rem 1.5rem;
    }

    .fBottom address {
        font-size: 1.2rem;
    }
}

/* ----------------------------------------
   スマホ（640px以下）
   ---------------------------------------- */
@media all and (max-width: 640px) {
    .fColumn--left .fLogo img {
        width: 150px;
    }

    .fColumn--left .snsUl {
        gap: 2.5rem;
    }

    .categoryList {
        gap: 1rem 1rem;
    }

    .categoryList li a,
    .fColumn--center .naviUl li a {
        font-size: 1.4rem;
    }

    .fBottom .siteInfo li a {
        font-size: 1.0rem;
    }
}



/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/

/* ========================================
   .content と .content02 の使い分け

   .content（118rem）：テキストコンテンツ用
   .content02（128rem）：カード・チャート表示用
======================================== */

.content {
	max-width: 118rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.content02 {
	max-width: 128rem;
	margin: 0 auto;
	padding: 0 2rem;
}

@media all and (min-width: 897px) {
	.content {
		max-width: min(118rem, calc(100vw - 4rem));
	}
	
	.content02 {
		max-width: min(128rem, calc(100vw - 4rem));
	}
	
	/* チャートだけpaddingなし */
	#main .chart .content02 {
		padding: 0;
	}
}

@media all and (max-width: 896px) {
	.content,
	.content02 {
		padding: 0 3rem;
		max-width: inherit !important;
	}
	
	/* チャートだけ控えめな余白 */
	#main .chart .content02 {
		padding: 0 1rem;
	}
}
/*------------------------------------------------------------
	headLine1
------------------------------------------------------------*/
.headLine1 {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	color: #277CB7;
}
.headLine1 .en {
	margin-right: 1.5rem;
	vertical-align: -1.3rem;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine1 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	.headLine1 .en {
		font-size: 3rem;
		display: block;
		margin: 0 0 1.5rem;
	}
}

/*------------------------------------------------------------
	headLine2
------------------------------------------------------------*/
.headLine2 {
	margin-bottom: 4.5rem;
}
.headLine2 .en {
	font-size: 3rem;
	font-weight: 600;
	color: #277CB7;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 25rem;
}
.comLink a {
	display: flex;
	align-items: center;
	min-height: 6rem;
	background: url(../img/common/icon01.webp) no-repeat right 1.8rem center #222222;
	background-size: 1.1rem auto;
	color: #fff;
	font-weight: 500;
	padding: 0.5rem 3.5rem 0.5rem 3rem;
	border-radius: 0.5rem;
}

@media all and (min-width: 897px) {
	.comLink a:hover {
		background-color: #277CB7;
	}
	.hInner .rBox .search button[type="submit"]:hover {
		opacity: 0.5;
	}
}

@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
	}
	.comLink a {
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	common//
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* ========================================
   2026-02-16
   mainVisual - Grid版（PC版調整）
======================================== */
#main .mainVisual {
	position: relative;
	background: url(../img/index/bg01_260216.webp) no-repeat center top;
	background-size: cover;
	min-height: 350px;
	overflow: hidden;
}

#main .mainVisual__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: clamp(0rem, 2vw, 4rem); /* 画面幅に応じて0〜4rem */
	min-height: 350px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 4vw 0;
	position: relative;
}

/* テキスト部分 */
#main .mainVisual__text {
	max-width: 500px;
	z-index: 2;
	align-self: start;
	padding-top: 80px;
	justify-self: start; /* 左寄せ */
}

#main .mainVisual__text h2 {
	margin-bottom: 35px;
	font-size: clamp(40px, 4.5vw, 55px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #277CB7;
	white-space: nowrap;
}

#main .mainVisual__text h2 .logo-img {
	width: clamp(350px, 40vw, 450px);
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

#main .mainVisual__text .textContent {
	margin-top: 20px;
}

#main .mainVisual__text .textContent p {
	margin-bottom: 30px;
	line-height: 2;
	font-size: 16px;
	color: #333;
}

#main .mainVisual__text .textContent p:last-child {
	margin-bottom: 0;
}

/* モデル画像 */
#main .mainVisual__image {
	justify-self: start;
	align-self: start;
	position: relative;
	top: 0;
	right: 0;
}

#main .mainVisual__image img {
	width: clamp(320px, 40vw, 420px); 
	height: auto;
	display: block;
}

/* ========================================
   2026-02-16
   タブレット（641px〜896px）
======================================== */
@media all and (max-width: 896px) and (min-width: 641px) {
	#main .mainVisual {
		background-image: url(../img/index/bg01_sp_260216.webp.jpg);
		min-height: 500px;
	}

	#main .mainVisual__inner {
		padding: 100px 30px 0;
		max-width: 100%;
		min-height: 500px;
		gap: clamp(10px, 2vw, 30px);
	}

	#main .mainVisual__text {
		padding-top: 60px;
		justify-self: start;
		z-index: 2;
	}

	#main .mainVisual__text h2 {
		margin-bottom: 30px;
		white-space: nowrap;
	}

	#main .mainVisual__text h2 .logo-img {
		width: clamp(300px, 40vw, 380px); 
	}

	#main .mainVisual__text .textContent {
		margin-top: 20px;
	}

	#main .mainVisual__text .textContent p {
		margin-bottom: 25px;
		line-height: 1.9;
		font-size: 16px;
		white-space: nowrap;
	}

	/* モデル画像 */
	#main .mainVisual__image {
		justify-self: end;
		align-self: start;
		position: relative;
		top: 0;
		right: -10%;
		overflow: visible; 
		z-index: 1;
	}

	#main .mainVisual__image img {
		width: clamp(280px, 50vw, 360px); /* サイズダウン */
		min-width:280px; /* 最小幅を保証 */
		max-width: none; /* ★重要：リセットCSSを上書き */
		height: auto;
	}
}
/* ========================================
   2026-02-16
   スマホ（640px以下）
======================================== */
@media all and (max-width: 640px) {
	#main .mainVisual {
		min-height: 550px;
		position: relative;
	}
	
	#main .mainVisual__inner {
		display: block;
		min-height: 550px;
		padding: 40px 20px 0;
		position: relative;
	}
	#main .mainVisual__text {
		z-index: 2;
	}
	#main .mainVisual__text h2 {
		position: relative;
		margin-bottom: 0;
		white-space: normal;
		z-index: 3; 
	}

	#main .mainVisual__text h2 .logo-img {
		width: clamp(220px, 40vw, 300px);
	}

	#main .mainVisual__text .textContent {
		position: absolute;
		bottom: 30px; 
		left: 20px;
		right: 20px;
		margin-top: 0;
	}

	#main .mainVisual__text .textContent p {
		margin-bottom: 20px; 
		line-height: 1.8;
		font-size: 14px;
	}

	#main .mainVisual__text .textContent p:last-child {
		margin-bottom: 0;
	}

	#main .mainVisual__image {
		position: absolute;
		top: 90px;
		right: -10%;
		z-index: 1; /* ← 明示的に指定 */
	}

	#main .mainVisual__image img {
		width: clamp(260px, 64vw, 400px);
		min-width: 260px;
		max-width: none;
		height: auto;
	}
}
/* ========================================
   2026-02-16
   パッケージ - PC版
======================================== */
#main .packages {
	position: relative;
	background: url(../img/index/bg02_260216.webp) no-repeat center top;
	background-size: cover;
	padding: 4rem 0 8rem;
	overflow: hidden;
}

/* 左右余白なし */
#main .packages h3 {
	margin-bottom: 4rem;
	text-align: center;
	color: #FEFEFE;
	font-size: 3.2rem;
	font-weight: 700;
}

#main .packages .swiper {
	position: relative;
	z-index: 1;
	overflow: visible;
}

#main .packages .fooList {
	transition-timing-function: linear;
}

#main .packages .fooList li {
	width: auto;
	margin: 0 2.5rem;
	max-height: 18rem;
}

#main .packages .fooList a {
	display: block;
}

#main .packages .fooList a:hover {
	opacity: 0.5;
}

#main .packages .fooList li img {
	width: auto;
	max-width: inherit;
	max-height: 18rem;
}

/* ========================================
   2026-02-16
   タブレット（641px〜896px）
======================================== */
@media all and (max-width: 896px) and (min-width: 641px) {
	/* パッケージ */
	#main .packages {
		padding: 4rem 0 7rem;
	}
	
	#main .packages h3 {
		font-size: 2.8rem;
		margin-bottom: 3rem;
	}
	
	#main .packages .fooList li {
		margin: 0 2rem;
		max-height: 16rem;
	}
	
	#main .packages .fooList li img {
		max-height: 16rem;
	}
}
/* ========================================
   2026-02-16
   スマホ（640px以下）
======================================== */
@media all and (max-width: 640px) {

	/* パッケージ */
	#main .packages {
		background-image: url(../img/index/bg02_sp_260216.webp);
		padding: 3rem 0 5rem;
	}
	
	#main .packages h3 {
		font-size: 2.4rem;
		margin-bottom: 2.5rem;
	}
	
	#main .packages .fooList li {
		margin: 0 1.5rem;
		max-height: 14rem;
	}
	
	#main .packages .fooList li img {
		max-height: 14rem;
	}
}





#main .sec02 {
	padding: 8rem 0 15rem;
}
#main .sec02 .jsBox {
	position: relative;
	z-index: 1;
	overflow: visible;
}
#main .greyBox {
	background-color: #F5F5F5;
}
#main .sec02 .fooUl {
	margin-bottom: 9.0rem;
}
#main .sec02 .fooUl li {
	width: 90rem;
	margin: 0 1.5rem;
}
#main .sec02 .fooUl a:hover {
	opacity: 0.7;
}
#main .sec02 .fooUl li img {
	border-radius: 0.5rem;
}
#main .sec02 .jsBox {
	margin-bottom: 11rem;
}
#main .sec02 .jsBox:last-child {
	margin-bottom: 0;
}
#main .sec02 .jsBox ul {
	display: flex;
}
#main .sec02 .jsBox li {
	width: 40rem;
	margin-right: 2rem;
}
#main .sec02 .jsBox li:last-child {
	margin-right: 0;
}
#main .sec02 .jsBox a {
	display: block;
	position: relative;
	color: #FEFEFE;
}
#main .sec02 .jsBox a:hover {
	opacity: 0.5;
}
#main .sec02 .jsBox li img {
	border-radius: 0.5rem;
	width: 100%;
}
#main .sec02 .jsBox .no a {
	pointer-events: none;
}
#main .sec02 .jsBox .num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 8rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	color: #FEFEFE;
	background-color: #222222;
	border-radius: 0.5rem 0 1.5rem 0;
}
#main .sec02 .jsBox .textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 3rem 3rem;
}
#main .sec02 .jsBox .textBox:after {
	width: 100%;  
	height: 30rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0, 0, 0, 0.5));
	border-radius: 0 0 0.5rem 0.5rem;
	position: absolute;  
	bottom: 0;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .sec02 .jsBox .textBox p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .sec02 .jsBox .textBox .tag {
	width: fit-content;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	border: 1px solid #fff;
	border-radius: 1rem;
	padding: 0.1rem 0.5rem;
	min-width: 6rem;
	text-align: center;
}
#main .sec02 .jsBox .textBox .ttl {
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0;
}
#main .sec02 .jsBox .textBox .ttl .txtSpan {
	display: block;
	font-size: 1.6rem;
	font-weight: 900;
	font-weight: 400;
}
#main .sec02 .jsBox .textBox .ttl small{
	display: block;
}
#main .sec03 {
	padding: 16rem 0;
}
#main .sec03 h3 {
	margin-bottom: 4rem;
	color: #277CB7;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

#main .sec03 h2 .logo-img3 {
	width: 30rem;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.4rem;
}
#main .sec03 h2 .logo-img4 {
	width: 52rem;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.4rem;
}

#main .sec02 .jsBox .soon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
#main .sec02 .jsBox .soon p {
	font-size: 3rem;
	color: #277CB7;
}
#main .chart {
	margin: 16rem 0 0;
	position: relative;
	background: url(../img/index/bg03.webp) no-repeat center;
	background-size: 100% 100%;
}
#main .chart h3 {
	margin-bottom: 3rem;
	text-align: center;
	color: #277CB7;
	font-size: 3rem;
	font-weight: 700;
}
#main .chart .content02 {
	position: relative;
}
#main .chart .sub {
	align-items: flex-end;
}
#main .chart .sub .photo {
	width: 5rem;
	margin-right: 1rem;
}
#main .chart .sub .photo img {
	height: 120px;
	max-width: none;
	width: auto;
}
#main .chart .sub p {
	font-size: 2rem;
	line-height: 1.2;
}
#main .chart .sub p small {
	font-weight: 500;
	display: block;
	font-size: 1.4rem;
}
#main .chart .sub01 {
	position: absolute;
	left: 64%;
	top: 7%;
}
#main .chart .sub02 {
	position: absolute;
	left: 72%;
	top: 7%;
}
#main .chart .sub03 {
	position: absolute;
	left: 15%;
	top: 22%;
}
#main .chart .sub04 {
	position: absolute;
	left: 67%;
	top: 22%;
}
#main .chart .sub05 {
	position: absolute;
	left: 73%;
    top: 22%;
}
#main .chart .sub06 {
	position: absolute;
	left: 85%;
    top: 22%;
}
#main .chart .sub07 {
	position: absolute;
	left: 21%;
    top: 7%;
}
#main .chart .sub08 {
	position: absolute;
	left: 65%;
    top: 37%;
}
#main .chart .sub09 {
	position: absolute;
    left: 25%;
    top: 46%;
}
#main .chart .sub10 {
	position: absolute;
    left: 85%;
    top: 52%;
}
#main .chart .sub11 {
	position: absolute;
    left: 65%;
    top: 55%;
}
#main .chart .sub12 {
	position: absolute;
	left: 25%;
    top: 80%;
}
#main .chart .sub13 {
	position: absolute;
	left: 33%;
    top: 80%;
}
#main .chart .sub14 {
	position: absolute;
	left: 18.6%;
    top: 63%;
}
#main .chart .sub15 {
	position: absolute;
	left: 79%;
    top: 80%;
}
#main .chart .sub16 {
	position: absolute;
	left: 85%;
    top: 80%;
}
#main .chart .sub17 {
	position: absolute;
    left: 10%;
    top: 80%;
}
#main .chart .sub18 {
	position: absolute;
    left: 33%;
    top: 37%
}
#main .chart .sub19 {
	position: absolute;
    left: 58.2%;
    top: 37%
}
#main .chart .sub20 {
	position: absolute;
	left: 85%;
    top: 37%
}
#main .chart .sub21 {
	position: absolute;
	left: 18.6%;
    top: 46%;
}

#main .chart .sub22 {
	position: absolute;
	left: 11.2%;
    top: 46%;
}


#main .sec04 {
	margin-top: -10.5rem;
	padding: 9.5rem 0 10rem;
	background-color: #F5F5F5;
}
#main .sec04 h2 {
	text-align: center;
}
#main .sec04 .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.7rem 3rem;
}
#main .sec04 .list li {
	margin: 0 1.7rem 2rem;
	width: calc(33.33% - 3.4rem);
}
#main .sec04 .list a {
	display: block;
}
#main .sec04 .list a:hover {
	opacity: 0.5;
}
#main .sec04 .list .photo {
	aspect-ratio: 780 / 400;
	margin-bottom: 1rem;
	position: relative;
}
#main .sec04 .list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
#main .sec04 .list p {
	font-weight: 700;
}
#main .sec04 .list .date {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .sec04 .comLink {
	margin-left: auto;
}
#main .sec05 .content {
	margin-top: -0.5rem;
	padding-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec05 .lBox {
	min-height: 52.6rem;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .sec05 .lBox h2 {
	margin: -2rem 0 4rem;
}
#main .sec05 .lBox h3 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#main .sec05 .rBox {
	width: 50%;
	display: flex;
	align-items: center;
}
#main .sec05 .rBox p {
	margin-bottom: 4rem;
	font-weight: 500;
	line-height: 3;
}
#main .sec02 .jsBox .swiper-scrollbar {
	bottom: -2.5rem;
	top: auto;
	display: block;
	height: 0.5rem;
	border-radius: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
}
#main .sec02 .jsBox-scrollbar-drag {
	background: #222222;
}
.swiper-scrollbar-drag {
	border-radius: 0;
	background: #222;
}



@media all and (max-width: 896px) {

	#main .sec02 {
		padding: 5rem 0 7.5rem;
	}
	#main .sec02 .fooUl li {
		transform: none;
		width: auto;
		margin: 0 0 1.5rem;
	}
	#main .sec02 .fooUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .fooUl {
		width: auto;
		display: block;
		margin: 0 3rem 5.5rem;
	}
	#main .sec02 .fooUl li img {
		width: 100%;
	}
	#main .sec02 .jsBox li {
		width: 28rem;
		margin-right: 1rem;
	}
	#main .sec02 .jsBox .textBox:after {
		height: 21rem;
	}
	#main .sec02 .jsBox .num {
		width: 6rem;
		height: 6rem;
		font-size: 3rem;
	}
	#main .sec02 .jsBox .textBox {
		padding: 0 2rem 2rem;
	}
	#main .sec02 .jsBox .textBox p {
		font-size: 1.3rem;
	}
	#main .sec02 .jsBox .textBox .tag {
		font-size: 1rem;
	}
	#main .sec02 .jsBox .textBox .ttl {
		font-size: 2.4rem;
	}
	#main .sec03 {
		padding: 6.5rem 0 0;
	}
	#main .sec03 h3 {
		font-size: 2.4rem;
	}

	#main .sec03 h2 .logo-img3 {
		width: 18rem;
	}
	#main .sec03 h2 .logo-img4 {
		width: 30rem;
	}

	#main .sec03 .headLine1 {
		font-size: 1.4rem;
	}
	#main .sec03 .headLine1 .en {
		display: inline-block;
		margin: 0 1.5rem 0 0;
		vertical-align: -0.5rem;
	}
	#main .sec03 .jsBox li {
		width: 15rem;
	}
	#main .sec03 .jsBox .textBox {
		padding: 0 1rem 1rem;
	}
	#main .sec03 .jsBox .textBox p {
		font-size: 1rem;
		line-height: 1.5;
	}
	#main .sec03 .jsBox .textBox .tag {
		padding: 0.1rem 0.5rem;
		margin-bottom: 0;
		font-size: 1rem;
	}
	#main .sec03 .jsBox .textBox .ttl {
		font-size: 1.6rem;
	}
	#main .sec03 .jsBox .textBox .ttl .txtSpan {
		font-size: 1.2rem;
	}
	#main .sec03 .jsBox .swiper-scrollbar {
		bottom: -1.5rem;
	}
	#main .sec02 .jsBox {
		margin-bottom: 5rem;
	}
	#main .sec03 .jsBox .textBox:after {
		height: 11.3rem;
	}
	#main .chart {
		margin-top: 0rem;
		padding: 9.5rem 0 6rem;
		min-height: 60.8rem;
	}
	#main .chart h3 {
		font-size: 2.4rem;
	}
	#main .chart .content02 {
		padding: 0 0.8rem;
		padding-top: 2rem;
	}
	#main .chart .content02 > img {
		width: 100%;
	}
	#main .chart .spPhoto {
		position: absolute;
		top: 0;
		left: 0;
	}
	#main .chart .spPhoto img {
		height: 60px;
		width: auto;
	}
	#main .chart .spPhoto01 {
		left: 57%;
		top: 7%;
	}
	#main .chart .spPhoto02 {
		left: 69%;
		top: 7%;
	}
	#main .chart .spPhoto03 {
		left: 15%;
		top: 22%;
	}
	#main .chart .spPhoto04 {
		left: 63%;
		top: 22%;
	}
	#main .chart .spPhoto05 {
		left: 73%;
		top: 22%;
	}
	#main .chart .spPhoto06 {
		left: 85%;
		top: 22%;
	}
	#main .chart .spPhoto07 {
		left: 21%;
		top: 7%;
	}
	#main .chart .spPhoto08 {
		left: 68%;
		top: 37%;
	}
	#main .chart .spPhoto09 {
		left: 27%;
		top: 46%;
	}
	#main .chart .spPhoto10 {
		left: 85%;
		top: 52%;
	}
	#main .chart .spPhoto11 {
		left: 65%;
		top: 55%;
	}
	#main .chart .spPhoto12 {
		left: 29%;
		top: 79%;
	}
	#main .chart .spPhoto13 {
		left: 41%;
		top: 79%;
	}
	#main .chart .spPhoto14 {
		left: 18.4%;
		top: 63%;
	}
	#main .chart .spPhoto15 {
		left: 77%;
		top: 79%;
	}
	#main .chart .spPhoto16 {
		left: 85%;
		top: 79%;
	}
	#main .chart .spPhoto17 {
		left: 12%;
		top: 79%;
	}
	#main .chart .spPhoto18 {
	    left: 35%;
    	top: 37%
	}
	#main .chart .spPhoto19 {
		left: 58.2%;
		top: 37%
	}
	#main .chart .spPhoto20 {
		left: 85%;
		top: 37%
	}
	#main .chart .spPhoto21 {
		left: 18.4%;
		top: 46%;
	}
	#main .chart .spPhoto22 {
		left: 8.2%;
		top: 46%;
	}



	#main .sec04 {
		padding: 5.5rem 0 5rem;
	}
	#main .sec04 .headLine2 {
		margin-bottom: 1.5rem;
		text-align: center;
	}
	#main .sec04 .list {
		display: block;
		margin-bottom: 5rem;
	}
	#main .sec04 .list li {
		margin: 0 1.5rem 3rem;
		width: auto;
	}
	#main .sec04 .list li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .list .photo {
		margin-bottom: 1.5rem;
	}
	#main .sec04 .list p {
		font-size: 1.6rem;
	}
	#main .sec04 .comLink {
		margin: 0 auto;
	}
	#main .sec05 {
		padding: 7.5rem 0;
	}
	#main .sec05 .content {
		margin: 0;
		display: block;
	}
	#main .sec05 .lBox {
		margin-bottom: 1rem;
		min-height: inherit;
		width: auto;
		display: block;
	}
	#main .sec05 .rBox {
		width: auto;
		display: block;
	}
	#main .sec05 .lBox h2 {
		margin: 0 0 1rem;
		text-align: center;
	}
	#main .sec05 .rBox p {
		font-size: 1.6rem;
	}
	#main .sec02 .jsBox .soon p {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	f2
------------------------------------------------------------*/
.f2 {
	background-color: #f5f5f5;
}

.f2 main.l-container {
    min-height: calc(100vh - 281px);
	padding-bottom: 80px;
    padding-top: 150px;
}

.f2 .hInner .rBox .search {
    background-color: #f5f5f5;
}

.f2 .u-text--link {
    color: #277CB7 !important;
}

.f2 .u-color__btn--bg {
    background-color: #277CB7 !important;
}

.fadeInUp {
    opacity: 0;
	transform: translate(0,50px);
	-webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}

.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}

@media all and (min-width: 897px) and (max-width: 1250px) {
	html {
		font-size: calc(1000vw / 1250);
	}
}

@media all and (max-width: 896px) {
    .f2 main.l-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 110px;
    }
    .f2 .u-margin__top--60 {
        margin-top: 30px;
    }
    .f2 .p-cart_content__inner__side {
        margin-top: 30px;
    }
    .f2 .c-cart_submit__block__submit {
        max-width: 100%;
    }
}

/*------------------------------------------------------------
	products
------------------------------------------------------------*/

main.products .products-info {
	display: flex;
	gap: 50px;
	margin: auto;
	max-width: 1240px;
	width: 100%;
}
main.products .products-info article {
	width: 50%;
}
main.products .products-info .products-img {
	padding-left: 100px;
	position: sticky;
	position: -webkit-sticky;
    top: 80px;
    align-self: flex-start;
}
main.products .products-info .products-txt {
	padding-right: 100px;
}
.products-img p {
	font-style: 13px;
	margin-bottom: 20px;
}
.products-txt {
	display: flex;
	flex-flow: column;
	gap: 25px;
}
.products-txt h2 {
	color: #277cb7;
	margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.products-txt h2::after {
    background-color: #277cb7;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.products-txt .products-head {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}
.products-txt .products-head .tag {
	border: 1px solid #222;
	border-radius: 30px;
	display: inline;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 1px 10px;
}
.products-txt .products-head h1 {
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	margin-bottom: 15px;
}
.products-txt .products-head h1 span {
	color: #277cb7;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.products-txt .products-head .price {
	color: #277CB7;
	font-size: 30px;
	margin-bottom: 30px;
}
.products-txt .products-head .price span {
	color: #222;
	font-size: 13px;
}
.products-txt .products-head .buy-btn {
	display: flex;
	gap: 10px;
}
.products-txt .products-head .buy-btn a,
.products-txt .products-head .buy-btn #add_product_async_view {
	align-items: center;
    background: #277cb7;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a8bd2), to(#277cb7));
    background: -webkit-linear-gradient(top, #2a8bd2 0%, #277cb7 100%);
    background: linear-gradient(to bottom, #2a8bd2 0%, #277cb7 100%);
    border: 1px solid #277cb7;
    -webkit-box-shadow: inset 1px 1px 1px #93bddb;
    box-shadow: inset 1px 1px 1px #93bddb;
	border-radius: 3px;
	color: #fefefe;
	display: flex;
	font-size: 14px;
	justify-content: center;
	height: 50px;
	width: 100%;
}
.products-txt .products-head .buy-btn button {
	font-size: 14px;
}
.products-txt .products-head .buy-btn #cart-addition-success {
    background-color: rgba(0, 0, 0, .5);
	border-radius: 3px;
    padding: 10px 15px;
	position: fixed;
	right: 20px;
    top: 100px;
	z-index: 1;
}
.products-txt .products-head .buy-btn a.buy {
	background-color: #fefefe;
	border: 1px solid #277cb7;
	color: #277cb7;
}
.products-txt .products-description p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 20px;
}
.products-txt .products-description span.point {
    border: 1px solid #277cb7;
    border-radius: 5px;
    color: #277cb7;
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px 15px;
    width: 100%;
}
.products-txt .products-description .hashtag {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.products-txt .products-description .hashtag li {
	background-color: #fefefe;
	border-radius: 3px;
	font-size: 13px;
	padding: 1px 5px;
}
.products-txt .size-area {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.products-txt .size-area .size {
	align-items: center;
	background-color: #fefefe;
	border-radius: 3px;
	color: #277cb7;
	display: flex;
	flex-flow: column;
	font-size: 14px;
	gap: 15px;
}
.products-txt .size-area .size > p {
	padding-top: 15px;
}
.products-txt .size-area .size .input-area {
	align-items: center;
	display: flex;
	gap: 15px;
}
.products-txt .size-area .size .input-area .height-area,
.products-txt .size-area .size .input-area .weight-area {
	align-items: center;
	display: flex;
	gap: 5px;
}
.products-txt .size-area .size .input-area input {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 20px;
	padding: 1px 0;
	text-align: center;
	width: 50px;
}
.products-txt .size-area .size .input-area span {
	font-size: 20px;
}
.products-txt .size-area .size .input-area .btn {
	align-items: center;
	background-color: #277cb7;
	border-radius: 3px;
	color: #fefefe;
    cursor: pointer;
	display: flex;
	justify-content: center;
	height: 35px;
	width: 100px;
}
.products-txt .size-area .size .result-area {
	align-items: center;
	background-color: #277cb7;
	border-radius: 0 0 3px 3px;
	color: #fefefe;
	display: flex;
	gap: 15px;
	justify-content: center;
	padding: 15px 0;
	width: 100%;
}
.products-txt .size-area .size .result-area .result {
	background-color: #fefefe;
	border-radius: 3px;
	color: #222;
	font-size: 20px;
	min-height: 40px;
	padding: 5px 0;
	text-align: center;
	width: 80px;
}
.products-txt .radar {
    background-color: #fefefe;
    border-radius: 3px;
    color: #277cb7;
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 30px 0;
}
.products-txt .radar .set {
    display: flex;
}
.products-txt .radar .set .name {
    font-size: 11px;
    width: 100px;
}
.products-txt .radar .set .name.left {
    padding: 0 5px 0 0;
    text-align: right;
}
.products-txt .radar .set .name.right {
    padding: 0 0 0 5px;
}
.products-txt .radar .set .line {
    justify-content: space-between;
    display: flex;
    position: relative;
    width: calc(100% - 200px);
}
.products-txt .radar .set .line::before {
    background-color: #ccc;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.products-txt .radar .set .line span.point {
    background-color: #222;
    border-radius: 5px;
    bottom: 0;
    display: block;
    height: 9px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 9px;
}
.products-txt .radar .set .line span.point.level1 {
    left: 0;
}
.products-txt .radar .set .line span.point.level2 {
    left: 12.5%;
}
.products-txt .radar .set .line span.point.level3 {
    left: 25%;
}
.products-txt .radar .set .line span.point.level4 {
    left: 37.5%;
}
.products-txt .radar .set .line span.point.level5 {
    left: 50%;
}
.products-txt .radar .set .line span.point.level6 {
    left: 62.5%;
}
.products-txt .radar .set .line span.point.level7 {
    left: 75%;
}
.products-txt .radar .set .line span.point.level8 {
    left: 87.5%;
}
.products-txt .radar .set .line span.point.level9 {
    left: 100%;
}
.products-txt .radar .set .line p {
    background-color: #ccc;
    height: 18px;
    width: 1px;
}
.products-txt .size-table {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.products-txt .size-table table {
    width: 100%;
}
.products-txt .size-table table th,
.products-txt .size-table table td {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.products-txt .size-table table th {
    background-color: #eee;
}
.products-txt .size-table table td {
    background-color: #fff;
}
.products-txt .review {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.products-txt .review .contents {
    font-size: 14px;
    line-height: 1.8em;
}
.products-txt .review .user {
    display: flex;
    margin-bottom: 20px;
}
.products-txt .review .user p:first-of-type {
    border-right: 1px solid #ccc;
    margin-right: 25px;
    padding-right: 25px;
}
.products-txt .review .user p span {
    font-weight: 900;
    margin-right: 15px;
}
.products-txt .develop {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.products-txt .develop > div,
.products-txt .faq > div {
    display: flex;
    flex-flow: column;
    font-size: 14px;
    gap: 20px;
}
.products-txt .develop div dl,
.products-txt .faq div dl {
    display: flex;
    flex-flow: column;
    gap: 10px;
	line-height: 1.8em;
}
.products-txt .develop div dl dt,
.products-txt .faq div dl dt {
	color: #277cb7;
    font-weight: 700;
}
.products-txt .faq {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.products-txt .faq iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-top: 10px;
    width: 100%;
}
.products-txt .attention {
    font-size: 13px;
    margin-top: 10px;
}
.recommended {
    margin: 100px 100px 30px;
}
.recommended h2 {
    color: #277CB7;
    font-size: 24px;
    margin-bottom: 30px;
	position: relative;
    text-align: center;
}
.recommended h2::after {
    background-color: #277CB7;
    bottom: -10px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.recommended .products {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
}
.recommended .products .item {
    position: relative;
}
.recommended .products .item a {
    color: #fff;
}
.recommended .products .item .textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 3rem 3rem;
}
.recommended .products .item .textBox:after {
	width: 100%;  
	height: 30rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0, 0, 0, 0.5));
	border-radius: 0 0 0.5rem 0.5rem;
	position: absolute;  
	bottom: 0;
	left: 0;
	z-index: -1;
	content: ""; 
}
.recommended .products .item .textBox p {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.recommended .products .item .textBox .tag {
	width: fit-content;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	border: 1px solid #fff;
	border-radius: 1rem;
	padding: 0.1rem 0.5rem;
	min-width: 6rem;
	text-align: center;
}
.recommended .products .item .textBox .ttl {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0;
}
.recommended .products .item .textBox .ttl .txtSpan {
	display: block;
	font-size: 1.6rem;
	font-weight: 900;
	font-weight: 400;
}
.recommended .products .item .textBox .ttl small{
	display: block;
}

.products-img .swiper.swiper_main {
	aspect-ratio: 1 / 1;
	height: auto;
	margin-bottom: 15px;
	max-height: 495px;
	max-width: 495px;
	width: 100%;
}
.products-img .swiper {
	height: auto;
	width: 495px;
}
.products-img .swiper_thumbnail {
	overflow: auto;
}
.products-img .swiper_thumbnail .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	height: auto;
}
.products-img .swiper_thumbnail .swiper-wrapper .swiper-slide {
    margin: 0 !important;
	max-height: 75px;
	max-width: 75px;
	width: 100% !important;
}
.products-img .swiper_thumbnail .swiper-wrapper .swiper-slide.break {
	flex-basis: 100%;
}
.products-img .swiper_thumbnail .swiper-slide{
    cursor: pointer;
}
.products-img .swiper_thumbnail .swiper-slide-thumb-active{
    outline: 5px solid #fff;
    outline-offset: -5px;
}
.products-img .swiper_thumbnail img{
    vertical-align: bottom;
}
.products-img .swiper-button-next:after, 
.products-img .swiper-rtl .swiper-button-prev:after,
.products-img .swiper-button-prev:after,
.products-img .swiper-rtl .swiper-button-next:after {
	color: #fefefe;
}

@media all and (min-width: 897px) and (max-width: 1250px) {

	main.products .products-info .products-img,
	main.products .products-info .products-txt {
		padding: 0;
	}

}

@media all and (max-width: 896px) {

	.f2 main.l-container {
		padding: 76px 0 80px;
	}
	main.products .products-info {
		flex-flow: column;
		gap: 30px;
	}
	main.products .products-info article {
		width: 100%;
	}
	main.products .products-info .products-img {
		padding: 0;
	}
	.products-img p {
		margin-bottom: 10px;
		margin-left: 20px;
	}
	.products-img .swiper.swiper_main {
		margin-bottom: 10px;
	}
	.products-img .swiper {
		width: 100%;
	}
	.products-img .swiper_thumbnail .swiper-wrapper {
		flex-wrap: nowrap;
	}
	.products-img .swiper_thumbnail {
		padding-left: 20px;
	}
	main.products .products-info .products-txt {
		box-sizing: border-box;
		padding: 0 20px;
	}
	.products-txt .products-head h1 {
		margin-bottom: 10px;
	}
	.products-txt .products-head .price {
		margin-bottom: 20px;
	}
	.products-txt .products-head .buy-btn {
		flex-flow: column;
	}
	.products-txt .products-head .buy-btn a {
		width: 100%;
	}
    .recommended {
        margin: 0 0 30px;
    }
    .recommended h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .recommended .products {
        padding: 0 20px;
    }
    .recommended .products li {
        min-width: 295px;
    }
    .recommended .products .item .textBox {
        padding: 0 2em 2em;
    }
    .form {
        gap: 0;
    }
	main.products .products-info .products-img {
		position: static;
	}
    .products-txt .size-area .size .input-area {
        gap: 10px;
    }
    .products-txt .size-area .size .input-area span {
        font-size: 14px;
    }
}

/*------------------------------------------------------------
	search
------------------------------------------------------------*/

#search {
    padding: 16rem 0;
}

/* ==============================================
   2026-02-16 削除
   理由：HTMLクラス名をcontent02に統一したため
   元々の個別上書きが不要になった
=============================================== */
/*
#search .content {
    max-width: 128rem;
}
*/
#search h3 {
    color: #277CB7;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}
#search .products {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
#search .products li {
    width: 40rem;
    position: relative;
}
#search .products li img {
    border-radius: 0.5rem;
    width: 100%;
}
#search .products a {
    display: block;
    position: relative;
    color: #FEFEFE;
}
#search .products .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 3rem 3rem;
}
#search .products .textBox p {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#search .products .textBox .tag {
    width: fit-content;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 0.1rem 0.5rem;
    min-width: 6rem;
    text-align: center;
}
#search .products .textBox .ttl {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
}
#search .products .textBox:after {
    width: 100%;
    height: 30rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    border-radius: 0 0 0.5rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
}
@media all and (max-width: 896px) {
    #search {
        padding: 12rem 0;
    }
    #search .products {
        gap: 1rem;
    }
    #search .products li {
        width: calc( 50% - 0.5rem );
    }
    #search .products .textBox {
        padding: 0 1rem 1rem;
    }
    #search .products .textBox:after {
        height: 100px;
    }
    #search .products .textBox .tag {
        padding: 0.1rem 0.5rem;
        margin-bottom: 0;
        font-size: 1rem;
    }
    #search .products .textBox .ttl {
        font-size: 1.6rem;
    }
    #search .products .textBox p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

/*------------------------------------------------------------
	products
------------------------------------------------------------*/

#products {
    padding: 16rem 0;
}
/* ==============================================
   2026-02-16 削除
   理由：HTMLクラス名をcontent02に統一したため
   元々の個別上書きが不要になった
=============================================== */
/*
#products .content {
    max-width: 128rem;
}
*/
#products h3 {
    color: #277CB7;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}
#products .products {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 11rem;
}
#products .products li {
    width: 40rem;
    position: relative;
}
#products .products li img {
    border-radius: 0.5rem;
    width: 100%;
}
#products .products a {
    display: block;
    position: relative;
    color: #FEFEFE;
}
#products .products .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 3rem 3rem;
}
#products .products .textBox p {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#products .products .textBox .tag {
    width: fit-content;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 0.1rem 0.5rem;
    min-width: 6rem;
    text-align: center;
}
#products .products .textBox .ttl {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
}
#products .products .textBox:after {
    width: 100%;
    height: 30rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    border-radius: 0 0 0.5rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
}
@media all and (max-width: 896px) {
    #products {
        padding: 12rem 0;
    }
    #products .products {
        gap: 1rem;
        margin-bottom: 5rem;
    }
    #products .products li {
        width: calc( 50% - 0.5rem );
    }
    #products .products .textBox {
        padding: 0 1rem 1rem;
    }
    #products .products .textBox:after {
        height: 100px;
    }
    #products .products .textBox .tag {
        padding: 0.1rem 0.5rem;
        margin-bottom: 0;
        font-size: 1rem;
    }
    #products .products .textBox .ttl {
        font-size: 1.6rem;
    }
    #products .products .textBox p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

/*------------------------------------------------------------
	pages
------------------------------------------------------------*/

#pages {
    padding: 16rem 0;
}
#pages .breadcrumb {
    font-size: 1.3rem;
    margin: 10px 0 50px;
}
#pages .l-container {
	font-size: 1.4rem;
	line-height: 1.8em;
}
#pages h2.headLine2 {
	font-size: 2rem;
	font-weight: 700;
}
#pages h2.headLine2 span {
	display: block;
	font-size: 1.5rem;
    margin-top: 5px;
}
#pages .contact-image {
	margin: 10px 0;
	max-width: 500px;
	width: 100%;
}

@media all and (max-width: 896px) {
    #pages {
        padding: 12rem 0;
    }
	#pages .l-container {
		padding: 0;
	}
}

/*------------------------------------------------------------
	customers
------------------------------------------------------------*/

#customers {
    padding: 8.4rem 0 4rem;
}

#customers .u-color__btn--bg {
    background-color: #277CB7 !important;
}

#customers .u-text--link {
    color: #277CB7 !important;
}



/* ========================================
  2026-02-16
   横スクロール修正
   
   【重要】ecforce実装時もこのコードを削除しないこと
   - bundle.cssに同じ設定があっても問題ない
   - テーマ更新時の保険として機能
   - 新規セクション追加時にも有効
======================================== */

/* 横スクロール防止 */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

#container {
  overflow-x: hidden;
}

/* 各セクションのはみ出し防止 */
#main .sec01,
#main .sec02,
#main .sec03 {
  overflow: hidden;
}



/* ========================================
   2026-02-16
   ロゴのサイズ設定（ヘッダー・フッター共通）
   ecforceに実装した時と同じサイズに設定
======================================== */

/* デスクトップ：300px */
#gHeader h1 img,
#gHeader .logoW,
#gHeader .logoB,
#gFooter .fLogo img {
  width: 220px;
  height: auto;
  max-width:220px;
}

/* タブレット：200px */
@media all and (max-width: 896px) {
  #gHeader h1 img,
  #gHeader .logoW,
  #gHeader .logoB,
  #gFooter .fLogo img {
    width: 200px;
    max-width: 200px;
  }
}

/* スマホ：150px */
@media all and (max-width: 640px) {
  #gHeader h1 img,
  #gHeader .logoW,
  #gHeader .logoB,
  #gFooter .fLogo img {
    width: 150px;
    max-width: 150px;
  }
}