@charset "utf-8";

/*============================
input
============================*/
input { border-radius: 3px; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"]
 { padding: 10px; width: 100%; background: #fff; border: solid 1px #fff; outline: 0; -webkit-appearance: none; appearance: none; border-radius: 0; box-sizing: border-box; }
input:focus { box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
input::placeholder { color: #ccc; }
input[type="radio"],
input[type="checkbox"] { margin-right: 3px; }
input[type="button"],input[type="submit"],input[type="number"],input[type="tel"],button { -webkit-appearance: none; -moz-appearance: button; appearance: button; border-radius: 0; }
textarea { padding: 10px; background: #fff; border: solid 1px #fff; outline: 0; width: 100%; height: 200px; -webkit-appearance: none; appearance: none; border-radius: 0; box-sizing: border-box; }
textarea:focus { box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
textarea::placeholder { color: #ccc; }
input[type="file"] { width: inherit; }

select { position: relative; padding: 9px 20px 8px 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; border-radius: 0; }
select:hover { cursor: pointer; }

/*============================
md_container
============================*/
.md_container { width: 1100px; margin: 0 auto; position: relative; }

/*============================
md_panelArea
============================*/
.md_panelArea { height: 640px; padding: 80px 0 76px; text-align: center; min-width: 1200px; background: #000; display: flex; justify-content: center; align-items: center; }
.md_panelArea .en { display: block; font-size: 6em; letter-spacing: 0.05em; color: #fff; margin-top: 80px; }
.md_panelArea .ja { display: block; font-size: 1.125em; color: #fff; font-weight: bold; margin-top: 20px; line-height: 1.5; }

/*============================
md_simplePanelArea
============================*/
.md_simplePanelArea { height: 180px; min-width: 1200px; background: #443d3a; background: linear-gradient(-90deg, #3a3431, #514a47); }

/*============================
md_catchArea
============================*/
.md_catchArea { margin-top: 60px; text-align: center; line-height: 2; font-weight: bold; }
.md_catchArea em { font-size: 2em; }

/*============================
md_pankuzuArea
============================*/
.md_pankuzuArea { background: #312c2a; background: linear-gradient(-90deg, #211c1a, #413c3a); min-width: 1200px; }
.md_pankuzuArea ul { width: 1100px; margin: 0 auto; padding: 15px 20px 14px; }
.md_pankuzuArea ul li { float: left; margin-right: 45px; font-size: 0.875em; line-height: 1.5; position: relative; }
.md_pankuzuArea ul li::after { display: block; content: ""; position: absolute; top: 6px; right: -26px; width: 8px; height: 8px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.md_pankuzuArea ul li a { color: #fff; }
.md_pankuzuArea ul li:last-child { margin-right: 0; }
.md_pankuzuArea ul li:last-child::after { display: none; }
.md_pankuzuArea ul li a span { text-decoration: underline; opacity: 0.5; }
.md_pankuzuArea ul li a em {}
.md_pankuzuArea.bottom {}

/*============================
font
============================*/
.md_font_mincho { font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho"; }
.md_font_century { font-family: century-gothic, sans-serif; font-weight: 400; font-style: normal; }
.md_font_centuryB { font-family: century-gothic, sans-serif; font-weight: 700; font-style: normal; }
.md_font_centuryI { font-family: century-gothic, sans-serif; font-weight: 400; font-style: italic; }
.md_font_centuryBI { font-family: century-gothic, sans-serif; font-weight: 700; font-style: italic; }
.md_font_bebasKai { font-family: bebas-kai, sans-serif; font-weight: 400; font-style: normal; }
.md_font_tategaki { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; text-orientation: upright; }

/*============================
icon
============================*/
.md_icon_normal { display: inline-block; width: 100px; text-align: center; border: solid 1px #aea6a1; background: #aea6a1; color: #fff; padding: 4px 4px 3px; font-size: 0.75em; }

/*============================
md_imgBox
============================*/
.md_imgBox { overflow: hidden; }
.md_imgBox img { transition-duration: 0.3s; }
.md_imgBox img:hover { transform: scale(1.2); transition-duration: 0.3s; opacity: 0.9; }

.modaal-close:after, .modaal-close:before { width: 1px!important; }
.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before{ background: #5c3e86!important; }
.modaal-gallery-control:after, .modaal-gallery-control:before { top: 18px!important; width: 1px!important; height: 14px!important; }

/*============================
md_mainTitle
============================*/
.md_mainTitle { margin-top: 60px; padding-top: 70px; text-align: center; color: #443d3a; overflow: hidden; position: relative; }
.md_mainTitle::before { content: ""; display: block; width: 120px; height: 70px; margin-left: -60px; position: absolute; left: 50%; top: 0; background: url("../../imageFile/global/icon_title.svg") no-repeat center; background-size: 120px auto; }
.md_mainTitle span { display: inline-block; font-size: 3.675em; position: relative; letter-spacing: 0.05em; white-space: nowrap; padding: 0 30px; }
.md_mainTitle span::before { content: ""; display: block; width: 500px; height: 16px; border-top: solid 5px #443d3a; border-bottom: solid 5px #3b3634; position: absolute; left: 100%; top: 50%; margin-top: -8px; }
.md_mainTitle span::after { content: ""; display: block; width: 500px; height: 16px; border-top: solid 5px #443d3a; border-bottom: solid 5px #3b3634; position: absolute; right: 100%; top: 50%; margin-top: -8px; }

/*============================
md_subTitle
============================*/
.md_subTitle { margin-top: 60px; font-size: 2.5em; border-left: solid 5px #443d3a; padding-left: 25px; color: #443d3a; line-height: 1; }

/*============================
md_btn
============================*/
.md_btn_main { position: relative; display: inline-block; text-align: center; background: #443d3a; background: linear-gradient(90deg, #544d4a, #342d2a); color: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); letter-spacing: 0.05em; transition: all 250ms ease-out; }
.md_btn_main:hover { box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.2); }
.md_btn_main::before { display: block; position: absolute; content:""; width: 120%; height: 1px; left: -5%; top: 0; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.md_btn_main::after { display: block; position: absolute; content:""; width: 1px; height: 150%; left: 0; top: -20%; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.md_btn_main:hover::before { opacity: 0.25; left: -15%; top: 0; }
.md_btn_main:hover::after { opacity: 0.25; left: 0; top: -30%; }
.md_btn_main span { position: relative; display: block; padding: 16px; min-width: 300px; font-size: 1em; font-family: century-gothic, sans-serif; font-weight: 700; font-style: normal; transition: all 250ms ease-out; }
.md_btn_main span::before { display: block; position: absolute; content:""; width: 120%; height: 1px; right: -5%; bottom: 0; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.md_btn_main span::after { display: block; position: absolute; content:""; width: 1px; height:150%; right: 0; bottom: -20%; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.md_btn_main span:hover::before { opacity: 0.25; right: -15%; bottom: 0; }
.md_btn_main span:hover::after { opacity: 0.25; right: 0; bottom: -30%; }

.ctis-load-more { position: relative; display: inline-block; text-align: center; background: #443d3a; background: linear-gradient(90deg, #544d4a, #342d2a); color: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); letter-spacing: 0.05em; transition: all 250ms ease-out; }
.ctis-load-more:hover { box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.2); }
.ctis-load-more::before { display: block; position: absolute; content:""; width: 120%; height: 1px; left: -5%; top: 0; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.ctis-load-more::after { display: block; position: absolute; content:""; width: 1px; height: 150%; left: 0; top: -20%; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.ctis-load-more:hover::before { opacity: 0.25; left: -15%; top: 0; }
.ctis-load-more:hover::after { opacity: 0.25; left: 0; top: -30%; }
.ctis-load-more button { position: relative; display: block;  padding: 16px; min-width: 300px; font-size: 1em; font-family: century-gothic, sans-serif; font-weight: 700; font-style: normal; transition: all 250ms ease-out; }
.ctis-load-more button::before { display: block; position: absolute; content:""; width: 120%; height: 1px; right: -5%; bottom: 0; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.ctis-load-more button::after { display: block; position: absolute; content:""; width: 1px; height:150%; right: 0; bottom: -20%; background: #aea6a1; opacity: 0.75; z-index: -1; transition: all 250ms ease-out; }
.ctis-load-more button:hover::before { opacity: 0.25; right: -15%; bottom: 0; }
.ctis-load-more button:hover::after { opacity: 0.25; right: 0; bottom: -30%; }

.md_btn_sub { position: relative; display: inline-block; text-align: center; background: #7d7366; background: linear-gradient(90deg, #8d8376, #6d6356); color: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); font-family: century-gothic, sans-serif; font-weight: 700; font-style: normal; letter-spacing: 0.05em; transition: all 250ms ease-out; }
.md_btn_sub:hover { box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.2); }
.md_btn_sub::before { display: block; position: absolute; content:""; width: 120%; height: 1px; left: -5%; top: 0; background: #aea6a1; opacity: 0.5; z-index: -1; transition: all 250ms ease-out; }
.md_btn_sub::after { display: block; position: absolute; content:""; width: 1px; height: 150%; left: 0; top: -20%; background: #aea6a1; opacity: 0.5; z-index: -1; transition: all 250ms ease-out; }
.md_btn_sub:hover::before { opacity: 0.25; left: -15%; top: 0; }
.md_btn_sub:hover::after { opacity: 0.25; left: 0; top: -30%; }
.md_btn_sub span { position: relative; display: block; padding: 12px; min-width: 240px; font-size: 0.875em; transition: all 250ms ease-out; }
.md_btn_sub span::before { display: block; position: absolute; content:""; width: 120%; height: 1px; right: -5%; bottom: 0; background: #aea6a1; opacity: 0.5; z-index: -1; transition: all 250ms ease-out; }
.md_btn_sub span::after { display: block; position: absolute; content:""; width: 1px; height:150%; right: 0; bottom: -20%; background: #aea6a1; opacity: 0.5; z-index: -1; transition: all 250ms ease-out; }
.md_btn_sub span:hover::before { opacity: 0.25; right: -15%; bottom: 0; }
.md_btn_sub span:hover::after { opacity: 0.25; right: 0; bottom: -30%; }

.md_btn_contact { display: inline-block; border: solid 3px #969aad; padding: 12px; min-width: 240px; font-size: 0.875em; text-align: center; background: #666a7d; background: linear-gradient(90deg, #767a8d, #666a7d); color: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); vertical-align: top; font-weight: bold; letter-spacing: 0.1em; position: relative; transition: all 250ms ease-out; }
.md_btn_contact:hover { border-color: #666a7d; opacity: 1!important; box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.2); }


a {}
a img { transition: 0.25s all; }
a:hover img { transform:scale(1.1,1.1); transition: 0.25s all; }

/*============================
md_textLink
============================*/
.md_textLink { display: inline-block; color: #777; position: relative; padding-right: 30px; }
.md_textLink::before {content: ""; position: absolute; right: 0; top: 50%; width: 20px; margin-top: -11px; height: 20px; border: 1px solid #777; border-radius: 20px;  }
.md_textLink::after { content: ""; position: absolute; right: 8px; top: 50%; width: 6px; margin-top: -4px; height: 6px; border-top: 1px solid #777; border-right: 1px solid #777; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/*============================
.md_paging
============================*/
.md_paging { margin-top: 60px; text-align: center; }
.md_paging a { display: inline-block; height: 40px; padding: 0 15px; line-height: 40px; color: #999; background: rgba(255,255,255,0.75); border: solid 1px #e5e5e5; margin-left: 8px; margin-top: 4px; }
.md_paging span { display: inline-block; height: 40px; padding: 0 15px; line-height: 40px; color: #999; background: rgba(255,255,255,0.75); border: solid 1px #e5e5e5; margin-left: 8px; margin-top: 4px; }
.md_paging span.current { background: #443d3a; color: #fff; opacity: 1; border: solid 1px #443d3a; }
.md_paging a:first-child { margin-left: 0; }
.md_paging a:last-child {}

/*============================
ClearFix
============================*/
.clearFix::after { clear: both; display: block; content: ""; height: 0; line-height: 0; }
