/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
}

body {
	min-width: 320px;
	min-height: 100vh;
	font-size: 16px;
	line-height: 1.4
}

@media screen and (max-width: 500px) {
	body {
		font-size: 14px
	}
}
html.is
-animation-active, html.is-animation-active body {
	height: 100%;
	overflow: hidden
}

body.is-disable, html.is-disable {
	overflow: hidden
}

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

.container {
	overflow: hidden
}

a {
	color: #000;
	text-decoration: none
}

.link {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.link:hover {
	opacity: .5
}

.section {
	max-width: 1100px;
	margin: 0 auto
}

.header {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

body._top {
	position: relative;
	overflow-x: hidden;
	background-color: #374f6b;
	/* background-image: url(/2026/assets/img/bg.jpg);
	background-repeat: repeat; */
}

body._goods {
	position: relative;
	overflow-x: hidden;
  background-color: #C9C4BA;
}

a {
	color: #27354a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.section {
	position: relative;
	max-width: none;
}

.section+.section {
	padding: 90px 0 0;
	background-color: #002a4b;
}

.section+.section .feature {
	color: #27354a;
}

.section+.section .feature a {
	color: #27354a;
}

.section__title {
	margin: 0 0 17px;
	font-size: 21px;
	text-align: center;
	color: #fff
}

.container {
	max-width: 440px;
	margin: 0 auto;
	padding: 0;
	overflow: visible
}

.hero__image img {
	display: block
}

.info {
	padding: 25px 15px 35px;
	color: #fff
}

.info__title {
	margin: 0;
	font-size: 21px;
	font-weight: bold;
	text-align: center
}

.info__text {
	margin: 10px 0 0;
	font-size: 11px;
	letter-spacing: 0.057em;
	line-height: 1.9
}

.top_line {
	padding-top: 20px;
	border-top: 1px solid #a0b8cc
}

._inner {
  background-color: #334562;
  padding: 20px;
}

.feature {
	position: relative;
	z-index: 5;
	padding: 25px 30px 30px;
	background-color: #fff;
	border-radius: 10px;
	color: #27354a;
}

.feature+.feature {
	margin-top: 20px
}

.feature__title {
	margin: 0;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
  color: #fff;
}

.feature__sub-title {
	margin: 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9
}

.feature__sub-title.is-black {
	margin-bottom: 10px;
	color: #000
}

.feature__body {
	padding: 0
}

.feature__text {
	margin: 0;
	font-size: 14px
}

.feature__text.is-notice {
	margin-bottom: 30px;
	color: #d70202
}

.list {
	padding: 0;
	margin: 0;
	list-style: none
}

.list__item:not(:first-of-type) {
	margin-top: 20px
}

.list__item .list-text {
	margin-top: 1.5em
}

.list__item .list-text__item {
	margin-top: 0 !important
}

.list__title {
	margin: 5px 0;
	font-size: 17px;
	font-weight: bold
}

.list__subTitle {
	margin: 0;
	font-size: 12px;
	font-weight: bold
}

.list__column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.list__text {
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 1.8;
}

.list__text span {
	font-weight: bold
}

.list__text+.list__text {
	margin-top: 1.5em
}

.list__text.is-nested {
	padding-left: 1em;
	text-indent: -1em
}

.list__logo {
	padding: 0 0 2px 35px
}

.list__logo img {
	display: block
}

.list-text {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px
}

.list-text__item {
	padding-left: 1em;
	text-indent: -1em
}

.list-text__item:not(:first-of-type) {
	margin-top: 1.5em
}

.button {
	display: block;
	max-width: 230px;
	margin: 30px auto 0;
	padding: 10px 30px;
	background-color: #085695;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-radius: 20px;
	text-decoration: none
}

.date {
	margin-bottom: 20px
}

.date__heading {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold
}

.date__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px
}

.date__contents {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 30px
}

.date__contents:last-of-type::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #e2e2e2;
	content: ""
}

.date__title {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold
}

.date__text {
	margin: 0;
	line-height: 2;
	font-size: 12px
}

.ill {
	display: inline-block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ill--01 {
	top: 420px;
	width: 458px
}

.ill--02 {
	bottom: -30px;
	width: 419px
}

.ill img {
	display: block
}

.footer {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 70px;
	text-align: center;
	color: #fff
}

.footer__inner {
	padding: 40px 0;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff
}

.footer__title {
	display: block;
	/* -webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg); */
	font-family: fot-tsukuardgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold
}

.footer__text {
	margin: 36px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
}

.footer__label {
	display: block;
	margin: 18px 0 5px;
	font-size: 12px
}

.footer__button {
	display: block;
	position: relative;
	max-width: 250px;
	margin: 0 auto;
	padding: 5px 0 5px 20px;
	background-color: #88a9e6;
	font-size: 14px;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	border-radius: 100px
}

.footer__icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-40%);
	-ms-transform: translateY(-50%) translateX(-40%);
	transform: translateY(-50%) translateX(-40%)
}

.footer__copy {
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}

.sns-area {
  max-width: 400px;
  margin: 10px auto; 
}

.sns-list {
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sns-list img {
  display: block;
  width: 40px;
  height: auto;
}

._txt_bold {
	font-weight: bold;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.05em;
}
