@charset "UTF-8";

/*==========================================================================

   mixin

===========================================================================*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');
html {
	box-sizing: border-box;
	/* Prevent adjustments of font size after orientation changes in iOS */
	word-break: break-word;
	-moz-tab-size: 4;
	     tab-size: 4;

	-webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
	background-repeat: no-repeat;
}

::before,
::after {
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
	text-decoration: inherit;
}

* {
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
	padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
	height: 0;
	/* Add the correct box sizing in Firefox */
}

details,
main {
	display: block;
	/* Render the `main` element consistently in IE. */
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none;
	/* Remove the bottom border in Chrome 57 */
	/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	text-decoration: underline dotted;
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

pre {
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
	/* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	color: inherit;
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
}

/* Style select like a standard input */
select {
	/* Firefox 36+ */
	-webkit-appearance: none;

	   -moz-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	border: 0;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	color: inherit;
	font: inherit;
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	/* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not([fill]) {
	fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~='screen'] {
		display: inherit;
	}
	[hidden~='screen']:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* webfont */
/* Slider */
.slick-slider {
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*
 * Container style
 */
.ps {
	overflow: hidden !important;

	overflow-anchor: none;
	-ms-overflow-style: none;
	    touch-action: auto;
	-ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
	display: none;
	/* please don't change 'position' */
	position: absolute;
	/* there must be 'bottom' or 'top' for ps__rail-x */
	bottom: 0;
	height: 15px;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	        transition: background-color .2s linear, opacity .2s linear;
	opacity: 0;
}

.ps__rail-y {
	display: none;
	/* please don't change 'position' */
	position: absolute;
	/* there must be 'right' or 'left' for ps__rail-y */
	right: 0;
	width: 15px;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	        transition: background-color .2s linear, opacity .2s linear;
	opacity: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: .6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
	/* please don't change 'position' */
	position: absolute;
	/* there must be 'bottom' for ps__thumb-x */
	bottom: 2px;
	height: 6px;
	border-radius: 6px;
	background-color: #aaa;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	        transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
	/* please don't change 'position' */
	position: absolute;
	/* there must be 'right' for ps__thumb-y */
	right: 2px;
	width: 6px;
	border-radius: 6px;
	background-color: #aaa;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	        transition: background-color .2s linear, width .2s ease-in-out;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	height: 11px;
	background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	width: 11px;
	background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
	font-family: 'pc';
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	head {
		font-family: 'sp';
	}
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-family: 'YakuHanJP', 'Noto Sans Japanese', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.os-mac body {
	font-weight: 400;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	body {
		width: 100%;
		min-width: 320px;
		height: auto;
		font-size: 12px;
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
	color: inherit;
	outline: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	word-wrap: break-word;
	outline: none;
}

img {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/

::selection {
	background-color: #b3d4fc;
	color: #fff;
	text-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;

	   -moz-appearance: none;
	        appearance: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
	box-sizing: content-box;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
	display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	/* Fix IE7 display bug */
	overflow: visible;
	width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
	/* Turn off scroll bars in IE unless needed */
	overflow: auto;
	/* Move the label to the top */
	vertical-align: top;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
	/* Move the label to the top */
	vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.l-page-wrapper {
		width: 100%;
		height: 100%;
	}
}

.is-loading .l-page-wrapper {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.load-complete .l-page-wrapper {
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.l-page {
		overflow-x: hidden;
		width: 100%;
		height: 100%;

		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 767px) {
	.is-loading .l-page {
		overflow-y: hidden;
	}
}

/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.l-wrap {
		width: auto;
		padding: 0 25px;
	}
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
	box-sizing: border-box;
}

.l-grid::after {
	display: table;
	clear: both;
	content: '';
}

.l-grid__item {
	display: block;
	box-sizing: inherit;
	float: left;
}

.l-grid__item--1of2 {
	width: 50%;
}

.l-grid__item--1of3 {
	width: 33.33333333%;
}

.l-grid__item--1of4 {
	width: 25%;
}

.l-grid__item--1of5 {
	width: 20%;
}

.l-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
	box-sizing: border-box;
	white-space: nowrap;
}

.l-inline-grid__item {
	display: inline-block;
	box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
	width: 50%;
}

.l-inline-grid__item--1of3 {
	width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
	width: 25%;
}

.l-inline-grid__item--1of5 {
	width: 20%;
}

.l-inline-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.l-flex-grid__item {
	box-sizing: inherit;
}

.l-flex-grid__item--full {
	width: 100%;
}

.l-flex-grid__item--1of2 {
	width: 50%;
}

.l-flex-grid__item--1of3 {
	width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
	width: 25%;
}

.l-flex-grid__item--1of5 {
	width: 20%;
}

.l-flex-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
	*zoom: 1;
}

.cf:after {
	display: table;
	clear: both;
	content: '';
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: white;
}

#Loader .inner {
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}

#Loader .inner .item {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border-radius: 50%;
	animation: loadBounce 1.4s ease-in-out 0s infinite both;
}

@media only screen and (max-width: 767px) {
	#Loader .inner .item {
		width: 30px;
		height: 30px;
	}
}

#Loader .inner .item--01 {
	background-color: #f8c4b3;
	animation-delay: -.48;
}

#Loader .inner .item--02 {
	background-color: #c4d2d7;
	animation-delay: -.32s;
}

#Loader .inner .item--03 {
	background-color: #9ba288;
	animation-delay: -.16s;
}

