@charset "utf-8";
/* CSS Document */

/**
 *                                                                           
 *  ★ セマンティックに書きつつ、一貫性を持ちましょう。
 *    （以下に指示の記載がない場合も周りのコードを見て、そのスタイルに沿ってください。）
 *  ・エンコードは、UTF-8（BOM無し）を使う。
 *  ・埋め込みリソースからプロトコル表記（http:,https:）を省略する。
 *  ・半角スペース2つ分でインデントする。（タブやスペースとの混在はNG）
 *  ・IDやクラス名に含まれる別々の単語（小文字）はハイフンで繋ぐ。
 *  ・IDとクラス名にタイプセレクタは記述しない。
 *  ・可能な限りショートハンドでプロパティを書く。
 *  ・値に「0」を指定する際には単位を省略する。
 *  ・すべてのプロパティ名の終端にはコロンの後にスペースを入れること。
 *  ・すべてのプロパティ指定の終端はセミコロンを書くこと。
 *  ・〜!important; は使用しない。
 *  ・別々のセレクタとプロパティは改行して書くこと。
 *  ・別々のCSSルールは改行して一行間を空けて書く。
 *  ・セクションごとにコメント（任意）を記述する。
 *  
 *  
 */


/**
 * Override bootstrap3 styles
 * gu
 */

body {
	font-family: Arial, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	-webkit-font-smoothing: antialiased;
font-feature-settings: 'pkna' 1;

}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
}
.navbar-fixed-top {
	border: none;
}

@media (min-width: 1024px) {
html {
	min-width: 1170px;
}
body {
	min-width: 1080px;
}
}
hr {
	border-color: #DDDDDD;
}
em {
	font-family: 'EB Garamond', Times New Roman, Times, serif;
	font-style: normal;
}
h1,h2.xl {
	font-size: x-large;
}
h1 > small {
	display: block;
	padding: 0 0 0.5em 0;
}
h2 > small {
	display: block;
	padding: 0 0 0.5em 0;
}
h1 em > img {
	margin-bottom: 1em;
}
.lead {
	font-size: medium;
	font-weight: normal;
	letter-spacing: 0.25ex;
}
.lead-lg {
	font-size: xx-large;
}
.panel, .thumbnail {
	border: none;
}
.breadcrumb li {
	font-size: smaller;
}
.embed-responsive {
	background-color: black;
}
blockquote.text-center {
	border: none;
	padding: 1.5em 0;
}
blockquote.text-center p {
	line-height: 2.4em;
	margin-bottom: 1em;
}
.bg-white {
	background-color: white;
}
.table {
	font-size: 12px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	vertical-align: middle;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}
/* td:nth-child(1) {
	white-space: nowrap;
} */
.clear {
	clear: both;
}
/**
 * Bootstrap Grid Gutter
 * 
 */

.gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.gutter-10 > div, .gutter-10 > li {
	padding-right: 5px;
	padding-left: 5px;
}
.gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.gutter-20 > div, .gutter-20 > li {
	padding-right: 10px;
	padding-left: 10px;
}
.gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.gutter-30 > div, .gutter-30 > li {
	padding-right: 15px;
	padding-left: 15px;
}
.gutter-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.gutter-40 > div, .gutter-40 > li {
	padding-right: 20px;
	padding-left: 20px;
}
.gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}
.gutter-60 > div, .gutter-60 > li {
	padding-right: 30px;
	padding-left: 30px;
}
.gutter-80 {
	margin-left: -40px;
	margin-right: -40px;
}
.gutter-80 > div, .gutter-80 > li {
	padding-right: 40px;
	padding-left: 40px;
}
.gutter-120 {
	margin-left: -60px;
	margin-right: -60px;
}
.gutter-120 > div, .gutter-120 > li {
	padding-right: 60px;
	padding-left: 60px;
}
.va-middle {
	letter-spacing: -0.4em;
}
.va-middle > [class*='col-'] {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
	letter-spacing: 0;
}
.va-middle p.lead {
	font-size: large;
	padding: 0 1em;
}
.va-middle p {
	line-height: 2em;
}

