/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

* {
	margin: 0;
	padding: 0;
}

@-ms-viewport {
	width: device-width;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

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

hr {
	overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

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

abbr[title] {
	text-decoration: none; /* Remove text decoration in Firefox 40+ */
	border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
}

a {
	text-decoration: none;
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

a:not([href]) {
	cursor: pointer;
}

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

b,
strong {
	font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

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

/* https://gist.github.com/unruthless/413930 */

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

li {
	list-style: none outside;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
	border-radius: 0;
}

input::-ms-clear {
	visibility: hidden;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto; /* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
}

/* 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 */
}

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

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	color: inherit;
	border-style: none;
	background-color: transparent;
}

/* Style select like a standard input */

select {
	-webkit-appearance: none; /* Chrome 41+ */
	-moz-appearance: none; /* Firefox 36+ */
}

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
	vertical-align: bottom;
	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(:root) {
	overflow: hidden; /* Internet Explorer 11- */
}

svg {
	vertical-align: top;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
	color: #000;
	background-color: #fdbaab; /* Required when declaring ::selection */
	text-shadow: none;
}

::selection {
	color: #000;
	background-color: #fdbaab; /* Required when declaring ::selection */
	text-shadow: none;
}

html {
	font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 62.5%;
	width: 100%;
	overflow-x: hidden;
}

html.is-fixed {
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.68;
	letter-spacing: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #0e1618;
	background: #FFFFFF;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	outline: none;
	color: #B70031;
}

a:focus,
*:focus {
	outline: none;
}

select,
input,
textarea,
button {
	border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 400;
	color: #a0a2a8;
	opacity: 1;
}

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

img:not(.img-not-100) {
	width: 100%;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
}

.maximg {
	width: 100%;
	height: auto;
}

.none {
	display: none !important;
}

.font8 {
	font-size: 8px !important;
}

.font9 {
	font-size: 9px !important;
}

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.font21 {
	font-size: 21px !important;
}

.font22 {
	font-size: 22px !important;
}

.font23 {
	font-size: 23px !important;
}

.font24 {
	font-size: 24px !important;
}

.font25 {
	font-size: 25px !important;
}

.font26 {
	font-size: 26px !important;
}

.font27 {
	font-size: 27px !important;
}

.font28 {
	font-size: 28px !important;
}

.font29 {
	font-size: 29px !important;
}

.font30 {
	font-size: 30px !important;
}

.font31 {
	font-size: 31px !important;
}

.font32 {
	font-size: 32px !important;
}

.font33 {
	font-size: 33px !important;
}

.font34 {
	font-size: 34px !important;
}

.font35 {
	font-size: 35px !important;
}

.italic {
	font-style: italic !important;
}

.m0 {
	margin: 0 !important !important;
}

.m5 {
	margin: 5px !important !important;
}

.m10 {
	margin: 10px !important !important;
}

.m15 {
	margin: 15px !important !important;
}

.m20 {
	margin: 20px !important !important;
}

.m25 {
	margin: 25px !important !important;
}

.m30 {
	margin: 30px !important !important;
}

.m35 {
	margin: 35px !important !important;
}

.m40 {
	margin: 40px !important !important;
}

.m45 {
	margin: 45px !important !important;
}

.m50 {
	margin: 50px !important !important;
}

.p0 {
	padding: 0 !important !important;
}

.p5 {
	padding: 5px !important !important;
}

.p10 {
	padding: 10px !important !important;
}

.p15 {
	padding: 15px !important !important;
}

.p20 {
	padding: 20px !important !important;
}

.p25 {
	padding: 25px !important !important;
}

.p30 {
	padding: 30px !important !important;
}

.p35 {
	padding: 35px !important !important;
}

.p40 {
	padding: 40px !important !important;
}

.p45 {
	padding: 45px !important !important;
}

.p50 {
	padding: 50px !important !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pr100 {
	padding-right: 100px !important;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter:after,
img.aligncenter:before {
	display: table;
	content: "";
}

img.alignright {
	display: inline;
	padding: 4px;
  margin: 20px 0 20px 20px;
}

img.alignright:after,
img.alignright:before {
	display: table;
	content: "";
}

img.alignleft {
	display: inline;
	padding: 4px;
  margin: 20px 20px 20px 0;
}

img.alignleft:after,
img.alignleft:before {
	display: table;
	content: "";
}

.alignright {
	float: right;
}

.alignright:after,
.alignright:before {
	display: table;
	content: "";
}

.alignleft {
	float: left;
}

.alignleft:after,
.alignleft:before {
	display: table;
	content: "";
}

.main {
	padding-top: 60px;
}

.inner {
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

.btn-round {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	width: 200px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
	color: #000;
	font-weight: 600;
}

.btn-round.btn-round--small {
	height: 32px;
	border-radius: 32px;
	font-size: 1.0rem;
}

.btn-round.btn-round--white {
	color: #B70031;
}

.btn-round.btn-round--red {
	background: #B70031;
	border-color: #B70031;
	color: #FFF;
}

.btn-arrow {
	display: inline-block;
	padding-right: 26px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #0e1618;
	position: relative;
}

.btn-arrow.btn-arrow--back {
	padding-right: 0;
	padding-left: 26px;
}

.btn-arrow:after,
.btn-arrow:before {
	content: '';
	display: block;
}

.btn-arrow:before {
	width: 100%;
	height: 1px;
	background: #B70031;
	margin-right: 0;
	margin-left: auto;
}

.btn-arrow:after {
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #B70031;
}

.btn-arrow:before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
}

.btn-arrow.btn-arrow--back:before {
	right: auto;
	left: 0;
}

.btn-arrow.btn-arrow--back:after {
	right: auto;
	left: 0;
	border-width: 3px 6px 3px  0;
	border-color: transparent #B70031 transparent transparent;
}

a:hover .btn-arrow,
.btn-arrow:hover {
	opacity: 1;
}

.btn-arrow:after {
	margin-top: 1px;
	border-width: 2.5px 0 2.5px 4px;
}

.btn-list {
	border-bottom: 1px solid #e6e6e5;
	display: block;
	color: #0e1618;
	font-weight: bold;
	padding: 20px 24px;
	position: relative;
}

.btn-list:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: solid #B70031;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg) translateY(1px) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
	-ms-transform: rotate(45deg) translateY(1px);
}

.link-text {
	font-weight: 600;
	padding-left: 18px;
	padding-right: 12px;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: -5px;
}

.link-text:hover {
	opacity: 1;
}

.link-text:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: calc(1em - 1px);
	width: 6px;
	height: 6px;
	border: 1px solid #B70031;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg) translate(-1px, -50%) skew(calc((90deg - 80deg) / 2), calc((90deg - 80deg) / 2));
	-ms-transform: rotate(45deg) translate(-1px, -50%);
}

.link-text.link-text--ex:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url("/assets/img/icon_link2.svg") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
}

.link-text__inner {
	position: relative;
	display: inline-block;
}

.link-text__inner:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #0e1618;
	position: absolute;
	bottom: -1px;
	opacity: 0;
	transition: 0.3s all;
}

.link-text:hover .link-text__inner:after {
	opacity: 1;
	bottom: -3px;
}

a:hover .link-text__inner:after {
	opacity: 1;
	bottom: -3px;
}

.global-heading {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
}

.global-heading.global-heading--center {
	text-align: center;
	display: block;
}

.global-heading__main {
	font-size: 3.0rem;
	line-height: 1;
	letter-spacing: 1.06667vw;
	font-style: italic;
	font-weight: 300;
	margin-right: 10px;
}

.global-heading--center .global-heading__main {
	margin-right: 0;
	margin-bottom: 8px;
}

.global-heading--small .global-heading__main {
	font-size: 2.4rem;
}

.global-heading__small {
	font-size: 1.2rem;
	padding-bottom: 2px;
	font-weight: 500;
}

.left-heading {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.125em;
}

.left-heading:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	border-radius: 10px;
	background: #c72c41;
}