#Loader .inner .item--04 {
	background-color: #aaa7b9;
}

@keyframes loadBounce {
	0%,
	80%,
	100% {
		transform: scale(0);
	}
	40% {
		transform: scale(.8);
	}
}

/* trans
-------------------------------------------*/
#Loader {
	transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
	opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
	display: block;
}

img.mi-pc {
	display: inline;
}

.mi-sp {
	display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
	.mi-pc,
	img.mi-pc {
		display: none;
	}
	.mi-sp {
		display: block;
	}
	img.mi-sp {
		display: inline;
	}
}

/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
	padding-left: 1em;
	text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
	transition: all .2s ease-in-out;
}

.mi-hov01:hover {
	opacity: .7;
}

.mi-hov01-all > * {
	transition: all .2s ease-in-out;
}

.mi-hov01-all > *:hover {
	opacity: .7;
}

/*--------------------------------------------------------------------------
   init
---------------------------------------------------------------------------*/
.is-animate.is-fadein {
	opacity: 0;
}

.is-animate.is-fadeup {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.is-animate.is-fadeup {
		transform: translateY(40px);
	}
}

/*--------------------------------------------------------------------------
   animated
---------------------------------------------------------------------------*/
.is-animated.is-fadein {
	transition: opacity 1.5s ease-in-out;
	transition-delay: 0s;
	opacity: 1;
}

