@charset "UTF-8";
/* --------------------
Foundation
---------------------*/
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
strong, em {
	font-weight: normal;
	font-style: normal;
}
img {
	width: 100%;
	vertical-align: top;
	max-width: 100%;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: "kojituicon";
	src: url("./fonts/kojituicon.woff") format("woff"), url("./fonts/kojituicon.ttf") format("truetype"), url("./fonts/kojituicon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="i-"]:after, [class*=" i-"]:after, .iconfont-settings, header .header__menuswitch > a:before, header .header__menuswitch > a:after, .footer__nav dl dt a > span:after {
	font-family: "kojituicon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.i-left:after {
	content: "";
}
.i-right:after {
	content: "";
}
.i-up:after {
	content: "";
}
.i-down:after {
	content: "";
}
.i-anchor:after {
	content: "";
}
.i-plus:after {
	content: "";
}
.i-minus:after {
	content: "";
}
.i-menu:after {
	content: "";
}
.i-close:after {
	content: "";
}
.i-blank:after {
	content: "";
}
.i-pdf:after {
	content: "";
	color: #BA001F;
}
body {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Noto Sans Japanese", sans-serif;
	letter-spacing: 0em;
	color: #222;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.scrollrock {
	position: fixed;
}
a {
	text-decoration: none;
	outline: 0;
	color: #065D42;
}
/* --------------------
Layout
---------------------*/
/* header & navigation */
header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
	-webkit-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
header .header {
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
header .header nav {
	display: block;
}
header .header__logo {
	width: 140px;
	height: 31.8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
header .header__logo p {
	display: none;
	margin-bottom: 5px;
	opacity: 0;
	font-size: 10px;
	color: #999;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
    letter-spacing: -0.3px;
}
header .header__logo a > img {
	width: 140px;
	height: 31.8px;
}
header .header__menuswitch {
	position: absolute;
	top: 0;
	left: 0;
}
header .header__menuswitch > a {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
}
header .header__menuswitch > a:before, header .header__menuswitch > a:after {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	text-indent: 0;
	font-size: 30px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
header .header__menuswitch > a:before {
	content: "";
	left: 15px;
}
header .header__menuswitch > a:after {
	content: "";
	left: -45px;
}
header i.fa-solid{
	font-size:150%;
	padding-bottom:5px;
	transition: 0.5s;
}
header .header__registar {
	-webkit-display: inline-flex;
	-moz-display: inline-flex;
	-ms-display: inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
header .header__registar > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #065D42;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.333;
	color: #fff;
}
header .header__registar > a > span {
	display: block;
	width: 100%;
	height: 40px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}


header .nav-shop {
	-webkit-display: inline-flex;
	-moz-display: inline-flex;
	-ms-display: inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 310px;
	border-left:1px solid #efefef;
}
header .nav-goods {
	-webkit-display: inline-flex;
	-moz-display: inline-flex;
	-ms-display: inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 230px;
	border-left:1px solid #efefef;
}
header .nav-online {
	-webkit-display: inline-flex;
	-moz-display: inline-flex;
	-ms-display: inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 80px;
}
header .nav-shop > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3333;
	color: #222;
}
header .nav-goods > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3333;
	color: #222;
}

header .nav-online > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.3333;
	color: #fff;
	background-color: #007996;
}

header .nav-shop > a > span {
	display: block;
	width: 100%;
	height: 40px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
header .nav-goods > a > span {
	display: block;
	width: 100%;
	height: 40px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
header .nav-online > a > span {
	display: block;
	width: 100%;
	height: 60px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
header .nav-online > a > span em{
	font-style:normal;
	font-size:130%;
	font-weight: bold;
}

header .header__nav {
	width: 100%;
	height: 100vh;
	padding: 100px 0;
	position: absolute;
	top: 0;
	left: -100vw;
	z-index: -1;
	overflow-y: scroll;
	background-color: #dbdbdb;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
header .header__nav dl dd {
	margin-top: 0;
}
header .header__nav__portal a {
	font-weight: bold;
}
header .header__nav__drillup {
	display: inline-block;
	margin-left: 6.4%;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #222;
}
header .header__nav__drillup:after {
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 16px;
}
header .header__nav__util a {
	font-weight: normal;
}
header .header__nav__util a:after {
	display: none;
}
header .header__gnav {
	background-color: #e8e8e8;
}
header .header__gnav .c-menulist li:not(.header__nav__util) a {
	position: relative;
	font-weight: bold;
}
header .header__gnav .c-menulist li:not(.header__nav__util) a:after {
	display: block;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.4%;
	font-size: 16px;
}
header .header__gnav .c-menulist{
	width:330px;
}


header .header__subnav dl dt {
	text-align: center;
	margin:0 auto 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	color: #065D42;
}
header .header__subnav.drilldown-opend {
	left: 0;
}
header .header.gnav--opend .header__menuswitch > a:before {
	left: 60px;
}
header .header.gnav--opend .header__menuswitch > a:after {
	left: 15px;
}
header .header.gnav--opend .header__gnav {
	left: 0;
}
/* footer */
.footer {
	padding-bottom: 40px;
	background-color: #e8e8e8;
	position: relative;
}
.footer__pagetop {
	width: 40px;
	height: 40px;
	margin: auto;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
.footer__pagetop a {
	width: 40px;
	height: 40px;
	font-size: 30px;
}
.footer__nav {
	display: block;
}
.footer__nav dl dt {
	border-bottom: 1px solid #fff;
}
.footer__nav dl dt a {
	display: block;
	padding: 16px 6.4%;
	position: relative;
	font-weight: bold;
	color: #222;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.footer__nav dl dt a > span:after {
	content: "";
	display: block;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.4%;
	font-size: 16px;
	color: #065D42;
}
.footer__nav dl dd ul {
	border: none;
	background-color: #dbdbdb;
}
.footer__nav dl dd ul > li {
	border-bottom-width: 0;
}
.footer__nav dl dd ul > li > a {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.footer__nav dl.active dt a {
	color: #065D42;
}
.footer__nav dl.active dt a > span:after {
	content: "";
}
.footer__nav dl.active dd ul li {
	border-bottom-width: 1px;
}
.footer__nav dl.active dd ul li a {
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}
.footer__utillink {
	margin-top: 50px;
}
.footer__utillink ul > li {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 10px;
	font-size: 12px;
}
.footer__utillink ul > li + li:before {
	content: "|　";
}
.footer__logoarea {
	height: 60px;
	margin-top: 40px;
	position: relative;
}
.footer__logo {
	display: block;
	width: 130px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.footer__copyright {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer__pmark {
	display: block;
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
}


/* --------------------
Object - Compornent
---------------------*/
/* フレーム */
.c-wrapper {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.c-content {
	width: 100%;
	padding-left: 6.4%;
	padding-right: 6.4%;
}
.c-section {
	width: 100%;
	padding-top: 75px;
	padding-bottom: 60px;
}
.c-relativebasis {
	position: relative;
}
/* タイトル */
.c-title-l1 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #065D42;
}
.c-title-l1 > em {
	font-family: "Open Sans", "Noto Sans Japanese", sans-serif;
}
.c-title-l1 > span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.c-title-l2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.66667;
	color: #222;
}
/* リンク・ボタン */
.c-txtlink-black, header .header__nav dl dd ul > li > a[href], .footer__nav dl dd ul > li > a[href], .footer__utillink ul > li > a {
	color: #222;
}
.c-arrowlink {
	position: relative;
	padding-left: 1.6em !important;
}
.c-arrowlink:after {
	height: 1em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	color: #065D42;
}
.c-anchorlink {
	display: table-cell;
	vertical-align: middle;
	background-color: #000;
	text-align: center;
	line-height: 1;
	color: #fff;
}
@keyframes btn-bg {
	0% {
		transform: translateX(-100%);
	}
	35% {
		transform: translateX(0);
	}
	65% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes btn-color {
	0% {
		color: #065D42;
	}
	35% {
		color: #fff;
	}
	65% {
		color: #fff;
	}
	100% {
		color: #065D42;
	}
}
@keyframes btn-color--green {
	0% {
		color: #fff;
	}
	35% {
		color: #065D42;
	}
	65% {
		color: #065D42;
	}
	100% {
		color: #fff;
	}
}
.c-btn {
	width: 250px;
}
.c-btn > a {
	display: table-cell;
	width: 250px;
	position: relative;
	overflow: hidden;
	border: 2px solid #065D42;
	text-align: center;
	font-weight: bold;
	color: #065D42;
}
.c-btn > a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #065D42;
	transform: translateX(-100%);
}
.c-btn > a > span {
	display: block;
	width: 100%;
	padding: 10px 20px 10px 36px;
	position: relative;
	z-index: 1;
}
.c-btn > a > span:after {
	display: block;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	font-size: 16px;
}
.c-btn > a:hover {
	animation: btn-color 0.6s ease-in-out;
}
.c-btn > a:hover:before {
	animation: btn-bg 0.6s ease-in-out;
}
.c-btn--green > a {
	background-color: #065D42;
	color: #fff;
}
.c-btn--green > a:before {
	background-color: #fff;
}
.c-btn--green > a:hover {
	animation-name: btn-color--green;
}
.c-btn--white > a {
	border-color: #FFF;
	color: #FFF;
}
.c-btn--white > a:before {
	background-color: #fff;
}
.c-btn--white > a:hover {
	animation-name: btn-color--green;
}
.c-roundbtn {
	display: block;
	padding: 0 20px;
	border: 2px solid #ccc;
	border-radius: 15px;
	background-color: #fff;
	line-height: 28px;
	color: #666;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.c-roundbtn--transparent {
	background-color: transparent;
	color: #fff;
}
/* その他 */
/* SPメニューリスト */
.c-menulist {
	border-top: 1px solid #fff;
}
.c-menulist li {
	border-bottom: 1px solid #fff;
}
.c-menulist li a {
	display: block;
	padding: 16px 6.4%;
	color: #222;
}
.c-menulist li a .fa-solid{
	font-size:150%;
	padding-right:10px;
}

/* タブコンテンツ */
.c-tabcontent__tab ul {
	border-bottom: 1px solid #ccc;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.c-tabcontent__tab ul > li {
	width: 50%;
	margin-bottom: 8px;
	border-right: 1px solid #ccc;
}
.c-tabcontent__tab ul > li:first-child {
	border-left: 1px solid #ccc;
}
.c-tabcontent__tab ul > li > a {
	display: block;
	padding: 2px 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.c-tabcontent__tab ul > li > a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -9px;
	left: 0;
	background-color: #065D42;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.c-tabcontent__tab ul > li.active > a {
	color: #222;
}
.c-tabcontent__tab ul.selecter > li.active > a {
	color: #d7d7d7;
}
.c-tabcontent__tab ul.selecter > li > a:after {
	background-color: #A89400;
}
.c-tabcontent__tab ul > li.active > a:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.c-tabcontent__content {
	height: 0;
	overflow: hidden;
}
.c-tabcontent__content.active {
	height: auto;
}
.c-tabcontent--compact .c-tabcontent__tab ul {
	border-bottom: none;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li {
	margin-bottom: 0;
	border-right: 0;
	position: relative;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li:first-child {
	border-left: 0;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../img/top_renewal/common/tab_compact_bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-property: bottom;
	transition-property: bottom;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li > a {
	padding: 12px 0;
	background-color: #d2d2d2;
	color: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li > a:after {
	content: none;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li.active:after {
	bottom: -15px;
}
.c-tabcontent--compact .c-tabcontent__tab ul > li.active > a {
	background-color: #000;
}
/* 記事 */
.c-article__wrapper {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.c-article__image {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}
.c-article__image > img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.news-box-wrap .c-article__image > img {
    top: 0 !important;
}
.c-article__rank {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #222;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
}
.c-article__info {
	padding: 20px 9.09091%;
}
.c-article__infotags {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	margin-left: -10px;
}
.c-article__infotags > li {
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #065D42;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}
.c-article__infotags > li.c-article__infotags--yellow {
	border-color: #A89400;
	color: #A89400;
}
.c-article__date {
	font-size: 12px;
	color: #666;
	line-height: 1;
}
.c-article__title {
	margin-top: 10px;
	font-size: 14px;
	color: #222;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.c-article__nickname{
	font-size: 12px;
	color: #222;
	line-height: 1;
}
.c-article__keywords{
	margin-top: 10px;
	font-size: 14px;
	color: #065D42;
}
.c-article__tags {
	margin-top: 10px;
	font-size: 11px;
	color: #666;
}
.c-article__tags > li {
	display: inline-block;
}
.c-article__tags > li + li:before {
	content: "/　";
	margin-left: 1em;
}
.c-article--compact .c-article__wrapper {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.c-article--compact .c-article__image {
	width: 29.85075%;
	height: auto;
	padding-bottom: 0;
	overflow: visible;
	background-color: transparent;
}
.c-article--compact .c-article__image > img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.c-article--compact .c-article__info {
	width: 64.1791%;
	padding: 0;
}
.c-article--compact .c-article__date {
	margin-top: 12px;
	line-height: 1.2;
}
.c-article--compact .c-article__title {
	margin-top: 10px;
	color: #222;
}
/* レクタングルバナー */
.c-rectbanner__wrapper {
	display: block;
	background-color: #fff;
}
.c-rectbanner__image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}
.c-rectbanner__image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.c-rectbanner__image > img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.c-rectbanner__caption {
	margin-top: 25px;
	color: #222;
}
/* スライダー */
.c-slider {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}
.c-slider__basis {
	width: 87.2%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
}
.c-slider__slides {
	position: absolute;
	top: 0;
	left: 0;
	cursor: grab;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}
.c-slider__slides.panend {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-slider__slides.childlock > * {
	pointer-events: none;
}
.c-slider__nav {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 50%;
	z-index: 2;
	opacity: 0.7;
	background-color: #222;
	text-indent: -9999px;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.c-slider__nav > a {
	display: block;
	color: #fff;
}
.c-slider__nav > a:after {
	display: block;
	height: 16px;
	width: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-indent: 0;
}
.c-slider__nav--prev {
	left: -15px;
}
.c-slider__nav--next {
	right: -15px;
}
.c-slider__nav.deactive {
	opacity: 0;
	pointer-events: none;
}
.c-caution {
	margin-top: 75px;
}
.c-caution__title {
	background-color: #666;
}
.c-caution__title > span {
	display: inline-block;
	padding: 0 20px;
	background-color: #065D42;
	/*background-color: #BA001F;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}
.c-caution__content {
	padding: 20px;
	background-color: #f2f2f2;
	line-height: 1.3;
}
.c-caution__content dl dt {
	line-height: 1;
}
.c-caution__content dl dd {
	margin-top: 5px;
}
.c-caution__content dl + dl {
	margin-top: 20px;
}
.c-caution__content a:after {
	margin-left: 5px;
}
/* --------------------
Utility
---------------------*/
/* color settings
green: #065D42;
yellowgreen: #BDBE27;
gold: #A89400;
red: #BA001F;
text-black: #222;
text-glay50: #666;
text-glay30: #999;
bg-w: #fff;
bg-w2: #f2f2f2;
bg-w3: #e8e8e8;
bg-w4: #bdbdbd;
border: #ccc;
*/
.u-clrfx:after {
	content: "";
	display: table;
	clear: both;
}
.u-hide {
	display: none;
}
.u-pcbr {
	display: none;
}
.u-txt-white {
	color: #fff;
}
.u-txt-bold {
	font-weight: bold;
}



/* --------------------
Responsive
---------------------*/
@media (min-width: 737px) {
	body {
		min-width: 1130px;
	}
	header {
		min-width: 1130px;
		height: 70px;
		box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.1);
	}
	header .header {
		width: 1050px;
	}
	header .header__logo {
		width: auto;
		height: auto;
		top: auto;
		bottom: 14px;
		left: 0;
		right: auto;
		-webkit-transition-property: bottom;
		transition-property: bottom;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	header .header__logo p {
		display: block;
	}
	header .header__logo a > img {
		width: 214px;
		height: 42.4px;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	header .header__menuswitch {
		display: none;
	}
	header .header__registar {
		width: 80px;
	}
	header .header__registar > a {
		font-size: 12px;
		line-height: 1.333;
		-webkit-transition-property: background-color;
		transition-property: background-color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	header .header__registar > a:hover {
		background-color: #6C9315;
	}
	header .header__registar > a > span {
		height: 40px;
	}
	header .nav-shop,header .nav-goods {
		width: 80px;
	}
	header .nav-online {
		width: 150px;
	}
	header .nav-shop > a,header .nav-goods > a,header .nav-online > a {
		font-size: 12px;
		line-height: 1.333;
		-webkit-transition-property: background-color;
		transition-property: background-color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	header .nav-online > a:hover {
		background-color: #b49651;
	}
	header .nav-shop > a:hover,header .nav-goods > a:hover,header .nav-online > a:hover {
		border:none;
	}
	header .nav-shop > a > span,header .nav-goods > a > span{
		height: 40px;
		margin: auto;
	}
	header .nav-online > a > span{
		height: 60px;
		margin: auto;
	}
	header .nav-online > a > span em{
		font-size:130%;
	}
	header .header__nav {
		height: auto;
		padding: 0;
		top: 0;
		left: 0;
		overflow: visible;
		background-color: #f2f2f2;
	}
	header .header__nav dl dd {
		margin-top: 0;
	}
	header .header__nav__drillup {
		display: none;
	}
	header .header__nav__util {
		position: absolute;
		top: -40px;
		right: 460px;
		opacity: 0;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	header .header__nav__util a {
		pointer-events: none;
		font-size: 12px;
	}
	header .header__nav__util a:after {
		display: block;
	}
	header .header__nav__util + li {
		right: 120px;
	}
	header .header__nav__util + li + li {
		right: 120px;
	}
	header .header__nav__util:last-child {
		right: 350px;
	}
	header .header__gnav {
		width: 680px;
		padding: 0;
		top: auto;
		bottom: 20px;
		left: auto;
		right: 80px;
		z-index: 101;
		background-color: transparent;
	}
	header .header__gnav dl dt {
		display: none;
	}
	header .header__gnav .c-menulist {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	header .header__gnav .c-menulist li:not(.header__nav__util) a:before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: -5px;
		left: 0;
		background-color: #065D42;
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	header .header__gnav .c-menulist li:not(.header__nav__util) a:after {
		display: none;
	}
	header .header__gnav .c-menulist li:not(.header__nav__util) a.drilldown-opend {
		color: #065D42;
	}
	header .header__gnav .c-menulist li:not(.header__nav__util) a.drilldown-opend:before {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
	header .header__subnav {
		height: 0;
		overflow: hidden;
		top: 100%;
		opacity: 0;
		box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	header .header__subnav dl {
		padding: 32px 60px;
	}
	header .header__subnav dl dt {
		display: none;
	}
	header .header__subnav dl dd ul {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		-webkit-align-content: flex-end;
		-moz-align-content: flex-end;
		-ms-align-content: flex-end;
		align-content: flex-end;
	}
	header .header__subnav dl dd ul li {
		width: 25%;
	}
	header .header__subnav dl dd ul li a {
		display: inline-block;
		padding: 6px 0;
	}
	header .header__subnav dl dd ul li.header__nav__portal {
		width: 100%;
		margin-bottom: 15px;
	}
	header .header__subnav dl dd ul li.header__nav__portal a {
		padding: 0;
	}
	header .header__subnav.drilldown-opend {
		height: auto;
		opacity: 1;
	}
	header .header #nav-start dl dd {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	header .header #nav-start dl dd ul {
		width: 750px;
	}
	header .header #nav-start dl dd ul li {
		width: 33%;
	}
	header .header #nav-start dl dd ul li.header__nav__portal {
		width: 100%;
	}
	header .header #nav-start dl dd ul + ul {
		width: 180px;
	}
	header .header #nav-start dl dd ul + ul li {
		width: 100%;
	}
	header.header--large {
		height: 100px;
	}
	header.header--large .header__logo {
		bottom: 14px;
	}
	header.header--large .header__logo p {
		opacity: 1;
	}
	header.header--large .header__logo a > img {
		width: 210px;
		height: 53px;
	}
	header.header--large .header__nav__util {
		opacity: 1;
	}
	header.header--large .header__nav__util a {
		pointer-events: auto;
	}
	header.header--large i.fa-solid{
		font-size: 220%;
	}
	header.header--pagetop {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	.footer {
		padding-top: 60px;
		padding-bottom: 70px;
		min-width: 1130px;
	}
	.footer__nav {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.footer__nav dl dt, .footer__nav dl.active dt {
		border-bottom: none;
		font-size: 16px;
	}
	.footer__nav dl dt a, .footer__nav dl.active dt a {
		padding: 0;
		pointer-events: none;
		color: #222;
	}
	.footer__nav dl dt a > span:after, .footer__nav dl.active dt a > span:after {
		content: none;
	}
	.footer__nav dl dd ul, .footer__nav dl.active dd ul {
		background-color: transparent;
	}
	.footer__nav dl dd ul > li, .footer__nav dl.active dd ul > li {
		margin-top: 10px;
		border: none;
	}
	.footer__nav dl dd ul > li > a, .footer__nav dl.active dd ul > li > a {
		height: auto;
		padding: 0;
		overflow: visible;
		-webkit-transition-property: none;
		transition-property: none;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	.footer__nav dl + dl, .footer__nav dl.active + dl {
		margin-top: 2.7em;
	}
	.footer__utillink ul {
		text-align: center;
	}
	.footer__logo {
		left: 0;
		right: 0;
	}
	.footer__copyright {
		width: 100%;
		text-align: center;
	}
	.c-wrapper {
		width: 1050px;
	}
	.c-content {
		padding-left: 0;
		padding-right: 0;
	}
	.c-section {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.c-title-l1 {
		font-size: 46px;
	}
	.c-title-l2 {
		font-size: 28px;
		line-height: 1.71429;
	}
	.c-txtlink:hover, .c-caution__content a:hover {
		text-decoration: underline;
	}
	.c-txtlink-black, header .header__nav dl dd ul > li > a[href], .footer__nav dl dd ul > li > a[href], .footer__utillink ul > li > a {
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	.c-txtlink-black:hover, header .header__nav dl dd ul > li > a:hover[href], .footer__nav dl dd ul > li > a:hover[href], .footer__utillink ul > li > a:hover {
		color: #065D42;
	}
	.c-anchorlink {
		-webkit-transition-property: background-color;
		transition-property: background-color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	.c-anchorlink:hover {
		background-color: #065D42;
	}
	.c-roundbtn:hover {
		border-color: #065D42;
		background-color: #065D42;
		color: #fff;
	}
	.c-imagelink {
		position: relative;
	}
	.c-imagelink:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
		opacity: 0;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	.c-imagelink:hover:after {
		opacity: 1;
	}
	.c-menulist {
		border: none;
	}
	.c-menulist li {
		border-bottom: none;
	}
	.c-menulist li a {
		padding: 0;
	}
	.c-tabcontent__tab ul > li {
		width: 200px;
	}
	.c-tabcontent__tab ul.selecter > li {
		width: 150px;
	}
	.c-tabcontent__tab ul > li:not(.active) > a:hover {
		color: #222;
	}
	.c-tabcontent__tab ul.selecter > li:not(.active) > a:hover {
		color: #d7d7d7;
	}
	.c-tabcontent--compact .c-tabcontent__tab ul > li {
		width: 50%;
	}
	.c-article__wrapper:hover {
		box-shadow: 9px 9px 20px 0 rgba(0, 0, 0, 0.1);
	}
	.c-article__wrapper:hover .c-article__title {
		color: #065D42;
	}
	.c-article--compact .c-article__wrapper {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	.c-article--compact .c-article__wrapper:hover {
		box-shadow: none;
		background-color: #f2f2f2;
	}
	.c-article--compact .c-article__image {
		width: 136px;
	}
	.c-article--compact .c-article__info {
		width: auto;
		padding-left: 40px;
	}
	.c-rectbanner__wrapper:hover .c-rectbanner__image:after {
		opacity: 0.3;
	}
	.c-rectbanner__wrapper:hover .c-rectbanner__image > img {
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-rectbanner__wrapper:hover .c-rectbanner__caption {
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		color: #065D42;
	}
	.c-slider__basis {
		width: 100%;
	}
	.c-caution__content {
		padding: 20px 30px;
	}
	.c-caution__content dl dd {
/*		margin: -1.3em 0 0 7em;*/
		margin: -1.25em 0 0 7em;
	}
	.c-caution__content dl + dl {
		margin-top: 20px;
	}
	.u-pcbr {
		display: inline-block;
	}
	.u-spbr {
		display: none;
	}
}
@media (max-width: 375px) {
	.c-article__infotags > li {
		padding: 0 3px;
    	letter-spacing: -.08em;
	}
	#contentsHeading--women > .c-wrapper > .c-title-l1 {
		font-size: 28px;
		word-break: break-all;
	}
}
@media (max-width: 374px) {
	.c-tabcontent__tab ul > li > a {
		font-size: 14px;
	}
	header .nav-shop,header .nav-goods{display:none;}
}

/*----20200402ヘッダ改修追加-----*/
@media (min-width: 737px) {
	header .header #nav-start dl dd ul.m-top {
			width: 100%;
	}
	header .header #nav-start dl dd ul.m-left {
			width: 200px;
			align-content: start;
	}
		header .header #nav-start dl dd ul.m-center {
			width: 530px;
	}
		header .header #nav-start dl dd ul.m-right {
			width: 300px;/*3列の場合は200px*/
			align-content: start;
	}
		header .header #nav-start dl dd ul.m-center li.header__nav__portal {
	width: 100%;
	}
		header .header #nav-start dl dd ul.m-left li {
	width: 100%;
	}
		header .header #nav-start dl dd ul.m-center li {
	width: 50%;
	}
	header .header__gnav .c-menulist li.link a:hover:before {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
	header .header__subnav.drilldown-opend {
		height: auto;
		opacity: 1;
	}
	.header__nav_txts {
		font-size: 12px;
		display: block;
    line-height: 1;
	}
	header .header #nav-shop dl dd {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	}
	header .header__subnav dl dd ul.herf {
		width:50%;
		margin: 20px 0 0;
	}
	/*----home.cssへ追加-----*/
	.p-sns#contentsHeading--sns ul {
		width: 250px;
	}
	}
/*----20201027WEB閉店によるヘッダ改修追加-----*/
header .header__subnav .webshop_end {
}
header .header__subnav .webshop_end_01 {
	font-size: 20px;
	margin: 0 5%;
}
header .header__subnav .webshop_end_02 {
	margin: 5% 5% 0;
	font-size: 16px;
}
@media (min-width: 737px) {
header .header__subnav .webshop_end {
	display: flex;
}
header .header__subnav .webshop_end_01 {
	font-size: 18px;
	text-align: center;
}
header .header__subnav .webshop_end_02 {
	margin: 20px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
}
}
/*----20201110GsMALLオープンヘッダ改修追加-----*/
.hed_gsmall_txt01 {
	color: #000 !important;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1ex;
	margin: 0 auto;
	padding:10px 0;
	text-align:center;
	align-items: center;
	overflow-wrap: break-word;
}
.hed_gsmall_txt01 span{
	font-size:18px;
	font-weight:normal;
}
.hed_gsmall_txt01 em{
	color: #0b6f88;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1ex;
	font-style:normal;
}
.hed_gsmall_txt02 {
	margin: 5% !important;
	font-size: 14px;
}
.hed_gsmall_btn a {
	display: block;
	background-color: #0b6f88;
	color: #fff!important;
	margin: 0 10% 15px;
	padding: 3% 0;
	text-align: center;
	font-size: 20px;
	border-radius: 4px;
}

@media (min-width: 737px) {
.hed_gsmall_txt01 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1ex;
	margin: 0 0 5px;
	overflow-wrap: break-word;
}
.hed_gsmall_txt01 .br_::after {
  content: "\A";
  white-space: pre;
}
.hed_gsmall_txt01 em{
	color: #0b6f88;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1ex;
	font-style:normal;
}
.hed_gsmall_btn {
	/*display: none;*/
	width:30%;
}
.sp{display:none;}
}


@media (max-width: 737px) {
	header .nav-shop,header .nav-goods,header .nav-online{
		display:none;
	}
	.fa-solid.fa-circle-user{
		display:none;
	}
	header .header__registar > a > span{
		height:75px;
	}
	.c-menulist li{
		width:100%;
	}
	.sp{
	display:inline-block;
	}
}