.border-heading {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 4px solid #e4e4e6;
	font-weight: normal;
}

.border-heading__inner {
	display: inline-block;
	position: relative;
	padding-bottom: 0.75em;
}

.border-heading__inner::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #8c2342;
}

.arrow-set {
	position: relative;
}

.arrow-set:after,
.arrow-set:before {
	content: '';
	display: block;
}

.arrow-set:before {
	width: 100%;
	height: 1px;
	background: #B70031;
	margin-right: 0;
	margin-left: auto;
}

.arrow-set:after {
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #B70031;
}

.digital-catalog {
	background: url(/assets/img/catalog_bg_sp.jpg) center bottom;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 35px;
}

.digital-catalog__heading {
	margin-bottom: 20px;
}

.digital-catalog__heading__title {
	margin-bottom: 20px;
}

.digital-catalog__feature {
	margin-bottom: 26px;
}

.digital-catalog__feature__item {
	background: #FFF;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.digital-catalog__feature__item:last-child {
	margin-bottom: 0;
}

.digital-catalog__feature__ph {
	box-shadow: 3px 6px 15px 0px rgba(0, 0, 0, 0.2);
}

.digital-catalog__feature__textarea {
	width: calc(50% + 20px);
	margin-left: 20px;
}

.digital-catalog__feature__title {
	font-weight: bold;
	margin-bottom: 6px;
}

.digital-catalog__feature__text {
	margin-bottom: 6px;
}

.digital-catalog__notes {
	display: flex;
	margin-bottom: 10px;
	font-size: 1.1rem;
}

.digital-catalog__notes:before {
	content: '※';
}

.slider {
	position: relative;
}

.slider .slick-arrow {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	position: absolute;
	width: 52px;
	z-index: 20;
	margin-bottom: -10px;
}

.slider .slick-arrow span {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 6px;
	position: relative;
}

.slider .slick-arrow span:after,
.slider .slick-arrow span:before {
	content: '';
	display: block;
}

.slider .slick-arrow span:before {
	width: 100%;
	height: 1px;
	background: #B70031;
	margin-right: 0;
	margin-left: auto;
}

.slider .slick-arrow span:after {
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #B70031;
}

.slider .slick-arrow.slick-prev {
	left: 0;
	transform: scaleX(-1);
}

.slider .slick-arrow.slick-next {
	right: 0;
}

.slider .slick-dots {
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	z-index: 5;
}

.slider .slick-dots li {
	padding: 10px 10px;
	cursor: pointer;
}

.slider .slick-dots li button {
	width: 8px;
	height: 8px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transition: border 0.3s;
}

.slider .slick-dots li:hover button,
.slider .slick-dots li.slick-active button {
	border: 2px solid #FFF;
	background: none;
}

.slider--wide {
	padding-bottom: 50px;
}

.slider--wide .slick-list {
	overflow: visible !important;
	margin-right: -10px;
	margin-left: -10px;
}

.slider--wide .slick-arrow {
	bottom: 0;
}

.slider--wide__item {
	padding-left: 10px;
	padding-right: 10px;
}

.slider--wide__item a {
	display: block;
	overflow: hidden;
}

.slider--wide__item img {
	width: 45.06667vw;
}

.slider--wide__item a:hover {
	opacity: 1;
}

.mfp-image-holder button.mfp-close,
.mfp-iframe-scaler button.mfp-close,
.mfp-inline-holder button.mfp-close {
	background: url(/assets/img/icon_close.svg) right top no-repeat;
	background-size: auto 34px;
	width: 44px;
	height: 44px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	opacity: 1;
	transition: 0.2s background;
}

.mfp-image-holder button.mfp-close:hover,
.mfp-iframe-scaler button.mfp-close:hover,
.mfp-inline-holder button.mfp-close:hover {
	background-image: url(/assets/img/icon_close_red.svg);
}

.mfp-iframe-scaler button.mfp-close {
	right: 2px;
	top: -48px;
}

.mfp-image-holder button.mfp-close {
	position: fixed;
	right: 20px;
	top: 20px;
}

.mfp-inline-holder button.mfp-close {
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translate(0, -100%);
}

.mfp-inline-holder .mfp-content {
	max-width: 940px;
}

.mfp-image-holder .mfp-content {
	width: 100%;
	height: 100%;
	max-width: 300px;
	max-height: 500px;
}

.mfp-image-holder .mfp-figure {
	width: 100%;
	height: 100%;
}

.mfp-image-holder .mfp-figure:after {
	display: none;
}

.mfp-image-holder .mfp-bottom-bar {
	display: none;
}

.mfp-image-holder .mfp-figure figure {
	width: 100%;
	height: 100%;
}

.mfp-image-holder .mfp-figure figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	font-family: "object-fit: contain;";
}

.mfp-container {
	padding-left: 16px;
	padding-right: 16px;
}

