@charset "UTF-8";
/*webフォント読み込み*/
@font-face { /*NotoSansJP-Regular*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Regular.otf"); src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJP-SemiBold*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-SemiBold.otf"); src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansJP-SemiBold.woff") format("woff"), url("../fonts/NotoSansJP-SemiBold.otf") format("truetype"); font-weight: 600; }
@font-face { /*NotoSansJP-Bold*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Bold.otf"); src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("truetype"); font-weight: 700; }
@font-face { /*Poppins-Regular*/
font-family: 'pop'; src: url("../fonts/Poppins-Regular.otf"); src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.otf") format("truetype"); font-weight: 400; }
@font-face { /*Poppins-SemiBold*/
font-family: 'pop'; src: url("../fonts/Poppins-SemiBold.otf"); src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.otf") format("truetype"); font-weight: 600; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: underline; }

a { outline: none; transition: 0.3s; color: #000000; text-decoration: none; letter-spacing: 0; }

a img { transition: 0.3s; }

a:hover img { opacity: 0.7; }

:focus { outline: none; }

/* 共通設定
=========================================== */
#wpadminbar { position: absolute !important; }

html.loght { margin-top: 0 !important; }

html.showPage { margin-top: 0 !important; }

html.showPage, html.showPage body { min-width: 1240px; }

html.showPage body { padding-top: 120px; }

body { background: #fff; color: #000000; font-size: 16px; line-height: 1.625; font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-style: normal; font-weight: 400; overflow-wrap: anywhere; /* 収まらない場合に折り返す */ word-break: normal; /* 単語の分割はデフォルトに依存 */ line-break: strict; /* 禁則処理を厳格に適用 */ }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: 800; letter-spacing: 0; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; color: #000000; letter-spacing: 0; }

.wrap { width: 1100px; margin: 0 auto; position: relative; }

table { width: 100%; }

img { max-width: 100%; height: auto; }

.no-pc { display: inline-block; pointer-events: none; text-decoration: none !important; }

div#f-trigger { opacity: 0; position: absolute; left: 0; top: 90px; z-index: -20; }

/*共通見出し設定*/
.titles01 { text-align: center; margin-bottom: 40px; }
.titles01 .en { display: block; font-size: 16px; font-weight: 600; line-height: 1.4375; text-transform: uppercase; }
.titles01 .jp { display: block; font-weight: 700; font-size: 40px; line-height: 1.65; }

.titles02 { display: flex; flex-wrap: wrap; align-items: flex-end; }
.titles02 .jp { display: block; font-weight: 700; font-size: 40px; line-height: 1.45; margin-right: 30px; }
.titles02 .en { display: block; font-size: 20px; font-weight: 600; line-height: 1.4; text-transform: uppercase; }

.titles03 { padding-bottom: 20px; position: relative; margin-bottom: 30px; font-size: 24px; font-weight: 600; padding-left: 18px; border-bottom: solid 1px #EEEEEE; }

.titles03:before { content: ""; width: 6px; height: 6px; background: #0F0F0F; position: absolute; left: 0; top: 17px; border-radius: 100%; }

.titles03:after { content: ""; width: 20px; height: 1px; background: #0F0F0F; position: absolute; left: 0; bottom: -1px; }

.titles04 { padding-bottom: 20px; position: relative; margin-bottom: 40px; font-size: 26px; font-weight: 600; border-bottom: solid 1px #EEEEEE; }

.titles04:after { content: ""; width: 20px; height: 1px; background: #0F0F0F; position: absolute; left: 0; bottom: -1px; }

/*共通ボタン設定*/
.btn01 { width: 260px; height: 70px; display: table; }
.btn01 a, .btn01 .btn-in { display: table-cell; text-align: left; vertical-align: middle; text-decoration: none; color: #fff; border-radius: 40px; background: #0F0F0F; position: relative; border: solid 1px #0F0F0F; padding-left: 40px; font-weight: 700; }
.btn01 a .arrow, .btn01 .btn-in .arrow { position: absolute; right: 20px; z-index: 2; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background: #FFFFFF; }
.btn01 a .arrow img, .btn01 .btn-in .arrow img { display: block; opacity: 1; transform: 0.3s; }
.btn01 a:hover { background: #fff; color: #0F0F0F; }
.btn01 a:hover .arrow { background: #0F0F0F; }
.btn01 a:hover .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }

/*グラデーション*/
.gra-bg { display: inline-block; padding: 5px 12px; background: linear-gradient(120deg, #D80000 0%, #D80000 20%, #D85E00 100%); color: #fff; border-radius: 10px; }

.gra-text { background: linear-gradient(180deg, #D80000 0%, #D85E00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }

/*スライダー　ふわっ*/
div#mv-slider, div.slider01, div.gallery-main, div.gallery-thumb, div.belt-slider { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.slider01.slick-initialized, div.gallery-main.slick-initialized, div.gallery-thumb.flex.slick-initialized, div.belt-slider.slick-initialized { opacity: 1; }

/*font*/
.pop, .en, .num { font-family: 'pop'; }

/* header */
/*-------------------------------------------*/
#header { width: 100%; z-index: 100; height: 110px; background: #fff; }

#header { position: fixed; transition: 0.3s; left: 0; top: 0; z-index: 100; min-width: 1200px; align-items: flex-start; }

div#header .logo img { display: block; }

.head-inner.flex { box-sizing: border-box; padding: 30px 40px 30px; height: 120px; align-items: center; }

div.gnav { margin-left: auto; margin-right: 50px; }
div.gnav ul.flex { align-items: center; }
div.gnav ul.flex > li { margin-left: 40px; }
div.gnav ul.flex > li a { text-decoration: none; }
div.gnav ul.flex > li a:hover { color: #DBDBDB; }
div.gnav ul.flex > li:first-child { margin-left: 0; }

.contact-btn { width: 220px; height: 60px; display: table; }
.contact-btn a, .contact-btn .btn-in { display: table-cell; text-align: left; vertical-align: middle; text-decoration: none; color: #fff; border-radius: 40px; background: #0F0F0F; position: relative; border: solid 1px #0F0F0F; padding-left: 40px; font-weight: 700; }
.contact-btn a .ico, .contact-btn .btn-in .ico { position: absolute; right: -1px; z-index: 2; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background: #FFFFFF; box-sizing: border-box; border: solid 1px #0F0F0F; transition: 0.3s; }
.contact-btn a .ico img, .contact-btn .btn-in .ico img { display: block; opacity: 1; transition: 0.3s; }
.contact-btn a:hover { background: #fff; color: #0F0F0F; }
.contact-btn a:hover .ico { background: #0F0F0F; }
.contact-btn a:hover .ico img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }

#header { position: fixed; left: 0; top: 0; height: auto; }

.fixed #header { box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); background: #fff !important; }

/*スクロール追従*/
/*パンくず*/
/*-------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 20px 0 0; }
div#bread .wrap { width: 100%; max-width: 1240px; }

#bread ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }

#bread ul li { display: flex; flex-wrap: wrap; align-items: center; font-size: 13px; font-weight: 400; vertical-align: middle; }

ul.bread-list li a { font-size: 13px; color: #DBDBDB; }

ul.bread-list li:after { content: ""; width: 3px; height: 3px; display: inline-block; position: relative; background: #DBDBDB; vertical-align: middle; margin: 0 14px; border-radius: 100%; }

ul.bread-list li:nth-last-child(2):after { background: #0F0F0F; }

ul.bread-list li:last-child:after { content: none; }

/* メインビジュアル */
/*-------------------------------------------*/
/*TOPページ*/
div#mv { position: relative; z-index: 3; letter-spacing: 0; }

/*下層ページ*/
/* contents */
/*-------------------------------------------*/
.bg-blue { background: #F5F9FF; }

/* footer */
/*-------------------------------------------*/
div#footer { overflow: hidden; }

div#ftBox01 { padding: 100px 0; color: #fff; background: #0F0F0F; }
div#ftBox01 .wrap { display: flex; flex-wrap: wrap; width: 1190px; justify-content: space-between; flex-direction: row-reverse; }
div#ftBox01 .wrap > .left { width: 550px; }
div#ftBox01 .wrap h2.ft-logo { margin-bottom: 124px; }
div#ftBox01 .wrap h2.ft-logo img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(243deg) brightness(111%) contrast(101%); }
div#ftBox01 .wrap .copyright { position: absolute; right: 0; bottom: 0; font-size: 12px; }
div#ftBox01 a { color: #fff; }

ul#fnav { margin-bottom: 60px; }
ul#fnav > li { margin-left: 40px; }
ul#fnav > li:first-child { margin-left: 0; }

.ft-contact.flex { align-items: center; }

.tel-num a { font-family: "pop"; line-height: 1; font-weight: 400; font-size: 26px; }
.tel-num a .komoji { font-size: 20px; }

.foot-btn.contact-btn { margin-right: 30px; }
.foot-btn.contact-btn a { border-color: #fff; }
.foot-btn.contact-btn a span.ico { border-color: #fff; background: #0F0F0F; }
.foot-btn.contact-btn a:hover { border-color: #0F0F0F; color: #0F0F0F !important; }
.foot-btn.contact-btn a:hover span.ico { background: #fff; border-color: #0F0F0F; }
.foot-btn.contact-btn a:hover span.ico img { filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(2%) hue-rotate(314deg) brightness(107%) contrast(113%); }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: fixed; right: 20px; bottom: 50px; opacity: 0; z-index: -3; transition: opacity 0.3s; width: 80px; }

div#page-top a { display: block; width: 80px; height: 80px; border-radius: 100%; background: #fff; border: solid 2px #000000; text-align: center; box-sizing: border-box; padding-top: 16px; line-height: 1; font-size: 15px; font-weight: 700; text-decoration: none; position: relative; }

div#page-top a .text { display: block; margin-top: 3px; font-size: 19px; font-weight: 700; }

div#page-top a:before { content: ""; background: url("../img/common/char01.png") no-repeat; background-size: 87px; width: 87px; height: 110px; transition: 0.3s; position: absolute; bottom: 0; right: 63px; }

div#page-top a:hover { border-color: #D80000; background: #D80000; color: #fff; }

div#page-top a:hover svg path { stroke: #fff; }

div#page-top a:hover:before { transform: rotateZ(5deg); }

.fixed div#page-top { opacity: 1; z-index: 6; }

/* OTHER
=========================================== */
.tright { text-align: right; }

.tleft { text-align: left; }

.tcenter { text-align: center; }

.flL { float: left; }

.flR { float: right; }

.bold { font-weight: bold; }

.inb { display: inline-block; }

.block { display: block; }

.red { color: #E30606; }

.blue { color: #0075A4; }

.blue02 { color: #0093D6; }

.yellow { color: #FFD400; }

.orange { color: #EE5A35; }

.green { color: #087F82; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

.sp { display: none !important; }
