@charset "UTF-8";
footer .con-conversion ul, footer .con-footer, main .con-pagetitle h1 { margin-left: auto; margin-right: auto; }
@media only screen and (min-width: 1025px) { footer .con-conversion ul, footer .con-footer, main .con-pagetitle h1 { width: 85.7%; } }
@media print { footer .con-conversion ul, footer .con-footer, main .con-pagetitle h1 { width: 85.7%; } }
.ie8 footer .con-conversion ul, footer .con-conversion .ie8 ul, .ie8 footer .con-footer, footer .ie8 .con-footer, .ie8 main .con-pagetitle h1, main .con-pagetitle .ie8 h1 { width: 85.7%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-conversion ul, footer .con-footer, main .con-pagetitle h1 { width: 92%; } }
@media only screen and (max-width: 767px) { footer .con-conversion ul, footer .con-footer, main .con-pagetitle h1 { width: 89.3%; } }

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html { font-size: 62.5%; line-height: 2.25; }

body { color: #111; background: url(../images/common/bg_base.jpg) 0 0 repeat; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-size: 1.8rem; }
@media only screen and (max-width: 767px) { body { font-size: 1.4rem; } }
body a { color: #111; line-height: 1.1; }
body a:link, body a:visited, body a:active, body a:hover, body a.touchstart { text-decoration: none; }
body img { max-width: 100%; -webkit-touch-callout: none; image-rendering: -webkit-optimize-contrast; }

body, pre, input, textarea, select { font-family: "Zen Old Mincho", serif; font-weight: 400; }

input, select, textarea { font-size: 100%; }

html.ie8 .view_tab, html.ie8 .view_tab_sp, html.ie8 .view_sp { display: none !important; }
html.ie8 #page { min-width: 1234px !important; margin: auto; font-size: 100% !important; }

@media only screen and (min-width: 1025px) { body .view_tab-sp, body .view_tab { display: none !important; } }
@media print { body .view_tab-sp, body .view_tab { display: none !important; } }
.ie8 body .view_tab-sp, .ie8 body .view_tab { display: none !important; }
@media only screen and (min-width: 768px) { body .view_sp { display: none !important; } }
@media print { body .view_sp { display: none !important; } }
.ie8 body .view_sp { display: none !important; }
@media only screen and (max-width: 1024px) { body .view_pc { display: none !important; } }
@media only screen and (max-width: 767px) { body .view_pc-tab, body .view_tab { display: none !important; } }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.visually-hidden { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot?4l2p38"); src: url("../fonts/icomoon.eot?4l2p38#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4l2p38") format("truetype"), url("../fonts/icomoon.woff?4l2p38") format("woff"), url("../fonts/icomoon.svg?4l2p38#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before { content: "\e900"; }

.icon-instagram:before { content: "\ea92"; }

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page { position: relative; }

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header { mix-blend-mode: exclusion; position: fixed; top: 0; left: 0; width: 100%; z-index: 100; }
header.menu-open .con-header .logo { opacity: 0; pointer-events: none; }
header.menu-open .con-header .button-menu span:nth-child(1) { top: 6px; transform: rotate(15deg); }
header.menu-open .con-header .button-menu span:nth-child(2) { top: 6px; transform: rotate(-15deg); }
header .con-header .logo { max-width: 189px; margin: 60px 0 0 6.3%; }
@media only screen and (max-width: 767px) { header .con-header .logo { margin-top: 24px; } }
header .con-header .button-menu { position: absolute; top: 64px; right: 0; cursor: pointer; width: 68px; height: 12px; }
@media only screen and (max-width: 767px) { header .con-header .button-menu { width: 56px; top: 24px; } }
header .con-header .button-menu span { display: inline-block; background: #fff; width: 68px; height: 1px; position: absolute; right: 0; }
@media only screen and (max-width: 767px) { header .con-header .button-menu span { width: 56px; } }
header .con-header .button-menu span:nth-child(1) { top: 0; }
header .con-header .button-menu span:nth-child(2) { top: 12px; }

/* -----------------------------------------------------------
	.con-modalmenu
----------------------------------------------------------- */
.con-modalmenu { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; opacity: 0; visibility: hidden; pointer-events: none; position: fixed; top: 0; left: 0; z-index: 90; background: url(../images/common/bg_base.jpg) 0 0 repeat; width: 100%; height: 100vh; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.con-modalmenu .box-modalmenu { width: 100%; height: 100%; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; padding: 30px; }
@media only screen and (min-width: 768px) { .con-modalmenu .box-modalmenu { width: 50%; order: 2; } }
@media print { .con-modalmenu .box-modalmenu { width: 50%; order: 2; } }
.ie8 .con-modalmenu .box-modalmenu { width: 50%; order: 2; }
.con-modalmenu .box-modalmenu .wrp-modalmenu { width: 100%; max-width: 460px; margin: 0 auto; }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav { display: -webkit-flex; display: flex; margin-bottom: 30px; }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li a { position: relative; }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li a:before { content: ""; position: absolute; top: calc(50% - 3px); left: -10px; width: 6px; height: 6px; background: #111; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; opacity: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li a:hover:before { opacity: 1; } }
@media print { .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li a:hover:before { opacity: 1; } }
.ie8 .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li a:hover:before { opacity: 1; }
body#top .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-top a:before, body#about .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-about a:before, body#business .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-business a:before, body#company .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-company a:before, body#news .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-news a:before, body#repair .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-repair a:before, body#recruit .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-recruit a:before, body#contact .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-contact a:before, body#privacy .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul li.gnav-privacy a:before { opacity: 1; }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.main { width: 60%; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.main { width: 55%; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.main li { line-height: 3.333; margin-bottom: 8px; }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.main li a { font-size: 1.8rem; letter-spacing: 0.075em; font-weight: 500; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.main li a { font-size: 1.6rem; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.sub { width: 40%; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.sub { width: 45%; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.sub li { line-height: 2.4; }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.sub li a { font-size: 1.5rem; letter-spacing: 0.075em; font-weight: 500; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.sub li a { font-size: 1.4rem; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu nav ul.sub li.gnav-shop a { letter-spacing: 0; }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 16px 0; margin-bottom: 42px; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel { margin-bottom: 24px; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .title { margin-bottom: 4px; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .title { margin-bottom: 0; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .txt-tel img { width: 18px; height: 18px; display: inline-block; margin-top: 8px; }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .txt-tel .tel-link { font-family: "EB Garamond", serif; font-weight: 500; font-size: 3rem; line-height: 1; display: inline-block; margin-left: 4px; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .txt-tel .tel-link { line-height: 0.8; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .txt-tel .time { font-size: 1.4rem; display: inline-block; padding-left: 3px; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .wrp-modalmenu .box-tel .txt-tel .time { font-size: 1.3rem; display: block; padding-left: 0; line-height: 1; } }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a { display: inline-block; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  .con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a:hover { opacity: 0.7; } }
@media print { .con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  .con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a:hover { opacity: 0.7; } }
.ie8 .con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.ie8 .con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a:hover { opacity: 0.7; }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a i { font-size: 2rem; line-height: 1; }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .lnk-instagram a .txt { display: inline-block; margin-left: 16px; font-size: 1.4rem; letter-spacing: 0.075em; font-family: "EB Garamond", serif; vertical-align: top; padding-top: 2px; }
.con-modalmenu .box-modalmenu .wrp-modalmenu .box-sub .copyright { font-size: 1.2rem; letter-spacing: 0.075em; font-family: "EB Garamond", serif; color: #999; text-transform: uppercase; }
.con-modalmenu .box-modalmenuimg { background: url(../images/common/img_gnav.jpg) center center no-repeat; background-size: cover; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-align-items: center; align-items: center; }
@media only screen and (min-width: 768px) { .con-modalmenu .box-modalmenuimg { width: 50%; height: 100%; order: 1; } }
@media print { .con-modalmenu .box-modalmenuimg { width: 50%; height: 100%; order: 1; } }
.ie8 .con-modalmenu .box-modalmenuimg { width: 50%; height: 100%; order: 1; }
.con-modalmenu .box-modalmenuimg .name { text-align: center; width: 189px; margin: 0 auto; }
.con-modalmenu.open { opacity: 1; visibility: inherit; pointer-events: all; }

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer .con-conversion { background: rgba(255, 255, 255, 0.3); }
footer .con-conversion ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; padding: 40px 0; }
@media only screen and (max-width: 767px) { footer .con-conversion ul { width: 94%; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
footer .con-conversion ul li { text-align: center; }
@media only screen and (min-width: 768px) { footer .con-conversion ul li { width: 33.33333%; padding: 40px 0; }
  footer .con-conversion ul li:not(:first-child) { position: relative; }
  footer .con-conversion ul li:not(:first-child):before { content: ""; background: #d9d9d9; width: 1px; height: 100%; position: absolute; top: 0; left: 0; } }
@media print { footer .con-conversion ul li { width: 33.33333%; padding: 40px 0; }
  footer .con-conversion ul li:not(:first-child) { position: relative; }
  footer .con-conversion ul li:not(:first-child):before { content: ""; background: #d9d9d9; width: 1px; height: 100%; position: absolute; top: 0; left: 0; } }
.ie8 footer .con-conversion ul li { width: 33.33333%; padding: 40px 0; }
.ie8 footer .con-conversion ul li:not(:first-child) { position: relative; }
.ie8 footer .con-conversion ul li:not(:first-child):before { content: ""; background: #d9d9d9; width: 1px; height: 100%; position: absolute; top: 0; left: 0; }
@media only screen and (max-width: 767px) { footer .con-conversion ul li:first-child { width: 100%; border-bottom: 1px solid #d9d9d9; padding-bottom: 40px; margin-bottom: 40px; }
  footer .con-conversion ul li:last-child { position: relative; } }
footer .con-conversion ul li .title { margin-bottom: 40px; }
@media only screen and (max-width: 767px) { footer .con-conversion ul li .title { margin-bottom: 16px; } }
footer .con-conversion ul li .title span { display: block; line-height: 1; }
footer .con-conversion ul li .title span.en { font-family: "EB Garamond", serif; letter-spacing: 0.18em; color: #999; margin-bottom: 8px; }
@media only screen and (max-width: 767px) { footer .con-conversion ul li .title span.en { letter-spacing: 0.075em; } }
footer .con-conversion ul li .title span.jp { font-size: 1.8rem; }
@media only screen and (max-width: 767px) { footer .con-conversion ul li .title span.jp { line-height: 1.3; } }
footer .con-conversion ul li .txt-tel span { display: block; line-height: 1; }
footer .con-conversion ul li .txt-tel span.time { font-size: 1.4rem; margin-top: 8px; }
footer .con-conversion ul li .txt-tel .tel-link { font-family: "EB Garamond", serif; font-size: 3rem; line-height: 1; }
@media only screen and (max-width: 767px) { footer .con-conversion ul li .txt-tel .tel-link { font-size: 2.6rem; } }
footer .con-conversion ul li a { display: block; }
@media only screen and (min-width: 1025px) { footer .con-conversion ul li a:hover .button { background: #111; }
  footer .con-conversion ul li a:hover .button i { color: #fff; } }
@media print { footer .con-conversion ul li a:hover .button { background: #111; }
  footer .con-conversion ul li a:hover .button i { color: #fff; } }
.ie8 footer .con-conversion ul li a:hover .button { background: #111; }
.ie8 footer .con-conversion ul li a:hover .button i { color: #fff; }
footer .con-conversion ul li a .button { border: 1px solid #111; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; width: 56px; height: 56px; line-height: 56px; margin: 0 auto; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media only screen and (max-width: 767px) { footer .con-conversion ul li a .button { width: 36px; height: 36px; line-height: 36px; } }
@media only screen and (max-width: 767px) { footer .con-conversion ul li a .button i { display: inline-block; transform: scale(0.8); } }
@media only screen and (min-width: 768px) { footer .con-footer { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; padding: 64px 0 40px; } }
@media print { footer .con-footer { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; padding: 64px 0 40px; } }
.ie8 footer .con-footer { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; padding: 64px 0 40px; }
@media only screen and (max-width: 767px) { footer .con-footer { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; padding: 40px 0 24px; } }
@media only screen and (min-width: 1025px) { footer .con-footer .box-footer { width: 50%; } }
@media print { footer .con-footer .box-footer { width: 50%; } }
.ie8 footer .con-footer .box-footer { width: 50%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-footer { width: 40%; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer { order: 2; border-top: 1px solid #ccc; padding-top: 36px; } }
footer .con-footer .box-footer .name { font-weight: 500; font-size: 2.2rem; letter-spacing: 0.18em; }
footer .con-footer .box-footer address { font-size: 1.4rem; line-height: 1.714; letter-spacing: 0.075em; color: #666; padding: 16px 0; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer address { padding: 0 0 16px; } }
footer .con-footer .box-footer address em { font-size: 1.6rem; }
footer .con-footer .box-footer .box-sub { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
footer .con-footer .box-footer .box-sub .lnk-instagram a { display: inline-block; }
@media only screen and (min-width: 1025px) { footer .con-footer .box-footer .box-sub .lnk-instagram a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  footer .con-footer .box-footer .box-sub .lnk-instagram a:hover { opacity: 0.7; } }
@media print { footer .con-footer .box-footer .box-sub .lnk-instagram a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  footer .con-footer .box-footer .box-sub .lnk-instagram a:hover { opacity: 0.7; } }
.ie8 footer .con-footer .box-footer .box-sub .lnk-instagram a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.ie8 footer .con-footer .box-footer .box-sub .lnk-instagram a:hover { opacity: 0.7; }
footer .con-footer .box-footer .box-sub .lnk-instagram a i { font-size: 2rem; line-height: 1; }
footer .con-footer .box-footer .box-sub .lnk-instagram a .txt { display: inline-block; margin-left: 16px; font-size: 1.4rem; letter-spacing: 0.075em; font-family: "EB Garamond", serif; vertical-align: top; padding-top: 2px; }
footer .con-footer .box-footer .box-sub .copyright { font-size: 1.2rem; letter-spacing: 0.075em; font-family: "EB Garamond", serif; color: #999; text-transform: uppercase; padding-left: 36px; }
footer .con-footer .box-sitemap { display: -webkit-flex; display: flex; }
@media only screen and (min-width: 768px) { footer .con-footer .box-sitemap { -webkit-justify-content: flex-end; justify-content: flex-end; } }
@media print { footer .con-footer .box-sitemap { -webkit-justify-content: flex-end; justify-content: flex-end; } }
.ie8 footer .con-footer .box-sitemap { -webkit-justify-content: flex-end; justify-content: flex-end; }
@media only screen and (min-width: 1025px) { footer .con-footer .box-sitemap { width: 50%; } }
@media print { footer .con-footer .box-sitemap { width: 50%; } }
.ie8 footer .con-footer .box-sitemap { width: 50%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-sitemap { width: 60%; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-sitemap { order: 1; padding-bottom: 24px; } }
footer .con-footer .box-sitemap ul { letter-spacing: 0.075em; }
footer .con-footer .box-sitemap ul li a { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media only screen and (min-width: 1025px) { footer .con-footer .box-sitemap ul li a:hover { opacity: 0.7; } }
@media print { footer .con-footer .box-sitemap ul li a:hover { opacity: 0.7; } }
.ie8 footer .con-footer .box-sitemap ul li a:hover { opacity: 0.7; }
footer .con-footer .box-sitemap ul.main li { line-height: 3; font-size: 1.6rem; margin-bottom: 8px; }
footer .con-footer .box-sitemap ul.sub { padding-left: 80px; margin-top: 4px; }
@media only screen and (max-width: 767px) { footer .con-footer .box-sitemap ul.sub { padding-left: 24px; } }
footer .con-footer .box-sitemap ul.sub li { line-height: 2.692; font-size: 1.3rem; }

/* -----------------------------------------------------------
	.nav-gnav
----------------------------------------------------------- */
.nav-gnav { position: fixed; mix-blend-mode: exclusion; bottom: 7.8%; right: 5.6%; z-index: 100; }
.nav-gnav.menu-open { z-index: 50; }
.nav-gnav.is-hidden { display: none; }
.nav-gnav .gnav { text-align: right; }
.nav-gnav .gnav li a { font-size: 1.7rem; letter-spacing: 0.1em; color: #fff; display: inline-block; }

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
main .con-pagetitle { margin: 204px auto 80px; }
@media only screen and (max-width: 767px) { main .con-pagetitle { margin: 120px auto 40px; } }
main .con-pagetitle h1 { position: relative; }
main .con-pagetitle h1:before { content: ""; background: #111; width: calc(140px + 7.15vw); height: 1px; position: absolute; bottom: 0; left: calc(50% - 50vw); }
@media only screen and (max-width: 767px) { main .con-pagetitle h1:before { width: calc(84px + 5.35vw); } }
main .con-pagetitle h1 span { display: inline-block; font-size: 4.2rem; letter-spacing: 0.18em; line-height: 1; font-weight: 400; padding-bottom: 24px; }
@media only screen and (max-width: 767px) { main .con-pagetitle h1 span { font-size: 3rem; letter-spacing: 0.1em; } }

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.txt-link button { outline: none; border: none; background: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: "Zen Old Mincho", serif; cursor: pointer; }
.txt-link a, .txt-link button { display: inline-block; position: relative; }
@media only screen and (min-width: 1025px) { .txt-link a:hover:after, .txt-link button:hover:after { width: 0; background: #fff; }
  .txt-link a:hover span:before, .txt-link button:hover span:before { color: #fff; }
  .txt-link a:hover span:after, .txt-link button:hover span:after { background: #111; } }
@media print { .txt-link a:hover:after, .txt-link button:hover:after { width: 0; background: #fff; }
  .txt-link a:hover span:before, .txt-link button:hover span:before { color: #fff; }
  .txt-link a:hover span:after, .txt-link button:hover span:after { background: #111; } }
.ie8 .txt-link a:hover:after, .ie8 .txt-link button:hover:after { width: 0; background: #fff; }
.ie8 .txt-link a:hover span:before, .ie8 .txt-link button:hover span:before { color: #fff; }
.ie8 .txt-link a:hover span:after, .ie8 .txt-link button:hover span:after { background: #111; }
.txt-link a:after, .txt-link button:after { content: ""; width: 60px; height: 1px; background: rgba(17, 17, 17, 0.6); position: absolute; top: calc(50% + 1px); right: -77px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media only screen and (max-width: 767px) { .txt-link a:after, .txt-link button:after { width: 40px; right: -45px; } }
.txt-link a span, .txt-link button span { display: inline-block; position: relative; letter-spacing: 0.075em; }
.txt-link a span:before, .txt-link button span:before { content: "\e900"; font-family: 'icomoon'; font-size: 2rem; position: absolute; right: -85px; top: calc(50% - 10px); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; z-index: 1; }
@media only screen and (max-width: 767px) { .txt-link a span:before, .txt-link button span:before { font-size: 1.4rem; top: calc(50% - 6px); right: -54px; } }
.txt-link a span:after, .txt-link button span:after { content: ""; width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; border: 1px solid #111; display: block; position: absolute; right: -120px; top: calc(50% - 40px); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
@media only screen and (max-width: 767px) { .txt-link a span:after, .txt-link button span:after { width: 60px; height: 60px; top: calc(50% - 30px); right: -80px; } }
@media only screen and (min-width: 1025px) { .txt-link.white a:hover:after { background: #111; }
  .txt-link.white a:hover span:before { color: #111; }
  .txt-link.white a:hover span:after { background: #fff; } }
@media print { .txt-link.white a:hover:after { background: #111; }
  .txt-link.white a:hover span:before { color: #111; }
  .txt-link.white a:hover span:after { background: #fff; } }
.ie8 .txt-link.white a:hover:after { background: #111; }
.ie8 .txt-link.white a:hover span:before { color: #111; }
.ie8 .txt-link.white a:hover span:after { background: #fff; }
.txt-link.white a:after { background: #fff; }
.txt-link.white a span { color: #fff; }
.txt-link.white a span:before { color: #fff; }
.txt-link.white a span:after { border: 1px solid #fff; }

.title-basic span { writing-mode: tb-rl; writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -o-writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; text-align: left; display: inline-block; font-weight: 400; font-size: 3.4rem; letter-spacing: 0.28em; }
@media only screen and (max-width: 767px) { .title-basic span { font-size: 2.8rem; } }

.bg-white { background: rgba(255, 255, 255, 0.3); }

.container { margin-bottom: 180px; }
@media only screen and (max-width: 767px) { .container { margin-bottom: 100px; } }

/* -----------------------------------------------------------
	inview
----------------------------------------------------------- */
.anime-fade-in { opacity: 0; }
.anime-fade-in.js-inview-in { -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fade-in; animation-name: fade-in; transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1); }

.fade-in-stairs > * { opacity: 0; }
.fade-in-stairs.js-inview-in > * { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fade-up; animation-name: fade-up; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.fade-in-stairs.js-inview-in > *:nth-child(2) { animation-delay: .2s; }
.fade-in-stairs.js-inview-in > *:nth-child(3) { animation-delay: .4s; }
.fade-in-stairs.js-inview-in > *:nth-child(4) { animation-delay: .6s; }
.fade-in-stairs.js-inview-in > *:nth-child(5) { animation-delay: .8s; }
.fade-in-stairs.js-inview-in > *:nth-child(6) { animation-delay: 1s; }
.fade-in-stairs.js-inview-in > *:nth-child(7) { animation-delay: 1.2s; }
.fade-in-stairs.js-inview-in > *:nth-child(8) { animation-delay: 1.4s; }
.fade-in-stairs.js-inview-in > *:nth-child(9) { animation-delay: 1.6s; }
.fade-in-stairs.js-inview-in > *:nth-child(10) { animation-delay: 1.8s; }
.fade-in-stairs.js-inview-in > *:nth-child(11) { animation-delay: 2s; }

@-webkit-keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }
