<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/

/*リンク要素の初期カラー*/
#dialog .closeBt a:link {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:hover {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:visited {
	color: #FFF!important;
	color: inherit;
}


#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}

/*===================================================
					共通CSS
===================================================*/
.header__nav__main li a{
	color: 
}
#wrapper {
	width: 100%;
	margin-left: 0;
}
.movieBox {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	margin-bottom: 5%;
}
.movieBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/*.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_sp {
	display: none;
} 
/*menueBox*/
.menuBox {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 10%;
}
.menuBox .menu_container {
	display: flex;
	justify-content: space-between;
}
.menuBox .menu_container .menu_item01 {
	width: 25%;
	text-align: center; /* テキストの中央寄せ */
	box-sizing: border-box; /* パディングを幅に含める */
	padding: 0 2%;
}
.menuBox .menu_container .menuTxt {
	background-color: #1c2743;
	padding: 6% 0;
	color: #FFFFFF;
	font-size: 17px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
}
.menuBox .menu_container .menuTxt a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuBox .menu_container .menuTxt:hover {
	background-color: #3F6EB5;
}
/*brandConcept*/
.brandBox {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 10%;
}
.brandBox .brandTitle {
	text-align: center;
	font-size: 26px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
	margin-bottom: 8%;
}
.brandImg {
	margin-bottom: 8%;
}
.brandsubTxt {
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
	margin-bottom: 5%;
	color: #1c2743;
}
.brandTxt {
	width: 70%;
	margin-left: 15%;
	font-size: 15px;
	line-height: 1.7em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #1c2743;
}


/*seasonBox*/
.seasonBox {
	width: 100%;
	margin-bottom: 10%;
}
.obi_navy {
	width: 100%;
	background-color: #1c2743;
	margin-bottom: 8%;
}
.obiTitle {
	text-align: center;
	padding: 7% 0;
	color: #FFFFFF;
	font-size: 37px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
	letter-spacing: 0.1em;
}
.season_container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8%;
}
.season_container .season_item01 {
	width: 54%;
}
.season_container .season_item01 img {
	width: 80%;
	margin-left: 10%;
}
.season_container .season_item02 {
	width: 46%;
}
.season_container .season_item02 .when {
	font-size: 26px;
	margin-bottom: 10%;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
	border-left: 2px solid #353434;
	padding: 2px 14px;
	color: #1c2743;
}
.season_container .season_item02 .where {
	font-size: 22px;
	margin-bottom: 5%;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
	color: #1c2743;
}
.season_container .season_item02 .why {
	width: 80%;
	font-size: 16px;
	line-height: 2.2em;
	color: #1c2743;
}
.linkBtn {
	
}
.linkTxt {
	background-color: #1c2743;
	width: 20%;
	margin-left: 40%;
	padding: 2% 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
}
.linkTxt a {
	color: #FFFFFF;
}
.linkTxt:hover {
	background-color: #3F6EB5;
}
/*material*/
.materialBox {
	margin-bottom: 15%;
}
.mateTxtBox {
	margin-bottom: 7%;
}
.mateTitle {
	text-align: center;
	letter-spacing: 0.4em;
	font-size: 32px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	margin-bottom: 3%;
}
.mateTxt {
	text-align: center;
	font-size: 21px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.2em;
	line-height: 2.0em;
}
.mateContentsBox {
	width: 80%;
	margin-left: 10%;
}
.mate_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.mate_container .mate_item01 {
	width: 29%;
	padding: 2%;
	margin-bottom: 5%;
}
.mate_container .mate_item01 img {
	margin-bottom: 5%;
}
.mate_container .mate_item01 .nameBox {
	margin-bottom: 6%;
	border-left: 2px solid #353434;
	padding: 2px 14px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
}
.mate_container .mate_item01 .nameBox .matename {
	font-size: 26px;
	margin-bottom: 1%;
}
.mate_container .mate_item01 .nameBox .matejp {
	font-size: 18px;
}
.mate_container .mate_item01 .shosaiTxt {
	font-size: 16px;
	line-height: 1.6em;
	color: #4B4B4B;
	margin-bottom: 5%;
}
/*アコーディオントグル*/
.accordion {
	font-size: 16px;
	color: #1c2743;
	margin-bottom: 3%;
    cursor: pointer; /* クリック可能な見た目に */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 矢印を右に配置 */
}
.accordion .arrow {
	 display: inline-block;
    width: 24px; /* 円の幅 */
    height: 24px; /* 円の高さ */
    border-radius: 50%; /* 円形にする */
    background-color: #1c2743; /* 円の背景色 */
    position: relative;
    margin-left: 8px; /* 矢印の余白（必要に応じて調整） */
    transition: transform 0.3s ease, background-color 0.3s ease; /* 回転と色のアニメーション */
}
/* 矢印のデザイン */
.accordion .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px; /* 矢印の横線の長さ */
    height: 7px; /* 矢印の縦線の長さ */
    border: solid #ffffff; /* 矢印の色 */
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg); /* 矢印の角度を設定 */
/*    transition: transform 0.3s ease; /* 矢印の回転アニメーション */
}
/* クリック時に矢印を回転させる */
.accordion .arrow.rotated {
    transform: rotate(180deg);
}
/* アコーディオンが開いたときの矢印の動き */
.accordion.open .arrow::before {
    transform: translate(-50%, -50%) rotate(178deg); /* 開いた状態の角度 */
}
.accordion.open .arrow {
    transform: rotate(225deg); /* 開いた状態の角度 */
}