.mfp-bg {
	background: #0e1618;
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-bg.mfp-ready {
	opacity: 0.95;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.modal-inline {
	display: none;
}

.modal-inline__cont__inner {
	background: #FFF;
	margin: 0 auto;
	max-height: calc(100vh - 260px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.modal-inline__cont__inner__inner {
	padding: 36px 20px;
}

.mfp-arrow {
	display: block;
	position: absolute;
	padding: 10px 0;
	max-width: 75px;
	width: 50%;
	height: 60px;
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
}

.mfp-arrow:before {
	width: 100%;
	height: 1px;
	background: #FFF;
	margin-right: 0;
	margin-left: auto;
}

.mfp-arrow:hover:before {
	background: #B70031;
}

.mfp-arrow:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
}

.mfp-arrow.mfp-arrow-left {
	left: 16px;
}

.mfp-arrow.mfp-arrow-left:after {
	left: -1px;
	border-width: 3px 6px 3px 0;
	border-color: transparent #FFF transparent transparent;
}

.mfp-arrow.mfp-arrow-left:hover:after {
	border-color: transparent #B70031 transparent transparent;
}

.mfp-arrow.mfp-arrow-right {
	right: 16px;
}

.mfp-arrow.mfp-arrow-right:after {
	right: -1px;
	border-width: 3px 0 3px 6px;
	border-color: transparent  transparent transparent #FFF;
}

.mfp-arrow.mfp-arrow-right:hover:after {
	border-color: transparent  transparent transparent #B70031;
}

.article-box.article-box--flex {
	border-top: 1px solid #e6e6e5;
	padding-top: 16px;
	display: block;
	margin-right: 0;
	margin-left: 0;
}

.article-box__item {
	width: 100%;
	margin-bottom: 22px;
}

.article-box--flex .article-box__item {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e6e6e5;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.article-box--flex .article-box__item:last-child {
	margin-bottom: 0;
}

.article-box__img {
	margin-bottom: 14px;
	overflow: hidden;
}

.article-box--flex .article-box__img {
	max-width: 107px;
	width: 100%;
	margin-right: 20px;
}

.article-box__img a {
	display: block;
	position: relative;
	padding-top: 56.6%;
}

.article-box__img a:hover {
	opacity: 1;
}

.article-box__img__cont {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.article-box__img__cont.article-box__img__cont--dummy {
	border: 1px solid #e4e4e6;
}

.article-box__img__cont img {
	height: 100%;
	width: 100%;
	transition: 0.3s ease-out;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.article-box__body {
	flex-grow: 1;
}

.article-box--flex .article-box__body {
	flex: 1;
}

.article-box__head {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.article-box__category a {
	height: 20px;
	display: inline-flex;
	align-items: center;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1;
	border-radius: 1.06667vw;
	color: #FFFFFF;
	letter-spacing: 0;
	padding: 0 10px;
}

.article-box__category.article-box__category--01 a {
	background: #355e7e;
}

.article-box__category.article-box__category--02 a {
	background: #7daeb1;
}

.article-box__category.article-box__category--03 a {
	background: #0e1618;
}

.article-box__category.article-box__category--04 a {
	background: #5e2c47;
}

.article-box__category.article-box__category--05 a {
	background: #c72c41;
}

.article-box__category.article-box__category--06 a {
	background: #ee4540;
}

.article-box__new {
	color: #ee4540;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.article-box__date {
	color: #a0a2a8;
	font-style: italic;
	font-weight: 600;
	margin-right: 12px;
	font-size: 1.4rem;
}

.article-box__title {
	font-size: 1.4rem;
	font-weight: 500;
}

.article-box__title a {
	display: block;
	color: #0e1618;
}

.pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pager__index {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager__index__item {
	font-weight: 700;
	font-size: 1.6rem;
}

.pager__index__item a {
	display: block;
	padding-left: 11px;
	padding-right: 11px;
	color: #000;
	text-align: center;
	transition: color 0.3s;
}

.pager__index__item a:hover {
	opacity: 1;
	color: #B70031;
}

.pager__index__item a:after {
	content: '';
	display: block;
	height: 3px;
	width: 11px;
	margin: auto;
	background: #B70031;
	opacity: 0;
	transition: opacity 0.2s;
}

.pager__index__item a:hover:after {
	opacity: 1;
}

.pager__index__item.pager__index__item--current a {
	color: #B70031;
}

.pager__index__item.pager__index__item--current a:after {
	opacity: 1;
}

.pager__arrow {
	width: 100%;
}

.pager__arrow a:hover {
	opacity: 1;
}

.pager__arrow__icon {
	display: block;
	position: relative;
	padding: 10px 0;
}

.pager__arrow__icon:after,
.pager__arrow__icon:before {
	content: '';
	display: block;
}

.pager__arrow__icon:before {
	width: 100%;
	height: 2px;
	background: #B70031;
	margin-right: 0;
	margin-left: auto;
}

.pager__arrow__icon:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
}

.pager__arrow--prev .pager__arrow__icon:after {
	left: -1px;
	border-width: 3px 6px 3px 0;
	border-color: transparent #B70031 transparent transparent;
}

.pager__arrow--next .pager__arrow__icon:after {
	right: -1px;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #B70031;
}

a:hover .pager__arrow__icon:before {
	transform: scale(0.8, 1);
}

.pager__arrow__text {
	font-size: 1.2rem;
	font-weight: 500;
}

.movie-frame {
	padding-top: 56%;
	position: relative;
}

.movie-frame a:hover {
	opacity: 1;
}

.movie-frame .movie-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.movie-frame__in {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.movie-frame__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: "object-fit: cover;";
}

.movie-icon {
	width: 13.33333vw;
	height: 13.33333vw;
	background: #B70031;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	transition: transform 0.3s;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.movie-icon:before {
	content: '';
	display: block;
	width: 2.4vw;
	height: 2.4vw;
	border: solid #FFF;
	border-width: 1px 1px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg) translateY(1px) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
	-ms-transform: rotate(45deg) translateY(1px);
}

.header {
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 5px 10px 0px rgba(128, 130, 131, 0.2);
	height: 60px;
	position: fixed;
	opacity: 0;
}

.is-header-small .header {
	height: 60px;
	position: fixed;
}

.header__inner {
	height: 100%;
	position: relative;
}

.header__overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(14, 22, 24, 0.8);
	left: 0;
	top: 0;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s ease 0.3s;
}

body:not(.is-header-menu-active).is-header-childmenu-active .header__overlay {
	top: 160px;
}

body:not(.is-header-menu-active) .header__overlay {
	top: 60px;
}

.is-header-hamburger .header__menu {
	background: #FFF;
	position: fixed;
	top: 60px;
	right: 0;
	width: 100%;
	height: calc(100vh - 60px);
	z-index: 100;
	padding-top: 28px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.header__submenu {
	position: relative;
}

body:not(.is-header-hamburger) .header__submenu {
	display: flex;
	align-items: center;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
}

.header__gnav {
	color: #0e1618;
}

.header__gnav a:hover {
	opacity: 1;
}

.is-header-hamburger .header__gnav {
	padding-bottom: 50px;
}

body:not(.is-header-hamburger) .header__gnav {
	height: 60px;
	display: flex;
}

.header__gnav__item {
	font-weight: 600;
}

.is-header-hamburger .header__gnav__item {
	margin-right: 0;
	border-bottom: 1px solid #e6e6e5;
}

.header__gnav__item a {
	display: block;
	color: #0e1618;
	position: relative;
}

body:not(.is-header-hamburger) .header__gnav__item > a:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 3px solid #B70031;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.2s;
}

body:not(.is-header-hamburger) .header__gnav__item > a:hover:after,
body:not(.is-header-hamburger) .header__gnav__item > a:active:after,
body:not(.is-header-hamburger) .header__gnav__item > a.header__gnav__childmenu-btn--active:after {
	opacity: 1;
}

body:not(.is-header-hamburger) .header__gnav__item.header__gnav__item--active > a:after {
	opacity: 1;
}

.is-header-hamburger .header__gnav__item a {
	position: relative;
	padding: 18px 24px;
}

.is-header-hamburger .header__gnav__item a:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: solid #B70031;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg) translateY(1px) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
	-ms-transform: rotate(45deg) translateY(1px);
}

.header__gnav__item.header__gnav__item--small {
	font-size: 1.2rem;
	font-weight: 400;
}

.header__gnav__item.header__gnav__item--small a {
	padding-top: 14px;
	padding-bottom: 14px;
}

.header__gnav__item.header__gnav__item--small a:before {
	border-color: #68656e;
}

body:not(.is-header-hamburger) .header__gnav__item--small {
	display: none;
}

.header__gnav__childmenu {
	width: 100%;
	height: calc(100vh - 160px);
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 103;
	left: 0;
	background: rgba(14, 22, 24, 0.8);
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s, visibility 0s;
}

.is-header-small .header__gnav__childmenu {
	max-height: calc(100vh - 60px);
}

.header__gnav__childmenu:not(.header__gnav__childmenu--active) {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.is-header-small .header__gnav__childmenu {
	height: calc(100vh - 60px);
}

.header__gnav__childmenu__inner {
	background: #FFF;
	box-shadow: inset 0px 5px 10px 0px rgba(128, 130, 131, 0.2);
}

.header__gnav__childmenu__nav {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 40px;
	border-bottom: 1px solid #e6e6e5;
}

.header__gnav__childmenu__nav__item {
	margin: -20px 45px 0 45px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	color: #a0a2a8;
	transition: color 0.15s;
}

.header__gnav__childmenu__nav__item:after {
	content: '';
	opacity: 0;
	width: 100%;
	border-bottom: 4px solid #B70031;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: opacity 0.15s;
}

.header__gnav__childmenu__nav__item.header__gnav__childmenu__nav__item--active,
.header__gnav__childmenu__nav__item:hover {
	color: #0e1618;
}

.header__gnav__childmenu__nav__item.header__gnav__childmenu__nav__item--active:after {
	opacity: 1;
}

.header__gnav__childmenu__group {
	display: none;
}

.header__gnav__childmenu__group.header__gnav__childmenu__group--active {
	display: flex;
	flex-wrap: wrap;
}

.header__gnav__childmenu__column {
	width: 25%;
	padding-right: 20px;
}

.header__gnav__childmenu__link:last-child {
	margin-bottom: 0;
}

.header__gnav__childmenu__link.header__gnav__childmenu__link--large {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: -6px;
	margin-bottom: 6px;
}

.header__gnav__childmenu__link.header__gnav__childmenu__link--small {
	font-size: 1.2rem;
	font-weight: 400;
}

.header__gnav__childmenu__link.header__gnav__childmenu__link--small:last-child {
	margin-bottom: 10px;
}

.header__gnav__childmenu__link a {
	padding: 6px 0;
}

.header__gnav__childmenu__link a:hover,
.header__gnav__childmenu__link a:active {
	color: #B70031;
}

.header__subnav {
	display: flex;
}

.is-header-hamburger .header__subnav {
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
}

.header__subnav__item {
	display: block;
	font-size: 1.0rem;
	font-weight: 500;
	color: #0e1618;
}

.is-header-hamburger .header__subnav__item {
	width: 166px;
	height: 32px;
	font-weight: 600;
	border-radius: 16px;
	border: 1px solid #a0a2a8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

body:not(.is-header-hamburger) .header__subnav__item {
	margin-left: 25px;
}

.header__btn {
	padding: 10px;
	width: 20px;
	position: absolute;
	left: 16px;
	margin-left: -10px;
	top: 15px;
	cursor: pointer;
	box-sizing: content-box;
	z-index: 105;
}

.is-header-search .header__btn,
body:not(.is-header-hamburger) .header__btn {
	display: none;
}

.is-header-menu-active .header__btn {
	top: 20px;
}

.header__btn__line {
	display: block;
	height: 1px;
	width: 100%;
	background: #000;
	transition: transform 0.15s;
}

.is-header-menu-active .header__btn__line--01 {
	transform: rotate(45deg);
}

.header__btn__line--02 {
	margin: 4px 0;
}

.is-header-menu-active .header__btn__line--02 {
	display: none;
}

.is-header-menu-active .header__btn__line--03 {
	transform: rotate(-45deg);
	margin-top: -1px;
}

.header__logo {
	line-height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
	width: 67px;
}

.is-header-small .header__logo {
	width: 35px;
}

.header__logo a {
	display: block;
}

.header__logo__icon {
	width: 100%;
	display: block;
}

.header__logo__text {
	display: block;
	width: 63px;
	margin: 4px auto 0 auto;
}

.header__search-btn {
	line-height: 0;
	padding: 10px;
	margin-right: -10px;
	cursor: pointer;
	z-index: 103;
	position: absolute;
}

.is-header-menu-active .header__search-btn {
	display: none;
}

.is-header-small .header__search-btn {
	right: 16px;
}

.header__search-btn.header__search-btn--close:before {
	display: none !important;
}

.header__search-btn__open {
	width: 13px !important;
}

.header__search-btn__open--hover {
	display: none;
}

.header__search-btn:hover .header__search-btn__open--normal {
	display: none;
}

.header__search-btn:hover .header__search-btn__open--hover {
	display: block;
}

.header__search-btn--close .header__search-btn__open {
	display: none !important;
}

.header__search-btn--close .header__search-btn__close {
	display: block;
}

.header__search-btn__close {
	display: none;
}

.header__search-btn__close__line {
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	transition: 0.2s background;
}

.header__search-btn:hover .header__search-btn__close__line {
	background: #B70031;
}

.header__search-btn__close__line--01 {
	transform: rotate(45deg);
}

.header__search-btn__close__line--02 {
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
}

.header__search-menu {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	z-index: 102;
	background: #FFF;
	opacity: 0;
	transition: all 0.3s;
}

.is-header-search .header__search-menu {
	max-height: 100vh;
	padding-top: 35px;
	padding-bottom: 80px;
	opacity: 1;
}

.header__search-menu__input {
	position: relative;
}

.header__search-menu__input form {
	height: 100%;
}

.header__search-menu__input__parts {
	width: 100%;
	padding: 14px 36px 14px 20px;
}

.header__search-menu__input__icon {
	width: 14px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -4px;
	transform: translateY(-50%);
}

.header__search-menu__input__icon input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.header__brand {
	display: flex;
	align-items: center;
	height: 60px;
	line-height: 0;
}

.is-header-small .header__brand {
	display: none;
}

.header__brand__item {
	display: block;
	margin-right: 35px;
}

.header__brand__item:last-child {
	margin-right: 0;
}

.header__brand__item--01 {
	width: 73px;
}

.header__brand__item--02 {
	width: 42px;
	margin-top: -2px;
}

.header__sns {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

body:not(.is-header-hamburger) .header__sns {
	display: none;
}

.header__sns__item a {
	display: block;
	box-sizing: content-box;
	padding: 10px 15px;
	height: 14px;
}

.header__sns__item a img {
	width: auto;
	height: 100%;
}

.header__lang {
	width: 120px;
	margin: auto;
	position: relative;
	text-align: center;
}

.header__lang__btn {
	cursor: pointer;
	position: relative;
	padding: 10px;
}

.header__lang__btn span {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	padding-right: 20px;
}

.header__lang__btn span:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: solid #B70031;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 6px;
}

body:not(.is-header-hamburger) .header__lang__btn {
	top: -2px;
}

body:not(.is-header-hamburger) .header__lang__btn span:after {
	top: 4px;
}

.header__lang__select {
	text-align: left;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	top: 100%;
	background: #FFF;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	font-size: 1.1rem;
	margin: 5px auto 0 auto;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0s ease 0.2s;
}

.header__lang--active .header__lang__select {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.is-header-hamburger .header__lang__select {
	transform: translateY(-100%);
	top: -10px;
	margin-top: 0;
}

.header__lang__select__item {
	padding: 6px 12px;
}

.header__lang__select__item:hover,
.header__lang__select__item:active {
	background: #f0f6f5;
	color: #B70031;
	font-weight: 500;
}

.follow {
	padding-top: 60px;
	padding-bottom: 70px;
	background: #FFF;
	position: relative;
	z-index: 10;
}

.follow__heading {
	text-align: center;
	font-size: 1.8rem;
	font-style: italic;
	letter-spacing: 4px;
	margin-bottom: 25px;
	font-weight: 300;
}

.follow__list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px -20px 33px -20px;
}

.follow__list__item a {
	display: block;
	box-sizing: content-box;
	padding: 10px 20px;
	height: 21px;
}

.follow__list__item a img {
	width: auto;
	height: 100%;
}

.pagetop-btn {
	pointer-events: none;
	text-align: center;
	margin-bottom: 30px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0s ease 0.3s;
}

.pagetop-btn.pagetop-btn--active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.pagetop-btn__cont {
	pointer-events: auto;
	display: inline-block;
	cursor: pointer;
}

.pagetop-btn__cont:after {
	content: '';
	display: block;
	background: #B70031;
	width: 1px;
	height: 14px;
	margin: 6px auto 0 auto;
	transform-origin: center bottom;
}

.pagetop-btn__text {
	color: #B70031;
	font-size: 1.2rem;
}

.footer {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #FFF;
}

.footer__logo {
	width: 120px;
	margin-bottom: 30px;
}

.footer__logo img {
	width: 100%;
}

.footer__mainmenu {
	border-top: 1px solid #e6e6e5;
}

.footer__mainmenu__inner {
	position: relative;
}

.footer__nav {
	margin-bottom: 20px;
}

.footer__nav__group a {
	display: block;
	color: #68656e;
}

.footer__nav__sublink {
	font-size: 1.2rem;
}

.footer__nav__sublink a {
	padding-top: 4px;
	padding-bottom: 4px;
	transition: color 0.3s;
}

.footer__nav__sublink a:hover {
	color: #B70031;
	opacity: 1;
}

.footer__submenu {
	display: flex;
}

.footer__submenu__item {
	font-size: 1.0rem;
	line-height: 1;
	border-right: 1px solid #a0a2a8;
}

.footer__submenu__item:last-child {
	border-right: none;
}

.footer__submenu__item a {
	color: #0e1618;
	padding: 0 0.6em;
}

.footer__submenu__item:first-child a {
	padding-left: 0;
}

.footer__bottom {
	border-top: 1px solid #e6e6e5;
	padding: 15px 0;
}

.footer__official {
	display: flex;
	justify-content: center;
}

.footer__official__item {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.footer__official__item a {
	color: #525252;
	padding: 0 0.6em;
}

.footer__official__item:after {
	content: '/';
}

.footer__official__item:first-child a {
	padding-left: 0;
}

.footer__official__item:last-child a {
	padding-right: 0;
}

.footer__official__item:last-child:after {
	display: none;
}

.footer__copyright {
	font-size: 1.0rem;
	text-align: center;
}

.footer__lang {
	display: flex;
}

.footer__lang__item {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

.footer__lang__item a {
	color: #525252;
	padding: 0 0.7em;
}

.footer__lang__item:after {
	content: '/';
}

.footer__lang__item:first-child a {
	padding-left: 0;
}

.footer__lang__item:last-child a {
	padding-right: 0;
}

.footer__lang__item:last-child:after {
	display: none;
}

.footer__linkbtn {
	margin: 30px 10px 28px 10px;
	display: flex;
	justify-content: center;
}

.footer__linkbtn__item {
	width: 50%;
	max-width: 167px;
	margin: 0 5px;
}

.footer__linkbtn__item a {
	width: 100%;
	height: 32px;
	border-radius: 16px;
	border-color: #b6b9b9;
}

.footer__sns__title {
	font-size: 1.2rem;
	font-weight: 800;
	color: #68656e;
	letter-spacing: 0.15em;
}

.footer__sns__list {
	display: flex;
	align-items: center;
	margin: 0 -14px;
}

.footer__sns__list a {
	display: block;
	box-sizing: content-box;
	padding: 10px 14px;
}

.footer__sns__list a img {
	width: auto;
	height: 15px;
}

.footer__search__title {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	color: #68656e;
	margin-bottom: 14px;
}

.footer__search__input {
	position: relative;
	border-bottom: 1px solid #e6e6e5;
}

.footer__search__input__parts {
	width: 100%;
	padding-bottom: 8px;
	padding-left: 22px;
}

.footer__search__input__parts::-webkit-input-placeholder {
	font-size: 1.2rem;
	font-weight: 400;
	color: #525252;
}

.footer__search__input__parts:-moz-placeholder {
	font-size: 1.2rem;
	font-weight: 400;
	color: #525252;
}

.footer__search__input__parts::-moz-placeholder {
	font-size: 1.2rem;
	font-weight: 400;
	color: #525252;
}

.footer__search__input__parts:-ms-input-placeholder {
	font-size: 1.2rem;
	font-weight: 400;
	color: #525252;
}

.footer__search__input__icon {
	width: 14px;
	position: absolute;
	left: 0;
	top: -3px;
}

.breadcrumbs {
	margin-bottom: 10px;
}

.breadcrumbs__list {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	display: flex;
	align-items: center;
	white-space: nowrap;
	height: 50px;
	margin-left: -12px;
	margin-right: -12px;
}

.breadcrumbs__list__item {
	height: 100%;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
}

.breadcrumbs__list__item:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: solid #0e1618;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg) translateY(1px) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
	-ms-transform: rotate(45deg) translateY(1px);
}

.breadcrumbs__list__item:last-child {
	font-weight: bold;
}

.breadcrumbs__list__item:last-child:after {
	display: none;
}

.breadcrumbs__list__item a {
	color: #0e1618;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 12px;
}

.breadcrumbs__list__item a:hover {
	opacity: 1;
}

.breadcrumbs__list__item__inner {
	position: relative;
	display: inline-block;
}

.breadcrumbs__list__item__inner:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #0e1618;
	position: absolute;
	bottom: -1px;
	opacity: 0;
	transition: 0.3s all;
}

a:hover .breadcrumbs__list__item__inner:after {
	opacity: 1;
	bottom: -3px;
}

.breadcrumbs__list__item:last-child a {
	pointer-events: none;
}

.breadcrumbs__list__item:last-child .breadcrumbs__list__item__inner:after {
	display: none;
}

@media screen {

[hidden~="screen"] {
	display: inherit;
}

[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
}

}

@media (min-width: 768px) {

a {
	transition: 0.3s ease-out opacity;
}

a:hover {
	opacity: 0.7;
}

.sp {
	display: none !important;
}

img.alignright {
	margin-left: 60px;
}

img.alignleft {
	margin-right: 60px;
}

.inner {
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	max-width: 1200px;
}

.btn-round {
	transition: 0.3s ease-out;
	width: 240px;
	border-radius: 24px;
	height: 48px;
}

a:hover .btn-round,
.btn-round:hover {
	opacity: 1;
	border-color: #B70031;
	color: #B70031;
}

a:hover .btn-round.btn-round--nohover,
.btn-round.btn-round--nohover:hover {
	border-color: #cccccc;
	color: #000;
}

.btn-round.btn-round--hover-noborder:hover {
	border: none;
}

.btn-round.btn-round--small {
	width: 140px;
	border-radius: 16px;
}

a:hover .btn-round.btn-round--red,
.btn-round.btn-round--red:hover {
	opacity: 1;
	background: #FFF;
}

a:hover .btn-round.btn-round--red.btn-round--nohover,
.btn-round.btn-round--red.btn-round--nohover:hover {
	background: #B70031;
	border-color: #B70031;
	color: #FFF;
}


.btn-arrow {
	padding-right: 30px;
	font-size: 1.2rem;
}

.btn-arrow.btn-arrow--back {
	padding-left: 30px;
}

.btn-arrow:before {
	height: 2px;
	transition: width 0.2s;
}

.btn-arrow:hover:before {
	width: calc(100% - 5px);
}

a:hover .btn-arrow:before,
.btn-arrow:hover:before {
	width: 15px;
}

.btn-list {
	padding: 16px 10px;
	transition: 0.3s ease-out color;
}

.btn-list:hover {
	color: #B70031;
	opacity: 1;
}

.btn-list:before {
	width: 5px;
	height: 5px;
	right: 10px;
}

.link-text.link-text--ex:after {
	width: 11px;
	height: 11px;
}

.global-heading__main {
	letter-spacing: 4px;
	font-size: 3.6rem;
	margin-right: 16px;
}

.global-heading--small .global-heading__main {
	font-size: 3.2rem;
}

.global-heading__small {
	font-size: 1.4rem;
}

.arrow-set:before {
	height: 2px;
	transition: width 0.2s;
}

.arrow-set:hover:before {
	width: calc(100% - 5px);
}

.digital-catalog {
	background-image: url(/assets/img/catalog_bg_pc.jpg);
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 55px;
}

.digital-catalog__heading {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.digital-catalog__heading__title {
	margin-bottom: 14px;
}

.digital-catalog__heading__lead {
	margin-top: -10px;
	margin-left: 50px;
}

.digital-catalog__feature__ph {
	box-shadow: 6px 12px 30px 0px rgba(0, 0, 0, 0.3);
}

.digital-catalog__feature__ph {
	width: 140px;
}

.digital-catalog__feature__textarea {
	width: auto;
	margin-left: 50px;
	flex: 1;
}

.digital-catalog__feature__title {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.digital-catalog__feature__text {
	margin-bottom: 26px;
}

.digital-catalog__notes {
	margin-bottom: 2px;
}

.slider .slick-arrow span:before {
	height: 2px;
	transition: width 0.2s;
}

.slider .slick-arrow span:hover:before {
	width: calc(100% - 5px);
}

.slider--wide .slick-list {
	margin-right: -14px;
	margin-left: -14px;
}

.slider--wide__item {
	padding-left: 14px;
	padding-right: 14px;
}

.slider--wide__item img {
	transition: transform 0.4s;
	width: 210px;
}

.slider--wide__item a:hover img {
	transform: scale(1.04, 1.04);
}

.mfp-image-holder button.mfp-close,
.mfp-iframe-scaler button.mfp-close,
.mfp-inline-holder button.mfp-close {
	width: 54px;
	height: 54px;
	background-size: auto 44px;
}

.mfp-iframe-scaler button.mfp-close {
	position: fixed;
	right: 40px;
	top: 40px;
}

.mfp-image-holder button.mfp-close {
	right: 40px;
	top: 40px;
}

.mfp-inline-holder button.mfp-close {
	transform: translate(100%, -100%);
}

.mfp-image-holder .mfp-content {
	max-width: 820px;
	max-height: 530px;
}

.mfp-container {
	padding-left: 70px;
	padding-right: 70px;
}

.modal-inline__cont__inner {
	max-height: calc(100vh - 200px);
}

.modal-inline__cont__inner__inner {
	padding: 40px 40px;
}

.mfp-arrow {
	width: 80px;
	top: 50%;
	transform: translateY(-50%);
}

.mfp-arrow:before {
	transition: width 0.2s;
}

.mfp-arrow:after {
	top: 50%;
}

.mfp-arrow.mfp-arrow-left {
	left: 60px;
}

.mfp-arrow.mfp-arrow-right {
	right: 60px;
}

.article-box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.article-box.article-box--flex {
	padding-top: 20px;
}

.article-box__item {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 44px;
	width: calc((100% / 3) - 24.4px);
}

.article-box--flex .article-box__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.article-box--flex .article-box__img {
	max-width: 170px;
}

.article-box__head {
	margin-bottom: 12px;
}

.article-box__category a {
	height: 20px;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.article-box__title {
	margin-bottom: 6px;
}

.pager__index__item a {
	padding-left: 18px;
	padding-right: 18px;
}

.pager__arrow {
	width: 60px;
}

.pager__arrow a {
	display: flex;
	justify-content: space-between;
}

.pager__arrow__icon {
	width: 24px;
}

.pager__arrow__icon:before {
	transition: transform 0.2s;
}

.pager__arrow__icon:after {
	top: 50%;
}

a:hover .movie-icon {
	transform: scale(1.13, 1.13);
}

.movie-icon {
	width: 80px;
	height: 80px;
}

.movie-icon:before {
	width: 14px;
	height: 14px;
}

.header__overlay.header__overlay--active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.is-header-hamburger .header__menu {
	transition: transform 0.2s 0.2s, visibility 0s;
	max-width: 500px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 68px;
	top: 0;
	height: 100vh;
	z-index: 104;
}

.is-header-hamburger:not(.is-header-menu-active) .header__menu {
	transform: translateX(100%);
	visibility: hidden;
	transition: transform 0.2s, visibility 0s;
}

.is-header-hamburger .header__gnav {
	padding-bottom: 40px;
}

.is-header-hamburger .header__gnav__item {
	font-size: 1.6rem;
}

.header__gnav__item.header__gnav__item--small {
	font-size: 1.4rem;
}

.header__gnav__childmenu__body {
	max-width: 980px;
	padding-top: 40px;
	padding-bottom: 30px;
}

.is-header-hamburger .header__subnav {
	margin-bottom: 60px;
}

.header__subnav__item:hover {
	opacity: 1;
	color: #B70031;
	transition: 0.3s color;
}

.is-header-hamburger .header__subnav__item {
	transition: 0.3s ease-out;
	width: 140px;
}

.is-header-hamburger .header__subnav__item:hover {
	border-color: #B70031;
}

.header__btn {
	left: auto;
	right: 16px;
	margin-left: 0;
	margin-right: -10px;
}

.header__logo {
	top: 32px;
}

.is-header-small .header__logo {
	top: 11px;
	width: 42px;
}

.is-header-small .header__logo__text {
	width: 40px;
}

.header__search-btn {
	top: 13px;
	right: 78px;
}

.is-header-small .header__search-btn {
	right: 78px;
}

.header__search-btn.header__search-btn--close {
	position: fixed;
	top: 19px;
	right: 16px;
}

.header__search-menu {
	top: 0;
}

.header__search-menu {
	height: 60px;
}

.is-header-search .header__search-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.header__search-menu__inner {
	height: 100%;
}

.header__search-menu__input {
	height: 100%;
	max-width: 1200px;
	padding-right: 150px;
}

.header__search-menu__input__parts {
	height: 100%;
	padding-left: 26px;
	padding-right: 14px;
}

.header__search-menu__input__icon {
	right: auto;
	left: 0;
}

.header__sns {
	margin-bottom: 60px;
}

.is-header-hamburger .header__lang {
	position: absolute;
	bottom: -5px;
	right: 0px;
	line-height: 1;
	text-align: right;
}

.header__lang__btn span {
	font-size: 1.0rem;
}

.header__lang__btn span:after {
	top: 0;
}

.follow {
	padding-top: 90px;
	padding-bottom: 100px;
}

.follow__heading {
	font-size: 2.8rem;
	margin-bottom: 35px;
}

.follow__list {
	margin-bottom: 50px;
}

.follow__more.btn-round {
	width: 200px;
}

.pagetop-btn {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 90;
}

.pagetop-btn.pagetop-btn--fix {
	position: absolute;
	top: -80px;
	bottom: auto;
}

.pagetop-btn__cont:after {
	transition: transform 0.2s;
	height: 60px;
	margin-top: 20px;
}

.pagetop-btn__cont:hover:after {
	transform: scaleY(1.1);
}

.pagetop-btn__text {
	transition: transform 0.2s;
	transform: rotate(90deg);
}

.pagetop-btn__cont:hover .pagetop-btn__text {
	transform: rotate(90deg) translateX(-8px);
}

.footer__mainmenu {
	padding-top: 50px;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.footer__nav__group {
	margin-bottom: 22px;
}

.footer__nav__mainlink .btn-list {
	border-bottom: none;
	padding: 14px 0;
}

.footer__nav__mainlink .btn-list:before {
	display: none;
}

.footer__nav__mainlink--small {
	font-size: 1.2rem;
}

.footer__nav__mainlink--small .btn-list {
	padding-bottom: 5px;
}

.footer__bottom {
	height: 50px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 12px 0 0 0;
	margin-top: 20px;
}

.footer__lang {
	position: absolute;
	bottom: 68px;
	right: 20px;
}

.footer__lang__item {
	font-size: 1.0rem;
}

.footer__sns__list {
	margin-right: 0;
}

.breadcrumbs {
	margin-bottom: 40px;
}

}

@media (min-width: 768px) and (max-width: 1000px) {

.pc-notab {
	display: none !important;
}

.is-header-small .header__logo {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.footer__nav__column {
	width: calc(100% / 3 - 0.5px);
}

.footer__nav__tools {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
}

.footer__sns {
	margin-right: 100px;
}

.footer__sns__title {
	margin-bottom: 7px;
}

}

@media (min-width: 1001px) {

.tab {
	display: none !important;
}

.mobile {
	display: none !important;
}

.main {
	padding-top: 160px;
}

.digital-catalog__feature {
	display: flex;
	margin-right: -14px;
	margin-left: -14px;
}

.digital-catalog__feature__item {
	width: 50%;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 0;
	padding: 50px 40px;
	align-items: center;
}

a:hover .article-box__img__cont img {
	transform: scale(1.04);
}

.header {
	height: 160px;
}

body:not(.is-header-small) .header__gnav {
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.header__gnav__item {
	height: 100%;
	margin-right: 70px;
}

.header__gnav__item:last-child {
	margin-right: 0;
}

body:not(.is-header-hamburger) .header__gnav__item {
	font-size: 1.2rem;
}

.is-header-small:not(.is-header-hamburger) .header__gnav__item {
	margin-right: 60px;
}

.header__gnav__item a {
	height: 100%;
	display: flex;
	align-items: center;
}

body:not(.is-header-hamburger) .header__gnav__item {
	font-size: 1.2rem;
}

.is-header-small .header__logo {
	left: 16px;
	right: auto;
}

.header__search-btn {
	right: 320px;
}

body:not(.is-header-hamburger) .header__search-btn:before {
	content: '';
	display: block;
	height: 16px;
	border-left: 1px solid #e6e6e5;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.footer__nav__column {
	width: 25%;
}

.footer__nav__tools {
	margin-top: 10px;
}

.footer__sns {
	margin-bottom: 70px;
}

}

@media (min-width: 1200px) {

.is-header-small .header__gnav {
	justify-content: flex-start;
	padding-left: 100px;
}

.is-header-small .header__search-btn {
	right: 320px;
}

.header__search-btn.header__search-btn--close {
	right: calc((100vw - 1200px) / 2);
	transform: translateX(-50%);
}

}

@media (max-width: 1000px) {

.header__gnav__childmenu {
	display: none;
}

.footer__nav__tools {
	width: 100%;
}

}

@media (max-width: 767px) {

input,
textarea,
select {
	font-size: 1.6rem;
}

.pc {
	display: none !important;
}

.pc-notab {
	display: none !important;
}

.tab {
	display: none !important;
}

.sp-w-600 {
	width: 600px;
	height: auto;
}

.sp-w-550 {
	width: 550px;
	height: auto;
}

.sp-w-500 {
	width: 500px;
	height: auto;
}

.sp-w-450 {
	width: 450px;
	height: auto;
}

.sp-w-400 {
	width: 400px;
	height: auto;
}

.sp-w-350 {
	width: 350px;
	height: auto;
}

.sp-w-300 {
	width: 300px;
	height: auto;
}

.sp-w-250 {
	width: 250px;
	height: auto;
}

.sp-w-200 {
	width: 200px;
	height: auto;
}

.sp-w-150 {
	width: 150px;
	height: auto;
}

.sp-w-100 {
	width: 100px;
	height: auto;
}

.sp-w-50 {
	width: 50px;
	height: auto;
}

.btn-round {
	font-size: 1.0rem;
}

.global-heading.global-heading--sp-center {
	text-align: center;
	display: block;
}

.global-heading--sp-center .global-heading__main {
	margin-right: 0;
	margin-bottom: 8px;
}

.digital-catalog__feature__ph {
	flex: 1;
	min-width: 80px;
}

.digital-catalog__feature__text {
	font-size: 1.2rem;
}

.mfp-arrow {
	bottom: 20px;
}

.article-box__item:last-child {
	margin-bottom: 0;
}

.article-box--flex .article-box__title {
	font-size: 1.2rem;
}

.pager__arrow {
	max-width: 50px;
	flex: 1;
}

.pager__arrow__text {
	display: none;
}

body:not(.is-header-menu-active) .header__overlay.header__overlay--active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.is-header-hamburger .header__menu {
	transition: opacity 0.3s, visibility 0s;
}

.is-header-hamburger:not(.is-header-menu-active) .header__menu {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s ease 0.3s;
}

.is-header-hamburger .header__gnav {
	border-top: 1px solid #e6e6e5;
}

.is-header-hamburger .header__subnav {
	justify-content: center;
	padding: 0 16px;
}

.is-header-small .header__logo__text {
	width: 33px;
	margin-top: 2px;
}

.is-header-small .header__search-btn {
	top: 50%;
	transform: translateY(-50%);
}

.header__search-menu__input__parts {
	border: 1px solid #e6e6e5;
}

.header__sns {
	justify-content: center;
}

.footer__logo {
	display: none;
}

.footer__mainmenu__inner {
	padding-left: 0;
	padding-right: 0;
}

.footer__nav__sublink {
	display: none;
}

.footer__bottom {
	margin: 0 16px;
}

.footer__official {
	margin-bottom: 10px;
}

.footer__lang {
	justify-content: center;
	margin-bottom: 12px;
}

.footer__sns__list {
	justify-content: center;
}

}

@media (max-width: 369px) {

.follow__list {
	margin-right: -5.33333vw;
	margin-left: -5.33333vw;
}

.follow__list__item a {
	padding-right: 5.33333vw;
	padding-left: 5.33333vw;
}

}