@media (max-width: 1023px) {
.gutter-20, .gutter-30, .gutter-40, .gutter-60, .gutter-80, .gutter-120 {
	margin-left: 0px;
	margin-right: 0px;
}
.va-middle {
}
.va-middle > [class*='col-md-'] {
	display: block;
}
.va-middle p {
	text-align: center;
}
}
/**
 * Buttons
 * 
 */

#expand-more.btn {
	border-radius: 50%;
	padding: 0.4em 0.5em 0.2em 0.5em;
}
/**
 * Base Layout / Custom Design
 * 
 */

#header {
	min-height: 119px;
}

@media (max-width: 1023px) {
#header {
	min-height: 45px;
}
}
.header-primary .col-xs-12 .btn-link {
	margin: 1.25em 0 0.5em 0;
}
.header-primary .col-xs-10 .btn-link {
	margin: 0.25em 0 0 0;
}
.header-secondary {
	padding-bottom: 1em;
}

@media (max-width: 1023px) {
.header-secondary {
	padding-bottom: 0;
}
}
#collapse-nav {
}

@media (max-width: 1023px) {
#collapse-nav {
	padding: 1em 0;
}
#collapse-nav li {
	font-size: x-large;
}
}
.header-thirdly {
	display: none;
	background-color: #F6F6F6;
}
.header-thirdly ul li {
	padding-top: 30px;
}
.header-thirdly ul li a.thumbnail img {
	margin-left: 0;
}
#content {
}
.serif {
	font-family: 'EB Garamond', Times New Roman, Times, serif;
}
.quote {
	font-style: normal;
}
.quote:before, .quote:after {
	display: inline;
	content: "\0020\f10d\0020";
	color: dimgray;
	font-size: xx-small;
	font-family: 'FontAwesome';
	vertical-align: super;
}
.quote:after {
	content: "\0020\f10e\0020";
}

/**
 * Container
 * 
 */

.wrap-container {
	background-color: transparent;
	padding: 4em 0;
}
.wrap-container-lightgray {
	background-color: #F6F6F6;
	padding: 4em 0;
}
#breadcrumb-container {
	background-color: white;
}
#breadcrumb-container ol {
	padding-right: 0.5em;
}
#visual-container {
	position: relative;
	height: 100%;
	/* background: transparent url(/assets/img/content/home/bg_visual-container.jpg) left top /cover no-repeat scroll; */
	margin-bottom: 119px;
}
#visual-container .btn {
	position: absolute;
	left: 50%;
	bottom: -1.5em;
	margin-left: -1.5em;
}
#video, #static {
	height: 100%;
}
#static {
	background: transparent url(/img/common/bg_video-qHkWDpeyW3s.jpg) left top /cover no-repeat scroll;
}
#static .btn-ytp {
	display: block;
	position: absolute;
	width: 8em;
	height: 6em;
	top: 50%;
	left: 50%;
	margin-left: -4em;
	margin-top: -4em;
}
#content-container {
}
#content-container .container p {
}
#content-container .color-chip {
	height: 4em;
	background: transparent url(/img/common/bg_color-chip.png) left top /contain repeat scroll;
	margin-bottom: 0.25em;
}
#information-container {
	padding: 1em 0 3em 0;
}
#information-container h2 {
	font-size: xx-large;
	margin-bottom: 0;
}

@media (max-width: 1023px) {
/*#information-container h2 {
	text-align: left;
}*/
}
#information-container .btn-info-all {
	position: absolute;
	top: 1.8em;
	text-align: right;
	padding-right: 0;
}
#information-container .btn-sm.btn-info-prev, #information-container .btn-sm.btn-info-next {
	margin-top: 3em;
}

@media (max-width: 1023px) {
#information-container .btn-info-prev, #information-container .btn-info-next {
	margin-top: 2em;
}
}
#information-container .swiper-button-disabled {
	visibility: hidden;
}
#information-container .underlined {
	border-bottom: 1px solid #9797A6;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#information-container .swiper-info-container {
	overflow: hidden;
}
#information-container .swiper-info-slide {
	padding: 0 1em;
}
#information-container .swiper-info-slide dt {
	font-weight: normal;
	padding-bottom: 1em;
}