.panel_container {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0; /* 初期状態は隠す */
}
.panel_container.open {
    max-height: 100px; /* 必要に応じて高さを調整 */
}
.panel_container .panel_item01 {
	display: inline-block; /* 要素幅を文字に合わせる */
}
.panel_container .panel_item01 .panelTxt {
	background-color: #1c2743;
	color: #FFFFFF;
	padding: 0.3em 1em; /* 上下と左右に適切な余白を設定 */
	margin: 0;
	display: inline-block; /* インラインブロック要素にすることで文字幅に応じる */
	white-space: nowrap; /* テキストの折り返しを防止（必要に応じて） */
}
.panel_container .panel_item01 .panelTxt a {
	color: #FFFFFF;
}
.panel_container .panel_item01 .panelTxt:hover {
	background-color: #3F6EB5;
}

/*detailBox*/
.detailBox {
	margin-bottom: 15%;
	width: 80%;
	margin-left: 10%;
}
.detail_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5%;
}
.detail_container .detail_item01 {
	width: 40%;
}
.detail_container .detail_item01 img {
	width: 70%;
	margin-left: 15%;
}
.detail_container .detail_item02 {
	width: 60%;
}
.detail_container .detail_item02 .detTitle {
	font-size: 26px;
	margin-bottom: 5%;
	color: #4B4B4B;
	margin-bottom: 6%;
	border-left: 2px solid #353434;
	padding: 2px 12px;
}
.detail_container .detail_item02 .detTxt {
	font-size: 16px;
	line-height: 2.0em;
	color: #4B4B4B;
	width: 94%;
}
/*followBox*/
.followBox {
	margin-bottom: 15%;
}
.followBox .fwTitle {
	text-align: center;
	margin-bottom: 5%;
	font-size: 56px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
}
.logo {
	width: 10%;
	margin-left: 45%;
}
.icon_container {
	display: flex;
	justify-content: space-between;
	width: 30%;
	margin-left: 35%;
}
.icon_container .icon_item01 img{
	width: 70%;
}
/*===================================================
		テキストをふわっと出す CSS fadein
===================================================*/
.fadeIn {
    opacity: 0; /* 初期状態は非表示 */
    transform: translateY(20px); /* 少し下にずらす */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadeIn.show {
    opacity: 1; /* 表示状態 */
    transform: translateY(0); /* 元の位置に移動 */
}

/*animation*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
	}
  100% {
    opacity: 1;
  }
}

/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
</pre></body></html>