.is-animated.is-fadeup {
	transition: opacity 1.5s ease-in-out, transform 1s cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: 0s;
	transform: translateY(0);
	opacity: 1;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .g-footer
---------------------------------------------------------------------------*/
.g-footer {
	position: relative;
	background-color: #cbcccc;
}

.g-footer__inner {
	padding: 35px 33px 30px 42px;

	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.g-footer__inner {
		display: block;
		padding: 14px 0 15px;
		text-align: center;
	}
}

.g-footer__pagetop {
	position: fixed;
	bottom: 0;
	right: 30px;
	transition: transform .3s;
}

@media only screen and (max-width: 767px) {
	.g-footer__pagetop {
		right: 5.2%;
		width: 60px;
		height: 108px;
	}
}

.g-footer__pagetop.is-fixed {
	transform: translateY(-50px);
}

.g-footer__pagetop.is-hide {
	transform: translateY(150px);
}

.g-footer__pagetop a {
	transition: .3s;
}

.mode-pc .g-footer__pagetop a:hover {
	opacity: .8;
}

@media only screen and (max-width: 767px) {
	.g-footer__pagetop a img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__logo {
		width: 114px;
		margin: 9px auto 0;
		text-align: center;
	}
	.g-footer__logo img {
		width: 100%;
		height: auto;
	}
}

.g-footer__copy {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.g-footer__copy {
		font-size: 11px;
	}
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
h2 {
	font-weight: normal;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-mv {
	position: relative;
	width: 100%;
}

.sec-mv__txtarea {
	position: absolute;
	top: 124px;
	left: 11.7%;
}

@media only screen and (max-width: 767px) {
	.sec-mv__txtarea {
		top: 69px;
	}
}

.sec-mv__logo {
	margin-bottom: 30px;
}
.sec-mv__new_logo {
	max-width: 200px;
	margin: 0 auto 50px;
}


@media only screen and (max-width: 767px) {
	.sec-mv__logo {
		width: 72.43vw;
		margin-bottom: 5.33vw;
	}
	.sec-mv__logo img {
		width: 100%;
		height: auto;
	}
	.sec-mv__new_logo {
		width: 72.43vw;
		margin-bottom: 5.33vw;
	}
	.sec-mv__new_logo img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv__txt {
		width: 37.86vw;
	}
	.sec-mv__txt img {
		width: 100%;
		height: auto;
	}
}

.sec-mv__bg {
	text-align: center;
}

.sec-mv__bg img {
	width: 100%;
}

.sec-mv__scroll {
	position: absolute;
	bottom: 25%;
	left: calc(50% - 20px);
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	animation: anim-fuwa01 2.5s ease infinite;
}

@keyframes anim-fuwa01 {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	70% {
		transform: translateY(15px);
		opacity: .8;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv__scroll {
		bottom: 27vw;
		font-size: 12px;
	}
}

.sec-mv__scroll::before {
	position: absolute;
	bottom: -77px;
	left: calc(50% - 1px);
	width: 1px;
	height: 77px;
	border-left: 1px solid #585858;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-mv__scroll::before {
		bottom: -39px;
		height: 39px;
	}
}

/*--------------------------------------------------------------------------
   #sec-color
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-color {
	width: 100%;
}

.sec-color__box {
	position: relative;
	margin-top: -15.5%;
}

@media only screen and (max-width: 767px) {
	.sec-color__box {
		margin-top: -16%;
	}
}

@media only screen and (max-width: 374px) {
	.sec-color__box {
		margin-top: -16%;
	}
}

.sec-color__box--01 {
	text-align: center;
}

.sec-color__box--01 .sec-color__wrap {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.sec-color__box--01 .sec-color__wrap {
		width: 100%;
	}
}

.sec-color__box--01 .sec-color__hdg {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-color__box--01 .sec-color__hdg img {
		width: 250px;
	}
}

.sec-color__box--01 .sec-color__txt {
	color: #707070;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.sec-color__box--01 .sec-color__txt {
		font-size: 16px;
		line-height: 2.78;
	}
}

@media only screen and (max-width: 767px) {
	.sec-color__box--02 .sec-color__hdg {
		width: 243px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-color__box--03 .sec-color__hdg {
		width: 166px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-color__box--04 .sec-color__hdg {
		width: 154px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-color__box--05 .sec-color__hdg {
		width: 154px;
	}
}

.sec-color__box--02 .sec-color__wrap,
.sec-color__box--04 .sec-color__wrap {
	top: 50%;
	right: 11.7%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-color__box--02 .sec-color__wrap,
	.sec-color__box--04 .sec-color__wrap {
		top: 29%;
		right: 5.2%;
		transform: translateY(0);
	}
}

.sec-color__box--03 .sec-color__wrap,
.sec-color__box--05 .sec-color__wrap {
	top: 50%;
	left: 11.7%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-color__box--03 .sec-color__wrap,
	.sec-color__box--05 .sec-color__wrap {
		top: 27%;
		left: 5.2%;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 767px) {
	.sec-color__hdg img {
		width: 100%;
		height: auto;
	}
}

.sec-color__wrap {
	position: absolute;
	color: #fff;
}

.sec-color__hdg {
	margin-bottom: 10px;
}
.sec-color__hdg img {
	height: 33px;
}

.sec-color__txt {
	font-size: 16px;
}

.sec-color__img {
	width: 100%;
}

.sec-color__img img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------
   #sec-design
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-design {
	width: 100%;
	margin-bottom: 154px;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-design {
		display: block;
		margin-bottom: 75px;
		padding-top: 45px;
	}
}

/*.sec-design__img {*/
/*	width: 60.6%;*/
/*	padding-bottom: 52px;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*	.sec-design__img {*/
/*		width: 72.8%;*/
/*	}*/
/*}*/

/*.sec-design__img img {*/
/*	width: 100%;*/
/*	height: auto;*/
/*}*/

.sec-design__wrap {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-design__wrap {
	}
}

.sec-design__hdg {
	margin-bottom: 22px;
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.sec-design__txt {
	color: #707070;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.77;
}

.sec-design__list {
	align-items: flex-end;
	margin-top: 65px;
}

@media only screen and (max-width: 767px) {
	.sec-design__list {
		margin-top: 45px;
	}
}

.sec-design__item {
	text-align: center;
	margin: 0 20px;
}

@media only screen and (max-width: 767px) {
	.sec-design__item {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 51px;
	}
}

.sec-design__item .item-img {}
.sec-design__item .item-num {
	font-size: 36px;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-design__item .item-num {
		font-size: 30px;
		margin-top: 9px;
	}
}

.sec-design__item .item-txt {
	font-size: 20px;
	margin-top: 8px;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.sec-design__item .item-txt {
		font-size: 18px;
		margin-top: 5px;
	}
}

/*--------------------------------------------------------------------------
   #sec-use
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-use {
	width: 100%;
	padding: 53px 0 95px 0;
	background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
	.sec-use {
		padding: 80px 0 108px;
	}
}

.sec-use__wrap {
	width: 1040px;
	margin: 0 auto;
	text-align: center;

	-ms-flex-pack: justify;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-use__wrap {
		display: block;
		width: 100%;
	}
}

.sec-use__box {
	width: 430px;
}
.sec-use .item-img img {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.sec-use__box {
		width: 100%;
		margin-bottom: 49px;
		text-align: center;
	}
}

.sec-use__hdg {
	margin-bottom: 20px;
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.sec-use__txt {
	color: #707070;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.77;
}

.sec-use__img {
	width: 550px;
}

@media only screen and (max-width: 767px) {
	.sec-use__img {
		width: 89.6%;
		margin: 0 5.2%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-use__img img {
		width: 100%;
		height: auto;
	}
}

.sec-use__list {
	justify-content: space-between;
	width: 100%;
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
	.sec-use__list {
		width: 89.6%;
		margin: 0 auto;
	}

}

.sec-use__item {
	max-width: 490px;
}
@media only screen and (max-width: 767px) {
	.sec-use__item {
		max-width: 100%;
		margin-bottom: 25px;
	}

}
.sec-use__item .item-img {}
.sec-use__item .item-img img {
	width: 100%;
}

/*--------------------------------------------------------------------------
   #sec-style
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-style {
	margin-bottom: 125px;
}

@media only screen and (max-width: 767px) {
	.sec-style {
		margin-bottom: 107px;
	}
}

.sec-style__hdg {
	margin-bottom: 20px;
	text-align: center;
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-style__hdg {
		margin-bottom: 25px;
	}
}

.sec-style__slider .slide img {
	width: 100%;
	height: auto;
}

.sec-style__slider .slide-thumb {
	padding-top: 25px;
}

@media only screen and (max-width: 767px) {
	.sec-style__slider .slide-thumb {
		padding-top: 15px;
	}
}

.sec-style__slider .slide-thumb .slick-dots {
	display: block;
	text-align: center;
}

.sec-style__slider .slide-thumb .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

@media only screen and (max-width: 767px) {
	.sec-style__slider .slide-thumb .slick-dots li {
		margin: 0 4px;
	}
}

.sec-style__slider .slide-thumb .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #888;
	border-radius: 50%;
	background-color: #fff;
	text-indent: -9999px;
	transition: .2s;
}

@media only screen and (max-width: 767px) {
	.sec-style__slider .slide-thumb .slick-dots li button {
		width: 10px;
		height: 10px;
	}
}

.mode-pc .sec-style__slider .slide-thumb .slick-dots li button:hover {
	background-color: #888;
}

.sec-style__slider .slide-thumb .slick-dots li.slick-active button {
	background-color: #888;
}

/*--------------------------------------------------------------------------
   #sec-feature
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-feature {
	width: 100%;
	margin-bottom: 140px;
}

@media only screen and (max-width: 767px) {
	.sec-feature {
		margin-bottom: 143px;
	}
}

.sec-feature__hdg {
	margin-bottom: 20px;
	text-align: center;
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-feature__hdg {
		margin-bottom: 25px;
	}
}

.sec-feature__list {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-feature__list {
		display: block;
		margin: 0 5.2%;
	}
}

.sec-feature__item {
	width: 25%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-feature__item {
		width: 100%;
	}
}

.sec-feature__item .item-img {
	margin-bottom: 10px;
}

.sec-feature__item .item-img img {
	width: 100%;
	height: auto;
}

.sec-feature__item .item-name {
	color: #707070;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.sec-feature__item + .sec-feature__item {
		margin-top: 110px;
	}
}

/*--------------------------------------------------------------------------
   #sec-spec
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-spec {
	width: 100%;
	margin-bottom: 145px;
}

@media only screen and (max-width: 767px) {
	.sec-spec {
		margin-bottom: 120px;
	}
}

.sec-spec__hdg {
	margin-bottom: 40px;
	text-align: center;
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
}

.sec-spec__unit {
	width: 1040px;
	margin: 0 auto;
	margin-top: 34px;
}

@media only screen and (max-width: 767px) {
	.sec-spec__unit {
		width: 89.6%;
		margin-top: 0;
	}
}

.sec-spec__unit .unit-hdg {
	width: 120px;
	margin-left: 25px;
	padding: 17px 0;
	background-color: #a7a7a7;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.sec-spec__unit .unit-hdg {
		width: 36%;
		margin-bottom: 15px;
		margin-left: 0;
		font-size: 18px;
	}
}

.sec-spec__unit .unit-hdg:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.sec-spec__unit .unit-hdg:last-of-type {
		margin-bottom: 0;
	}
}

.sec-spec__unit .unit-detail {
	width: 210px;
	padding: 17px 0;
	background-color: #eaeaea;
	text-align: center;
	color: #707070;
	font-weight: bold;
	line-height: 1;
	/*font-size: 18px;*/
}

@media only screen and (max-width: 767px) {
	.sec-spec__unit .unit-detail {
		width: 64%;
		margin-bottom: 15px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-spec__unit .unit-detail:last-of-type {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------------------
   #sec-lineup
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-lineup {
	width: 100%;
	margin-bottom: 135px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup {
		margin-bottom: 135px;
	}
}

.sec-lineup__hdg {
	margin-bottom: 40px;
	text-align: center;
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__hdg {
		margin-bottom: 53px;
	}
}

.sec-lineup__new {
	width: 1040px;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 63px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__new {
		display: block;
		width: 89.6%;
		padding-top: 0;
	}
}

.sec-lineup__new--hbg {
	font-weight: normal;
	color: #707070;
	border-bottom: 2px solid #F8C4B3;
	align-items: center;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__new--hbg {
		font-size: 16px;
	}
}

.sec-lineup__new--hbg span {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	background-color: #F8C4B3;
	padding: 5px 12px;
	color: #585858;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__new--hbg span {
		font-size: 21px;
		padding: 5px 10px;
	}
}

.sec-lineup__list {
	width: 1040px;
	margin: 0 auto;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__list {
		width: 89.6%;
	}
}

.sec-lineup__item {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item {
		width: 47%;
		margin-bottom: 60px;
	}
	.sec-lineup__item:nth-last-child(-n+2) {
		margin-bottom: 45px;
	}
}

.sec-lineup__item .item-img {
	width: 107px;
	margin: 0 auto 12px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item .item-img {
		margin: 0 auto 18px;
	}
}

.sec-lineup__item .item-img img {
	width: 100%;
	height: auto;
}

.sec-lineup__item .item-name {
	margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item .item-name {
		font-size: 16px;
	}
}

.sec-lineup__item .item-btn a {
	display: inline-block;
	position: relative;
	width: 240px;
	padding: 18px 17px 22px 36px;
	text-align: left;
	line-height: 1;
	transition: .3s;
	font-size: 18px;
}

.mode-pc .sec-lineup__item .item-btn a:hover {
	opacity: .8;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item .item-btn a {
		width: 100%;
		font-size: 16px;
		padding: 16px 12px 17px 12px;
	}
}

.sec-lineup__item .item-btn a::before {
	position: absolute;
	top: calc(50% - 8px);
	right: 18px;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item .item-btn a::before {
		right: 10px;
		width: 16px;
		height: 16px;
	}
}

.sec-lineup__item .item-btn--01 a {
	background-color: #f8c4b3;
	color: #707070;
}

.sec-lineup__item .item-btn--01 a::before {
/* 	background-image: url(../../../assets/img/index/ico_arw_gray.svg); */
	background-image: url(../../assets/img/index/ico_arw_gray.svg);
}

.sec-lineup__item .item-btn--02 a {
	background-color: #c4d2d7;
	color: #707070;
}

.sec-lineup__item .item-btn--02 a::before {
/* 	background-image: url(../../../assets/img/index/ico_arw_gray.svg); */
	background-image: url(../../assets/img/index/ico_arw_gray.svg);
}

.sec-lineup__item .item-btn--03 a {
	background-color: #9ba288;
	color: #fff;
}

.sec-lineup__item .item-btn--03 a::before {
/* 	background-image: url(../../../assets/img/index/ico_arw_white.svg); */
	background-image: url(../../assets/img/index/ico_arw_white.svg);
}

.sec-lineup__item .item-btn--04 a {
	background-color: #aaa7b9;
	color: #fff;
}

.sec-lineup__item .item-btn--04 a::before {
/* 	background-image: url(../../../assets/img/index/ico_arw_white.svg); */
	background-image: url(../../assets/img/index/ico_arw_white.svg);
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item + .sec-lineup__item {
		/*margin-top: 130px;*/
	}
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* sec-mv
=================================================================*/
.sec-mv .sec-mv__logo {
	transform: translateX(-50px);
	opacity: 0;
}
.sec-mv .sec-mv__new_logo {
	transform: translateX(-50px);
	opacity: 0;
}

.sec-mv .sec-mv__txt {
	transform: translateX(-50px);
	opacity: 0;
}

.sec-mv.is-animated .sec-mv__logo {
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	transition-delay: .3s;
	transform: translateX(0);
	opacity: 1;
}
.sec-mv.is-animated .sec-mv__new_logo {
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	transition-delay: .3s;
	transform: translateX(0);
	opacity: 1;
}

.sec-mv.is-animated .sec-mv__txt {
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	transition-delay: .4s;
	transform: translateX(0);
	opacity: 1;
}

/* sec-color__box--01
=================================================================*/
.sec-color__box--01 .sec-color__hdg {
	transform: translateX(-50px);
	opacity: 0;
}

.sec-color__box--01 .sec-color__txt {
	transform: translateX(50px);
	opacity: 0;
}

.sec-color__box--01.is-animated .sec-color__hdg {
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	transition-delay: 0s;
	transform: translateX(0);
	opacity: 1;
}

.sec-color__box--01.is-animated .sec-color__txt {
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	transition-delay: .3s;
	transform: translateX(0);
	opacity: 1;
}

/* sec-color__box--02,03,04,05
=================================================================*/
.sec-color__box--02,
.sec-color__box--03,
.sec-color__box--04,
.sec-color__box--05 {
	transform: translateY(100px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-color__box--02,
	.sec-color__box--03,
	.sec-color__box--04,
	.sec-color__box--05 {
		transform: translateY(60px);
	}
}

.sec-color__box--02 .sec-color__hdg,
.sec-color__box--03 .sec-color__hdg,
.sec-color__box--04 .sec-color__hdg,
.sec-color__box--05 .sec-color__hdg {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-color__box--02 .sec-color__hdg,
	.sec-color__box--03 .sec-color__hdg,
	.sec-color__box--04 .sec-color__hdg,
	.sec-color__box--05 .sec-color__hdg {
		transform: translateY(40px);
	}
}

.sec-color__box--02 .sec-color__txt,
.sec-color__box--03 .sec-color__txt,
.sec-color__box--04 .sec-color__txt,
.sec-color__box--05 .sec-color__txt {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-color__box--02 .sec-color__txt,
	.sec-color__box--03 .sec-color__txt,
	.sec-color__box--04 .sec-color__txt,
	.sec-color__box--05 .sec-color__txt {
		transform: translateY(40px);
	}
}

.sec-color__box--02.is-animated,
.sec-color__box--03.is-animated,
.sec-color__box--04.is-animated,
.sec-color__box--05.is-animated {
	transition: opacity .6s ease-in-out, transform 1s cubic-bezier(.075, .82, .165, 1);
	transition-delay: 0s;
	transform: translateY(0);
	opacity: 1;
}

.sec-color__box--02.is-animated .sec-color__hdg,
.sec-color__box--03.is-animated .sec-color__hdg,
.sec-color__box--04.is-animated .sec-color__hdg,
.sec-color__box--05.is-animated .sec-color__hdg {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: .6s;
	transform: translateY(0);
	opacity: 1;
}

.sec-color__box--02.is-animated .sec-color__txt,
.sec-color__box--03.is-animated .sec-color__txt,
.sec-color__box--04.is-animated .sec-color__txt,
.sec-color__box--05.is-animated .sec-color__txt {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: .9s;
	transform: translateY(0);
	opacity: 1;
}

/* sec-design
=================================================================*/
.sec-design .sec-design__img {
	transform: translateX(-100%);
	opacity: 0;
}

.sec-design .sec-design__hdg {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-design .sec-design__hdg {
		transform: translateY(40px);
	}
}

.sec-design .sec-design__txt {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-design .sec-design__txt {
		transform: translateY(40px);
	}
}

.sec-design.is-animated .sec-design__img {
	transition: opacity .6s ease-in-out, transform 2s cubic-bezier(.075, .82, .165, 1);
	transition-delay: 0s;
	transform: translateX(0);
	opacity: 1;
}

.sec-design.is-animated .sec-design__hdg {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	/*transition-delay: 1s;*/
	transition-delay: 0.1s;
	transform: translateY(0);
	opacity: 1;
}

.sec-design.is-animated .sec-design__txt {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	/*transition-delay: 1.2s;*/
	transition-delay: 0.2s;
	transform: translateY(0);
	opacity: 1;
}

.sec-design .sec-design__item {
	transform: translateY(60px);
	opacity: 0;
}

.sec-design .sec-design__item.is-animated {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transform: translateY(0);
	opacity: 1;
}

.sec-design .sec-design__item--1.is-animated {
	transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
	.sec-design .sec-design__item--1.is-animated {
		transition-delay: 0s;
	}
}

.sec-design .sec-design__item--2.is-animated {
	transition-delay: .4s;
}

@media only screen and (max-width: 767px) {
	.sec-design .sec-design__item--2.is-animated {
		transition-delay: 0s;
	}
}

.sec-design .sec-design__item--3.is-animated {
	transition-delay: .8s;
}

@media only screen and (max-width: 767px) {
	.sec-design .sec-design__item--3.is-animated {
		transition-delay: 0s;
	}
}














/* sec-use
=================================================================*/
.sec-use .sec-use__img {
	opacity: 0;
}

.sec-use .sec-use__hdg {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-use .sec-use__hdg {
		transform: translateY(40px);
	}
}

.sec-use .sec-use__txt {
	transform: translateY(60px);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.sec-use .sec-use__txt {
		transform: translateY(40px);
	}
}

.sec-use.is-animated .sec-use__img {
	transition: opacity .6s ease-in-out;
	transition-delay: 0s;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.sec-use.is-animated .sec-use__img {
		transition-delay: .6s;
	}
}

.sec-use.is-animated .sec-use__hdg {
	transition: opacity .6s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: .4s;
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.sec-use.is-animated .sec-use__hdg {
		transition-delay: 0s;
	}
}

.sec-use.is-animated .sec-use__txt {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: .6s;
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.sec-use.is-animated .sec-use__txt {
		transition-delay: .2s;
	}
}

/* sec-feature
=================================================================*/
.sec-feature .sec-feature__item {
	transform: translateY(60px);
	opacity: 0;
}

.sec-feature .sec-feature__item.is-animated {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transform: translateY(0);
	opacity: 1;
}

.sec-feature .sec-feature__item--1.is-animated {
	transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
	.sec-feature .sec-feature__item--1.is-animated {
		transition-delay: 0s;
	}
}

.sec-feature .sec-feature__item--2.is-animated {
	transition-delay: .4s;
}

@media only screen and (max-width: 767px) {
	.sec-feature .sec-feature__item--2.is-animated {
		transition-delay: 0s;
	}
}

.sec-feature .sec-feature__item--3.is-animated {
	transition-delay: .8s;
}

@media only screen and (max-width: 767px) {
	.sec-feature .sec-feature__item--3.is-animated {
		transition-delay: 0s;
	}
}

.sec-feature .sec-feature__item--4.is-animated {
	transition-delay: 1.2s;
}

@media only screen and (max-width: 767px) {
	.sec-feature .sec-feature__item--4.is-animated {
		transition-delay: 0s;
	}
}

/* sec-lineup
=================================================================*/
.sec-lineup .sec-lineup__item {
	transform: translateY(60px);
	opacity: 0;
}

.sec-lineup .sec-lineup__item.is-animated {
	transition: opacity 1s ease-in-out, transform .6s cubic-bezier(.175, .885, .32, 1.275);
	transform: translateY(0);
	opacity: 1;
}

.sec-lineup .sec-lineup__item--1.is-animated {
	transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .sec-lineup__item--1.is-animated {
		transition-delay: 0s;
	}
}

.sec-lineup .sec-lineup__item--2.is-animated {
	transition-delay: .4s;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .sec-lineup__item--2.is-animated {
		transition-delay: 0s;
	}
}

.sec-lineup .sec-lineup__item--3.is-animated {
	transition-delay: .8s;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .sec-lineup__item--3.is-animated {
		transition-delay: 0s;
	}
}

.sec-lineup .sec-lineup__item--4.is-animated {
	transition-delay: 1.2s;
}

@media only screen and (max-width: 767px) {
	.sec-lineup .sec-lineup__item--4.is-animated {
		transition-delay: 0s;
	}
}



/* 2021/07/26 追記
=================================================================*/

.sec-lineup__list--mag {
  padding-top: 50px;
}
.sec-lineup__item--mag .item-img {
	width: 150px;
	margin: 0 auto 10px;
}

@media only screen and (max-width: 767px) {
	.sec-lineup__item .item-img {
		margin: 0 auto 18px;
	}
}



.sec-lineup__link {
  margin-top: 70px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .sec-lineup__link {
	  margin-top: 30px;
	  margin-bottom: 70px;
  }
}
.sec-lineup__link a {
  max-width: 240px;
  display: block;
  margin: 0 auto;
  border: 1px solid #47433E;
  background-color: #ECEAE3;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .sec-lineup__link a {
    max-width: 350px;
    width: 100%;
    padding: 15px 0;
  }
}
.sec-lineup__link a:hover {
	opacity: .8;
}