@media (max-width: 1023px) {
#information-container h2 {
	text-indent: 0;
}
#information-container .btn-info-all {
	top: 1.6em;
	padding-right: 1em;
}
}
#showroom-container {
	color: white;
	font-weight: 300;
	text-align: center;
	background: transparent url(/img/common/bg_showroom-container.jpg) left top /cover no-repeat scroll;
	padding: 3em 0;
}
#showroom-container h2 {
	color: white;
	font-size: xx-large;
	font-weight: normal;
	letter-spacing: 0.2ex;
	margin-bottom: 1em;
}
#showroom-container p {
	margin-bottom: 1.5em;
}
#showroom-container .btn-default {
	color: white;
	background-color: transparent;
	border-color: white;
	padding-top: 2em;
	padding-bottom: 2em;
	margin: 1em 0;
}
.page-template-showroom #content-container .embed-responsive {
	height: 500px;
}
#panel-container {
	padding: 4em 0 2em 0;
	background-color: white;
}
#panel-container .panel {
	border: 1px solid #ddd;
}
#panel-container .panel .panel-body {
	padding: 0;
}
#panel-container .panel i {
	display: block;
	color: dimgray;
}
#panel-container .panel small {
	display: block;
	color: darkgray;
	font-size: xx-small;
	line-height: 1.4em;
}
/**
 * Grid
 * 
 */


.col-sm-6.col-md-4 .center-block .thumbnail {
	padding-bottom: 1em;
}
.col-sm-6.col-md-4 .thumbnail .caption h2 {
	margin-bottom: 1.0em;
}
.col-sm-6.col-md-4 .thumbnail .caption h3 {
	margin-bottom: 0.25em;
}
.col-sm-6.col-md-4 .thumbnail .caption h2 small, .col-sm-6.col-md-4 .thumbnail .caption h3 small {
	display: block;
	margin-bottom: 0.5em;
}
.col-sm-6.col-md-4 .thumbnail .caption h2 > em, .col-sm-6.col-md-4 .thumbnail .caption h3 > em {
	font-size: larger;
}
.col-sm-6.col-md-4 .thumbnail .caption h4 {
	margin-top: 0;
}
/**
 * Parallax
 * 
 */

.row-parallax {
	position: relative;
	height: 350px;
}

@media (max-width: 1023px) {
.row-parallax {
	height: 500px;
}
}
.lap-absolute {
	position: absolute;
}
.adjust-left {
	left: 0;
	text-align: right;
}
.adjust-right {
	right: 0;
	text-align: left;
}
.figure-ratio-visual {
	width: 64%;
	height: inherit;
}

@media (max-width: 1023px) {
/*.figure-ratio-visual {
	width: 88%;
}*/
}
.figure-ratio-visual .image-background {
	height: inherit;
	background: transparent url(/img/common/bg_parallax-container.png) left top /cover no-repeat scroll;
}
.figure-ratio-panel {
	width: 42%;
}

@media (max-width: 1023px) {
/*.figure-ratio-panel {
	top: 30px;
	width: 84%;
}*/
}
.figure-ratio-panel .panel {
	text-align: center;
	margin-bottom: 0;
}
.figure-ratio-panel .panel .panel-body {
	display: inline-block;
	width: 90%;
	min-height: 350px;
	padding: 20px 0 80px 0;
}
.figure-ratio-panel .panel .panel-body h3 {
	font-size: x-large;
	margin: 10px 0 0 0;
}
.figure-ratio-panel .panel .panel-body h3 small {
	display: block;
	padding: 0 0 0.5em 0;
}
.figure-ratio-panel .panel .panel-body p {
	line-height: 1.6em;
}
.figure-ratio-panel .panel .panel-body p span {
	display: inline-block;
}
.figure-ratio-panel .panel .panel-body .lead em {
	font-size: x-large;
}
.figure-ratio-button {
	bottom: 30px;
	left: 50%;
	margin-left: -10.5em;
}
.figure-ratio-button .btn-lg {
	width: 18em;
	padding: 0.75em 0;
}
/*
.figure-ratio-button.adjust-left {
  text-align: left;
  left: 10%;
}

.figure-ratio-button.adjust-right {
  text-align: right;
  right: 10%;
}
*/

/* スライダ */

.carousel-caption {
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.64em 1em;
	background-color: rgba(255, 255, 255, .86)
}
.carousel-caption p {
	margin: 0;
	color: #2C2C2C;
	text-shadow: none;
	text-align: left;
}
.carousel-indicators img {
	width: 100%;
	height: auto;
}
.carousel-indicators {
	position: static;
	width: 100%;
	margin: 0.71em 0 0;
	text-align: left;
}
.carousel-indicators li, .carousel-indicators li.active {
	display: inline-block;
	height: auto;
	margin: 0;
	text-indent: 0;
	border: none;
	box-sizing: border-box;
	font-size: 10px;
	border-radius: 0;
}
.carousel-indicators li.col-xs-4, .carousel-indicators li.col-xs-4.active {
	width: 33.33333333%;
}
.carousel-indicators li.col-xs-6, .carousel-indicators li.col-xs-6.active {
	width: 50%;
}
.carousel-indicators li i {
	display: inline-block;
	border: 2px solid #fff;
}
.carousel-indicators li.active i {
	border-color: #0BBCF3;
}

@media (max-width: 1023px) {
.carousel-indicators {
	margin-top: 0.5em;
}
.carousel-indicators li.col-xs-4, .carousel-indicators li.col-xs-4.active {
	width: 32%;
}
.carousel-indicators li.col-xs-6, .carousel-indicators li.col-xs-6.active {
	width: 50%;
}
.carousel-indicators li i {
	margin-bottom: 2px;
}
#article .system .btn {
	text-align: left;
}
}
/**
 * Material icons - Material Design
 * 
 */

/* アイコンサイズ */
.material-icons.md-14 {
	font-size: 14px;
}
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
.material-icons.md-64 {
	font-size: 64px;
}
/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}
/**
 * Wordpress - Native CSS
 * 
 */
 
/*  base : img
/* ------------------------------------ */
#content-container .aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#content-container .alignright {
	float: right;
}
#content-container .alignleft {
	float: left;
}
#content-container img[class*="wp-image-"], #content-container img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}
.entry-header {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 1em;
}
/**
 * Modal - usamin
 * 
 */

#usaminModal iframe {
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-9by16 {
	padding-bottom: 177.78%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/******TABCODE追加↓↓↓↓↓↓↓↓↓↓↓↓↓↓********/

header#header .logo {
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -84px;
}
header#header .naviLeft {
	right: 50%;
	margin-right: 86px;
	position: absolute;
	top: 78px;
}
header#header .naviRight {
	left: 50%;
	margin-left: 86px;
	position: absolute;
	top: 78px;
}
header#header ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}
header#header ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
}
header#header .naviLeft li {
	margin: 0 53px 0 0;
}
header#header .naviRight li {
	margin: 0 0 0 67px;
}
header#header .logo img.sp {
	display: none;
}
header#header .tw {
	position: absolute;
	top: 27px;
	right: 50%;
	margin-right: -500px;
}
header#header .spNavi {
	display: none;
}
#expand-more.btn {
	border-radius: 3px;
	padding: 0;
}
#visual-container .btn {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 25px;
	border: none;
}
#visual-container .btn .material-icons {
	line-height: 50px;
}
#visual-container .catchCopy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	z-index: 2;
}
#visual-container .catchCopy img {
	width: 100%;
	max-width: 600px;
	height: auto;
}



#panel-container {
	padding: 80px 0;
	background-color: white;
	text-align: center;
}
#panel-container ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#panel-container ul li {
	float: left;
	list-style: none;
	padding: 0 40px;
	line-height: 0;
	margin: 0;
}

#showroom-container {
 
        padding: 80px 0 40px;
}

#showroom-container h2 {
    margin-top: 0;
}
#showroom-container p {
	margin-bottom: 40px;
	line-height: 1.8em;
}

@media (min-width: 1080px) {
.container {
	width: 1080px;
	padding: 0 50px;
	position: relative;
}
}

@media (min-width: 1024px) {
.navbar {
	min-width: 1100px;
	margin: 0 auto;
}
}

@media (max-width: 1023px) {
#header {
	min-height: 119px;
}
}

@media (max-width: 1023px) and (min-width: 992px) {
header#header .naviLeft li {
	margin: 0 36px 0 0;
}
header#header .naviRight li {
	margin: 0 0 0 50px;
}
header#header .tw {
	margin-right: -460px;
}
.container {
	width: auto;
	padding: 0 30px;
}
#bottom .col-md-3 {
	padding: 0 16px;
}
#bottom .col-md-2 {
	padding: 0 16px;
}
}

@media (max-width: 991px) {
#header {
	min-height: 45px;
}
header#header .logo {
	position: absolute;
	top: 16.5px;
	left: 20px;
	margin-left: 0;
}
header#header .naviLeft {
	display: none;
}
header#header .naviRight {
	display: none;
}
header#header .logo img.pc {
	display: none;
}
header#header .logo img.sp {
	display: block;
	height: 12px;
	width: auto;
}
.DSbtn {
	position: absolute;
	top: 17px;
	right: 20px;
	width: 24px;
	height: 10px;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	cursor: pointer;
	display: block;
	z-index: 99999;
}
.DSbtn .hambarg:nth-child(1) {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	height: 2px;
	width: 24px;
}
.DSbtn .hambarg:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 2px;
	width: 24px;
	background: #000;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.DSbtn .hambarg:nth-child(3) {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 2px;
	width: 24px;
	background: #000;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.DSbtn.action .hambarg:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.DSbtn.action .hambarg:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.DSbtn.action .hambarg:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
header#header .spNavi {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.95);
}
header#header .spNavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header#header .spNavi ul li {
	height: 40px;
	margin: 0;
	padding: 0;
	border-top: #ccc dotted 1px;
	float: none;
	display: block;
}
header#header .spNavi ul li a {
	display: block;
	text-align: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
}
header#header .tw {
	display: none;
}
.gutter-80 {
	margin-left: 0;
	margin-right: 0;
}
.gutter-30 {
	margin-left: 0;
	margin-right: 0;
}
#panel-container ul li {
	width: 50%;
	padding: 0px 10px;
}
#bottom .col-md-3 {
	padding: 0px 12px;
}
#bottom .col-md-2 {
	padding: 0px 12px;
}
#bottom dl dt .btn-link {
	font-size: 11px;
	font-weight: bold;
}
#bottom dl dd .btn-link {
	font-size: 11px;
}
#static .btn-ytp {
	display: block;
	position: absolute;
	width: 8em;
	height: 6em;
	top: 50%;
	left: 50%;
	margin-left: -4em;
	margin-top: 5em;
	z-index: 10;
}
#static .btn-ytp .container-fluid .material-icons {
	line-height: 1;
}
}
@media (max-width: 767px) {

#showroom-container p {
	margin-bottom: 40px;
	line-height: 1.8em;
	padding: 0 20px;
}
#showroom-container .col-sm-6 p {
	padding: 0px;
}
#panel-container {
	padding: 40px 20px 30px;
}
#panel-container ul {
	display: block;
}
#panel-container ul li {
	padding: 0 0 10px;
	width: 100%;
}
	h1 {
    font-size: 22px;
}
	 .wrap-container {
 
    padding: 2em 0;
}
}


@media (max-width: 1023px){
	.pillow_line .list-accessary-visual,
	.bedpad_line .list-accessary-visual {
	    padding-bottom: 0em;
	}


}


.mw_wp_form_confirm .re_2{display:none;}


.row_s {
display: flex;
justify-content: space-between;
}
.row_s .cont_box{
width: 33.33%;
margin-right: 15px;
}
.row_s .cont_box:last-child{
margin-right: 0px;
}
.row_s a{
display: flex;
border: 1px solid #000;
justify-content: center;
align-items: center;
text-align: center;
padding: 20px 10px;
}
.row_s a:hover{
text-decoration: none;
background-color: #e6e6e6;
}

/* ---------------------------------------------------
   Page Top Button
   --------------------------------------------------- */
.btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #0055B8;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.btn-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop:hover {
  background-color: #003d85;
  text-decoration: none;
}
.btn-pagetop__arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 4px;
}
